body {
	font-family: arial,helvetica,sans-serif;
	background-image: url("img/background.gif");
background-color: black;
font-size: 14px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a:link { font-weight:normal; color:white; text-decoration:underline }
a:visited { font-weight:bold; color:silver; text-decoration:underline; }

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: black;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2 {
font-size: 24px;
font-weight: bold;
margin: 54px 0px 54px 20px;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #3A4349;
}

/* ----------banner for logo-------------- */
#banner {
background-color: black;
text-align: left;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------Inhalt--------------------- */
#content {
background-color: #505A61;
color: #C6CFA8;
padding: 20px;
margin-left: 200px;
margin-right: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
background-color: #3A4349;
color: #C6CFA8;
float: left;
width: 200px;
margin: 0px;
padding: 0px;
text-align: right;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center; }

.headerpic {
	width: 200px;
	height: 140px;
}
#links {
	margin-top: 2em;
	margin-right: 2em;
	font-size: 1.1em;
}
#links p {
padding-top: .6em;
padding-bottom: .6em;
}

.textheader {
	margin-top: 2em;
	font-weight: bold;
	}
	
.textheader2 {
	margin-top: 1em;
	font-weight: bold;
	font-style: italic;
	color: #66ffff;
	}

	#b_infotable {
	padding: 1em;
	color: white;
}


.link_current {
	color: lightblue;
	font-weight: bold;
	font-size: 1.2em;
	}
