/* ----------------------------------------------------------------------------- * 
 *                      Typographie: Farben und Schriften                         *
 *          Restliche Styles  in der layout.css            *
 * ----------------------------------------------------------------------------- */


html    {
    font-size: 100%;
}

body {
    background-color: #efeddc;
    color: #564b47;
    font-family: Verdana, sans-serif;
    font-size: 1em; /* 16px */
    line-height: 1.5em; /* 24px */
}

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

header {
    background-color: #e09b04;
    color: #fff;
}

.main {
    background-color: #fff;
    color: #1A1F2B; 
}

.mainContent {
    color: #333;
}

footer {
    background-color: #e09b04;
    color: #fff;
    text-align: right;
}

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

h1  {
    font-size: 1.8em; 
    line-height: 1.5em; 
	color: #564b47;
}

header h1 {
	color:#fff;
	font-family:serif;
	}

h2  {
    font-size: 1.5em; 
    line-height: 1.5em;
    color: #564b47;
}

h3  {
    color: #564b47;
    font-size: 1.3em; /* 22px */
    font-weight: normal;
}

p.teasertext    {
    color: #30395C; /* middle dark blue */
    font-size: 1.188em; /* 19px */
    line-height: 1.368em; /* 26px */
}

mainContent a:link, a:visited {
    color: #564b47;
    text-decoration: underline;
}

a:link, a:visited {
    color: #564b47;
 }

footer a:link, a:visited {
    color: #564b47;
    text-decoration: underline;
}

a:hover, a:focus, a:active {
    color: #564b47;
    text-decoration: underline;
}

.highlight{
   color: yellowgreen;
}

/* ----------------------------------------------------------------------------- * 
 *                                    Navigation                                 *
 * ----------------------------------------------------------------------------- */

nav {
    box-shadow: 0 0 20px rgba(112, 23, 124, 0.2) inset;
    color: #564b47;
    font-size: 1.25em; /* 20px */
}

nav ul li {
    list-style: none;
}

nav a:link, nav a:hover {
    color: #333;
}

nav a:hover {
    background-color: #e09b04;
}