/* ----------------------------------------------------------------------------- * 
 *                      Atmosphäre: Farben und Schriften                         *
 *          Alle weiteren Styles stecken in der jeweiligen layout.css            *
 * ----------------------------------------------------------------------------- */

html    {
    font-size: 100%;
}

body {
    background-color: #dfdfdf;
    color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em; /* 16px */
    
}

.page-wrapper {
   background-color: #b1281; 
}

header {
    background-color: #b1281; 
}

.main {
    background-color: #fff;
    color: #000000; 
    line-height: 1.5em; /* 24px */
}

.mainContent {
    color: #000000;
}



footer {
  background-color:#FFFFFF;
  color: #b1281;
    text-align: left;
}

/* ----------------------------------------------------------------------------- * 
 *                             Textauszeichnungen                                *
 * ----------------------------------------------------------------------------- */

h1, h2, h3  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h1  {
    font-size: 2.250em; /* 36px; */
    line-height: 1.5em; /* 54px */
}

h2  {
    font-size: 15px; color: #b32614; margin: 15px 0px 5px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: normal; text-align: center;
}

h3  {
    color: #b1281; 
    font-size: 0.8em; 
    font-weight: normal;
}


a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
}



/* ----------------------------------------------------------------------------- * 
 *                                    Navigation                                 *
 * ----------------------------------------------------------------------------- */

nav {
    background-color: #b1281d;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em; 
}

nav ul li {
    list-style: none;
}

nav a:link, nav a:hover {
    color: #fff; 
}

nav a:hover {
    background-color: #f38368; 
    width: 105%;
}
