@charset "ISO-8859-1";

body { 
background-color: #FFFACD;
width: 881px;
margin-left: 40px; 
margin-right: 40px; 
margin-top: 30px; 
font-size: 11px; 
font-family: verdana,trebuchet,sans-serif; 
}

a:link { 
color: #FFCC00; 
font-size: 12px; 
font-weight: bold; 
text-decoration: none; 
}

a:visited { 
color: #FFCC00; 
font-size: 12px; 
font-weight: bold; 
text-decoration: none; 
}

a:active { 
color: #FFCC00; 
font-size: 12px; 
font-weight: bold; 
text-decoration: underline; 
}

a:hover { 
color: #FFCC00; 
font-size: 12px; 
font-weight: bold; 
text-decoration: underline; 
}

/*---  Linke Seite / Navigation ---*/
#menu {
background-color: #992233;
border: 3px solid #FFCC00;
width: 181px;
float: left;
font: 12px verdana,trebuchet,sans-serif;
padding-right: 10px;
text-align: right;
color: #FFCC00;
padding-bottom: 30px;
}


/*---  Hauptseite Content ---*/
#content {
background-color: #FFFFFF;
border: 2px solid #992233;
width: 520px;
float: left;
text-align: left;
margin-left: 20px;
margin-bottom: 60px;
padding-top: 7px;
padding-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
}

#content a:link    { color:  #3333FF; font-size:15px; font-weight: bold;}
#content a:visited { color:  #3333FF; font-size:15px; font-weight: bold;}
#content a:active  { color:  #3366FF; font-weight: bold; text-decoration: underline;}
#content a:hover   { color:  #3333FF; font-weight: bold; text-decoration: underline;} 

/* --Header-Text-- */

#contenet h2 {
padding:0px;
font-size: 1em;
line-height:1em;
font-weight:bold;
text-align:left;
margin-left: 120px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 0px;
}

/*--- 2 neue Ebenen für Header im content  ---*/

#ebene1 {  
background-image: url('sprachkurse.jpg');
border: 0px;
width: 520px;
height:160px;
margin-left: 0px;
margin-bottom: 0px;
z-index:1;
}

#ebene2 {
border: 0px;
width: 520px;
height:160px;
text-align: center;
margin-top: 0px;
margin-left: 0px;
margin-bottom: auto;
z-index:2;
}

#ebene2 h1 {
font-family: verdana,trebuchet,sans-serif;
color: #992233;
padding:0px;
font-size: 20px;
font-weight:bold;
text-align:center;
margin-left: 5px;
margin-right: auto;
margin-top: 20px;
margin-bottom: auto;
}

/*--- Abstand zwischen Menue-Punkten mit punktierter Linie ---*/

.menuSpacer {
border-bottom: 1px dotted #999;
margin-bottom: 10px; 
}

/*--- Abstand im Hauptteil mit durchgezogener Linie ---*/

.contentSpacer {
border-bottom: 1px solid #696969;
margin-bottom: 10px; 
}


/*---  Überschriften  ---*/

H2 {
font-family: verdana,trebuchet,sans-serif;
font-size:   19px;
color:       #333333;
font-weight: bold;
}

/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
font-family: verdana,trebuchet,sans-serif;
font-size:   14px;
color:       #333333;
font-weight: bold;
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

H4 {
font-family: verdana,trebuchet,sans-serif;
font-size:   12px;
color:       #FFD700;
margin-top: 2px;
margin-bottom: 5px;
font-weight: bold;
}

/*---  Used in comment templates to format text used in the comment form. ---*/

H5 {
font-family: verdana,trebuchet,sans-serif;
font-size:   11px;
color:       #666666;
margin-top: 2px;
margin-bottom: 2px;
font-weight: normal;
}

/*---  Weblog entry formatting.  ---*/

.sprachen {
padding-bottom: 12px;
}

/*---  Paragraph formatting ---*/

p {
font-family: verdana,trebuchet,sans-serif;
font-size:   16px;
color:       #333333;
margin-top: 2px;
margin-bottom: 2px;
font-weight: normal;
text-align:  left;
}


