/* ----------------------------------------------------------------------------- * 
 *                      Atmosphäre: Farben und Schriften   Möller und Schmelz    *
 *          Alle weiteren Styles stecken in der jeweiligen layout.css            *
 * ----------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 * #e6e6e6 - light grey
 * #707173 -  grey
 * #069a32 - mus green
 * #d4ead4 - mus light green
 * ----------------------------------------------------------------------------- */

html    {
    font-size: 100%;
}

body {
    /*background-color: #ffffff; *//* white */
    color: #000000;     
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em; /* 16px */
    line-height: 1.5em; /* 24px */
}

.page-wrapper {
   background-color: #ffffff; /* white */
}

header {
    color: #000000;
	background-color: #ffffff;
    box-shadow: 0;
}

.kleinav {
	font-size: 0.7em;
	color: #707173;
}

.kleinav a {
	color: #707173;
}

.main {
    background-color: #ffffff;
    color: #069a32; 
}

.mainContent {
    color: #000000; 
}

.mainContentGes {
    color: #000000; 
}

.download a {
	color: #069a32; 
	font-weight: bold; 
	text-decoration: none; 
}

.download a:hover {
	color: #707173; 
}

.klein {
	font-size: 0.8em; 
}

section ul {
	margin: 5px 0px 5px 25px; 
	padding: 0px; 
}

section ul li {
	list-style-image: url(../images/button_ul.gif); 
	padding: 0px; 
}

section a {
	color: #069a32;
}

section a:hover {
	color: #707173;
}

section a:visited {
	color: #069a32;
}

footer {
    background-color: #069a32;
	background-image: linear-gradient(#069a32, #2d4132);
    color: #ffffff;
    text-align: center;
}

/* ----------------------------------------------------------------------------- * 
 *                             Textauszeichnungen                                *
 * ----------------------------------------------------------------------------- */

p {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
}

h1  {
    font-size: 1.125em; /* 18px; Verwendung bei Seitenüberschrift außerhalb section */
    line-height: 1.5em; 
	color: #069a32; /* mus green */
}

h2  {
	font-size: 1.125em; /* Verwendung bei Download-Tabelle */
	line-height: 1.0em;
	color: #ffffff;	
	font-weight: bold;
}

h3  {
	color: #069a32; /* mus green */	
	font-weight: bold;
}

a {
    color: #ffffff; 
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #e6e6e6; 
    text-decoration: none;
}

ol	{
	color: #000000;
	list-style-type: none;
}

ol li	{
	font-size: 0.8em;
	line-height: 1.3em;
}

ol li h3  {
    font-size: 1.1em; /* 16px */
}

ul	{
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000000;
}

.mus {
   	color: #069a32; /* mus green */
   	font-weight: bold;
}


/* ----------------------------------------------------------------------------- * 
 *                                    Navigation                                 *
 * ----------------------------------------------------------------------------- */

nav {
	box-shadow: 0;
	background-color: #069a32;
	background-image: linear-gradient(#069a32, #2d4132);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.15em; /* 18px */
}

nav ul li {
    list-style: none;
	color: #ffffff;
	background-color: #069a32;
	background-image: linear-gradient(#069a32, #2d4132);
}

nav a:link, nav a:visited {
    text-decoration: none;
}

nav ul li li a {
	color: #000000;
	background-color: #d4ead4;
	background-image: linear-gradient(#d4ead4, #069a32);
}

nav ul li a:hover {
    background-color: #d4ead4;
	background-image: linear-gradient(#ffffff, #d4ead4);
	color: #000000;
}

nav .navselect {
	background-color: #ffffff;
	color: #069a32;
}

nav .navuselect {
	background-color: #e6e6e6;
	background-image: linear-gradient(#ffffff, #e6e6e6);
	color: #069a32;
}

/* ----------------------------------------------------------------------------- * 
 *                       Teaserboxen mit Bild und Text                           *
 * ----------------------------------------------------------------------------- */

article {
    border-bottom: 1px solid rgba(250,250,250,0); /* verhindert das margin-Collapse nach unten */
    background-color: #ffffff;
    
}
