@charset "utf-8";
/* CSS Document */
@import url("formular.css");
@import url("list.css");
* {
padding:0px;
margin:0px;
text-decoration:none;
}
body {
background-color: #ffffff;
background-image:url(bg-spacer.jpg);
background-repeat: repeat-x;
color:#033;
font-size:12px;
font-family:Verdana, Arial, Helvetica, Sans-Serif;
}
a:link {color:#099; text-decoration:none}
a:visited {color:#099; text-decoration:none}
a:active {color:#099; text-decoration:none}
a:hover {color:#066; text-decoration:underline}

h1,h2,h3,h4,h5,h6 {
margin:8px 0px 5px 0px;
}
h1 {
font-size:17px;
color:#099;
}
h2 {
font-size:14px;
color:#033;
}
h3 {
font-size:13px;
margin-top:8px;
}
#main p {
padding:5px 30px 5px 0px;
}
blockquote {
font-size:14px;
font-weight:bold;
font-style:italic;
color:#099;
}
.left{
float:left;
margin:10px 20px 10px 0px;
}
.right{
float:left;
margin:10px 10px 10px 0px;
}
.clear{
clear:both;
margin:10px 10px 10px 0px;
}
#wrap {
position : absolute;
width : 996px;
margin-left:-498px;
top : 10px;
left : 50%;
text-align : left;
}
#header-top{
background-image:url(header-top.png);
background-repeat:no-repeat;
width:996px;
height:42px;
}
#header-wrap{
width:988px;
height:146px;
margin:0px 0px 0px 8px;
}
#header-left{
background-image:url(header-left.jpg);
background-repeat:no-repeat;
width:230px;
height:146px;
float:left;
}
#header-main{
background-image:url(header-main.jpg);
background-repeat:no-repeat;
width:751px;
height:146px;
float:left;
}
#content-spacer{
background-image:url(content-spacer.png);
background-repeat:repeat-y;
width:996px;
}
#content{
margin-left:8px; /*Platz für Schatten*/
width:980px;
background-color:#e5e5e5;
}
#navi{
width:230px;
float:left;
}
/*Navigation*/
ul.menue {
width:230px;
margin:0 0 0 0;
padding:0;
list-style-type:none;
}
ul.menue li.c1 {
list-style:none;
display:inline;
}
ul.menue li a
{
padding:8px 10px 8px 15px;
border-bottom:1px solid #fff;
background:#ccc; /*hellgrau*/
display:block;
color:#033;
font-weight:normal;
text-decoration:none;
}
ul.menue li a:hover {
color:#066;
 /*background-color:#ffcc33; gelb*/
background-image:url(li-hover.gif);
background-repeat:no-repeat;
}
ul.menue li a.aktiv 
{
color:#066;
background-color:#ffcc33; /*gelb*/
background-image:url(li-hover.gif);
background-repeat:no-repeat;
}
ul.menue li a.aktiv-out 
{
background-color:#ffcc33; /*gelb*/
}
ul.submenue 
{
list-style-type:none;
}
ul.submenue li a
{
padding:8px 10px 8px 25px;
border-bottom:1px solid #fff;
background-color:#ffe599; /*gelb50*/
display:block;
color:#033;
font-weight:normal;
text-decoration:none;
}
ul.submenue li a.aktiv
{
background-color:#ffd966; /*gelb75*/
}
.versteckt 
{
display:none;
}
.c2 {
background-color:#fc3;
}
/*End Navigation*/
#main{
background-color:#fff;
background-image:url(hg-strecker.gif);
background-repeat:no-repeat;
width:730px;
float:left;
padding:10px 0px 10px 20px;
}
.mittig {
height:300px;
width:700px;
text-align:center;
}
#footer {
height : 94px;
width : 996px;
background-image : url(footer.png);
background-repeat : no-repeat;
color:#fff;
}
#footer a:link {color:#fff; text-decoration:none}
#footer a:visited {color:#fff; text-decoration:none}
#footer a:active {color:#fc3; text-decoration:none}
#footer a:hover {color:#fc3; text-decoration:none}

#footer a.aktiv-out:link {color:#fc3; text-decoration:none}

#footer-left{
width:230px;
float:left;
padding-top:8px;
text-align:center;
}
#footer-main{
width:751px;
float:left;
padding-top:8px;
text-align:center;
}
table, td{
border-collapse:collapse;
border:1px solid #033;
padding:5px;
}
#pflege {
width:670px;
}
.fussnote {
text-align:right;
font-size:10px;
}
.klein {
font-size:10px;
}
.zentriert {
text-align:center;
}





