
body {
background : #fff;
margin : 0;
font-family : Arial, Helvetica, sans-serif;
color : #71818f;
font-size : 11px;
margin : 0 0 0 0;
}
a:link {
color : #be2230;
text-decoration : none;
border : 0 none;
}
a.grau  {
color : #71818f;
text-decoration : none;
border : 0 none;
}
#header {
height : 100px;
margin : 0 0 0 0;
}
#left {
width : 197px;
height : 530px;
}
#footer {
width : 197px;
height : 130px;
}
#footer p {
text-align : right;
font-weight : bold;
padding-right : 8px;
padding-top : 10px;
}
#right {
position : absolute;
left : 197px;
top : 150px;
width : 467px;
height : 530px;
}
#right p{
margin:50px 0px 0px 15px;
line-height:150%;
}

#thumbs img, #header img {
border : 0 none;
}
#thumbs {
position: relative;
margin-top: 30px;
left: 0;
width: 477px;
height: 103px;
list-style: none;
}
#thumbs ul {
margin : 0;
padding : 0;
}
#thumbs li {
float : left;
display : block;
width : 48px;
height : 48px;
background-position : 50% 50%;
cursor : pointer;
border : 0 solid #fff;
outline : #ddd 1px solid;
margin-right : 4px;
margin-bottom : 4px;
overflow : hidden;
opacity: .8;
}
#thumbs li.active, #thumbs li:hover {
outline-color : #aaa; opacity: .99 /* safari bug */
}


