body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 6px 0px 0px 0px;
		background-color: #F0ECDE;	 
/*	background-color: #FFFDF1;   */
}



h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h1, h2 {
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

#wrapper {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 920px;
	margin: 0px auto;
}

#header {  /* für alle Browser  */
	padding:15px 0px 0px 0px;
/*	background-image: url(../images/header_bg.png);  */
	width: 920px;
	height: 105px;
}

* html #header { /* nur für den IE6 */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='../images/header_bg.png');
}

html > body #header { /* für alle anderen Browser, außer dem IE6 */
	/* background:transparent url(/images/header_bg.png); */
	background-image: url(../images/header_bg.png);
}

#title {
/*	background-image: url(../images/header.png);  */
	background-repeat: no-repeat; 
	height: 104px;
	width: 800px;
	font-size: 12px;
/*	margin: 45px 0px 0px 30px;  */
}

* html #title {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='../images/header.png');
} /* nur für den IE6 */

html > body #title {
background:transparent url(../images/header.png);
}

#contentwrapper {
	background-repeat: repeat-y; 
	padding: 0px 8px 0px 10px;
	width: 902px;   /* ACHTUNG!!! Wichtig für korrekte Darstellung der Transparenz im IE7! Immer xxxpx oder 100% setzen! */
}

* html #contentwrapper {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='../images/content_bg.png', sizingMethod='scale');
} /* nur für den IE6 */


html > body #contentwrapper {
background:transparent url(../images/content_bg.png) repeat-y;
}

#leftcolumn {
	width: 300px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #F1EBDF;
}
#rightcolumn {
	float: left;
	width: 600px;
}

#picture1 {
	padding: 0;
	margin: 0px 0px 0px 0px;
	float: left;
	background-image:url(../images/vertrag.jpg);
	width: 300px;
	height: 224px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F2ECDE;
}
#picture2 {
	padding: 0; 
	margin: 0px 0px 0px 0px; 
	float: left; 
	background-image:url(../images/kanzlei.jpg); 
	width: 601px; 
	height: 224px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F2ECDE;
}

#picture1 #picture2 {
	margin: 0px 0px 0px 0px;
}
#news {
	font-size: 11px;
	width: 275px;
	padding: 10px 10px 10px 15px;
	/*	background-color: #12375C;
	height: 170px; */
        margin: 0;
	float: left;
	color: #F0ECDE;
}
#news p {
	margin: 10px 0px 10px 0px;
}

#news a:link, #news a:visited, #news a:hover, #news a:active{
	color: #F0ECDE;
}

#content {
	width: 555px;
	min-height: 710px;  
	background-color: #FFFFFF;
	float: left;
	padding: 10px 20px 10px 25px;
	font-size: 12px;
	line-height: 1.5;
}

/*	* html #content {margin: 4px;} /* nur für den IE6 */
*+html #content {padding: 20px 20px 10px 25px;} /* nur für den IE7 */

#content p {
	margin: 10px 0px 10px 0px;
}

#content a:link, a:visited, a:hover, a:active{
	color: #000000;
}

#footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 50px;
	font-size: 10px;
}


#footertext {
	margin: 0px 0px 0px 335px;   
	/*  margin: 0px 0px 0px 25px;
	color: #F0ECDE;   */
}
.clearit {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

#templist li {		/*   temporäre Auflistung, bis Akkordeon-Text vorhanden   */
	font-weight: bold;
	list-style-type: disc;
	list-style-position: outside;
	margin: 5px 0px 5px 30px;
}

.templink a {		/*   temporäre Links, bis Seite korrekt gespidert   */
	text-decoration:none;
	cursor: default;
}

.templink a:hover {		/*   temporäre Links, bis Seite korrekt gespidert   */
	text-decoration: none;
	cursor: default;
}

/*  img, div { behavior: url(../js/iepngfix.htc) }  */
/* #header, #title, #footer, #contentwrapper { behavior: url(../js/iepngfix.htc) } */
