html {
padding:0px;
margin:0px;
}
body {
background-color: #6b6b6b;
font-size: 11px;
font-family: tahoma, Lucida Grande, Verdana, Sans-Serif;
color:#ffffff;
padding:0px;
margin:0px;
}
a {
color: #6b6b6b;
font-size: 12px;
background-color:transparent;
text-decoration: none;
}
a:hover {
    color: #009000;
	text-decoration: underline;
}
li { 
	color: #c6c6c6; 
}
pre {
color: #564b47;
font-size: 11px;
background-color: #e1ddd9;
font-family: Courier, Monaco, Monospace;
}
h1, h2, h3, h4, pre {
padding: 5px 15px;
margin: 0px;
text-align:center;
}
h1 {
font-size: 22px;
color: #000000;
background-color: transparent;
}
h2 {
font-size: 14px;
color: #c6c6c6;
background-color: transparent;
}
h3 {
font-size: 14px;
text-transform:uppercase;
color: #c6c6c6;
background-color: transparent;
}
h4 {
font-size: 12px;
color: #EFEFEF
background-color: transparent;
}
/*  positioning-layers dynamisch */
#logo {
position: absolute;
right: 2%;
width: 96%;
text-align: right;
top: 20px;
}
#left {
position: absolute;
left: 20px;
width: 150px;
top: 106px;
background-color: #2d2d2d;
}
#content0 {
position: absolute;
left: 210px;
width: 200px;
height:200px;
top: 106px;
font-size: 12px;
color: #c6c6c6;
background-color: #2d2d2d;
}

#content1 {
	position: absolute;
	left: 670px;
	width: 200px;
	height:200px;
	top: 106px;
	font-size: 12px;
	color: #c6c6c6;
	background-color: #2d2d2d;
}
#content2 {
position: absolute;
left: 210px;
width: 200px;
height:200px;
top: 330px;
font-size: 12px;
color: #c6c6c6;
background-color: #2d2d2d;

}
#content3 {
position: absolute;
left: 440px;
width: 200px;
height:200px;
top: 106px;
font-size: 12px;
color: #c6c6c6;
background-color: #2d2d2d;
}
#content4 {
position: absolute;
left: 440px;
width: 200px;
height:200px;
top: 330px;
font-size: 12px;
color: #c6c6c6;
background-color: #2d2d2d;
}

#content5 {
position: absolute;
left: 670px;
width: 200px;
height:200px;
top: 330px;
font-size: 12px;
color: #c6c6c6;
background-color: #2d2d2d;
}
}
#bottom {
text-align:left
position: absolute;
left: 50px;
width: 200px;
top: 106px;
font-size: 12px;
color: #c6c6c6;
background-color: #2d2d2d;
}

#left, #content0, #content1, #content2, #content3, #content4, #content5{
border: 2px solid #000000;
padding:5px;
margin:0px;
}
#hr {
width:100%;
clear:both;
border-top:2px solid #000000;
}

#footer {
width:100%;
margin-top:620px;
height: 50px;
padding-top:30px;
text-align:center;
font: 10px tahoma, Lucida Grande, Verdana, Sans-Serif;
clear:both;
border-top:2px solid #FFEA00;
}
#footer a {
color:#ffffff;
border-bottom:1px dotted #fff;
}
