@charset "UTF-8";
/* CSS Document */




body{
	background: #000000;
}

#container{
	width:679px;
	background-color:#000000;
	margin: 1em auto;
	/*height: 100px;*/
	
	
	text-align: left;
	border:2px solid #FF0000;
}

#logo{
	width:174px;
	height:74px;
	float:left;
	background-color:#00FF00;
}

#header{
	width:505px;
	height:74px;
	float:left;
	background-image:url(../images/header.jpg);

}

#sub_logo{
	float:left;
	width:174px;
	height:148px;
	background-color:#FF0000;
}

#header_bg{
	float:left;
	width:505px;
	height:148px;
	background-color:#FFFF00;
}

/*
#red{
	float:left;
	width:15px;
	background-color:#FF0000;
}*/

#navigation{
	float:left;
	width:174px;
	height:300px;
	background-color:#000000;
}

#content{
	float:left;
	width:495px;
	
	/*Anfang Mindesthöhe DIV*/
		min-height:600px;
		height:auto !important;  /* für moderne Browser */
		height:600px;  /*für den IE */
		/*Ende Mindesthöhe DIV*/
	
	
	padding: 0px 0px 10px 10px;
	background-color:#FFFFFF;
}

#social{
	float:right;
	width:495px;

	padding: 0px 0px 10px 10px;
	background-color:#FFFFFF;
}

#footer{
	clear:both;
	height:25px;
	width:679px;
	background-color:#FF0000;
}

#footer_inhalt{
	padding:6px 180px;
	
	
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	font-size: 11px;
	color: #FF0000;
}
a:link {
	text-decoration: none;
	color: #FF0000;
	text-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
	text-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	text-weight:bold;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
	text-weight:bold;
}

.image360{
	padding:0px 0px 0px 13px;
	border:0px;
}

.imagefuss{
	padding:0px 0px 0px 15px;
	border:0px;
}

.imagescript{
	float:left;
	padding:0px 0px 0px 0px;
	border:1px solid #FF0000;
}

.imageno{
	border:0px;
	}

/*Navigation unten*/


.naviunten 
 {
  color: font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
  font-size: 11px; 
  color:#FFFFFF;
  
  }

 a.naviunten:link
 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
  font-size: 11px; 
  color:#FFFFFF;
 }
 a.naviunten:visited
 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
  font-size: 11px;
  color: #FFFFFF;
 }
 a.naviunten:hover
 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration:underline;
  font-size: 11px; 
  color:#000000;
 }
 a.naviunten:active
 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration:underline; 
  font-size: 11px; 
  color:#000000;
 }
 
 
#nav1st{
		margin:30px 0 30px 0;
		padding:0;
		list-style:none;
		float:left;
	}
#nav1st ul{
		
		
		margin:0;
		padding:6px;
		list-style:none;
		white-space: nowrap;}
#nav1st li{
		margin:0 0 0 5px;
		padding:3px 3px 3px 0;}
#nav1st a{
		display: block;
		width: 150px;
		text-decoration: none;
		font-weight: normal;
		color: #FF0000;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #FF0000;
		text-indent: 0px;
		text-align: left;
		padding: 5px 3px 0px 0px;
		/*margin-top: 1px;*/}
#nav1st a:hover{
		color: #FFFF00;
		border-bottom:1px solid #FFFF00;
		/*background-image:url(images/bg_hover_link2.jpg);
		background-repeat:repeat-x;*/
		}

#nav1st a#current{
		color: #FFFF00;
		border-bottom:1px solid #FFFF00;;
		/*background-image:url(images/bg_hover_link2.jpg);
		background-repeat:repeat-x;*/
		}






#nav2nd{
		margin:10px 0 10px 60px;
		padding:0;
		list-style:none;
		/*float:right;*/
	
}

#nav2nd li{
		margin:0 0 0 0px;
		padding:0px 0px 0px 0;
		/*width:300px;*/
	
	
}

#nav2nd a{
		display: block;
		font-size:9px;
		width: 120px;
		text-decoration: none;
		font-weight: normal;
		color: #FF0000;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #FF0000;
		text-indent: 0px;
		text-align: left;
		padding: 5px 3px 3px 0px;
		/*margin-top: 1px;*/
}

#nav2nd a:hover{
		color: #FFFF00;
		border-bottom:1px solid #FFFF00;
		/*background-image:url(images/bg_hover_link2.jpg);
		background-repeat:repeat-x;*/
}


#nav2nd a#nav2ndcurrent{
		color: #FFFF00;
		border-bottom:1px solid #FFFF00;
		/*background-image:url(images/bg_hover_link2.jpg);
		background-repeat:repeat-x;*/
		}

	
#navi2
	{
		margin-top:15px;
		margin-bottom:15px;
		float:right;
		width:190px;
		height:auto;
		background-color:#ffffff;
		text-align:left;
	
	}
	
	
	



