/* Abstaende Blockelemente aufheben */
* {
	margin : 0;
    padding : 0;
}

body {
	font-family:verdana;
	line-height:17px;
	color:#000;
	font-size:11px;
	margin: 0px;
	background-color: #fff;
	height:100%;
}

html>body {
	font-size: 9.5pt;
}
a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
a:hover{
	text-decoration: none;
	border-bottom: 1px solid black;
}

body {
    background-color: #fff;
}

div,h1,h2,td,ul,li {
    font-family: Verdana, sans-serif;
    color: #000000;
    font-size: 11px;
    vertical-align: top;
    line-height: 17px;
}

h1 {
color: #666666;
    font-size: 18px;
    font-weight: normal;
}

h2 {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: normal;
}

h3 {
    font-size: 13px;
    color: #666666;
    margin-top: 5px;
    font-weight: normal;
}

h4 {
    font-size: 11px;
    color: black;
    margin-top: 3px;
    font-weight: bold;
}

hr {
    background-color: transparent;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    border: none;
    border-top: 1px dotted #dddddd;
    width: 100%;
}
ul{
	padding-bottom: 10px;
}
