/* allgemeine Schriftgröße
   --------------------------------- */	
body{
margin: 10px;
padding: 0;
background: #ffffff url('images/backblue.gif') repeat-x;
color: #111111; font-style:normal; font-variant:normal; font-weight:normal; font-size:83%; font-family:arial, sans-serif
}


/* Logo/Kopfbereich Section
   --------------------------------- */
.logo {
text-align:center;
}


/* Navigation Section
   --------------------------------- */
.bar {
clear: both;
text-align: center; 
font-size: 1.3em;
height: 25px;    
}

.bar a {     
color: #111111;
background: inherit;
}

a.menu {
font-weight: bold;
text-align: center;
display:block;
width:16ex;
padding: 0.3em;
text-decoration:underline;
}

a.menu:link {
font-weight: bold;
color:#000;
border-left: 1px solid #222222;
border-top: 1px solid #222222;
border-right: 1px solid #222222;
background-color: #ffcc00;
font-family: Arial; font-size: 12px;
}

a.menu:visited {
font-weight: bold;
color:#000;
border-left: 1px solid #222222;
border-top: 1px solid #222222;
border-right: 1px solid #222222;
background-color: #ffcc00;
font-family: Arial; font-size: 12px;
}

a.menu:hover {
font-weight: bold;
color:#000;
border-left: 1px solid #222222;
border-top: 1px solid #222222;
border-right: 1px solid #222222;
background-color: #ffcc00;
font-family: Arial; font-size: 12px; text-decoration:none;
}

a.menu:active {
font-weight: bold;
color:#000;
border-left: 1px solid #222222;
border-top: 1px solid #222222;
border-right: 1px solid #222222;
background-color: #ffcc00;
font-family: Arial; font-size: 12px;
}


/* Suchfeld Section
   --------------------------------- */	
.search_field {
background-color: #ffff66;
border: 1px solid #222222;
color: #222222;
clear: both;
padding: 3px 0 5px 0;
text-align: center;
}

#keywords{
border: 1px solid gray;
width: 200px;
background: #FBFCFA;
font: 12px arial, sans-serif;
padding: 2px; outline: none;
}

.searchbutton {
color:#000;
background-color: #ffff66;
width: 80px; 
margin-top: 10px; 
border: outset 1px #cccccc;
font-size: 12px;
font-weight: bold;
padding :2px; 
}


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


/* Hauptteil nach dem Kopfbereich 
   --------------------------------- */	
.maincontainer{
width: 98%;
padding-left: 9px;
padding-right: 9px;
margin-left: auto;
margin-right: auto;
border: 1px solid #222;
}


/* Linke Seite vom Hauptteil
   --------------------------------- */	
#leftcolumn{
width: 13%;
float: left;
margin-top: 13px;
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 #444444;
color: #000;
}


/* Mitte vom Hauptteil
   --------------------------------- */	
#middlecolumn{
width: 72%;
float: left;
border-left: 1px solid #C3C3C3;
border-right: 1px solid #C3C3C3;
padding-left: 10px;
padding-right: 10px;
margin-top: 1em;
padding-bottom: 1em;
}

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


/* Rechte Seite vom Hauptteil
   --------------------------------- */	
#rightcolumn{
width: 8%;
float: left;
margin-top: 13px;
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 #444444;
color: #000;
}


/* Fussbereich/Footer Section
   --------------------------------- */	
#footermenu{
clear: both;
margin-top: 1.0em;
border: 1px solid #ffffff;
color:#000;
background-color: #ffffff;
text-align: center;
padding: 0.1em;
font-size: 90%;
}

#footermenu a{
color:#000000;
}

#footermenu a:hover{
color: #000000;
}


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



}


h3 {
margin-top: 0px;
text-decoration: underline;
}

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

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