html{
	width: 100%;
	height:100%;
	/*scrolling: none;*/
	overflow:hidden;
}


body { 
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height:100%;
	/*scrolling: none;*/
	overflow: auto;
	color:#000000;
	margin: 0px;
	
}

#navi_container {
	position: fixed;
	top: 0px; left: 0px;
	bottom: 60px;
	width: 90px;
	border-right: 10px solid #e3e3e3;
	background-color:#00405A;
	/*scrolling: none;*/
	overflow:hidden;
	
	
}
#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 90px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	visibility: visible;


}

#content_container {
	position: fixed;
	top: 0px;
	left: 100px;
	bottom: 60px;
	right: 0px;
	height:auto;
	width:auto;
	background-color:#639603;
	/*scrolling: none;*/
	overflow:hidden;
	
	
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 60px;
	right: 0px;
	height:100%;
	width:100%;
	overflow: auto;
	background-color: #669900;
	visibility: visible;
	
}

#footer_container {
    position:fixed;
	top: auto; left: 0px;
    bottom:0; 
    margin:0;
    height:60px;
    z-index:3;
	width:100%;

}


#bottom{
	position: absolute;
	top: auto;
	height: 50px;
	bottom: 0px;
	width: 100%;
	background-color:#5B6B71;
	border-top: 10px solid #e3e3e3;
	/*scrolling: none;*/
	overflow:hidden;
	visibility: visible;
}

.navitab {
	padding: 0px;
	border: 0px solid #666666;
	margin: 0px;
	width: 100%;
	height: 100%;
	line-height: 1em;
	
}

.tabelle {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	border: 1px dotted #666666;
}
.tabelle td{
	margin: 0px;
	padding: 5px;
	height:auto;
	font: 12px/normal arial, verdana;
	border: 1px dotted #666666;
	display: table-cell;
}


#content .tabelle td:hover{
	
	background-image: url(gfx/backtd.png);
	background-repeat: repeat;
	border: 1px dotted #333333;
}


.tabelletdbild {
	padding-left: 0px;
	padding-right: 0px;
	border: 1px solid #666666;
}

.titel {
	font: normal 36px Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: top;
	padding: 0px 10px 50px 0px;
	margin: 0;
	height: 40px;
	
	
}

.jahr {
	font: normal 36px/20px Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: top;
	padding: 5px 5px 10px 0;
	margin: 0;
	min-width: 200px;
	line-height: 25px;
	color:#ffcc00;
	
}

#chrono {
width:200px;
text-align: right;
vertical-align: top;
}



.subtitle {

	font: normal 14px Arial, Helvetica, sans-serif;
}


.navi { font-size: 12px; color:#800000; font-family: arial, verdana} 
a.navi:link { color:#800000;  text-decoration:none} 
a.navi:hover { color:#800000;  text-decoration:underline}
a.navi:visited { color:#800000;  text-decoration:none}

.fl {	
	font: 12px arial, verdana;
	width: auto;
}

a.fl:link {
	color:#FFFFFF;
	text-decoration:none;
	
} 

a.fl:visited {
	color:#FFFFFF;
	border: 0px;
	text-decoration: none;

}
a.fl:hover { color:#800000; text-decoration: none; }

.flweiss {
	font-size: 12px;
	color:#FFFFFF;
	font-family: arial, verdana;
	text-decoration: none;
	padding: 0px;
	
	margin: 0px;
	vertical-align: bottom;
	
}
a.flweiss:link {

	color:#FFFFFF;
	background: none;
	text-decoration:none;
	width: 90%;
	
	
} 
a.flweiss:hover {
	color:#666666;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 90%;
	
}


.flfett {
 	color:#000000;
	text-decoration:none;
	/*clip:  rect(   );*/
	font: bold 13px arial, verdana
}

.flohneover {
	color:#000000;
	text-decoration: none;
	font: 12px arial, verdana;
}
.mini {
	color: #FFFFFF;
	letter-spacing: normal;
	font-size: 10px;

}



.small {
	color: #000000;
	text-align: right;
	font: lighter 0.8em/0.7em Arial, Helvetica, sans-serif;
	
	

}

li {
list-style-type: none;
margin: 0px;
padding: 5px 10px 5px 10px;
background: url(gfx/forw.gif) no-repeat 0 0.8em;
line-height: 1.3em;
width:400px;
}



ul {
	
	padding-top:20px;
	
}

img {
	border: 0px none;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e8cd09;
	padding-bottom: 0px;
	font-weight: normal;
	display: block;
	text-transform: none;


}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
	padding-bottom: 0px;
	font-weight: lighter;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;


}
.flhide {
	display: none;
}
