@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image: url(../Design/Spacer.gif); 
	background-repeat:repeat-y;
	text-align:left;
	
	
}

a:link {font-size: 12px; text-decoration:none; color:#FFFFFF;}    /* noch nicht besuchte Ziele */
a:visited { font-size: 12px; text-decoration:none; color:#FFFFFF; } /* besuchte Ziele */
a:hover { font-size: 12px; color:#006; background-color:#FFFFFF; text-decoration:none;}   /* Verweise bei "MouseOver" */
a:active {
	font-size: 12px;
	text-decoration:none;
	color:#006;
}  /* Angeklickte Verweise */

#container{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width: 100%;
	text-align: left;
	border: 1px;
	
	

		
}

#background{
	position:absolute;
	top:165px;
	z-index:2;


	
}
#header{
		
	height: 145px;
	border: 1px;
		
}


#nav1{
	color:#050a68;
	font-weight:bold;
	margin-top: -6px;
	margin-left: 0px;
	margin-right: 0px;
	clear: both;
	height: 26px;
	border: 1px;
	text-align: right;

	
	
}

#nav2{
	
	margin-left: 5px;
	margin-top: 40px;
	float: left;
	width: 150px;
	height: 430px;
	border: 1px;



	
}


#content{
	margin-top: 15px;
	margin-left: 280px;
	margin-right: 5px;
	height: 430px;
	text-align: center;
	

	
}





