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


/***********************************
*	BASE
***********************************/

*{
	margin:0;
	padding:0;
	outline:none; /* deletes the outline on click for normal browsers */
	font-family:Arial, Helvetica, sans-serif; /* firefox bug in formulars (input fields) */
}

html,
body{
	height:100%;
}

body{
	font-size:0.625em; /* 10px */
	background-color:#f0f0f0;
}

#wrapper{
	margin:0 auto;
	width:686px; /* 746px */
	min-height:100%;
	background-image:url(../img/wrapper_bg.gif);
	background-repeat:repeat-y;
	padding:0px 30px 0px 30px;
}


/***********************************
*	HEADER
***********************************/

#header{
	height:150px;
	width:686px;
	overflow:auto;
	padding-top:30px;
	padding-bottom:30px;
}

a#logo img{
	display:block;
	float:left;
	width:140px;
	height:150px;
	border:0px;
}

img#banner{
	float:right;
	diplay:block;
	width:510px; 
	height:150px;
}


/***********************************
*	WRAPPER-NAVI-CONTENT
***********************************/

#wrapper-navi-content{
	width:686px;
	overflow:auto;
}


/***********************************
*	NAVI
***********************************/

ul#navi{
	float:left;
	width:140px;
	list-style:none;
}

ul#navi li{
	display:inline;	
}

ul#navi li a{
	display:block;
	width:125px; /* 140px */
	height:20px; /* 23px */
	background-image:url(../img/btn_no.gif);
	color:#FFF;
	font-size:14px;
	padding:3px 0px 0px 15px;
	margin-bottom:1px;
	text-decoration:none;
}

ul#navi li a:hover,
ul#navi li a.act{
	background-image:url(../img/btn_act.gif);
}

/* SUBNAVI *************************/

ul#navi li ul{
	display:none;
	width:130px; /* 140px */
	padding:10px 5px 10px 5px;
	background-color:#e0cfc5;
	margin-bottom:1px;
}

ul#navi li.sub ul{
	display:block;
}

ul#navi li ul li a{
	line-height:10px;
	background-image:none;
	color:#833e18;
	padding:0px;
	margin:0px;
	font-size: 1em;
}

ul#navi li ul li a:hover,
ul#navi li ul li a.act{
	background-image:none;
	color:#4f250e;
}



/***********************************
*	CONTENT
***********************************/

#content{
	float:right;
	width:510px;
}


.highlight{
	font-size:1.3em;
	color: #000;
	padding:0px 15px;
	margin:0 0 30px 0;
	border: 5px solid #f29819;
}

.highlight #content h1{
	color:#000;
}

#content h1,
#content h2,
#content h3{
	color:#833e18;
	padding:15px 0px 0px 0px;
	font-weight:bold;
}

#content h1{
	font-size:1.4em;
	padding-bottom:12px;
}

#content h1.first{
	font-size:1.4em;
	padding-top:0px;
}

#content h2,
#content h3{
	font-size:1.2em;
	padding:0;
	margin:0 0 12px 0;
	color:333;
}

#content p,
#content ul,
#content dl{
	color:#666;
	text-align:left;
	padding-bottom:12px;
	font-size:1.2em; /* 12px */
}

#content kleingedr{
	font-size:1em;
	padding-bottom:12px;
	color:333;
}


a {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#833e18;
	text-decoration:underline;
}


/***********************************
*	TABLE
***********************************/

table {
	font-size: 1.4em;
	color: #666;
	}

th	{
	text-align: left;
	padding: 5px;
	background: #f29819;
	}

td {
	padding: 5px 0 0 5px;
	}

tr .ueberschrift{
	background: #f29819;
	}

.oben { border-top: 0.1em solid #f29819 }
.rechts { border-right: 0.1em solid #f29819 }
.unten { border-bottom: 0.1em solid #f29819 }
.links { border-left: 0.1em solid #f29819 }

.details {
	font-size: 0.8em;
	font-weight: bold;
	color: #833e18;
	}
	
.hoehe {
	height: 100%;
	}

th a{
	color:#333;
	}

th a:hover{
	color:#333;
	text-decoration:none;
	}

.nach_oben{
	font-size: 0.7em;
	margin-left: 440px;
}

/***********************************
*	FOOTER
***********************************/

#footer{
	clear:both;
	margin-top:15px;
	border-top:1px solid #833e18;
	text-align:right;
	font-size:1em; /* 10px */
}

#footer p{ 
	padding:12px 0px 30px 0px;
	color:#888;
}