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


html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 90% arial, sans-serif;
	color:#AEAEAE;
	background-color:#eeeeee;
	/*background-color:#ffdf00;*/
	}

h2,h3 { margin-bottom:10px; margin-top:30px;}

a:link, a:active, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}

a.details:link, a.details:active, a.details:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #555753;
	}

a.details:hover { 
	text-decoration: underline; 
	color: #000000;
	}
	
a:hover { 
	text-decoration: underline; 
	color: #666666;
	}

#container {
	position:relative;
	width: 520px;
	min-height: 850px;
	left:50%;
	margin-left:-266px;
	background-color: #000000;
	padding-left: 20px;
	}
#inhalt {
	padding-right: 20px;
	}

#details {
	position:relative;
	background-color: #EEEEEE;
	margin: 10px 0px 0px 0px;
	padding: 5px 3px 5px 3px;
	color: #555753;
	z-index: 90;
	}

#rahmen {
	width: 124px;
	position: absolute;
	left: 50%;
	background: url(rahmen_01_kl.png) no-repeat;
	height: 400px;
	margin-left: -390px;
	}



#kopf h1 span{			
	display: none;}

#kopf h1{
	width: 532px;
	height: 168px;
	background: url(logo.png);}

#linkListe {
	width: 200px;
	height: 500px;
	position: absolute;
	top: 168px;
	left: 538px;
	margin: 0px;
	padding: 0px;
	background-color:#555753;
	color: #FFFFFF; 
	}

#menu, #historie {
	font: 75% georgia, sans-serif;
	padding: 0px 15px 25px 15px;
	margin: 0px;
	background: url(bg_seperator_grey.png) no-repeat bottom center;
	}

#linkListe ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#linkListe li a {
	display: block;
	}

#ensembleListe ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#footer {
	left:50%;
	margin-left:-260px;
	position:fixed;
	bottom: 10px;
	}