html, body {
height: 100%;
}

body{
text-align: center;
font-family: arial, helvetica, sans-serif;
background: #ff8500 url(../images/site-bg.jpg) repeat-x 0 0;
margin:0;
padding:0;
}

/* basic setup */

#container{
margin: 0 auto;
width: 939px;
min-height: 100%;
text-align: left;
background: url(../images/main-bg.jpg) repeat-y 0 0;
margin-bottom:-41px; /* bottom margin needs to have the same height as footer, only negative */
}

#footer{
margin: 0 auto;
width: 939px;
height: 41px;
background: url(../images/footer-bg.jpg) no-repeat 0 0;
text-align: left;
font-size: 1px;
}

/*.clearfix:after{
content: " ";
visibility: hidden;
display: block;
height: 41px;
clear: both;
font-size: 0;
} */

.clear{
clear:both;
height:41px; /* clear class needs to have the same height as footer */
overflow:hidden;
}

#header{
width:939px;
height:184px;
background: url(../images/header-bg.jpg) repeat-x 0 0;
margin: 0;
padding: 0;
}

/* header divs */

p.header-left{
float: left;
width:513px;
height: 151px;
background: url(../images/header-left.jpg) no-repeat 0 0;
margin: 0;
padding: 0;
}

p.header-right{
float: left;
width:426px;
height: 151px;
background: url(../images/header-right.jpg) no-repeat 0 0;
margin: 0;
padding: 0;
}

p.main-top{
float: left;
width: 939px;
height: 33px;
background: url(../images/main-top.jpg) no-repeat 0 0;
margin: 0;
padding: 0;
}

/* midsection divs */

#navbar{
float: left;
width: 170px;
margin: 0;
padding: 10px 0 0 25px;
}

#main{
float: left;
width: 675px;
font-size:12px;
color: #000;
margin: 0;
padding: 10px 0 0 45px;
}

/* nav menu styling */

ul.nav{
list-style:none;
margin: 0;
padding: 0;
}

ul.nav li{
line-height: 20px;
margin: 0;
padding: 0;
}

ul.nav li a:link, ul.nav li a:visited{
color: #475f27;
font-size: 14px;
font-weight:bold;
text-decoration: none;
}

ul.nav li a:hover, ul.nav li a:active{
color: #cf4304;
}

/* content styling */

h1{
color: #475f27;
font-weight: bold;
font-size: 18px;
text-align: right;
padding:0;
margin: 0 0 10px 0;
}

h2{
font-weight: bold;
font-size: 12px;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 5px 0;
}

h3{
font-weight: bold;
font-size: 12px;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 5px 0;
}

p {
padding: 0;
margin: 0 0 1em 0;
}

p.center-foto {
padding: 0;
margin: 20px 0 1em 0;
text-align: center;
}

img.rechts{
float:right;
padding: 0;
}

img.links{
float:left;
padding: 0;
}

a:link, a:visited{
color: #cf4304;
text-decoration: none;
font-size: 12px;
}

a:hover, a:active{
color: #cf4304;
text-decoration: underline;
font-size: 12px;
}

.vet {
font-weight: bold;
}

.schuin {
font-style:italic;
}

ul{
margin: 10px 0 0px 0px;
padding: 0 0 10px 0;
list-style: square;
}

li{
margin: 5px 0 0 20px;
} 

/* thickbox extra styling  */

h2.thickbox {
margin: 10px 0 0 0;
}

img.thickbox-img{
border: 1px solid black;
padding: 0;
margin: 5px;
}

/* credit styling */

p.credit{
font-size:10px;
color: #555555;
text-align: right;
margin: 0;
padding: 28px 15px 0 0;
}

a.credit:link, a.credit:visited{
color: #555555;
text-decoration: none;
font-size: 10px;
}

a.credit:hover, a.credit:active{
color: #003366;
text-decoration: none;
font-size: 10px;
}
