

body
{
    background: #131313 no-repeat;
}
*
{
    margin: 0;
    padding: 0;
    color: #6c5a33;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 11px;
}
p, a, q, blockquote, form, input, textarea, span, td, div
{
    font: normal 11px Arial, sans-serif;
    margin: 0;
    padding: 0;
}



#wrapper 
{
 margin: 0 auto;
 width: 980px;
 min-height: 200px;
}

#top 
{
 height: 120px;   
}

#top #logo 
{
    width: 228px;
    height: 101px;
    float: left;
}

#top #kontakt
{
    width: 231px;
    height: 101px;
    float: right;
    background: url(../images/kontakt.jpg);
    position: relative;
}
#top #kontakt a 
{
    display:block;
    width: 117px;
    height: 13px;
    background: url(../images/372dpi_email.gif);
    position: absolute;
    top: 73px;
    left: 114px;
}

#top #kontakt a:hover 
{
    background: url(../images/372dpi_email_on.gif);
}

#footer p 
{
    padding-top: 10px;
    padding-bottom: 20px;
}

.hr
{
    padding: 20px 0 20px 0;
}

.hr div
{
    width: 100%;
    height: 1px;
    background-color: #362e1b;
}


.pager 
{
    height: 23px;
    padding-top: 20px;
    background: url(../images/372dpi_line.gif) repeat-x scroll 0px 10px;  
}

.pager .next, .pager .prev 
{
   
  float: left;
  width: 490px;
  height: 23px;
}


.pager .next a,  .pager .prev a 
{
 display: block;
 height: 23px;
}

.pager .next a 
{
    float: left;
    width: 70px;
    background: #131313 url(../images/372dpi_next.gif) center no-repeat;
} 

.pager .next a:hover 
{
    background-image:url(../images/372dpi_next_on.gif);
}

.pager .prev a  
{
    float: right;
    width: 70px;
    background: #131313 url(../images/372dpi_prev.gif) center no-repeat;
} 

.pager .prev a:hover 
{
    background-image: url(../images/372dpi_prev_on.gif);
}


.item p { padding-top: 15px; }

a { color: #9e8651; }