/**
 * Layout stylesheet
 */

body {
   font-family: Segoe UI, Helvetica Neue, sans-serif;
   font-size: 11pt;
   line-height: 120%; 
   text-align: center;
   
   /* force vertical scrollbar */
   overflow-y: scroll;
   
   background-color: #e2e3a9;
   /*background-image: url(../img/hintergrund.jpg);
   background-repeat: repeat;*/
}

div#pageBox {
   text-align: left;
   width: 906px;
   margin: 0 auto; 
}

div#headBox {
   margin-bottom: 5px;   
}

div#menuBox {
   float: left;
   width: 215px; 
}

div#contentBoxBorder {
   background-color: #f6f8df;
   margin-left: 225px;
   padding: 8px;   
}

div#contentBox {
   background-color: #eaeeb6;
   padding: 20px;   
   overflow: auto;
}

div#footBoxBorder {
   clear: both;
   background-color: #f6f8df;
   padding: 8px;   
   margin-top: 8px;
   margin-left: 225px;
}

div#footBox {
   background-color: #eaeeb6;
   text-align: right;
   height: 26px;
   padding: 1px;
}

div.menuButtonBorder {
   background-color: #f6f8df;
   padding: 8px;
   margin-bottom: 5px;
}

div.menuButton {
   text-align: center;
   font-weight: bold;
   font-size: 12pt;
   background-color: #eaeeb6;
   padding: 5px;
}

/* 
   Links 
*/
a:link {
      color : black;
      font-weight : bold;
      text-decoration : none;
}
a:visited {
      color : black;
      font-weight : bold;
      text-decoration : none;
}

h1 {
   color: #8e0c18;
   font-weight: bold;
   font-size: 16pt;
   margin-top: 0px;
}
h2 {
   color: #8e0c18;
   font-weight: bold;
   font-size: 12pt;
   margin-top: 0px;
}
h3 {
   color: black;
   font-weight: bold;
   font-size: 12pt;
   margin-top: 0px;
   margin-bottom: 0px;
}

h4 {
   color: black;
   font-weight: bold;
   font-size: 10pt;
   margin-top: 0px;
   margin-bottom: 0px;
}

h5 {
   color: black;
   font-weight:lighter ;
   font-size: 8pt;
   margin-top: 0px;
   margin-bottom: 0px;
}

ul {
   list-style-image: url(../img/list_square.gif);
}

p.quote {
   text-align: center;
   font-style: italic;
   margin-bottom: 0px;
}
p.quoteAuthor {
   text-align: center;
   margin-top: 10px;
}
