/* ----------------------------------------------------------------------------- * 
 *                      Atmosphäre: Farben und Schriften                         *
 *          Alle weiteren Styles stecken in der jeweiligen layout.css            *
 * ----------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 * #E6E6E6 - light grey
 * #707173 - geese grey
 * #007D40 - geese green
 * #B6D8C5 - light green
 * ----------------------------------------------------------------------------- */

html    {
    font-size: 100%;
}

body {
	background-image: url(../images/backimage.gif);
	background-repeat: repeat-x;
    /*background-color: #ffffff; *//* white */
    color: #707173; /* geese grey */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em; /* 16px */
    line-height: 1.5em; /* 24px */
}

.page-wrapper {
   background-color: #ffffff; /* white */
}

header {
    background-color: #ffffff; /* white */
    color: #707173;
    box-shadow: 0;
}

.main {
    background-color: #ffffff;
    color: #007D40; /* geese green */
}

.mainContentohneaside {
    color: #707173; /* geese grey */
}

.mainContent {
    color: #707173; /* geese grey */
}

aside {
    color: #707173; /* geese grey */
    background-color: #b6d8c5; /* light green */
}

footer {
    background-color: #e6e6e6; /* light grey */
    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.0em; /* 16px */
	color: #007D40; /* green */
}

h2  {
    font-size: 1.125em; /* 18px; Verwendung innerhalb section ohne Einzug */
	line-height: 1.0em; /* 16px */
	color: #007d40; /* geese green */	
}

h3  {
    font-size: 1.0em; /* 16px */
	color: #007d40; /* geese green */	
}

a:link, a:visited {
    color: #007d40; /* geese green */
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #707173; /* geese grey */
    text-decoration: none;
}

ol	{
	font-size: 0.9em;
	line-height: 1.5em;
	color: #707173; /* geese grey */
	list-style-type: none;
}

ul	{
	font-size: 0.9em;
	line-height: 1.5em;
	color: #707173; /* geese grey */
}

.highlight {
   color: #007d40; /* geese green */
}

.geese {
   color: #707173; /* geese grey */
   font-weight: bold;
}

/* ----------------------------------------------------------------------------- * 
 *                                    Navigation                                 *
 * ----------------------------------------------------------------------------- */

nav {
    box-shadow: 0;
	background-color: #e6e6e6;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.15em; /* 18px */
}

nav ul li {
    list-style: none;
}

nav a:link, nav a:visited {
	color: #707173; /* geese grey */
    text-decoration: none;
}

nav a:hover {
    background-color: #b6d8c5; /* light green */
}

/* ----------------------------------------------------------------------------- * 
 *                       Teaserboxen mit Bild und Text                           *
 * ----------------------------------------------------------------------------- */

article {
    border-bottom: 1px solid rgba(250,250,250,0); /* verhindert das margin-Collapse nach unten */
    background-color: #ffffff;
    
}
