/* allgemeine Schriftgröße
   --------------------------------- */	
body{
margin-top: 15px;
margin-left: 40px;
margin-right: 40px;
padding: 0;
font: normal 83% arial, sans-serif;
border: 1px solid #999999;
color: #444444;
background: #ffffff;
}


/* Kopfbereich/Header Section
   --------------------------------- */	
#topbar{
background-image: url(images/backheader8.bmp);
height: 110px;
color: #444444;
}

#topbar a{
color: #444444;
}

#topbar a:hover{
color: #000000;
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: #F29200;
}

#topbar h2#slogan {
margin: 3px;
font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
text-transform: none;
color: #999999;
}

#logodiv{
width: 600px;
float: left;
padding-left: 6px;
height: 100px;  
}


/* Kopfbereich/Suchfeld Section
   --------------------------------- */	
#toprightdiv{
width: 290px;
font: bold 11px arial, sans-serif;
float: right;
text-align: right;
margin: 5px 8px 0 5px;
}

/* Kopfbereich/Suchfeldeingabemaske
   --------------------------------- */	
#toprightdiv #keywords{
border: 1px solid #999999;
width: 180px;
background: #FBFCFA;
font: 11px arial, sans-serif;
color: #111;
padding: 2px; outline: none;
}

.searchbutton {
color: #fff;
background-color: #444444;
width: 90px; 
margin-top: 11px; 
border: outset 1px #111;
font-size: 12px;
font-weight: bold;
padding :1px; 
}


/* allgemeine Linkfarbe und Größe
   --------------------------------- */	
a:link    { color: #555555; font: 12px arial, sans-serif;}
a:visited { color: #555555; font: 12px arial, sans-serif;}  
a:active  { color: #555555; font: 12px arial, sans-serif;}  
a:hover   { color: #000000; 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.5pt;
font-size: 100%;
padding-right: 1px;
border-bottom: 1px solid #cccccc;
color: #666666;
}


/* Mitte vom Hauptteil
   --------------------------------- */	
#middlecolumn{
width: 62%;
float: left;
border-left: 1px solid #C3C3C3;
border-right: 1px solid #C3C3C3;
padding-left: 10px;
padding-right: 10px;
margin-top: 1.1em;
padding-bottom: 1em;
}

#middlecolumn .titlebar{
font-weight: bold;
margin: 1em 0;
text-transform: uppercase;
letter-spacing: 1.5pt;
color: #666666;
font-size: 100%;
padding-left: 1px;
border-bottom: 1px solid #cccccc;
}


/* 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.5pt;
font-size: 100%;
padding-right: 1px;
border-bottom: 1px solid #cccccc;
color: #666666;
}


/* Fussbereich/Footer Section
   --------------------------------- */	
#footermenu{
clear: both;
margin-top: 1.0em;
background:url(images/content_div_bg.png) repeat-x #FFFFFF top;
color: #333;
text-align: center;
padding: 0.1em;
font-size: 90%;
}

#footermenu a{
color: #333;
}

#footermenu a:hover{
color: #000;
}


/* Sonstiges
   --------------------------------- */	
hr {
border:dashed #cccccc 1px;
height:1px;
}

h3 {
margin-top: 5px;
color: #666666;
text-transform: uppercase;
letter-spacing: 1.5pt;
font-size: 100%;
text-decoration: underline;
}

p {
margin: 8px 0 10px 0;
}

table.center {
width:40%; 
text-align:center;
margin-left:auto;
margin-right:auto;
}