/* allgemeine Schriftgröße
   --------------------------------- */	
body{
margin-top: 15px;
margin-left: 43px;
margin-right: 43px;
padding: 10px;
font: normal 83% arial, sans-serif;
color: #000000;
/*background-color: #ffffcc;*/
background-color: #ffffff;
border: 1px solid #6B4804;

}

/* Kopfbereich/Header Section
   --------------------------------- */	
#topbar{
background:url(images/logo.jpg) no-repeat;
/*background-image: url(images/backheader9.bmp);*/
height: 110px;
color: #6a4703;
}

#topbar a{
color: #6a4703;
}

#topbar a:hover{
color: #6a4703;
text-decoration: none;
}

.div_contentheading {
padding-top: 5px; 
background:url(images/content_div_bg.png) repeat-x #FFFFFF top;
width:100%;
height:23px;
}

/* Kopfbereich/Logo und Slogan Section
   --------------------------------- */	
#topbar h1#logo {
margin: 0; 
padding-top: 10px;
padding-left: 2px;
font: bolder 2.8em 'Trebuchet MS', Arial, Sans-serif;
letter-spacing: 1.5px;
color: #FFFFFF;
}

#topbar h2#slogan {
margin: 3px;
font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
text-transform: none;
color: #FFFFFF;
}

#logodiv{
width: 330px;
float: left;
padding-left: 6px;
height: 100px;  
}

/* Kopfbereich/Suchfeld Section
   --------------------------------- */	
#toprightdiv{
width: 500px;
font:  bold 13px arial, sans-serif;
float: right;
margin: 5px 8px 0 5px;
}

/* Kopfbereich/Suchfeldeingabemaske
   --------------------------------- */	
#toprightdiv #keywords{
border: 1px solid #6B4804;
width: 140px;
background: #FFF;
font: 11px arial, sans-serif;
color: #6B4804;
padding: 2px; outline: none;
}

.searchbutton {
color: #6B4804;
background-color: #FFF;  
width: 100px; 
margin-top: 10px; 
border: outset 1px #6B4804;
font-size: 11px;
font-weight: bold;
padding :1px; 
}


/* allgemeine Linkfarbe und Größe
   --------------------------------- */	
a:link    { color: #6B4804; font: 12px arial, sans-serif;}
a:visited { color: #6B4804; font: 12px arial, sans-serif;}  
a:active  { color: #6B4804; font: 12px arial, sans-serif;}  
a:hover   { color: #6B4804; font: 12px arial, sans-serif;text-decoration:none;}


/* Hauptteil nach dem Kopfbereich 
   --------------------------------- */	
.maincontainer{
width: 99%;
padding-left: 5px;
margin-left: auto;
margin-right: auto;
border-width: 0 2px;
}


/* Linke Seite vom Hauptteil
   --------------------------------- */	
#leftcolumn{
width: 16%;
float: left;
margin-top: 15px;
margin-right: 0.8em;
}

#leftcolumn .titlebar{
font-weight: bold;
margin: 0.2em 0;
text-transform: uppercase;
letter-spacing: 1.2pt;
font-size: 80%;
padding-right: 1px;
color: #990000;
}


/* Mitte vom Hauptteil
   --------------------------------- */	
#middlecolumn{
width: 62%;
float: left;
border-left: dashed #6B4804 1px;
border-right: dashed #6B4804 1px;
padding-left: 10px;
padding-right: 10px;
margin-top: 1.1em;
padding-bottom: 1em;
color: #000;
}

#middlecolumn .titlebar{
font-weight: bold;
margin: 1em 0;
text-transform: uppercase;
letter-spacing: 1.0pt;
color: #000;
font-size: 120%;
padding-left: 1px;
border-bottom: 1px solid #000;
}


/* Haupteil Impressum, AGBs un Fehlerseite
   --------------------------------- */	
#middlecolumn2{
width: 99%;
float: left;
padding-left: 2px;
padding-right: 2px;
margin-top: 1.1em;
padding-bottom: 1em;
}


/* Rechte Seite vom Hauptteil
   --------------------------------- */	
#rightcolumn{
width: 16%;
float: left;
margin-top: 15px;
margin-left: 0.8em;
}

#rightcolumn .titlebar{
font-weight: bold;
margin: 0.2em 0;
text-transform: uppercase;
letter-spacing: 1.0pt;
font-size: 80%;
padding-right: 1px;
color: #6B4804;
}


/* Fussbereich/Footer Section
   --------------------------------- */	
#footermenu{
clear: both;
margin-top: 1.0em;
background:url(images/content_div_bg.png) repeat-x #FFFFFF top;
color: #000;
text-align: center;
padding: 0.1em;
font-size: 11px;


}

#footermenu a{
color: #000;
font-size: 11px;
}

#footermenu a:hover{
color: #000;
font-size: 11px;
}


/* Sonstiges
   --------------------------------- */	
hr {
border:dashed #cccccc 1px;
height:1px;
}

h3 {
margin-top: 5px;
color: #000;
text-transform: uppercase;
letter-spacing: 1.0pt;
font-size: 120%;
text-decoration: underline;
}

p {
margin: 8px 0 10px 0;
}

table.center {
width:40%; 
text-align:center;
margin-left:auto;
margin-right:auto;
}
