/* CSS Document */
body {
	background-color: #afbec5;
	color: #FFFFFF;
	font-size:13px;
	font-family: Arial, sans-serif;
	line-height: 14pt;
	background-image:url(/impressum.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
}

a {
    color: #FFFFFF;
	text-decoration: none;

}

a:hover {
    color: #FFFFFF;
    text-decoration: none;

}

td {
	color: #FFFFFF;
}

tr {
	color: #FFFFFF;
}

.einleitung {
	font-size: 13px;
    line-height: 16px;
	color: #FFFFFF;
}

.textoptionen {
	font-size: 12px;
    color: #333333;
    line-height: 16px;
}


.texttitel {
	font-size: 13px;
    color: #FFFFFF;
    line-height: 19px;
    font-weight: normal;
} 

.textnormal {
	font-size: 13px;
    color: #FFFFFF;
    line-height: 19px;
    font-weight: normal;
}

.textfehler {
	font-size: 13px;
    color: #FFFFFF;
	background-color: #FF0000;
    font-weight: bold;
}


p {
	font-size: 16px;
	line-height: 200%;
}