/* ------------------------------------------------------------------------------- * 
 *                      Atmosphere: Farben und Schriften                       *
 *          Alle weiteren Styles stecken in der jeweiligen layout.css *
 * ------------------------------------------------------------------------------- */

html    {
    font-size: 100%;
}

body {
    background-color: #b2b0b6; /* red; */
    color: #1A1F2B; /* dark blue */
    font-family: Candara, Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em; /* 16px */
    line-height: 1.5em; /* 24px */
}

.page-wrapper { padding:0 6px 0 6px;
   background-color: #b2b0b6; /* green; */
}

header {
    background-color: #333; /*#AAAAAA;*/
    color: #ec1212;
    box-shadow: 0px 0px 10px red inset;
    text-shadow: white 1px 1px 1px;
}

.main {
    background-color: #b2b0b6; /* purple; */
    color: #1A1F2B; /* dark blue */
}

.mainContent {
    color: #333; /*yellow; */
}

aside {
    color: #1A1F2B; /* dark blue */
    background-color: #C2D2E5; /* light blue */
}

footer {
    background-color: #AAAAAA; /* middle dark blue */
    font-size: 1.2em; /* 16px */
    color: silver;
    text-align: center;
    border-top: 2px solid #1A1F2B;
}

/* ----------------------------------------------------------------------------- * 
 *                             Textauszeichnungen                                *
 * ----------------------------------------------------------------------------- */
 

h1, h2, h3  { /*
    font-family: 'Gentium Book Basic', serif; /* Google-Font Gentium Book wenn verfuegbar, sonst Fallback */
    /*font-style: italic;*/
    font-weight: bold;
}

h1  {
    font-size: 3.0em; /* 48 36px; */
    line-height: 1.0em; /* 54px */
    color: red;
}

h2  {
    font-size: 1.625em; /* 26px */ 
    line-height: 1.5em;
    color: #4A6491; /* middle blue */
}

h3  {
    color: #4A6491; /* middle blue */
    font-size: 1.375em; /* 22px */
    /*font-weight: normal;*/
}

p.teasertext    {
    color: midnightblue; /* firebrick;  */
    font-family: "Trebuchet MS",Helvetica,Arial;
    font-size: 1.188em; /* 19px */
    line-height: 1.368em; /* 26px */
}

/* ----------------------------------------------------------------------------- * 
 *                                    Navigation                                 *
 * ----------------------------------------------------------------------------- */

nav {
    box-shadow: 0 0 20px rgba(112, 23, 124, 0.2) inset;
    /*color: purple; */
    font-family: "Trebuchet MS",Helvetica,Arial;
    font-size: 1.3em; /* 20px */
}
