/* CSS Document */
ul, li, p, h1, h2, h3  {margin: 0; padding: 0;}

body {
	margin: 0;
	padding: 0;
	background-image:url(mannsperger.gif);
	background-repeat:no-repeat;
	background-position: center 30px;
	background-attachment: scroll;
	}
	
#haupt {
	position: absolute;
	width: 500px;
	height: auto;
	top: 335px;
	left: 50%;
	text-align: left;
	margin-left: -254px;
	background: transparent;
	color: #333333;
	font-family:"Times New Roman", Times, serif;
	}


#kopf {
    background: transparent;
    width: 500px;
    height: 334px;
}

#zeichnung {
    font-size: 11px;
    color: #666666;
    text-align: right;
	padding-right: 9px;
    padding-bottom: 10px;
}
.box_links {
    float: left;
	overflow: hidden;
    width: 278px;
	height: 240px;
	}
.box_rechts {
    float: left;
    width: 222px;
}
.ueber_1 {
    font-size:20px;
	padding-bottom: 7px;
	}
.box_links ul {
    padding-left: 4px;
	font-size: 14px;
	color:#333333;
	line-height: 17px;
	list-style-position: inside;
	}
.steuer {
font-style:italic;
padding-top:16px;
font-size:18px;
font-weight: bold;
}
.manns {
font-style:italic;
font-weight: bold;
font-size: 26px;
padding-top:1px;
}
.adresse {
font-size: 14px;
font-style: italic;
}
.adresse a {
	color:#DB2489;
	text-decoration:none;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#DB2489;
}
.adresse a:hover {
	color:#DB2489;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #DB2489;
}
.hinweis {
    font-size: 12px;
    color: #777777;
    padding-top: 18px;
    padding-left: 18px;
}

