/* Farben

hintergrund: #ffefce
text: #000
links: #f5a300
bild-rahmen: #fff

*/

* {
margin: 0;
padding: 0;
}

body {
background-color: #ffefce;
color: #000;
font: 13px Trebuchet MS,Verdana;
scrollbar-3dlight-color: #003a12;
scrollbar-darkshadow-color: #003a12;
scrollbar-highlight-color: #fffcf4;
scrollbar-shadow-color: #fffcf4;
scrollbar-arrow-color: #003a12;
scrollbar-base-color: #fffcf4;
scrollbar-face-color: #fffcf4;
scrollbar-track-color: #fffcf4;
}

a:link, a:visited {
text-decoration: none;
color: #f5a300;
font: bold 13px Trebuchet MS,Verdana;
}

a:hover, a:active {
text-decoration: none;
color: #000;
font: italic bold 13px Trebuchet MS,Verdana;
}

p {
padding-top: 10px;
}

h1 {
padding: 5px 0;
font: 17px Trebuchet MS,Verdana;
}

h2 {
padding: 5px 0;
font: 14px Trebuchet MS,Verdana;
}

h3 {
padding: 5px 0;
font: bold 13px Trebuchet MS,Verdana;
}

h4 {
font: bold 13px Trebuchet MS,Verdana;
}

ul {
list-style-image: url(../images/listenpunkt.png);
padding: 20px;
}

ul li {
margin: 3px 0;
}

#pos {
background: url(../images/kachel.jpg) top left repeat-y;
width: 893px;
margin: 10px auto 30px auto;
padding: 0;
}

#top {
width: 893px;
height: 317px;
background: url(../images/head.jpg) top left no-repeat;
}

#titel {
padding: 220px 0 0 280px;
}

#content {
float: right;
width: 550px;
padding: 20px 50px 10px 10px;
}

#content .ii_r, #content .ii_l {
background: #e7ddc6;
padding: 0;
}

#content .ii_r img, #content .ii_l img {
position: relative;
top: -6px;
left: -6px;
background: #fff;
padding: 10px;
border: 1px solid #ddd0b4;
}

#content .ii_r {
margin: 11px 0 5px 21px;
float: right;
}

#content .ii_l {
margin: 11px 15px 5px 6px;
float: left;
}

#content .p-team {
padding: 35px 5px;
background: url(../images/team-kachel.gif) repeat-x;
height: 155px;
color: #fff;
}

#content .p-team span {
font: bold 15px Trebuchet MS,Verdana;
line-height: 25px;
}

#content .p-team a:link, #content .p-team a:visited {
color: #000;
}

#content .p-team a:hover, #content .p-team a:active {
color: #fff;
}

#bottom {
clear: both;
padding: 0;
margin: 0;
background-color: #ffefce;
}

.clearer {
clear: both;
}