html {font-family:Arial, Helvetica, sans-serif; }
body {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#5f5f5f; background-color:#FFFFFF;margin:0px;
padding:0px; border:0px; }


h1 {font-size:20px;color:#9900ff;font-weight:normal; margin-top:0px; line-height:20pt;}
h2 {font-size:40px;color:#000000;font-weight:normal;}
h3 {font-size:16px;color:#000000;font-weight:normal;}
p {font-size:16px;color:#5f5f5f;font-weight:normal;margin-top:0px;line-height:20pt;}
ul {font-size:16px;color:#5f5f5f;font-weight:normal;margin-top:0px;line-height:20pt;}


a:link { text-decoration:none;line-height:20pt; margin-top:0px; font-weight:normal; color:#000000; font-size:20px; }
a:visited { text-decoration:none;line-height:20pt;margin-top:0px; font-weight:normal; color:#990000; font-size:20px;}
a:focus { text-decoration:none;line-height:20pt;margin-top:0px; font-weight:normal; color:#990000; font-size:20px;}
a:hover { text-decoration:none;font-weight:bold;line-height:20pt;margin-top:0px; font-weight:normal; color:#990000; font-size:20px;}
a:active { text-decoration:none;line-height:20pt;margin-top:0px; font-weight:normal; color:#990000; font-size:20px;} 

#content a:link { text-decoration:none;line-height:20pt; font-weight:bold; margin-top:0px; font-weight:normal; color:#000000; font-size:16px; }
#content a:visited { text-decoration:none; font-weight:normal;line-height:20pt;margin-top:0px; color:#000000; font-size:16px;}
#content a:focus { text-decoration:none;line-height:20pt;margin-top:0px; font-weight:normal; color:#000000; font-size:16px;}
#content a:hover { text-decoration:none;line-height:20pt;margin-top:0px; font-weight:normal; color:#5f5f5f; font-size:16px;}
#content a:active { text-decoration:none;line-height:20pt;margin-top:0px; font-weight:normal; color:#000000; font-size:16px;} 

/* Hintergrund */
#hintergrund {
position:absolute;
width:100%;
height:100%;
z-index:1;
}

/* Die Titelzeile */
#title {
position:absolute; 
top:35px; 
left:20px; 
height:100px;
width:700px;
-webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
padding:15px;
text-align:center;
background-color:#FD21B4;
opacity: 0.5;
z-index:2;
}

/* Das MenŸ */
#menu {
position:absolute;	
top:165px; 
left:20px;
height:700px; 
width:170px;
background-color:#FA95D8;
opacity: 0.5;
text-align:left ;
padding:15px;
z-index:2;
}

/* Der Inhalt */
#content {
position:absolute;	
top:165px; 
left:220px;
height:700px;
width:500px;
color:#5f5f5f;	
background-color:#ffffff;
opacity: 1;
padding:15px;
list-style-type:Wert;
z-index:2;
}

