/* ----------------------------------------------------------------------------- * 
 *                      Atmosphäre: Farben und Schriften                         *
 *          Alle weiteren Styles stecken in der jeweiligen layout.css            *
 * ----------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 
 #2f3f84 - dunkelblau
 #9aa5cb - mittelblau
 
 * ----------------------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,300italic,400italic,600italic,700italic,800italic);



body {
	font-family: 'Open Sans', sans-serif;
    font-size: 62.5%; /* 10px */
    line-height: 1.5em; /* 24px */
	font-weight:400;
}

.page-wrapper {
   background-color: #fff; 
}


.main {
    background-color: #fff;
    color: #000; 
}

.mainContent {
    color: #000;
}



footer {
    background-color: #fff;
    color: #000;
    text-align: left;
	font-size: 1.0em;
}

footer a:link, footer a:visited {
    color: #2f3f84; /*dklblau*/
	text-decoration:none;
	text-transform:uppercase;
	font-size: 1.4em;
}

footer a:hover {
    color: #9aa5cb; /*mittelblau*/
	text-decoration:none;
}

/* ----------------------------------------------------------------------------- * 
 *                             Textauszeichnungen                                *
 * ----------------------------------------------------------------------------- */



h1  {
    font-size: 2.4em; /* 24px; */
    line-height: 1.2em; 
	color: #2f3f84; /* dklblau */
	font-weight:300;
}

h2  {

	color: #2f3f84; /* dklblau */
	font-weight:300;
}


.teasertext    {
    color: #000;
    font-size: 1.4em; /* 14px */
    line-height: 1.5em; /* 28px */
}

aside    {
    font-size: 1.4em; /* 14px */
    line-height: 1.5em; /* 28px */
}

a:link, a:visited {
    color: #2f3f84; /*dklblau*/
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #2f3f84; /* dklblau */
    text-decoration: underline;
}

ul	{
	color: #2f3f84;

}

