/* allgemeine Schriftgröße
   --------------------------------- */	
body{
margin: 0px;
padding: 0;
font: normal 78% arial, sans-serif;
color: #972821;
 
}

/* allgemeine Linkfarbe und Größe
   --------------------------------- */	
a:link    { color: #972821; font: 13px arial, sans-serif; text-decoration: none;}
a:visited { color: #972821; font: 13px arial, sans-serif; text-decoration: none;}  
a:active  { color: #972821; font: 13px arial, sans-serif; text-decoration: none;}  
a:hover   { color: blue; font: 13px arial, sans-serif; text-decoration: none;}

/* Kopfbereich/Header Section
   --------------------------------- */	
#topbar{
background: url(images/header-bg.gif) repeat-x;
height: 80px;
border-bottom: 5px solid #ffffff;
color: #ffffff;
}

/* Kopfbereich/Logo und Slogan Section
   --------------------------------- */	
#topbar h1#logo {
margin: 0; padding: 0;
font: bolder 2.8em 'Airstrip Four', Arial, Sans-serif;
letter-spacing: 1px;
color: #ffffff;
}

#topbar h2#slogan {
margin: 3px; padding: 0;
font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
text-transform: none;
color: #ffffff;
}

#logodiv{
width: 630px;
float: left;
padding-left: 6px;
}

/* Kopfbereich/Suchfeld Section
   --------------------------------- */	
#toprightdiv{
width: 220px;
font: bold 11px arial, sans-serif;
float: right;
text-align: right;
margin: 5px 8px 0 5px;
}

/* Kopfbereich/Suchfeldeingabemaske
   --------------------------------- */	
#toprightdiv #keywords{
border: 1px solid gray;
width: 125px;
background: #FBFCFA;
font: 11px arial, sans-serif;
color: #443;
padding: 2px; outline: none;
}

/* Kopfbereich/Suchbutton
   --------------------------------- */	
.searchbutton {
color: #972821;
background-color: #f3f3f3;  
width: 80px; 
margin-top: 10px; 
border: outset 1px #ccc;
font-size: 12px;
font-weight: bold;
padding :1px; 
}

/* Hauptteil nach dem Kopfbereich 
   --------------------------------- */	
.maincontainer{
background: #ffffff;
width: 99%;
padding-left: 5px;
margin-left: auto;
margin-right: auto;
border-width: 0 2px;

}

/* Linke Seite vom Hauptteil
   --------------------------------- */	
#leftcolumn{
background: #ffffff;
width: 19%;
float: left;
border-right: 1px solid #972821;
padding-right: 10px;
margin-top: 13px;
margin-right: 0.8em;
}

#leftcolumn .titlebar{
font-weight: bold;
background: #972821 repeat-x top left;
color: white;
margin: 0.5em 0;
text-transform: uppercase;
padding-left: 2px;
}


/* Mitte vom Hauptteil
   --------------------------------- */	
#middlecolumn{
background: #ffffff;
width: 57%;
float: left;
border-right: 1px solid #972821;
padding-right: 10px;
margin-top: 13px;
padding-bottom: 1em;
}

#middlecolumn .titlebar{
font-weight: bold;
background: #972821 repeat-x top left;
color: white;
margin: 0.5em 0;
text-transform: uppercase;
padding-left: 2px;
}

/* Mitte vom Hauptteil in den Kategorien
   --------------------------------- */	
#middlecolumn_cat{
background: #ffffff;
width: 19%;
float: left;
border-right: 1px solid #C3C3C3;
padding-right: 10px;
margin-top: 13px;
padding-bottom: 1em;
}

#middlecolumn_cat .titlebar{
font-weight: bold;
background: #972821 repeat-x top left;
color: white;
margin: 0.5em 0;
text-transform: uppercase;
padding-left: 2px;
}



/* Mitte vom Hauptteil in den Kategorien
   --------------------------------- */	
#middlecolumn_cat2{
background: #ffffff;
width: 78%;
float: left;
padding-right: 5px;
margin-top: 13px;
padding-bottom: 1em;
}
#middlecolumn_cat2 .titlebar{
font-weight: bold;
background: #972821 repeat-x top left;
color: white;
margin: 0.5em 0;
text-transform: uppercase;
padding-left: 2px;
}

#middlecolumn_cat2 .titlebar a{
color: #FFFFFF;
font-size: 98% 
}


/* Rechte Seite vom Hauptteil
   --------------------------------- */	
#rightcolumn{
background: #ffffff;
width: 19%;
float: left;
margin-top: 13px;
margin-left: 0.8em;
}

#rightcolumn  .titlebar{
font-weight: bold;
background: #972821 repeat-x top left;
color: white;
margin: 0.5em 0;
text-transform: uppercase;
padding-left: 2px;
}


/* Rechte Seite vom Hauptteil in den Kategorien
   --------------------------------- */	
#rightcolumn_cat{
background: #ffffff;
width: 57%;
float: left;
margin-top: 13px;
margin-left: 0.8em;
}
#rightcolumn_cat .titlebar{
font-weight: bold;
background: #972821 repeat-x top left;
color: white;
margin: 0.5em 0;
text-transform: uppercase;
padding-left: 2px;
}

#rightcolumn_cat .titlebar a{
color: #FFFFFF;
font-size: 98% 
}



/* Fussbereich/Footer Section
   --------------------------------- */	
#footermenu{
background: #ffffff;
margin-top: 12px;
border-top: 5px solid #972821;
color: #972821;
text-align: center;
padding: 0.1em;
font-size: 90% 
}

#footermenu a{
background: #ffffff;
color: #972821;
font-size: 98% 
}

#footermenu a:hover{
background: #ffffff;
color: #972821;
font-size: 98% 
}

/* Sonstiges
   --------------------------------- */	
hr {
border:dashed #cccccc 1px;
height:1px;
}

.details{
margin-top: 1px;
margin-left: 1px;
}

.linkresults{
color: green;
}

img { 
border: 0 none; 
} 
