BODY { 
 	background-color : #FFFFFF;
}

 DIV {
	font-family : Helvetica, sans-serif;
 	color : #000099;
}

 H1 {
	font-family : Helvetica, sans-serif;
 	color : #000099;
	font-size : 24px;
	text-align : center;
	font-weight : bold;
}

 H2 {
	font-family : Helvetica, sans-serif;
 	color : #000099;
	font-size : 20px;
	text-align : left;
	font-weight : bold;
}

  H3  {
	font-family : Helvetica, sans-serif;
 	color : #000099;
	font-size : 17px;
	text-align : left;
	font-weight : bold;
}

  H4  {
	font-family : Helvetica, sans-serif;
 	color : #000099;
	font-size : 14px;
	text-align : left;
	font-weight : bold;
}

 TH {
	font-family : Helvetica, sans-serif;
	text-align: left;
	font-size:12px; 
}

 P  {
	font-family : Helvetica, sans-serif;
 	color : #000099;
	font-size : 12px;
}

 TD  {
	font-family : Helvetica, sans-serif;
 	color : #000099;
	font-size : 12px;
}

 OL  {
	font-family : Helvetica, sans-serif;
 	color : #000099;
	font-size : 12px;
}

 UL  {
	font-family : Helvetica, sans-serif;
 	color : #000099;
	font-size : 12px;
}

 LI  {
	font-family : Helvetica, sans-serif;
 	color : #000099;
	font-size : 12px;
}

 TD.menue {
	font-family : Helvetica, sans-serif;
 	color : #000099;
	font-weight : bold;
}

DT {
	font-family : Helvetica, sans-serif;
 	color : #000099;
	font-weight : bold;
        margin-left:0.5em;
        margin-top:0.5em;
}

A {
	font-family : Helvetica, sans-serif;
	color :Blue;
	text-decoration : none;
	font-size : 12px;
	font-weight : lighter;
}

A:ACTIVE {
	font-family : Helvetica, sans-serif;
	color : Blue;
	text-decoration : none;
	font-size : 12px;
	font-weight : lighter;
}

A:VISITED {
	font-family : Helvetica, sans-serif;
	color : Blue;
	text-decoration : none;
	font-size : 12px;
	font-weight : lighter;
}

A:HOVER {
	font-family : Helvetica, sans-serif;
	color : #000099;
	text-decoration : underline;
	font-size : 12px;
	font-weight : lighter;
}
div.menue {
        position: absolute;
        background-color:#FFFFFF;
        margin-left: 0px;
        margin-top: 0ex;
        margin-bottom: 1ex;
        padding-top: 10px;
        padding-left: 5px;
        width: 10em;
        float: left;
        z-index: 1;
}
div.inhalt {
        background-color:#FFFFFF;
        margin-top:0px;
        margin-right:0px;
        padding-top: 1.5em;
        padding-bottom:2em;
        padding-right: 2em;
        text-align: left;
        padding-left: 14.5em;
        z-index: 1;
}
div.fusszeile{
	float: right;
	padding-top:2ex;
	margin-top: 1ex;
        border: medium solid #FFAA00;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}
ul#advantages {
        background-color: #ccc;
        border: 1px solid black;
        list-style-image: url(/img/plus.png);
        list-style-position: outside;
        margin: auto;
        max-width: 800px;
        padding: 0 20px;
 }
ul#advantages li {
        padding: 12px 15px;
}
.bold {
        font-weight: bold;
}

.small {
        font-size: 80%;
}
