@charset "utf-8";
html {
padding:0px;
margin:0px;
}
body {
background-color: #e1ddd9;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {
color: #ff66cc;
font-size: 11px;
background-color:transparent;
text-decoration: none;
}
pre {
color: #564b47;
font-size: 11px;
background-color: #e1ddd9;
font-family: Courier, Monaco, Monospace;
}
p,h1, h3, pre {
padding: 5px 15px;
margin: 0px;
}
h3 {
font-size: 13px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}
/*  positioning-layers dynamisch */
#logo {
	position: absolute;
	right: 575px;
	width: 386px;
	text-align: left;
	top: 16px;
	left: 250px;
}
#left {
	position: relative;
	left: 50px;
	width: 1135px;
	top: 12px;
	background-color: #ffffff;
	height: 118px;
	overflow: hidden;
}
#content {
	position: relative;
	left: 100px;
	width: 855px;
	top: 60px;
	background-color: #ffffff;
	overflow: visible;
	height: 1200;
}
#right {
	position: absolute;
	left: 7px;
	width: 22%;
	top: 240px;
	background-color: #ffffff;
	overflow: auto;
}
#right, #content, #left {
border: 1px solid #564b47;
padding:0px;
margin:0px;
}