html, body {
   background-color:white;
   margin:0px;
   padding:0px;
}
#header {
   background-color:white;
   width:100%;
   height:100px;
   padding:0px;
   margin:0px;
}
#navigation {
      position:absolute;
      background-color:white;
      top:140px;
      left:0px;
      width:180px;
      margin:0px;
      padding:0px;
   }
#navigation a{
 text-decoration: none;     
   }


#navi a {
   display: block;
	padding: 5px;
	text-decoration: none;
	/* #@# hier border: 0 sonst flackern Maus und CPU-high */
	border: 0 solid #fff;
	width: 96%;
	margin: 3px 0;
	color: black;
	background: red;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
p.text {
   text-align:justify; 
   font-weight:normal;
   font-style:normal;
   font-size:90%;
   line-height:1.1em;
   color:black;
}

#content {
		margin-top:40px;
      margin-left:180px;
      margin-right:180px;
   }

#contenttext {   
   text-align:justify; 
   font-weight:normal;
   font-style:normal;
   font-size:90%;
   line-height:1.1em;
   color:black;
}  

#wahl {
   margin-left:64px;
}

#features {
      position:absolute;
      background-color:red;
      top:140px;
      right:0px;
      width:180px;
      margin:0px;
      padding:0px;
   }

# features li {
   display: block;
	padding: 5px;
	text-decoration: none;
	/* #@# hier border: 0 sonst flackern Maus und CPU-high */
	border: 0 solid #fff;
	width: 96%;
	margin-left: 3px;
	margin-right: 3px;
	color: black;
	background: red;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}   
#features a {
   display: block;
	padding: 5px;
   text-decoration: none; 
	/* #@# hier border: 0 sonst flackern Maus und CPU-high */
	border: 0 solid #fff; 
	font-weight: normal;
}

   
#logo {
   top:0px;
   left:0px;
   position:absolute;
   top:5px;
   left:12px;
   width:423px;
   height:100px;
}



h1,h2,h3,p,table {
   margin-left:64px;
   margin-right:64px;
   font-family:"Futura",sans-serif;
}
h1 {
   font-weight:bold;
   font-style:normal;
   font-size:180%;
   line-height:1.1em;
   color:gray;
   border-left:red solid 10px;
   border-bottom:red solid 2px;
   padding-left:12px;
   margin-top:32px;
}
h2 {
   font-weight:bold;
   font-style:normal;
   font-size:110%;
   line-height:1.1em;
   color:gray;
   border-bottom:gray solid 1px;
   margin-top:24px;
}
h3 {
   font-weight:bold;
   font-style:normal;
   font-size:110%;
   line-height:1.1em;
   color:black;
   
   margin-top:24px;
}


p.intro {
      text-align:left;
      font-weight:normal;
      font-style:italic;
      font-size:100%;
      line-height:1.1em;
      margin-left:48px;
      color:black;
   }
p.text {
   text-align:justify;
   font-weight:normal;
   font-style:normal;
   font-size:90%;
   line-height:1.1em;
   color:black;
}

li.text {
   margin-right:5px;
   text-align:left;
   font-weight:normal;
   font-style:normal;
   font-size:80%;
   font-family: Arial, sans-serif;
   line-height:1.1em;
   color:black;
}
td,th {
   text-align:left;
   font-style:normal;
   font-size:100%;
   line-height:1.1em;
   color:black;
}
th {
   font-weight:bold;
}

a:link {
   font-weight:bold;
   color:black;
   text-decoration:underline;
}
a:visited {
   font-weight:bold;
   color:black;
   text-decoration:underline;
}
a:hover, a:active {
   font-weight:bold;
   color:rgb(175,35,35);
   text-decoration:underline;
}

