/*default.css*/

/* HTML-TAGS START */

body{
margin:0;
padding:0;
font-family:Calibri, Arial;
font-size:100.01%;
background:url('../pics/bg.png') repeat-x fixed;
color:black;
text-align:center;
}


/* HTML-TAGS ENDE */



/* ALL-DIV */
#all{
width:60em;
margin:auto;
font-size:1em;
text-align:left;
}



/* HAUPT-DIVS START */

#header a{
text-decoration:none;
}

#main{
margin:10px 0;
}


/* HAUPT-DIVS ENDE */



/* HEADER / FOOTER-KLASSEN START */

.spaceline{

border-bottom:1px solid #000000;
background:#c0c0c0;
height:1.9em;
}

.spaceline.header{
margin:10px 0;
}

.spaceline.header div{
color:#D0FC70;
padding-left:2em;
padding-top:0.5em;
font-weight:bold;
font-size:0.8em;
}

.logo{
background:#c0c0c0;
height:9em;
border-bottom:1px solid #000000;
}

.navi{
height:2.6em;
text-align:left;
background:#c0c0c0;
border-bottom:1px solid #000000;
}

/* HEADER / FOOTER-KLASSEN ENDE */



/* MAIN-DIVS START */

#main_left{
color:#333333;
float:left;
font-size:0.84em;
padding:1.5em 1.2em 1em 1.5em;
width:19em;
text-align:left;
font-style:standard;
border-right: 1px solid #333333;
min-height:400px;
}

#main_left img{
border:none;
}

#main_leftbig{
color:#333333;
float:left;
font-size:0.85em;
line-height:1.4em;
padding:1.2em 1.2em 1em 1.5em;
width:53em;
text-align:left;
font-style:normal;
min-height:500px;
}


#main_content{
color:#333333;
font-size:0.85em;
line-height:1.4em;
margin:0;
padding:1.5em 1.2em 1em 1.5em;
margin-left:22em;

}

#main_right{
border-left:1px solid #002800;
color:#333333;
font-size:0.85em;
line-height:1.4em;
padding:1em 1.2em 1em 1.5em;
margin-left:55em;
min-height:500px;
}

/* MAIN-DIVS ENDE */



/* LOGO-TEXT */
.logo span{
position:relative;
font:Calibri,Arial;
font-weight:bold;
font-size:1.8em;
top:1.9em;
left:1em;
color:#191B10;
}

/* LOGO-BILD */
.logo img{
height:100%;
margin:0;
padding:0;
float:left;
}



/* NAVIEINTRÄGE */
#naviliste{
font-family:Calibri,Arial;
font-size:0.9em;
font-weight:bold;
margin:0;
}

/* IE6 HACK */
* html #naviliste{
text-align:center;
}

/* IE7 HACK */
* + html #naviliste{
text-align:center;
}

#naviliste li{
list-style:none;
display:inline;
}

#naviliste li a{
color:#000000;
display:inline-block;
padding:0.9em 6.0em 0.9em 1.7em;
}

#naviliste li a:hover{
color:#000;
background:white;
opacity:0.65;
}

#naviliste li ul {
margin:0;
padding:0;
position:absolute;
top:2.4em;
left:0em;
background:#e6e6fa;
border:1px solid #e6e6fa;
border-top:none;
display:none;
}

#naviliste li ul li{
display:block;
}


/* SPERZIELL FÜR DAS "2. NAVI" UNTEN*/

.spaceline.footer{
text-align:center;
font-weight:bold;
color:#d3d3d3;
clear:both;
font-size:0.8em;
width:75em;
margin:auto;
}

.spaceline.footer span{
float:left;
}

.spaceline.footer a{
margin:auto;
display:inline-block;
color:#000000;
padding:0.3em 1em;
text-decoration:none;
}

.spaceline.footer a:hover{
color:#ffb300;
}

.spaceline.footer div{
float:right;

}



/* Spezielle Textformatierung*/
.klein{
text-align: left; font-size: 1em; font-weight: normal; color: #333333;
}
.klein_fett{
text-align: left; font-size: 1em; font-weight: bold; color: #333333;
}
.rechts{
text-align: right; font-size: 1em; font-weight: bold; color: #333333;
}
.foto{
text-align: left; font-size: 0.8em; font-weight: italic; color: #333333;
}
.fett_gross{
text-align: left; font-size: 1.2em; font-weight: bold; color: #333333;
}