/* 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/bg2.gif);
	background-repeat: repeat-x;
}
#page { margin: 0px auto; text-align: center; }
#header { padding: 4px 10px 0px 10px; height: 20px; text-align: left; }
#impressumcontent { margin-left: 10px; width: 250px; background: url(images/bgopac.png); border: 1px solid #58585a; border-top: none; padding: 10px; text-align: left; }
#impressum { position: absolute; z-index: 100; }
#main { width: 704px; margin: 71px 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; }
.opac { opacity: 0.75; }
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;
}

