body {
	background-color: rgb(255,255,255);
	background-image: url(./img/hintergrund.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
body,td,th, div,p,pre,h1,h2,h3,h4,ul,li,blockquote,nobr,b,i {
	font-family: Verdana,Arial,Helvetica,Sans Serif;
}
body,td,div,p,pre,ul,li,blockquote,nobr,b,i {
	font-size: 12px;
	color: #151E6B;
}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #151E6B;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
a:link {
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #151E6B;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #151E6B;
	text-decoration: underline;
}
.klein {
	font-size: 11px;
}
.text {
	line-height: 16px;
}
.form_button {
	background-color: #F2F9F7;
	border: 1px solid #999999;
	color: #000000;
	font-size: 12px;
}
ul {
	margin-top: 5px;
	margin-left: 15px;
}
.rot {
	color: #CC3300
}