
body {
position: absolute;
left: 70px;
margin: auto;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
background: #BEDFFB;
width: 1050px;
}
#wrap {
width: 1050px;
margin: auto;
height: auto;
background: url(img/threecol-r.gif) repeat-y 82% 0;
}
#wrap-inner {
background: url(img/threecol-l.gif) repeat-y 18% 0;
}
#header {
margin: 0;
padding: 0;
background:url(img/header-bg.gif) repeat-x top left;
}
#header h1 {
margin: 0;
padding: 28px;
font-family: "Arial Rounded MT Bold", sans-serif;
font-size: 200%;
color: #4A4344;
text-align: center;
}
#main-body {
float: left;
width: 82%;
padding: 0px;
}

#sidebar {
float: left;
width: 22%;
}

#content {
float: right;
width: 77%;
}

#sidebar-2 {
float: right;
width: 18%;
}

#content .abstand {
padding: 30px;
}

.box { 
margin: 0 20px 20px 20px;
font-family: Verdana, Arial,Helvetica,sans-serif;
font-size: 0.9em;
line-height: 1.4em;
background: #F4f4f4;
}

.box h3 {
margin: 0;
padding: 0px 5px 5px 15px;
font-family: Verdana, Arial,Helvetica,sans-serif;
font-size: 1em;
font-weight: bold;
}
.box p, .box ul {
margin: 0;
padding: 0 0 0 8px;
}
.box ul li {
margin: 0 0 0 0px;
padding: 0 0 0px 18px;
list-style: none;
}
.box a:link {
text-decoration: none;
color: black;
}
.box a:visited {
text-decoration: none;
color: gray;
}
.box a:hover {
text-decoration: none;
color: blue;
}
.box a:active {
text-decoration: none;
color: black;
}
.box a:focus { 
text-decoration: none;
color: gray;
}


#content p {
font-family: Verdana, Arial,Helvetica,sans-serif;
font-size: 1em;
}
#content a:link {
text-decoration: none;
color: blue;
}
#content a:visited {
text-decoration: none;
color: blue;
}
#sidebar div,  #sidebar-2 div {
padding: 5px;
}
#footer {
clear: both;
padding: 10px 20px;
background: #ffcc00;
border-top: 1px solid rgb(255, 255, 255);
}
/* IE fixes */
#content, #sidebar, #sidebar-2 {
height: 1%;
}
/* vor ie5/mac verstecken\*/
* html #footer { 
height: 1%; 
}
/* End hide from IE/Mac */




