﻿*{
padding:0; /* Abstände entfernen */
margin:0;
/* min-height:101%; */
}

body{
font:12px Verdana, Arial, Helvetica, Geneva, sans-serif;
/* Für Zentrierung in älteren Browsern wichtig: */
text-align: center; 
background: #FFFFFF;
}

html{
overflow: -moz-scrollbars-vertical;
min-height:100%;
overflow-y:scroll;
}

/* Allgemeine Formatierungen */
h1{
font:36px Verdana, Arial, Helvetica, Geneva, sans-serif;
color:#DF0031;
}

h2{
margin: 1em 0;
font-size: 14px;
border-left: 5px solid #DF0031;
padding-left: 8px;
line-height: 18px;  /* Höhe des linken Rands */
}

p{
font:12px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/* Hauptcontainer */

#box{
width: 950px;
margin: 0 auto;  /* Zentrierung */
text-align: center;
background: #FFFFFF;
border: 5px solid white;
border-bottom: none;
}

#box2{
width: 740px;
margin: 0 auto;  /* Zentrierung */
background: #FFFFFF;
border: 5px solid white;
border-bottom: none;
}

/* Header */

#header{
background: #FFFFFF;
height: 82px;
color: #DF0031;
line-height: 75px; /* vertikale Ausrichtung */
font-size: 36px;
text-align: center;
font-style: italic;
font-weight: bold;
}
#header span{
display: block;
color: white;
font-size: 12px;
text-transform: none;
margin-top: -45px;  /* nach oben verschieben */
font-weight: normal;
}

/* Navigation */

#navigation{
list-style: none;
width: 950px;
float: left;
height: 30px;
background: #FFFFFF;
font-size: 12px;
font-weight: bold;
}
#navigation a{
/* display: block; 
height: 30px;
width: 900px; /* Breite 650px:5 = 130px */
text-decoration: none;
line-height: 30px;
/*float: left;*/
background: #FFFFFF;
color: #333333;
}
#navigation a:hover{
background: #FFFFFF;
color: #DF0031;
}

#navigation .rot {
color: #DF0031;
}

/* Inhalt */

#inhalt{
padding: 10px 20px; /* Innenabstand */
text-align: left;  /* wichtig */
clear: left; /* wichtig */
min-height: 350px; 
}

#inhalt a{
text-decoration: underline;
background: #FFFFFF;
color: #333333;
}

#inhalt a:hover{
background: #FFFFFF;
color: #DF0031;
}

#inhalt ul{
padding-left: 13px;
}

.motto {
	font-size: 14px;
	font-weight: bold;
}

/* Footer */

#footer{
height: 30px;
line-height: 30px;
background: #FFFFFF;
color: #333333;
text-align: center;
}
#footer a{
text-decoration: underline;
background: #FFFFFF;
color: #333333;
}
#footer a:hover{
background: #FFFFFF;
color: #DF0031;
}

#footer .rot {
color: #DF0031;
}
