@CHARSET "ISO-8859-1";

/* elemental structure */

html, body
{
	margin: 0;
	padding: 0;
	border: 0;
	cursor: auto;

	background-color: #004D6F;
	color: #000000;
	font-size: 11px;
}

body, th, td
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* default text style */
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	word-spacing: 0;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	
	text-indent: 0;
	line-height: 130%; /* default line height */
	text-align: left;
}

a
{
	text-decoration: none
}

img, table, div, a, tr, td, th
{
	margin: 0;
	padding: 0;
	border: 0;
}

.structural
{
	display: none;
}

/* define file width */

div#header, div#main
{
	width: 970px; /* width of the page */
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ffffff;
}

/* header */

div#header
{
	margin-top: 10px; /* top margin of the side */
	margin-bottom: 10px; /* margin between header and main */
	height: 125px; /* header's height */
	background-color: #ffffff;
	color: #000000;	
}

div#header div#leftFlash
{
	float: left;
}

div#header div#leftFlash object
{
	width: 170px;
	height: 125px;
}

div#header div#rightFlash object
{
	width: 800px;
	height: 125px;
}

* html div#header div#rightFlash object /* IE HACK */
{
	width: 795px;
}

/* main */

div#main
{
	background-color: #ffffff;
	color: #000000;
	background-image: url('../images/bg_main.gif'); /* is needed to create the grey background by nav */
	background-repeat: repeat-y;
}

/* navigation */

div#nav
{
	float: left;
	width: 170px; /* not the absolute width of the navigation, other elements manipulate width */
	background-color: #E6E6E6;
	padding-top: 15px;
	padding-bottom: 15px;
}

div#nav ul
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #ffffff;
}	

div#nav ul li
{
	height: 30px;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #ffffff;
	
	background-color: #ff0000;  /* individual colors by class */
}

div#nav ul li a:link, div#nav ul li a:visited
{
	display: block;
	width: 140px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	background-color: #CCCCCC;
	color: #000000;
}

/* IE hack: old IE's (IE5.5, IE6) have problems to display inner padding */
* html div#nav ul li a:link, * html div#nav ul li a:visited
{
width: 150px;
}


div#nav ul li a:hover, div#nav ul li a:focus, div#nav ul li a.active
{
	color: #ffffff;
}

div#nav ul li a .twoLines
{
	display: block;
	line-height: 13px;
	padding-top: 2px;
}

/* content */

div#content
{
	margin-left: 220px; /* defines where the contents begins */
	min-height: 420px;
	height: auto;
	
	padding-right: 60px;
	
	background-repeat: no-repeat;
	background-position: right top;
}

div#content div#subnav, div#content h1
{
	padding-top: 20px;
	margin-bottom: 20px; /* room between sub nav / header and content text */
	margin-top: 0;
}
 div#content h2
{
	padding-top: 5px;
	margin-bottom: 0px; /* room between sub nav / header and content text */
	margin-top: 0;
}


div#content div#subnav *
{
	margin-right: 10px; /* room between sub nav links and seperators */
}

div#content div#subnav span.seperator
{
	/* no special styles */
}

div#content div#subnav a:link, div#content div#subnav a:visited
{
	font-size: 11px;
	color: #989898;
}

div#content div#subnav a:hover, div#content div#subnav a:focus
{
	color: #000000;
}

div#content div#subnav a.active
{
	font-weight: 700;
}

div#content img#stempel
{
	height: 70px;
	width: 148px;
}

div#content p, div#content table
{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 150%;
}

div#content h1, div#content h2
{
	font-size: 100%;
	font-weight: 700;
}

div#content div.imageBox
{
	float: left;
	height: 150px;
}

div#content div.imageBox img
{
	width: 210px;
	height: 140px;
}

div#content div.imageDescription
{
	padding-top: 5px;
	margin-left: 230px;
	height: 150px;
}

div#content ul, div#content ul li
{
	margin-left: 10px;
	padding-left: 0px;
	
}
div#content div.imageBox22
{
	float: left;
	height: 320px;
}

div#content div.imageBox22 img
{
	width: 180px;
	height: 210px;
}

div#content div.imageDescription22
{
	margin-top: 5px;
	margin-left: 230px;
	height: 320px;
}
div#content div.imageDescription22 p.
{
	margin-bottom: 50px;
	
}
div#content div.imageBox23
{
	float: left;
	height: 320px;
}

div#content div.imageBox23 img
{
	width: 250px;
	height: 250px;
}

div#content div.imageDescription23
{
	padding-top: 0px;
	margin-left: 280px;
	height: 320px;
}
div#content ul li
{
	list-style-type: disc !important;
}

div#content ol
{
	margin-left: -16px;
}

div#printer { position: absolute; top: 210px; left: 780px; }