/* RESET */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

/* END RESET */


html {
overflow-y: scroll;
}

body {
background: #676767;
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
color:#000000; 
overflow: hidden;
}


table td {
vertical-align: top;
}


a { 
FONT-WEIGHT: normal; 
FONT-SIZE: 11px; 
COLOR: #000000; 
FONT-STYLE: normal; 
FONT-FAMILY: Arial, Helvetica, Arial, sans-serif; 
TEXT-DECORATION: underline; 
}

a :hover {
color: #ac1e25;
}


#wrapper {
margin: 0 auto;
width: 740px;
min-height: 535px;
background: #fff;
overflow: hidden;
}

#top {
width: 690px;
margin-left: 25px;
margin-top: 44px;
float: left;
background: #d8dadb;
border-bottom: 2px solid #ac1e25;
display: block;
}

#nav {
background: #bc4934;
margin-left: 45px;
float: left;
width: 175px;
padding-top: 5px;
padding-bottom: 4px;
min-height: 121px;
}

#nav li {
list-style-type: none;
padding-left: 10px;
width: 165px;
display: block;
}

#nav li a{
color: #fff;
text-decoration: none;
font-weight: bold;
width: 165px;
display: block;
border: none;
padding: none;
}


#nav li:hover{
background: #ac1e25;
}

#middle {
background: #e0dac4;
width: 690px;
min-height: 284px;
margin-left: 25px;
margin-top: 20px;
float: left;
}

#footer {
border-top: 1px solid #ac1e25;
padding-top: 20px;
margin-top: 20px;
padding-bottom: 10px;
float: left;
width: 690px;
margin-left: 25px;
text-align: center;
}

#top-holder {
width: 200px;
float: right;
}

#top-holder a:hover {
color: #ac1e25; 
}

#lang_bar {
float: right;
width: 200px;
height: 19px;
margin-right: 0px;

}

#lang_bar li {

display: inline;
list-style-type: none;
}

#lang_bar li a {
text-decoration: none;

padding-right: 4px;
padding-left: 4px;
border-right: 1px solid #000;
}


.start_bild {
margin-left: 35px;
float: left;
}

.print {
clear: both;
float: right;
margin-top: 5px;
margin-right: 15px;
margin-bottom: 21px;
text-decoration: none;
width: 35px;
height: 16px;
background: url(/content/image/print.png) no-repeat right center;

}