/* Block-Darstellung für HTML5-Elemente im IE8 */
content {
   display: block;
}
/***********************************************/

a:link {color:#0000ff}
a:vlink {color:#000000}
a:hover {color:#ff0000}
a:active {color:#ff0000}

body {
    background: url(background.jpg);
    font-size:100%;
    margin=0em;
    padding=0em;
}

h1 {
   font-size:180%;
   line-height:1,5em;
   font-family:Verdana; Arial; sans-serif;
   font-weight:160;
   color:#000000;
   margin:0em;
}

h2 {
   font-size:150%;
   line-height:1,5em;
   font-family:Verdana; Arial; sans-serif;
   font-weight:130;
   color:#000000;
   margin:0em;
}

h3 {
   font-size:140%;
   line-height:1,5em;
   font-family:Borealis, Helvetica, Verdana;
   font-weight:110;
   color:#000000;
   margin:0em;
}

h4 {
   font-size:120%;
   line-height:1,5em;
   font-family:Verdana; Arial; sans-serif;
   font-weight:110;
   color:#000000;
   margin:0em;
}

h5 {
   font-size:110%;
   line-height:1,5em;
   font-family:Verdana; Arial; sans-serif;
   font-weight:110;
   color:#000000;
   margin:0em;
   text-align:justify;
}

a {
   line-height:1,25em;
   font-family:Verdana; Arial; sans-serif;
   font-weight:100;
   color:#000000;
   margin:0em;
   text-align:justify;
}

p {
   line-height:1,25em;
   font-family:Verdana; Arial; sans-serif;
   font-weight:100;
   color:#000000;
   margin:0em;
   text-align:justify;
}

ul {
   padding:0px;
   margin:0em;
}

li {
   list-style:square;
   font-family:Verdana; Arial; sans-serif;
   font-weight:100;
   color:#000000;
   margin:0em;
   text-align:justify;
}

img {
    width:100%
    height:auto;
    max-width:100%;
}

#seite {
    max-width: 600px;
    display: block;
    width:100%;
    margin: 0px auto;
    background-color: #FFFFFF;
    margin-top: 0px;
    padding: 0px;
}

#content {
    max_width: 600px;
    margin:0px auto;
    vertical-align:top;
    height: auto;
    background-color: #FFFFFF;
    text-align:center;
    padding: 3%;
    margin-bottom: 15px;
}
