@charset "iso-8859-2";
/* CSS Document */

* { outline:none; }

html[xmlns^="http"] { /* verhindert Mozilla-Zucken * > Firefox 1.5 */ overflow-y: scroll; }

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #666;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#wrapper {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
	height: 200px;
	width: 910px;
}
#navi {
	color: #600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	background-image: url(images/_bg-navi-1.jpg);
	background-repeat: repeat-x;
	border-top-style: solid;
	border-right-color: #900;
	border-top-width: 1px;
	width: 895px;
}

#mainContent {
	font-size: 12px;
	float: left;
	width: 600px;
}
#mainContent h1 {
	font-size: 130%;
	color: #900;
	margin-left: 20px;
	margin-top: 10px;
}
#mainContent h2 {
	font-size: 110%;
	color: #900;
	margin-left: 20px;
	margin-top: 10px;
}
.linie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}



#mainContent p{
	margin-right: 30px;
	margin-left: 20px;
}
#mainContent a {
	color: #900;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}

#rechtsContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 283px;
	float: right;
	margin-right: 15px;
}
#rechtsContent h1 {
	font-size: 130%;
	color: #900;
	margin-top: 10px;
}
#rechtsContent p {
	margin-right: 10px;
}

#rechtsContent a {
	color: #900;
	text-decoration: none;
}
#rechtsContent a:hover {
	text-decoration: underline;
}


#footer {
	height: 30px;
	font-size: 12px;
	background-image: url(images/_footer.jpg);
	background-repeat: no-repeat;
}
#footer a {
	color: #666;
	text-decoration: none;
	font-size: 85%;
	line-height: 25px;
	margin-left: 20px;
}

.formfield {
	background-color: #FFFFFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF8EA;
	border-right-color: #FFF8EA;
	border-bottom-color: #990000;
	width: 250px;
}
.formbutton {
	background-color: #FFFFFF;
	border: 1px solid #990000;
}
#mainContent table td {
	padding-left: 20px;
}
#wrapper .anwaltverein {
	float: right;
	margin-right: 40px;
	margin-bottom: 30px;
}

