/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

td img {display: block;}

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align:left;
color:#0f3c68;
font-weight:normal;
background:url(bg.jpg) repeat;
scrollbar-base-color:#3F6174;
scrollbar-arrow-color:#7B9FAD;
scrollbar-face-color:#3F6174;
scrollbar-track-color:#ACACE6;
}

a{
color:#0f3c68;
font-weight:bold;
text-decoration:none;
}

a:hover{color:#0f3c68; text-decoration:underline;}
a img{border:none;}

/**************** Header and navigation styles ****************/

#navigation{
background:#FFFFFF;
color:#3f6174;
text-align:left;
}

#navigation li{
float:left;
list-style-type:none;
text-align:left;
border-right:1px solid #3f6174;
display: inline;
position: relative;
}

#navigation li a{
display:block;
padding:0 3px;
font-size: 13px;
text-align:left;
font-weight:bold;
text-transform:uppercase; /* transformed text to uppercase */
text-decoration:none;
background-color:#FFFFFF;
color: #3f6174;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#3f6174;
color:#FFFFFF;
text-decoration:none;
}

/* Navigation for drop downs*/

	ul li#bypass {
		display			: none;
	}

	#navigation ul {
		height			: 18px; /* you will also need to change #navigation a padding and #navigation li ul margin-top*/
		width			: 100%;
		margin			: 0;
		padding			: 0;
		background:#FFFFFF; /* background coor of the drop downs */
		color: #3f6174;
		list-style-type	: none;
	}

		#navigation li ul {
			border-top		: 1px solid #3f6174;
			margin-top		: 3px;		/* How far down the drop down menus start  - you will also need to change #navigation ul height and #navigation a padding */
			display			: none;
			left			: 0;
			position		: absolute;
			width			: 106px;		/* width of the drop down menus? */
			height			: auto;
		}
		
		#navigation li li {
			width			: 106px;		/* width of the drop down menus? */
			border			: 1px solid #3f6174; /* color of drop down borders */
			border-top		: 0;
		}
		
		#navigation li li a {
		display:block;
		padding:2 0px;
		font-size:1.0em;
		text-align:left;
		font-weight:bold;
		text-transform:uppercase; /* transformed text to uppercase */
		text-decoration:none;
		background-color:#FFFFFF;
		color: #3f6174;
		border-right: 1px solid #3f6174;
		width: 97px;
		}
		
		#navigation a:hover, #navigation a:focus {
		background-color:#3f6174;
		color: #FFFFFF;
		}
		
		#navigation .sel a {
		background-color:#3f6174;
		color: #FFFFFF;
		}

		#navivation a:active {
		background-color:#3f6174;
		color: #FFFFFF;
		}

/**************** Content styles ****************/

#content{
width:603px;
height: 373px;
margin:0 0 0 0;
font-size:0.9em;
background-image:url(Bilder/index_07.jpg);
background-repeat:no-repeat;
}

#content h1{
display:block;
margin:16px 0 16px 0;
font-size:25pt;
font-weight:bold;
color:#0f3c68;

}

#content h2{
display:block;
margin:16px 0 16px 0;
font-size:13pt;
font-weight:normal;
color:#0f3c68;
}

#content h2 a{font-weight:normal; white-space:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px; white-space:normal;}
#content a:hover,#subcontent a:hover{text-decoration:underline; white-space:normal;}
#content ul,#content ol{margin:0 5px 16px 35px; white-space:normal;}
#content dl{margin:0 5px 10px 25px; white-space:normal;}
#content dt{font-weight:bold; margin-bottom:5px; white-space:normal;}
#content dd{margin:0 0 10px 15px; white-space:normal;}



/**************** Footer styles ****************/

#footer{
clear:both;
width:812px;
font-size:8pt;
color:#FFFFFF;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#FFFFFF;  font-weight:bold;}
#footer a:hover{color:#0f3c68;  text-decoration: underline;}

/**************** Misc classes and styles ****************/


.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#E9EFE3;
color:#505050;
line-height:1.5em;
}
