/* level1_style.css */


body
{
margin: 0;
padding: 0;						
text-align:center;
font-size: 100%; 
font-family: georgia, times, "times new roman", serif; 
color: #000;
background: #262524;					/*hintergrundgrau */
} 

				/*background-image: url(level1_bild_background_m.png);*/





div#wrapper
{
text-align: left;
width: 1015px;
margin:0 auto;
background: #9ba194;
border: 1px solid #adabaa;				/*Rahmengrau*/
}




a:link
{

text-align:left;
color: #036;
}

a:visited
{
color: #036;
outline: none;
}
a:hover, a:active
{
color: #ffffff;
background-color: #333;
outline: none;
}

div#banner
{
color: #fff;
background-color: #333;
border-bottom: 1px solid #000;
} 

div#banner h1
{
margin: 0;
padding: .4em 0 .5em .5em;
font-size: 2.2em;
font-weight: normal;
} 

span.meyer							/*s.meyer-text*/
{
padding-left: 3em;
color: #b5bf5a;
font-family: "Bauhaus 93";
}



div#block
{
background-image: url(/layout/level1_bild_m_icon.png);			background-position: right;
background-repeat: no-repeat;
border-right: 5px solid #000;
}

div#block2
{
background-image: url(/layout/level1_bild_liste_background.png);
background-repeat: repeat-y;
border-left: 5px solid #000;
}

div#contenido
{
margin-left: 270px;
margin-right: 200px;
} 

div#contenido h2
{
font-size: 1.2em;
color: #036;
margin: 0;
padding-top: 2em;
font-weight: normal;
} 

div#zitat
{
font-size: 80%;
color: #000;
} 

div#lessing
{
margin-right: 230px;
font-size: 70%;
} 

div#faecher
{
float: left;
width: 220px;
height: 195px;
padding-top: 2em;
} 

div#faecher ul
{
list-style-type: none;
padding: 0;
margin: 0; 
} 

div#faecher ul li
{ 
margin-top: 29px; 
} 

div#faecher ul li a
{
display: block;
width: 170px;
padding: 3px 5px 3px 10px;
text-decoration: none;
color: #000;
background-image: url(/layout/level1_bild_balken1.png);
background-repeat: repeat-y;
} 

div#faecher ul li a:hover
{
color: #fff;
background-color: #ccc;
background-image: url(/layout/level1_bild_balken2.jpg);
background-repeat: repeat-y;
} 

div#cleardiv
{
clear: both;
height: 130px;
} 



div#footer
{
clear: both;
padding: 0em;
border-top: 1px solid #999;
background-color: #000;
} 

div#footer p
{
margin: 0;
padding: 0em 0em 0em 1em;
font-size: .5em;
font-weight: normal;
color: #fff;
} 

div#footer ul
{
padding-left: 44em;
padding-bottom: 2em;
margin: 0;
list-style-type: none;		
} 

div#footer li
{
display: inline;
margin-right: 1em;
} 

div#footer a
{
color: #9999ff;
} 

div#footer a:hover
{
background-color: #000;
color: #000;			/* schrift hellgruen c4f1dc;*/
} 

div#footer a:active
{
background-color: #000;
} 