/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; /*"Trebuchet MS", */
	font-size: 10px;
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
body.einfach { margin: 20px; background: none white; }
#page { margin: 0px auto; text-align: center; }
#main { width: 704px; margin: 95px auto; }
	#links { float: left; width: 200px; padding: 90px 40px 20px 0px; }
	#mitte { float: left; }
	#rechts { text-align: left; float: left; width: 200px; padding: 90px 0px 20px 40px; line-height: 17px; }

.clearer { clear: both; }
.label { width: 50px; float: left; color: #622181; font-weight: bold; }
.name { float: left; }
p { margin: 0px 0px 10px 0px; }
h1 {
	font-size: 12px;
	color: #622181;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 10px;
	color: #622181;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

a {
	color: #622181;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
