* {
   margin: 0;
   padding: 0;
}

html, body {
   height: 100%;
}

body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   margin: 0px;
   padding: 0px;
   overflow-y: scroll;
}

#header {
   margin-top: 0px;
   margin-left: 0px;
   color: #FFFFFF;
}

/*
 * Navigation
 * Rest is in seperate files just because the wonderful IE,
 * thank you Microsoft!
 */
#navig {
   background-color: #88a3c0;
   font-size: 15px;
   white-space:nowrap;
}

#navig2 {
   background-color: gainsboro;
   font-size: 12px;
   white-space:nowrap;
}

#navig2 a {
   color: black !important;
}


/*
 *Content
 */
#page {
   width: 950px;
   margin: auto;
}

#headline {
   border-bottom: 1px solid black;
   margin-top: 30px;
}

#headline h1{
   margin-bottom: 20px;
}

#headline img {
   width: 21px;
   height: 28px;
   float: left;
}

#content{
   width:950px;
   margin: 20px auto;
   font-size: 18px;
   line-height: 24px;
}

div#content p,table,span,h2 {
   margin-bottom: 20px;
}


#content img{
   margin: 0 auto 20px;
   display: block;
}

h1 {
   font-size: 28px;
   line-height: 30px;
   margin-bottom: 5px;
}

h2 {
   font-size: 24px;
   line-height: 26px;
   margin-bottom: 5px;
}

h3 {
   font-size: 22px;
   line-height: 24px;
   margin-bottom: 5px;
}

#home {
   margin: auto;
   width: 70px;
   text-align: center;
}

.hinweis
{
   font-size: 7pt;
   line-height: 9pt;
}

.slide {
   overflow: hidden;
   font-size: 0px;
   white-space: nowrap;
   height: 90px;
}

/*
 * Footer
 */
#footer {
   background-color: #88a3c0;
   font-size: 15px;
   border-top: 1px solid black;
   width:100%;
}

.wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -27px;
}

#footer, .push {
   height: 25px;
}

.center {
   margin: auto;
}

/*
 * ALT

.ueberschrift {
   font-size: 18pt;
}

.hinweis
{
   font-size: 7pt;
}

.s
{
   font-size: 1pt;
   color: #FFFFFF;
}


*/