/* CSS Document */

body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:small;
		
	}

#container{
		height:800px;
		width:900px;
}

#kopf{
		height:200px;
		width:900px;
		background-image:url(../images/banner3.jpg);
}


h2 {
	font-weight: bold;
	font-size: medium;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-style: inset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

h3 {
	font-weight: bold;
	font-size:large;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-style: inset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #000066;
}

#nav{ /* all lists */
	padding: 2px;
	list-style: none;
	float : left;
	width : 16em;
	background-color: #003366;
	color:#FFFFFF;
	font-size:small;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border: medium solid #333333;
	height:550px;
	font-weight: normal;
	padding-top:4px;
	}



#nav ul { /* all lists */
	padding: 2px;
	list-style: none;
	float : left;
	width : 16em;
	background-color: #003366;
	color:#FFFFFF;
	font-size:small;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border: medium solid #333333;
	font-weight: normal;	
	}
	
#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.5em;
		margin-bottom : -1px;
		width: 16em;
		background-color:#003366;
		color:#FFFFFF;
		
	}
	
#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 16.05em;
		margin-top : -1.55em;
		background-color: #003366;
		color:#FFFFFF;
		font-size:small;
		
	}
	
#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
#nav li a {
	width: 16em;
	w\idth : 10em;
	display : block;
	color:#FFFFFF;
	font-weight : bold;
	text-decoration : none;
	background-color : #003366;
	padding : 0 0.5em;

	}
	
#nav li a:hover {
		background-color : #666666;
		width:14em;
	}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
nav a:link {
	color:#FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

#nav a:hover {
	background-color: #666666;
}

#nav a:visited {
	color:#FFFFFF;
	text-decoration: none;
	 
}	
	
#content {
	margin-left : 18em;
	padding:20px;
	height:550px;
	overflow: scroll;
	}
#fuss {
		padding:4px;
		height:50px;
		width:900px;
		background-color: #FFFFFF;
		text-align:center;
		color: #003366;
		font-size:small;
	}

.ueberschrift{
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;	

}

.underline{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

div #navigation{
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;

}

div #navigation a {
	text-decoration:none;
	color:#000000;
}


div #navigation a:hover {
	text-decoration:none;
	color:#000000;
	font-weight: bold;	
	
}
div #navigation a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ueberschrift2{
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;	

}

