@charset "iso-8859-1";
/* CSS Document */
body, div, span, dl, hr, ul, p, ol, table, form {
	margin: 0;	
	border: 0; 
	padding: 0;
}

body {
    background-color: #000000;
	background-image: url(images/background.gif);
}

a:link {
color: #blue;
background: transparent;
text-decoration: none;
border: 0;
}

a:hover,a:visited {
color: #000;
border: 0;
border-bottom: 1px solid blue;
text-decoration: none;
}

a#current {
border-bottom: 2px solid #fff;
}

a#logolink:link, a#logolink:hover, a#logolink:visited {
text-decoration: none;
border: 0;
}



#box {
    width: 1000px;
	margin: 0 auto 0;
	padding: 10px;
	padding-bottom: 0px;
	background-color: #fff;
}

#kopfleiste {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
	height: 250px;
	width: 1000px;
	margin-top:0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#kopfleiste a img {
	height: 250px;
    border: 0;
}


#content {
	width: 1000px;
	margin-bottom:10px;
	margin-top:10px;
}

#inhalt {
	float: left;
	background-color: #F3F3F3;
	width: 715px;
	min-height: 565px;
	padding: 10px;
}
	
h1 {
   	color: #fff;
	display: none;
	}
	
#inhalt h2 {
    font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica,cursive, sans-serif;
    color: #000;
    text-align: block;
    font-style: normal;
    font-weight: bold;
    font-size: 130%;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
margin-right: 20px;
}

#inhalt h3 {
font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
text-align: block;
font-size: 100%;
font-style: normal;
font-weight: bold;
margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}

#inhalt p {
font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
padding-left: 20px;
padding-right: 20px;
line-height: 25px;
}


#inhalt ul {
margin-top: 10px;
margin-left: 60px;
list-style: none;
font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
padding-left: 20px;
padding-right: 20px;
line-height: 25px;
}


#boxrechts {
	background-color: #f3f3f3;
	min-height: 565px;
	padding:10px;
	padding-right: 0;
	margin-bottom: 0px;
	margin-left:745px;
	text-align: center;
	}
	
#boxrechts img, #boxrechts object{
 width: 200px;
 border: 1px solid #999999; 
 padding: 5px;
 margin-right: 10px;
 }


/* #################### Navigation Toplevel ########################### */
#navigation {
    position: absolute;
    float: left;
    background-color: none;
	height: 18px;
	width: 735px;
	margin-top: 225px;
	}

#navigation ul {
	margin:0px;
	padding-left:10px;
}
#navigation ul li {
	float:left;
	list-style-type: none;
	margin-right:30px;
}
#navigation ul li a {
	display: block;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #ffffff;
/*	text-transform: uppercase;*/
	letter-spacing: 0.1em;
	text-decoration: none;
	line-height: 18px;
	
}
#navigation ul li a:hover, #navigation ul li.selected a {
	border-bottom:2px solid #ffffff;	
}

/* #################### Fußzeile #################### */

#fussleiste {
	width: 1000px;
	background-color: white;
	padding-top: 5px;
	clear: both;	
	float: none;	
}

#fusszeile {
	height:25px;
	width: 1000px;
	background-color:#ffffff;	
	border-top: 1px solid #999999;
}
#fusszeile ul {
    float: right;
	margin-top: 5px;
	margin-right: 7px;
	padding:0px;  
	color: #8c8c8a;	
	font-size: 11px;
}
#fusszeile ul li {
	display: inline;	
}

#fusszeile ul li a{
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5b5b;
	text-transform: none;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin-right:4px;
}

#fusszeile ul li a:hover{
	color: #000;
	border-bottom: 1px solid #000;
}

#fusszeile ul li a img {
 height: 13px;
}


/* ############### Impressum ############## */
.info {
margin-left: 1em;
margin-right: 2em;
}

.info li {
font-weight: bold;
list-style: none;
}

.info ul li{
color: black;
background-color: transparent;
list-style: none;
padding-left: 9em;
font-weight: normal;
}

.info li.zeileeins{
margin-top: -1.7em;
}