<!--
html, body {
background: url(../images/background.gif) repeat-y #EEEEEE;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin:0;
padding:0;
height:100%;
}
#container {
position:relative;
width: 900px;
min-height:100%; /* Mindesthöhe in modernen Browsern */
height:auto !important; /* !important-Regel für moderne Browser */
height:100%; /* Mindesthöhe in IE (<7) */
}
#logo {
float:left;
width: 178px;
height: 137px;
background: url(../images/logo.jpg);
border-bottom: 1px solid #3670CE;
}
#head {
float:right;
height: 137px;
width: 721px;
background: #FFF;
border-bottom: 1px solid #3670CE;
background: url(../images/head.jpg) no-repeat #CCC;
}
#navi {
float:right;
border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF;
height: 25px;
background: #F9C800;
text-align: right;
width: 721px;
left: 179px;
margin-top: -38px;
border-bottom: 1px solid #3670CE;
border-top: 1px solid #3670CE;
font-weight: bold;
}
#navi ul {
margin: 6px 0 0 0;
padding-left: 161px;
}
#navi li {
list-style: none;
float: left;
padding: 0 10px 0 10px;
}
#navi a:link, a:visited {
text-decoration: none;
color: #000;
}
#navi a:hover {
color: #000;
text-decoration: underline;
}

#navi2 {
float:left;
width: 164px;
padding-top: 20px;
padding-bottom:10px;
padding-left:14px;
}
#navi2 ul {
list-style: none;
margin: 0;
padding: 0;
}
.subsub {
margin-left: 6px;
}
#navi2 li {
padding: 6px 0px 6px 0px;
}
#navi2 img {
padding-bottom: 2px;
padding-right: 2px;
}
#navi2 a:link, a:visited {
text-decoration: none;
color: #000;
}
#navi2 a:hover {
color: #000;
text-decoration: none;
font-weight: bold;
}
.bold {
font-weight: bold;
}
.sub {
font-weight: bold;
}
#content {
float:right;
width: 616px;
line-height: 24px;
padding: 20px 60px 20px 45px;
}
#content img {
border: 1px solid #3670CE;
}
/*
#content a:link, a:visited {
text-decoration: none;
color: #3670CE;
}
#content a:hover {
color: #3670CE;
text-decoration: underline;
}
*/
#foot {
clear:both;
background: #CCC;
position:absolute;
bottom: 0;
left:0;
width:900px;
height: 14px;
color: #666666;
border-top: 1px solid #3670CE;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size:0;
clear: both;
visibility: hidden;
}
input, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
-->
