html {
	background-repeat: repeat-y;
	background-position: center 150px;
	background-color: #3366C6;   
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3366C6;
	margin: 0px auto 0px auto;
}

* html body {
} /* nur für den IE6 */


h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

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

#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 984px;
	margin: auto;
	background-image: url(/fileadmin/templates/ap/images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center 150px;
	background-color: #3366C6;
	background-position: 0px 0px;
}

*+html #wrapper {
	height: 100%;	
} /* nur für den IE7 */

* html #wrapper {
} /* nur für den IE6 */


#wrapper2 {
	display: inline;
}
#header {  /* für alle Browser  */
	margin:5px 0px 0px 0px;
/*	background-image: url(fileadmin/templates/ap/images/header_bg.png);  */
	width: 981px;
	height: 221px;
}

#headerleft {  /* für alle Browser  */
	margin:0px 0px 0px 0px;
	width: 221px;
	height: 221px;
	float: none;
	background-image: url(/fileadmin/templates/ap/images/headerleft_bg.jpg);  
}

#headerright {  /* für alle Browser  */
	margin:0px 0px 0px 0px;
	width: 730px;
	height: 175px;
	float: none;
	background-image: url(/fileadmin/templates/ap/images/headerright_bg.jpg);  
}

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


#contentwrapper {
	width: 100%;   /* ACHTUNG!!! Wichtig für korrekte Darstellung der Transparenz im IE7! Immer xxxpx oder 100% setzen! */
	margin: 0px 0px 0px 0px;
/*	background-image: url(fileadmin/templates/ap/images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;  */
}

#leftcolumn {
	width: 221px;
	float: left;
}
#rightcolumn {
	float: left;
	width: 763px;
}

.picture {
	/* nur für den IE6 */
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='fileadmin/templates/ap/images/cars/corsa.png');   */
}

#picture2 {
	padding: 0; 
	margin: 0px 0px 0px 0px; 
	float: left; 
	background-image:url(/fileadmin/templates/ap/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: 201px;
	/*	background-color: #12375C;
	height: 170px; */
        margin: 30px 0px 20px 20px;
	float: none;
	color: #F0ECDE;
}
#news p {
	margin: 0px 0px 10px 0px;
}

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

/*	* html #content {margin: 4px;} /* nur für den IE6 */
/* *+html #content {padding: 0px 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 {
	float: left;
	width: 984px;
	height: 55px;
	font-size: 10px;
	background: url(/fileadmin/templates/ap/images/footer_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #3366C6;
}



#footertext {
	margin: 10px 0px 0px 0px;
	color: #FFFFFF;
	text-align: center;
	/*  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;
}

#language {
	float: right;
	margin: 23px 12px 0px 0px; 
}

