/* ---------------------------------------------------- */
/* Allgemein  											*/
/* ---------------------------------------------------- */

*  { padding: 0; margin: 0; }
body {
font-family: "Times New Roman", Times, serif; 
font-size: 12px; 
color: #000000; 
background-color: #FFFFFF; 
}
H1 {
position: absolute;
top: 28px;
left: 224px;
color: #B0B0B0;
font-size: 60px;
font-weight: bold;
line-height: 60px;
}
H2 {
position: absolute;
top: 86px;
left: 224px;
font-family: Helvetica, Arial, Verdana, sans-serif;
color: #B0B0B0;
font-size: 20px;
font-weight: bold;
}
a:link { 
text-decoration: none;
color: #293A68; 
} 
a:visited {
text-decoration: none;
color: #5E6B8E;
}
a:hover, a:focus { 
text-decoration: underline;
color: #5E6B8E;
}
a:active { 
text-decoration: none;
color: #FFFFFF; 
background-color: #293A68; 
}


/* ---------------------------------------------------- */
/* Grundrahmen											*/
/* ---------------------------------------------------- */

#Grundrahmen { 
width: 900px;  
margin: 10px auto;
}


/* ---------------------------------------------------- */
/* Kopfbereich                                          */
/* ---------------------------------------------------- */

#Kopfbereich {
position: relative;
height: 603px;
color: #000000;
background-color: #417D44;
padding: 10px 20px 10px 20px; 
}
#Logo {
position:absolute;
top: 130px ; 
left: 100px;  
border: 0; 
}
#Goethe {
position:absolute;
top: 160px ; 
left: 400px;  
color: #942E22;
font-size: 24px;
font-weight: bold;
}
#Goethe2 {
position:absolute;
top: 190px ; 
left: 448px;  
color: #000000;
font-size: 18px;
font-weight: bold;
}
#Inhalt {
position:absolute;
top: 240px; 
left: 290px;
width: 520px;
color: #000000;
background-image: url(../img/inhalt_hg.png);
font-size: 16px;
font-weight: bold;
padding: 10px 10px 10px 10px;
}
#Weiter {
position:absolute;
top: 570px; 
left: 260px;
width: 18px;
height: 14px; 
background-image: url(../img/weiter.gif);
}
#WeiterText {
position:absolute;
top: 569px; 
left: 290px;
width: 500px;
height: 20px;
color: #EEEEEE;
font-size: 18px;
font-weight: bold;
}



/* ---------------------------------------------------- */
/* Fusszeile 			                                */
/* ---------------------------------------------------- */

#Schlusszeile {
clear: both; 
padding: 0;
}

#Fusszeile {
font-family: Verdana, Arial, Helvetica, sans-serif; 
clear: both; 
color: #666666; 
background-color: white; 
padding: 4px 20px 10px 20px;
text-align: center;  
font-size: 10px;
font-style: normal;  
letter-spacing: 2px; 
}


