/* Abstände aller Elemente werden auf Null gesetzt */
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, strong {
margin: 0;
padding: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html, body {
color: #FFFFFF;
margin: 0px auto;
padding: 0;
background: #8E8E8E;
font-size: 0.95em;
}


a:link { background-color: transparent; text-decoration: underline; color: #ccc; }
a:visited { background-color: transparent; text-decoration: underline; color: #ccc; }
a:hover { background-color: transparent; text-decoration: underline; color: #FFFFFF; }
a:active { background-color: transparent; text-decoration: underline; color: #FFFFFF; }


strong {
font-weight: bold;
}

img {
margin: 0;
padding: 0;
border: 0;
}

h1 {
font-size: 130%;
margin: 0px 0px 10px 0px;
font-weight: bold;
}

h2 {
font-size: 100%;
margin: 0px 0px 10px 0px;
font-weight: bold;
text-align:center;
}

h3 {
font-size: 100%;
margin: 0px 0px 5px 0px;
font-weight: bold;
}

p, ul {
font-size: 0.8em;
line-height: 1.8em;
font-weight: bold;
margin: 20px 0px 20px 50px;
}

li {

}



hr	{
height: 1px;
border-top: 1px dashed #666666;
border-left: 0 none;
border-right: 0 none;
border-bottom: 0 none;
margin: 1em 0;
padding: 0;
width:95%;
}

