/*********/
/**Basic**/
/*********/
html, body {
	margin: 0;
	/*background: #1e90ff;*/
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	}
#container {
	width: 900px;
	margin: 20px auto;
	background: #FFFFFF;
	}
#header {
	position: relative;
	width: 100%;
	height: 150px;
	/*background: url("header.jpg") no-repeat right;*/
	}
#logo {
	width: 150px;
	height: 150px;
	
	float:left;
	}
#logo a{
	display:block;
	outline: none;
	background: url("logo.png") no-repeat;
	width: 150px;
	height:150px;

}
#logo a:hover{
	display:block;
	outline:none;
	background: url("logo_hover.png") no-repeat;
	width: 150px;
	height: 150px;
}
#starnet {
position: absolute;
top:-39px;
left: 0;
bottom: 0;
	width: 150px;
	height: 39px;
	}
#starnet a{
	display:block;
	outline: none;
	background: url("starnet.png") no-repeat;
	width: 150px;
	height:39px;
}

#teaser {
	width: 530px;
	height: 50px;
	background: url("trans60.png") repeat;
	float:left;
	margin: 100px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 50px;
	padding: 0 10px 0 10px;
	border-top: 1px solid #FFFFFF;
	}
#teaser a{
	color: black;
	text-decoration: none;
}
#teaser a:hover{
	color: #2f4f4f;
	text-decoration: none;
}
#search{
	position: absolute;
	/*background: url(trans75.png) repeat ;*/
	/*background: url(suche.png) no-repeat ;*/
	background: transparent;
	height: 50px;
	right: 0;
	top: 100px;
	width: 200px;
	line-height: 50px;
}
	
#wrapper {

	float: left;
	width: 900px;
	height: 600px; /*für den ie */
	}
/* vom ie nicht interpretiert */
div#wrapper[id] {
    height:auto;
    min-height:600px;
}

#content {
	/*margin: 0 20%;*/
	clear: left;
	margin: 0 200px 5px 150px;
	padding: 10px;
	}

#left {
	float: left;
	width: 150px;
	margin-left: -900px;
	}
#right {
	float: left;
	width: 188px;
	margin-left: -200px;
	border-left: 1px dotted #cecece;
	border-bottom: 1px dotted #cecece;
	padding: 5px;
	}
#footer {
	position: relative;
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #666;
	height: 20px;
	}

/*******/
/**Nav**/
/*******/
#nav {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	border-top: 1px dotted #cecece;
	padding:0;
	margin:0;
	}
#nav li a {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	color: #808080;
	/*border-right: 7px solid #FFF100;*/
	
	text-decoration: none;
	/*padding: 7px 0 4px 20px;*/
	padding: 0 0 0 20px;
	height: 2.4em;
	line-height: 2.4em;
	outline: none;
	}
#nav li a:hover {
	/*border-right: 7px solid #EE1C23;*/
	/*background: url(button_rg.png) no-repeat left;*/
	background: #d4d4d4;
	color: black;
	}

#nav li.navact{
	background: #eaeaea;
	border-left: 5px solid #ee1c23;
}
#nav li.navact a{
	color: black;
}
/**************/
/**Nav Level2**/
/**************/

#nav li.nav2 a {
	display: block;
	height: 1.8em;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 0.9em;
	color: gray;
	background: white;
	/*border-right: 7px solid #EE1C23;*/
	text-decoration: none;
	padding: 0px 0 0px 20px;
	outline: none;
	
	}

#nav li li a:hover, #nav li li a:active{
	/*background: url(button_gk.png) no-repeat right;*/
	background: #d4d4d4;
}

#nav li.nav2act{
	background: #eaeaea;
	border-right: 5px solid #fff100;
}
#nav li.nav2act a{
	color: black;
}

/*******/
/**Nav**/
/*******/
#topnav{
   position: absolute;
	background: url(trans60.png) repeat;
	border-bottom: 1px solid #fff;
	height: 25px;
	right: 0;
	top: 0;
	width: 200px;
	line-height: 15px;
}
#topnav ul{
	margin: 5px 0 5px 0;
	padding: 0;
 	list-style: none;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	
}
#topnav ul li{
	display: inline;
	margin: 0;
	padding: 0 15px 0 15px;

}
#topnav a{
	color: #666;
	text-decoration: none;

}
#topnav a:hover{
	color: black;
}

/***********/
/**Subnav**/
/**********/
#subnav{
	/*margin: 15px 190px 0 160px;*/
	margin: 0 190px 0 140px;
	padding: 0 10px 0 10px;
	font-size: 1em;
	
}	
#subnav ul{
	margin: 0 0 5px 0;
 	list-style: none;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
}
#subnav ul li{
	display: inline;
	margin: 0;
	padding:0px;
	float: left;
}
#subnav a{
	color: #666;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
  	display: block;
	margin: 0 0px 0 0;
	text-align: center;
	/*border: 1px dotted black;*/
	border: none;
	background: #eaeaea;
	padding: 0 5px;

}
#subnav a:hover{
	color: black;
	background: #949494;
	/*border: 1px dotted red;*/
}

#subnav li.subnavact a{
	background: #eaeaea;
	color: #ee1c23;
	
	/*border: 1px dotted red;*/
}

/* Additional*/
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}

a {
	color: #84d5fa;
	text-decoration: none;
	}
a:hover {
	color: #FFF100;
	}
	.clear {
		clear: both;
	}
