body {
background: #ffffec;
color: #000000;
border-width: 0px;
padding: 0px;
margin: 0px;
 max-height: 100%;
}

.title1 {
background: #ffffff;
color: #000000;
border-width: 0px;
padding: 0px;
margin: 0px;
height: 96px;
width: 195px;
/*das logo bestimmt die minimalen werte und sind wie hier*/
/*height wird so nur durch zeilenumbruch groesser*/	
/*widht würde bei veteiltem inhalt sonst groesser*/	
/*widht wird duch das logo nicht mehr schmaler*/	
}

.title2 {
background: #ff2255;
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
vertical-align: middle;
font-size: 18pt;
font-style: normal;
font-weight: normal;
border-width: 0px;
padding: 0px;
margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
background: #ffffec;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
}

h1 {
font-size: 24pt;
}

h2 {
font-size: 20pt;
}

h3 {
font-size: 18pt;
}

h4 {
font-size: 16pt;
}

h5, h6 {
font-size: 14pt;
}

.navi {
width: 195px;
background: #ff2255;
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
/*vertical-align: middle;*/
font-size: 14pt;
font-style: normal;
font-weight: normal;
border-width: 0px;
padding: 0px;
margin: 0px;
vertical-align: top;
/*height: 800px;*/
/*width: 200px;*/
}

.navihoehe {
height: 25px;
}


.naviactive {
background: #ffffff;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-style: normal;
font-weight: normal;
vertical-align: middle;
padding-left: 15px;
width: 195px;
}

.navilink {
background: #ff2255;
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-style: normal;
font-weight: normal;
text-decoration: none;
vertical-align: middle;
padding-left: 15px;
width: 195px;
}

a:hover.navilink {
background: #ff2255;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-style: normal;
font-weight: normal;
text-decoration: none;
vertical-align: middle;
}

a {
/*background: #ff2255;nicht noetig*/
color: blue;
text-decoration: none;
}

a:hover {
/*background: #ffffec;soll bleiben wie er ist*/
color: #ff0000;
text-decoration: underline;
font-weight: normal;
}


.content {
background: #ffffec;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-style: normal;
font-weight: normal;
padding: 15px;
margin: 0px;
vertical-align: top;
/*text-align: center;*/
}