/* CSS Document */
div{
padding:0;
margin:0;
}
html{height:101%;} /*erzwingt scrollbar im Firefox damit layout nicht springt*/
body {
color:#000000;
background: #6d9ac3 url(bg.gif) top center repeat-y;
font: 76% Verdana,Tahoma,Arial,sans-serif;
}
div.c1 {text-align: center}

#wrapper {
text-align:left;
color:#000000;
background-color:white;
width: 749px; /*Breite des inhaltsbereiches*/
margin-top: 10px; /*Abtstand 10 px oben*/
margin-left:auto;
margin-bottom: 10px;
margin-right:auto; /*Durch auto links und rechts wird INhaltsfenster zentriert !!!!*/
padding-left: 0px;
padding-right: 0px;
/*border-bottom: 10px solid black;*/
}

#kopfbereich {
color:#000000;
background-color: white;
padding-top: 0px;
padding-bottom: 0;
border-bottom: 10px;
}
#headerfoto {
margin: 0 0 10px 0;
border: 0;

}

#headertext {
margin: 0 0 10px 0;
color: #286ea0;
}

#topMenu {
width: 749px;
clear:both;
padding:2px;
height:16px;
border-top: 1px solid #286ea0;
border-bottom: 1px solid #286ea0;
margin-bottom: 10px;
}

/*#laufschrift {
background-color:#286ea0;
color:#FFFFFF;
width: 749px;
height:20px;
clear:both;
margin-bottom: 10px;
}
*/
/*#topMenu {
width: 749px;
height:15px;
clear:both;
text-align:left;
margin-left:131px;
border-bottom: 2px solid #286ea0;

}
*/

#textbereich {
width:555px;
color: #286ea0;
background-color: white;
padding: 0 10px 10px 10px;
float:right;
border-left: 1px solid #f0f0f0;
/*border-right: 1px solid #f0f0f0;*/
line-height: 1.6em;
text-align: left;

}
#textbereich h1 {
font-size: 1.6em;
margin: 0 0 0.5em 0;
}
#textbereich h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#footer {
background-color:white;
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 1px solid #286ea0;
width: 749px;
text-align: center;
font-size: 0.9em;
color: #808080;

}

.news {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#navibereich {
background-color: white;
border-left: 0px solid #000000;
float:left;
width: 170px;
font-size: 0.9em;
}


#navibereich ul {
list-style: none;
width: 150px;
margin: 0 0 0 0px;
padding: 0;
}

#navibereich li {
margin-bottom: 4px;
}


#navibereich li a {
font-weight: bold;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}


#navibereich li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

#navibereich li a.current  {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration:underline;
color: #286ea0;
}

a img {
border: 0;
}

a.breadcrumb{
    text-decoration: underline;
    color: #286ea0;
        font-size: 0.8em;
}
a.breadcrumb:hover{
    text-decoration: underline;
}
.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

