/*********/
/**basic**/
/*********/

body {
	background: #fff;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

* {
  margin:0;
  padding:0;
}

/*********/
/**container**/
/*********/
#container {
	width: 900px;
	margin: 20px auto;
	background: #eba91d;
}

/*********/
/**links >> foto > navbox > leftbox**/
/*********/
#links {
	float: left;
	width: 290px;	
	}
		
/*********/
/**foto**/
/*********/
#foto {
	width: 290px;
	height: 200px;
	background: url("hauptbild.jpg") no-repeat left;
	}
#foto a{
	display:block;
	outline: none;
    }
	
/*********/
/**leftbox**/
/*********/
#leftbox {
	width: 290px;
	}


/*********/
/**outercontent >> header > innercontent**/
/*********/
#outercontent {
	height: 600px; /*ie*/
	margin: 0 0 0 290px;
	padding: 0;
	background: #fff5df;
	}
	
	/* vom ie nicht interpretiert */
#outercontent[id] {
    height:auto;
    min-height:600px;
    }


/*********/
/**header >> logo > titel > breadcrumb**/
/*********/
#header {

	background: #eba91d url("trans60.png") repeat;
	margin: 50px 0 0 0;
	border-top: 1px solid #FFFFFF;
	}
/*
#logo{
	width: 290px;
	height: 51px;
	background: url("logo.png") no-repeat left;
	}
	*/
#titel{
	padding: 0;
	margin: 0;
	font-size: 2em;
	font-style: italic;
	color: #fff; 
	
}

#breadcrumb{
	font-size: 1.3em;
	color: #786d53; 
	
}

/*********/
/**innercontent**/
/*********/
#innercontent {
	padding: 15px;
}

/*******/
/**Navbox**/
/*******/
#navbox {
	border-top: 1px solid #fff;
	width: 290px;
	/*
height: 200px;
*/
/*
min-height: 200px;
*/
/*	background: #786d53;*/
	padding: 5px 0 0 0;

	}
/*******/
/**Nav**/
/*******/
#nav {
	width: 120px;
	float: left;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	padding:0;
	margin:0;
	}
#nav li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #000;
	/*border-right: 7px solid #FFF100;*/
	text-decoration: none;
	/*padding: 7px 0 4px 20px;*/
	padding: 0 0 0 10px;
	/* height: 1.5em; sorgt für überschneidung bei längerem Text */
	line-height: 1.5em;
	outline: none;
	}
#nav li a:hover {
	/*border-right: 7px solid #EE1C23;*/
	/*background: url(button_rg.png) no-repeat left;*/
	/*
background: #d4d4d4;
*/
	color: #fff;
	}

#nav li.navact{
   /*
background: #ccc;
*/
   color: #fff;

}
#nav li.navact a{
	color: #fff;
	background: none;
}
/**************/
/**Nav Level2**/
/**************/

#nav li.nav2 a {
	display: block;
	height: 1.8em;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 1.2em;
	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 r**/
/*******/
#navr {
	width: 168px;
	float: left;
	border-left: 1px solid #cecece;
	}
#navr ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navr li {
	padding:0;
	margin:0;
	}
#navr li a {
	display: block;
	font-weight: normal;
	font-size: 1em;
	color: #000;
	/*border-right: 7px solid #FFF100;*/
	text-decoration: none;
	/*padding: 7px 0 4px 20px;*/
	padding: 0 0 0 5px;
/*
	height: 1.5em;
	line-height: 1.5em;
*/
	overflow: visible;
	outline: none;
	}
#navr li a:hover {
	/*border-right: 7px solid #EE1C23;*/
	/*background: url(button_rg.png) no-repeat left;*/
	/*
background: #d4d4d4;
*/
	color: #fff;
	}

#navr li.navract{
   /*
background: #ccc;
*/
   color: #fff;

}
#navr li.navract a{
	color: #fff;
	background: none;
}

/**************/
/**Nav r Level2**/
/**************/

#navr li.navr2 a {
	display: block;
	/*
height: 1.5em;
	line-height: 1.5em;
*/
	font-size: 1em;
	font-weight: normal;
	color: #000;
	background: none;
	/*border-right: 7px solid #EE1C23;*/
	text-decoration: none;
	padding: 0px 0 0px 20px;
	outline: none;

	
	}

#navr li li a:hover, #navr li li a:active{
	/*background: url(button_gk.png) no-repeat right;*/
	color: #fff;;
}

#navr li.navr2act{
	background: none;
}
#navr li.navr2act a{
	color: #fff;
}

/*******/
/**Nav**/
/*******/
#topnav{
   position: absolute;
	/*
background: url(trans60.png) repeat;
*/
	height: 10px;
	right: 0;
	top: 0;
	width: 200px;
	line-height: 10px;
}
#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 0 0 5px;

}
#topnav a{
	color: #666;
	text-decoration: none;

}
#topnav a:hover{
	color: black;
}



/* Additional*/
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}

a {
	color: #84d5fa;
	text-decoration: none;
	}
a:hover {
	color: #FFF100;
	}
	.clear {
		clear: both;
	}
	.clearnavbox {
		clear: both;
		height: 5px; 
	}
