
/*  Formatierung body Bildlaufleiste + Hintergrundgrafik*/

body {
font-family:MS Serif, New York, serif;
font-size:18px;
font-weight:normal;
color: #8140ec;

background: url(bilder/Page0001.jpg) #ffffff top left fixed ;

margin:0px;
padding:0px;
}
/*  Links allgemein */
a {
font-family:MS Serif, New York, serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color: #da1f6e;
}

a:visited {
color:#da1f6e;
}

a:hover {
color:#fb0b54;
}
h2 {/* Eingerückte nicht Links */
margin-left:20px;
margin-bottom:0px
font-family:MS Serif, New York, serif;
font-size:18px;
font-weight:normal;
color: #8140ec;
}		
h3 {/* Aufzählungs Überschrift */
font-family:Comic Sans MS;
font-size:18px;
font-weight:bold;
text-decoration:none;
color: #8140ec;
}		
h4 {/* Unterschrifen von eingerückten Links */
margin-left:20px;
margin-top:0px;
font-family:MS Sans Serif, Geneva, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:normal;
color: #973b86;
}		
h5 {/* Unterschifen von normalen Links*/
margin-top:0em;
font-family:MS Sans Serif, Geneva, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color: #973b86;
}			
/* Content-Tabelle mit der ID 'content'*/

#content {
position:absolute; 
top:300px; 
left:300px; 
width:650px; 
height:600px;
font-family:Comic Sans MS;
font-size:20px;
font-weight:bold;
text-decoration:none;
color: #000080;/*Blau*/
} 
#index {
position:absolute; 
top:300px; 
left:300px; 
width:650px; 
height:600px;
font-family:Comic Sans MS;
font-size:20px;
font-weight:normal;
text-decoration:none;
color: #973b86;
} 


