
body {
font-family : verdana, helvetica, arial, sans-serif;
color : #515254;
margin : 0;
padding: 0;
height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}
#header {
background-image : url(bilder/header6.jpg);
background-repeat : no-repeat;
background-attachment : fixed;
}
#text {
font-size : 12px;
}
#text_bottom {
font-size : 12px;
color : #ffc602;
background-color : #545559;
}
#main {
background-image : url(bilder/note.gif);
background-repeat : no-repeat;
background-attachment : fixed;
}
#news {
background-image : url(bilder/zettel.gif);
background-repeat : no-repeat;
background-attachment : fixed;
left : 0;
top : 0;
width : 250px;
height : 370px;
overflow : hidden;
font-size : 12px;
}
#banner {
height:80%;
height:229px;
overflow : hidden;
}
#aktuell {
margin-left : 10px;
}
.nobr {
white-space : nowrap;
}
h1 {
font-size : 18px;
font-weight : bolder;
}
h2 {
font-size : 16px;
font-weight : bolder;
}
h3 {
font-size : 16px;
font-weight : bolder;
}
h4 {
font-size : 12px;
font-weight : bolder;
font-style : italic;
color : gray;
margin-bottom : 5px;
}
h5 {
font-size : 10px;
font-weight : bolder;
}
h6 {
font-size : 8px;
font-weight : bolder;
}
.wichtig {
color : #c00;
}
.klein {
font-size : 10px;
}
a:link {
color : #ff9f00; /*orange*/
text-decoration : none;
}
a:visited {
color : #ff9f00; /*orange*/
text-decoration : none;
}
a:hover {
color : #ff9f00; /*orange*/
text-decoration : underline;
}
a.text:link {
color : #ff9f00; /*orange*/
text-decoration : none;
}
a.text:visited {
color : #ff9f00;
text-decoration : none;
}
a.text:hover {
color : #ff9f00;
text-decoration : none;
}
input, textarea {
border : 1px solid #cccccc;
background-color : #ffffff;
}
iframe {
border : 0;
}
#menu {
background : #fde44a; /*gelb*/
background-position : bottom;
background-image : url(bilder/navende.gif);
background-repeat : no-repeat;
height : auto;
font : bold 12px arial, verdana, sans-serif;
width : 168px;
padding : 30px 0;
}
#liste {
list-style : none;
padding-left : 12px;
}
#liste li {
margin : 0;
padding : 0;
width : 145px;
white-space:nowrap;
}
#liste li.active {
color : orange;
background-image : url(bilder/notenschluessel.jpg);
background-repeat : no-repeat;
text-decoration : none;
margin-left : 0;
background-position : 8px 0%;
padding : 5px 0 10px 0;
text-decoration : none;
font-size : 15px;
text-align : left;
}
#liste li a:link, #liste li a:visited, #liste li a:active {
color : gray;
display : block;
padding : 5px 0 10px 0;
text-decoration : none;
font-size : 15px;
text-align : left;
}
#liste li a:hover {
background-image : url(bilder/notenschluessel.jpg);
background-repeat : no-repeat;
color : orange;
text-decoration : none;
margin-left : 0;
background-position : 8px 0%;
}
#liste span {
padding-right : 30px;
}






