html,body {
	margin:		0px auto;
	padding: 	0px 0 0 0;
	height:		100%; 
	font-family:arial,sans-serif;
	color:		#666;
	font-size: 	14px;

	
}

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

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

hr
{
	background: #666;
	height: 1px;
	border: 0;
	width: 100%;	
	}

img
{
	border: 0;
	}



#main
{
	width: 1000px;
	padding: 0px 0 0 0;
	margin:	auto;	

	}
	

#meta
{
	text-align: right;
	padding: 10px 0 10px 0;
	width: 1000px;
	height: 20px;
	position: fixed;
	background: #fff;
	top: 0;
	}

#meta a
{
	font-size: 11px;
	color: #444;
	
	
	}

#top
{
	width: 	1000px;
	height: 67px;
	padding: 6px 0 0 0;
	margin:	0;
	border-top: 1px #d8d8d8 solid;
	border-bottom: 1px #d8d8d8 solid;	
	position: fixed;
	top: 40px;	
	background:#fff;
	}

#logo
{
	width: 305px;
	height: 33px;
	padding: 27px 0 0 15px;
	background: #b20101;
	float: left;
	border-right: 3px #fff solid;
	
	}
	
#subline
{
	float: left;
	width: 490px;
	height: 30px;
	padding: 30px 0 0 30px;
	margin: 0;
	background: #d8d8d8;
	font-family: georgia, serif;	
	border-right: 3px #fff solid;		
	
	}

#right
{
	float: left;
	width: 154px;
	height: 60px;
	padding: 0;
	margin: 0;	
	background: #e8e8e8;		
	}

#abstandtop
{
	clear: both;
	width: 1000px;
	height: 160px;
	padding: 0;
	margin: 0;
	background: #fff;
	
	}

#content
{
	width: 100%;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	border-left: 1px #d8d8d8 solid;
	overflow: hidden !important; /* FF Scroll-leiste */ 	

	}

	
#content #menu
{
	float: left;
	width: 160px;	
	margin:	auto;	
	padding-bottom: 101em;     /* X + padding-bottom */
	margin-bottom: -100em;  
	overflow: hidden !important; /* FF Scroll-leiste */ 	


	}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 12px;
	text-transform: uppercase;
	
	}

#menu ul li
{
	padding: 0 0 12px 0;	
	}

#menu ul li a
{
	color: #000;
	}

	
#content #submenu
{
	
	float: left;
	width: 160px;
	border-left: 1px #d8d8d8 solid;	
	height:	100%;
	padding-bottom: 41em;     /* X + padding-bottom */
	margin-bottom: -40em; 	
	overflow: hidden !important; /* FF Scroll-leiste */ 	

	}	

#content #submenu ul
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	text-transform: uppercase;	
	height: 30px;
	}


#content #submenu ul li
{
	padding: 0 0 7px 0;
	
	}

#content #submenu ul li a
{
	color: #000;
	
	}

#content #menu ul li a:hover, #content #submenu ul li a:hover
{
	color: #b20101;
	text-decoration: none;
	}


a.sel
{
	background: none;
	border-left: 1px #b20101 solid;
	padding: 0 0px 0 8px;
	color: #b20101 !important;
	}


a.sel_meta
{
	background: none;
	color: #b20101 !important;
	}
	
		
#text
{
	width: 490px;
	height: 100%;
	min-height: 400px;
	float: left;
	padding: 0 0 0 30px;	
	margin: 0;
	border-left: 1px #d8d8d8 solid;
	font-size: 14px;
	line-height: 145%;

	}
	
	

h1
{
	font-family: Georgia, serif;
	color: #b20101;
	line-height: 130%;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 20px 0;
	
	}


h2
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 0px 0 3px 0;
	color: #000;
	
	
	}


#text p
{
	margin: 0;
	padding: 0 0 12px 0;	
	}	



#text dl
{
	width: 500px;

	}	

#text dt
{
	clear: both;
	width: 100px;
	padding: 0 0 32px 0;
	float: left;	
	}

#text dd
{
	padding: 0 0 32px 0;	
	}


#text ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 7px 0;
	
	}

#text ol
{
	padding: 0;
	margin: 0 0 7px 20px;	
	
	}

#text ul li
{
	background: url(../img/list.png) no-repeat 0 9px;
	padding: 0 0 10px 20px;
	
	}

	
.foto
{
	width: 154px;
	margin: 100px 0 0 0;
	padding: 0 0 0 3px;
		
	}

#footer
{
	width: 100%;
	border-bottom: 1px #d8d8d8 solid;
	border-top: 1px #d8d8d8 solid;
	padding: 5px 0;
	margin: 20px 0;
	font-size: 11px;
	
	}