/* Alle Ränder auf Null sezten */
* {
	margin:0;
	padding:0;
}

/* Allgemeine Deklarationen */
body {
    background: #D1D9BF url('images/bg_header.gif') left top repeat-x;
	font: normal normal 11px/16px Verdana, sans-serif;
	color: #444444;
	text-align: center;
}

#center {
	margin: 0 auto;
	padding-left: 9px;
	width: 917px;
	background: #D1D9BF url('images/bg_header_2.gif') left top no-repeat;
	text-align: left;
}

#header {
	padding: 0 0 0 4px;
	height: 72px;
}

	#logo {
		float: left;
	}
	
	ul#pagenavigation {
		padding: 50px 15px 0 0;
		float: right;
		list-style: none;
	}
	
		ul#pagenavigation li {
			float: left;
			padding-right: 15px;
		}

#intro {
	padding-left: 4px;
	height: 230px;
}

#content {
	padding-left:4px;
	width: 905px;
	background: #D1D9BF url('images/bg_content.gif') left top repeat-y;
}

	#content_left {
		padding-top: 20px;
		width: 166px;
		float: left;
		background: #fff;
	}
	
		#content_left img {
			width: 166px;
			display: block;
		}
	
		#content_left .caption {
			padding: 2px 0 8px 5px;
			color: #FF6129;
			width: 166px;
			background: url('images/caption.gif') left top no-repeat;
		}
		
	#content_dreispaltig {
		padding: 40px;
	}
	
	#content_center {
		padding: 20px 60px 0 60px;
		width: 377px;
		float: left;
	}
	
		h1 {
			padding-bottom: 20px;
			font-size: 15px;
			font-weight: normal;
			color: #E76900;
		}
		
		hr {
			padding-top: 20px;
			margin-bottom: 20px;
			border: none;
			border-bottom: 1px dotted #9C9A9C;
		}
	
	#content_right {
		padding: 20px 5px 0 0;
		width: 232px;
		float: right;
	}
	
		#notice_bg {
			background: url('images/notice_bg.gif') left top repeat-y;
			color: #72736D;
		}
		
			#notice_bg h3 {
	padding-bottom: 8px;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
			}
			
			#notice_bg a, #notice_bg a:link, #notice_bg a:visited {
				color: #A26E0F;
				font-weight: normal;
			}
			
			p.link {
				padding: 8px 0 8px 0;
			}
		
		#notice_header {
			padding-top: 38px;
			background: url('images/notice_header.gif') left top no-repeat;
		}
		
		#notice_footer {
			padding: 0 10px 30px 10px;
			background: url('images/notice_footer.gif') left bottom no-repeat;
		}

#footer {
	margin: 0 auto;
	height: 65px;
	background: url('images/bg_footer.jpg') left top no-repeat;
	text-align: center;
}

#pagenavigation a, #pagenavigation a:link, #pagenavigation a:visited {
	color: #000;
	font-weight: bold;
}
		
a, a:link, a:visited {
	color: #72886E;
	font-weight: normal;
	text-decoration: none;
}

ul.list {
	padding: 10px 0 0 14px;
	list-style-image: url('images/dot.gif');
}

	ul.list li {
		padding-bottom: 6px;
	}

ul.ap {
	width:800px;
    margin:0;
    padding:0;
    list-style-type:none;
}

ul.ap li {
	width:400px; 
    float:left;
    padding-bottom:2px;
    background:url(bilder/linie-verlauf.jpg) no-repeat bottom;
    margin:10px 0 10px 0;
}

ul.ap li strong img {
	padding-right: 20px;
}
	
.clearer {
	clear: both;
}

