﻿	body {
		margin:0; padding:0;
		font: 95% sans-serif;
		}
	#header {
		margin:0; padding:0;
		background:#FFFFFF;
		width:960px;
		}
		#wrapper {
	margin:0 auto;
	width:920px;
	background-color:#FFFFFF;
	}


ul#logobar {
    margin: 0; padding: 0.8em;
  }
  ul#logobar li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

a.linkblack:active {color:#000000; text-decoration: none}
a.linkblack:link {color:#000000; text-decoration: none}
a.linkblack:visited {color:#000000; text-decoration: none}
a.linkblack:hover {color:#000000; text-decoration: none}

a.linkblue:active {color:#003366; text-decoration: none}
a.linkblue:link {color:#003366; text-decoration: none}
a.linkblue:visited {color:#003366; text-decoration: none}
a.linkblue:hover {color:#003366; text-decoration: none}


		#logo {
background-image:url(images/logos.jpg);
width: 691px;
height: 80px;
float: right;
}
		#logobarwhite {
width: 720px;
height: 80px;
float:right;
}

#header1 {
	background:background-color:#666666;
	height:20px;
	width:945px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color:#3C4A7B;
	margin:0px; 
}
#weisstop{
background-color:#FFFFFF;
width:960px;
height:5px;
margin:0px; 
padding:0px;
max-height:1px;
}
#weiss{
background-color:#FFFFFF;
width:960px;
height:3px;
margin:0px; 
padding:0px;
max-height:1px;
	line-height: 1px;
	font-size: 1px;
	font-style: normal;
}

#weiss1{
background-color:#FFFFFF;
width:960px;
height:3px;
margin:0px; 
padding:0px;
max-height:1px;
	line-height: 1px;
	font-size: 1px;
	font-style: normal;
}
		
	#footer {
		margin:0; padding:0.2em 0.2em;
		height: 20px;
		width:955px;
		text-align: center;
		vertical-align: middle;
		font-size: 0.75em;
		background:#ccc;
	}
	#main1 {
		margin:0; padding:0;
		/*background: #FFCC99 url(bg_links1.gif) repeat-y left top;*/
	}
	#main2 {
		margin:0; 
		padding:0;
		width:960px;
		background-image:url(images/back_grey.gif);
		background-repeat:repeat-y;
		/*background: url(bg_rechts1.gif)repeat-y right top;*/
	}
	#navigation {
		margin:0; padding:0;
		background-color: #333333;
		width:960px;
		height:28px;
		vertical-align:middle;
		float: left;
		}

	#topleft {
		float:left;
		width:166px;
		height: 199px;
        margin:0; 	padding: 0;
		font-size:0.9em;
		}
	#topright {
		float: right;
		width: 794px;
		height: 200px;
		margin:0; 	padding: 0px;
		font-size:0.9em;
		background-color: #CCCCCC;
		}
	#mainleft {
		float:left;
		width:310px;
		margin:0; 	padding: 10px;
		font-size:0.9em;
		}
	#mainright {
		float: right;
		width: 608px;
		margin:0; 	padding: 10px;
		font-size:0.9em;
		}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:0px none;
		margin:0; padding:0;
		background:transparent;
		}
	h1 { 
		font-size: 1.4em;
		margin: 0; 
		}
	h2 { 
		font-size: 1.2em;
		margin: 0; 
		}
	h3 { 
		font-size: 1.4em;
		margin: 0; 
		color:white;
		}
	p { margin: 0.5em 0;
		font-size:0.9em;
		line-height: 1.2em;
		text-align: justify;
 }
	
  
  
  
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;

}

#nav a {
	display: block;
	width: 9em;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
	height: 15px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #BBBBBB;
	color: black;
	padding: 0 0 0;
	margin: 0;
	border: 1px solid black;
	width: 9em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}
ul#nav a:hover {
    color: white; background-color: #333333;
	border-left-color: black; border-top-color: black;
  }
.topnavi {
		font-size:1em;
		color: white;
		}

.topnavi a {
		font-size:1em;
		color: white;
		text-decoration:none;
		}
