/* ######################################################################################################
** MC-BiT Farben und Groessen Constants
**
**
*/
@media all
{

body { 
padding: 10px 0 10px 0;
background-color: #85A1C5; 
color: #222; 
font-size: 83.33%; 
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; 
}

#page_margins {
width: 990px; 
min-width: 990px; 
max-width: 990px; 
margin: auto; 
border: 1px solid; 
border-color: #667;
}

#header { 
height: 200px;
background-image: url(uploads/media/kopfbild_3_16.jpg);
}

/* Überschriften */
h1,h2,h3,h4 { 
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}

h1 { 
font-size: 1.1em; 
color: #765;
}
h2 { 
font-size: 1.0em; 
color: #000000;
}
h3 { 
font-size: 0.9em; 
color: #765;
}
h4 {
font-size: 0.8em; 
color: #888; 
}





/* Mittlere Spalte */
#col3
{
border-left: 1px dotted #ddd;
border-right: 1px dotted #ddd;
}


#header { 
background-color: #FFFFFF;
}

#nav_main {
background: #E2CC8F;
}

#teaser { 
background: #F8F8F8; 
}

#main { 
background: #FFFCCD; 
}

#col3 {
background: #FFFCCD;
}

#col2 { 
background: #FFFFFF; 
}

#footer { 
background: #DADADA; 
}

/*################*/
/*### Vertical-Navi ###*/
/*################*/

/* Hintergrundfarbe Navigationsüberschrift */
#col1_content h3 {
background-color: inherit;
}

/* Hintergrundfarbe Navigation - Border Bottom Normal*/
#col1_content ul li a {
background-color: inherit;
border-bottom: 1px #003162 solid;
}

/* Abstand Links/Rechs */
#col1_content { 
margin-left: 0em; 
margin-right: 0em; 
}
/*###################*/

/* Active 1. Ebene */
#col1_content ul li strong {
background-color: #F8F8F8;
color: #003162;
}

/* Active 2. Ebene */
#col1_content ul li ul li strong {
background-color: #F8F8F8;
color: #003162;
}

/* Active 3. Ebene */
#col1_content ul li ul li ul li strong {
background-color: #F8F8F8;
color: #003162;
}
/*###################*/

/* Hover 1. ebene */
#col1_content ul li a:hover { 
background-color: #DBE8E7; 
color: #fff; 
}

/* Hover 2. ebene */
#col1_content ul li ul li a:hover { 
background-color: #DBE8E7;
color: #fff; 
}
/*########################################*/
/*########################################*/

}



