@charset "utf-8";
/* CSS Document */

*{
margin:			0px;
padding:		0px;
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
#wrapper{
margin:0px auto;
width:1155px;

}
#head{
padding-left:20px;
padding-top:20px;
padding-bottom:0px;
}
#head img{
border:none;
}
#top-menu, #bottom-menu{
color:#bbb;
padding-left:155px;
height:18px;
}
#top-menu a,#bottom-menu a{
color:#999;
text-decoration:none;
padding-right:20px;
}
#top-menu a:hover, #bottom-menu a:hover{
text-decoration:underline;
}
#bottom-menu{
padding-top:3px;
}

#content{
margin-left:0px;
height:425px;
width:1000px;
padding-left:155px;
padding-top:20px;
background:#dbdbdb;
color:#666;
}
#content h2{
padding-bottom:1px;
margin-bottom:3px;
font-size:14px;
border-bottom:#666 solid 1px;
width:500px;
}
#next{
padding-top:13px;
height:25px;
}

#zurueck{
background:url(images/left.gif) no-repeat 0px 3px;
height:15px;
width:15px;
padding:4px 0px 4px 8px;
text-decoration:none;
}
#zurueck:hover{
background:url(images/left-over.gif) no-repeat 0px 3px;
}
a#vor{
background:url(images/right.gif) no-repeat 0px 3px;
padding:4px;
text-decoration:none;
}
#vor:hover{
background:url(images/right-over.gif) no-repeat 0px 3px;
}
#thumbs img{
border:1px solid #dbdbdb;
padding:2px;
opacity: 0.5;
filter: alpha(opacity=50);
}
p{
width:500px;
padding-bottom:20px;
}
#content p a{
color:#666;
text-decoration:none;
padding-right:20px;
}
#content p a:hover{
text-decoration:underline;
}
#cr{
text-align:right;
background:#dbdbdb;  	
padding-right:4px;
padding-top:3px;
padding-bottom:2px;
color:#777;
font-size:10px;
}
#top-menu a.activ,#bottom-menu a.activ{
font-weight:bold;
color:#777;
}
