body {
	background-color: #000000;
	font-size: 0.8em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */

#container {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	background-color: #B5B9BC;

	
}

/* 
ul {
	margin:0;
	padding-left: 10;
	margin-top:-20px;
	margin-left: -15px;
	margin-bottom: 10px;
}
*/ 


/* ----------banner for logo-------------- */
#banner {
	margin: 0;
	padding: 0;
	height: 373px;
	background-image: url(../elemente/header.gif);
}

#banner p{
	margin-left: 15em;
	padding: 10px;
}


#logo {
	width: 256px;
	height: 296px;
	background-color: #ffffff;
	border: solid 1px;
	border-color: #ffffff;
	top: 40px;
	left: 40px;
	position: relative;
}

#logo_grafik {
	width: 201px;
	height: 101px;
	top: 10px;
	left: 41px;
	position: relative;
}

#pnav {
	width: 201px;
	height: 151px;
	top: 20px;
	left: 41px;
	position: relative;
}

#image {
	width: 600px;
	height: 296px;
	border: solid 1px;
	border-color: #ffffff;
	background-color: #ffffff;
	top: 0px;
	left: 300px;
	position: absolute;
}

#suche {
	width: 250px;
	height: 20px;
	top: -30px;
	left: 388px;
	position: absolute;
}

#sitemap {
	width: 80px;
	height: 20px;
	top: -30px;
	left: 312px;
	position: absolute;
}

/* -----------------Inhalt--------------------- */





#links {
	min-height:600px;
	background-color: #fffff;
	padding: 0;
	left: 40px;
	width: 256px;
	background-image: url(../elemente/hotline.gif);	
	position: relative;
}


#content {
	min-height:600px;
	background-color: #ffffff;
	padding: 0;
	padding-bottom: 50px;
	border-bottom: dotted 3px;
	border-color: #B5B9BC;
	left: 110px;
	width: 600px;
	margin: 0 15em;
	position: relative;
}




p, pre {
	padding: 10px;
	margin:0;
}



pre, code { font-size: 1.2em;}



/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 15em;
	margin: 0;
	padding:15px 0 0 0;
	color:#ffffff;
}
#right {
	float: right;
	width: 15em;
	margin: 0;
	padding: 0;
	color:#ffffff;
	background-color: #B5B9BC;
}

#left ul{
	list-style-type: none ;
	padding: 0 0 0 10px;
	margin: 0;
}

#left ul.borderbottom{
	border-bottom:1px solid #ffffff;
	padding: 0 0 10px 10px;
}

#left li a {
	font-size: 1.3em;
	text-decoration:none; 
}

#left  li li a { font-size: 1em; }

#left li{
	margin: 0;
	padding: 0 0 4px 0;
}

#left li li{
	margin: 0;
	padding: 0 0 3px 0;
}

#left li a.selected {
	margin: 0;
	padding: 0 0 0 10px;
	color:#ffffff;
}

#left li li a.selected {
	margin: 0;
	padding: 0;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	background-image: url(../elemente/hg_footer.gif);
	background-repeat: no-repeat;
	background-color: #14293E;
	height: 60px;
	padding: 0;
	left: -192px;
	width: 990px;
	padding-top: 50px;
	margin: 0 15em;
	text-align: left;
	position: relative;
}

#seitenanfang {
	width: 300px;
	height: 20px;
	top: 4px;
	text-align: right;
	left: 630px;
	position: absolute;
}



