 body {background-color : #fff; margin : 0; padding : 0; font-family : Arial, sans-serif;}
 
 
 #titel {
position : absolute;
width : 500px;
padding-left : 250px;
top : 20px;
text-align: right;
color : #000;
} 


#warnzeichen {
position : absolute;
width : 100%;
padding-left : 2px;
top : 250px;
background : #fff;
text-align : center;
color : #000;
} 


h1 { font-size: 220%; color : #fff; font-weight: bold; font-family : Arial, sans-serif; letter-spacing: 0.1em;}
h2 { font-size : 120%; color : #204F78; font-weight : bold; font-family : Arial, sans-serif; line-height : 16px; letter-spacing: 1px;}
h3 { text-align : left; font-size : 80%; color : #645138; font-family : Arial, sans-serif; text-align : center; }
h4 { text-align : right; font-size : 140%; color : #000; font-weight : normal; font-family : Arial, sans-serif; }



a:link { color : #204F78; text-decoration : none; }
a:visited { color : #204F78; text-decoration : none; }
a:hover { color : #fff; text-decoration : underline;}





