body {
	background-color: #FFFFFF;
	background: url(img/background.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

h1 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
}

a:link {
	text-decoration: none;
	color: #B9B9B9;
}

a:visited {
	text-decoration: none;
	color: #B9B9B9;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

a:focus {
	text-decoration: none;
	color: #000000;
}

.text {
	margin-left: 10px;
}

.textzwei {
	margin-left: 15px;
}

.leftcol {
	margin-right: 10px;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #B9B9B9;
}

.boldgray {
	font-weight: bold;
	color: #B9B9B9;
}

.black {
	color: #000000;
}

.white {
	color: #FFFFFF;
}