/* DATEI: schrift.css */

/* Book Antiqua,Comic Sans MS,Arial,Helvetica */

p,b,u,i,td,li,small
{
font-family:  "book antiqua", "comic sans ms", arial, helvetica, verdana, sans-serif;
font-weight: normal;
font-style: normal;
text-decoration: none;  
Font-Size: 12pt; 
}

small
{ 
Font-Size: 8pt; 
}


h1, h2, h3, h4, h5
{ 
font-family: arial, helvetica, verdana, sans-serif;
font-style: normal;
}

h1, h2, h4
{ 
font-weight: bold;
text-decoration: underline;
}

h1
{ 
Font-Size: 20pt; 
}

h2
{ 
Font-Size: 18pt; 
}

h3
{ 
Font-Size: 16pt; 
}

h4
{ 
Font-Size: 12pt; 
}

h5
{ 
Font-Size: 10pt; 
}


p:first-letter
{
font-size:2.0em;
line-height:1em;
padding:0px 4px 0px 4px;
font-weight:600;
}	

#aktapi 
{ 
position: absolute;
top: 3000px;
left:200px;
width:400px; 
font:11px/12px arial, sans-serif; 
padding:30px 5px 5px 5px; 
margin-top:0px; 
text-align:center;
}

#footer a:link, #footer a:visited 
{ 
	
}





