/* allgemeine Schriftgröße
   --------------------------------- */
body{
margin: 0px;
padding: 9px;
/*padding-left: 60px;*/
/*width: 87%;*/
font: normal 82% arial, sans-serif;
color: #555555;
background: #ffffff;
background-image: url(../images/bg.gif);
}
/*background-image: url(../images/bg.gif);

/* Logo/Kopfbereich Section
   --------------------------------- */
.logo {
text-align:center;
}

/* Top-Url-Werbung
   --------------------------------- */
.top-url {
text-align:right;
margin-top: -160px;
margin-right: auto;
margin-left: auto;
margin-bottom: auto;
border: 0;
}

/* Navigation Section
   --------------------------------- */
.bar {
clear: both;
text-align: center;
font-size: 1.3em;
}

.bar a {
color: #111111;
background: inherit;
}

a.menu {
border-bottom: 0px solid #FFFFFF;
font-weight: bold;
text-align: center;
display:block;
width:16.5ex;
padding: 0.2em;
text-decoration:none;
}

a.menu:link {
font-weight: bold;
color:#00335E;
background: url(images/backwater.jpg) repeat-x;
border-left: 0px solid #FFFFFF;
border-top: 0px solid #FFFFFF;
border-right: 0px solid #FFFFFF;
font-family: Arial; font-size: 14px;
}

a.menu:visited {
font-weight: bold;
color:#00335E;
background: url(images/backwater.jpg) repeat-x;
border-left: 0px solid #FFFFFF;
border-top: 0px solid #FFFFFF;
border-right: 0px solid #FFFFFF;
font-family: Arial; font-size: 14px;
}

a.menu:hover {
font-weight: bold;
color:#ffffff;
background: url(images/backblue_menu.gif) repeat-x;
border-left:0px solid #FFFFFF;
border-top:0px solid #FFFFFF;
border-right:0px solid #FFFFFF;
font-family: Arial; font-size: 14px;
text-decoration:none;
}

a.menu:active {
font-weight: bold;
color:#00335E;
background: url(images/backwater.jpg) repeat-x;
border-left:0px solid #FFFFFF;
border-top:0px solid #FFFFFF;
border-right:0px solid #FFFFFF;
font-family: Arial; font-size: 14px;
}


/* Suchfeld Section
   --------------------------------- */
.search_field {
background: url(images/backblue.gif) repeat-x;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-top: 0px solid #FFFFFF;
color: #ffffff;
clear: both;
padding: 16px 0 10px 160px;
text-align: center;
}

.search_field_normal {
background: url(images/backwater.jpg) repeat-x;
border: 0px solid #00335E;
color: #ffffff;
clear: both;
padding: 3px 0 8px 80px;
text-align: center;
}

#keywords{
border: 1px solid #00335E;
width: 200px;
font: 12px arial, sans-serif;
color: #000;
padding: 3px; outline: none;
}

.searchbutton {
color: #00335E;
background: url(images/backwater.jpg) repeat-x;
width: 80px;
margin-top: 10px;
border: outset 1px #ffffff;
font-size: 12px;
font-weight: bold;
padding :2px;
}


/* allgemeine Linkfarbe und Größe
   --------------------------------- */
a:link    { color: #00335E; font: 12px arial, sans-serif;}
a:visited { color: #00335E; font: 12px arial, sans-serif;}
a:active  { color: #00335E; font: 12px arial, sans-serif;}
a:hover   { color: red; font: 12px arial, sans-serif;}


/* Hauptteil nach dem Kopfbereich
   --------------------------------- */
.maincontainer{
width: 99%;
padding-left: 5px;
margin-left: auto;
margin-right: auto;
background-color: transparent;
border-width: 0 2px;
}


/* Linke Seite vom Hauptteil
   --------------------------------- */
#leftcolumn{
width: 16%;
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: 0px solid #dadada;
color: #00335E;
}


/* Mitte vom Hauptteil
   --------------------------------- */
#middlecolumn{
width: 63%;
float: left;
border-left: 0px solid #C3C3C3;
border-right: 0px 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: 2px solid #dadada;
}


/* Rechte Seite vom Hauptteil
   --------------------------------- */
#rightcolumn{
width: 16%;
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: 0px solid #dadada;
color: #00335E;
}


/* Fussbereich/Footer Section
   --------------------------------- */
#footermenu{
margin-top: 1.0em;
clear: both;
background: url(images/backwater.jpg) repeat-x;
border: 1px solid #00335E;
text-align: center;
padding: 0.1em;
color: #00335E;
font-size: 90%;
}

#footermenu a{
color: #00335E;
}

#footermenu a:hover{
color: #00335E;
}


/* Sonstiges
   --------------------------------- */
hr {
border:dashed #cccccc 0px;
height:1px;
}


h3 {
margin-top: 0px;
text-decoration: underline;
text-align:center;
}

p {
margin: 8px 0 10px 0;
}

table.center {
width:50%;
text-align:center;
margin-left:auto;
margin-right:auto;
}
