* {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	float: none;
}

/* Link-Definitionen */

a {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 440px;
	background: #ffffff;
}

#printlogo {
	display: block;
}

#flash {
	display: none;
}

/* Head */
#head {
	display: none;
}

/* Body */
#docbody {
	padding: 10px;
	padding-top: 15px;
	padding-left: 7px;
}

#navi {
	display: none;
}


#reiternavi {
	display: none;
}


#content {
	width: 440px;
	padding-top: 14px;
	color: #000000;
	position: relative;
	top: 0px;
	left: 0px;
}

	#content h4 {
		color: #000000;
		font-size: 14px;
		display: block;
		padding-bottom: 7px;
		margin-bottom: 7px;
	}
	
	#content h3 {
		margin: 0px;
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 5px;
	}
	
	#content p, #content ul, #content ol {
		line-height: 16px;
		margin-bottom: 8px;
	}
	
	#content li {
		list-style-position: outside;
		margin-left: 30px;
		line-height: 16px;
	}
	
	#content p.bodytext a {
		color: #000000;
		text-decoration: underline;
	}
	
	#content p.bodytext a:hover {
		color: #000000;
		text-decoration: none;
	}
	
	#content .printout {
		display: none;
	}
	
#content_wide {
	padding-left: 4px;
}
	
#breadcrump {
	margin-bottom: 20px;
	color: #000000;
}

	#breadcrump a {
		color: #000000;
	}

	#breadcrump a.active, #breadcrump a:hover {
		color: #000000;
	}

/* Footer */
#footer {
	padding: 5px;
	font-size: 11px;
	padding-top: 7px;
}

#copyright {
	color: #000000;
	margin-left: 5px;
}

#metanavi_footer {
	display: none;
}


/* Definition für Startseiten-Teaser */

.teaser {
	float: left;
	width: 230px;
	margin-right: 1px;
	margin-top: 10px;
	position: relative;
	top: 0px;
}

	.teaser .headline {
		background: blue;
		width: 224px;
		height: 29px;
		margin-left: 3px;
		padding-top: 8px;
		text-align: center;
	}
	
	.blau .headline {
		background: url(../_img/teaser/headline-blau.gif) no-repeat;
	}
	.gelb .headline {
		background: url(../_img/teaser/headline-gelb.gif) no-repeat;
	}
	.gruen .headline {
		background: url(../_img/teaser/headline-gruen.gif) no-repeat;
	}
	
		.teaser .headline h2 {
			font-weight: normal;
			font-size: 16px;
			color: #ffffff;
		}
	
	.teaser .body {
		background: url(../_img/layout/navi/bg_body.gif) repeat-y;
		padding:5px 15px;
		width: 200px;
	}
		.teaser .body .bodytext {
			height: 100px;
		}
	
		.teaser .body a.button {
			display: block;
			height: 30px;
			width: 200px;
			padding-left: 10px;
			padding-top: 13px;
			color: #fff;
			font-weight: bold;
			position: relative;
			left: -5px;
			margin-top: 5px;
		}
		
		.blau .body a.button {
			background: url(../_img/teaser/button-blau.gif) no-repeat;
		}
		.gelb .body a.button {
			background: url(../_img/teaser/button-gelb.gif) no-repeat;
		}
		.gruen .body a.button {
			background: url(../_img/teaser/button-gruen.gif) no-repeat;
		}
	
	.teaser .foot {
		background: url(../_img/layout/navi/bg_foot.gif) no-repeat;
		height: 13px;
	}
	
/* Definition für Mail-Form */
.tx-formulare-pi1 div {
	margin-bottom: 5px;
}

.tx-formulare-pi1 label {
	width: 100px;
	float: left;
	clear: left;
}

.tx-formulare-pi1 input {
	width: 280px;
	margin-bottom: 5px;
	border: 1px solid #808080;
	height: 16px;
	font-size: 12px;
	padding-left: 2px;
	font-family: Arial, verdana, sans-serif;
	padding-top: 2px;

}

.tx-formulare-pi1 textarea {
	width: 280px;
	height: 100px;
	border: 1px solid #808080;
	font-size: 12px;
	padding-left: 2px;
	font-family: Arial, verdana, sans-serif;
	padding-top: 2px;
	margin-bottom: 5px;
}

.tx-formulare-pi1 input.button {
	width: 210px;
	height: 43px;
	color: #fff;
	font-weight: bold;
	background: url(../_img/teaser/button-blau.gif) no-repeat;
	border: 0px;
	cursor: pointer;
	padding-bottom: 5px;
	padding-right: 10px;
	position: relative;
	left: 177px;
	top: 0px;
}

.tx-formulare-pi1 .errors {
	margin: 10px 0;
}

.error_Top {
	color: #a80000;
	font-size: 10px;
	margin-left: 00px;
}

/* Sitemap-Konfiguration */

#content .tx-flseositemap-pi1 li {
	list-style-type: disc;
	font-weight: bold;
}

	#content .tx-flseositemap-pi1 li ul li{
		font-weight: normal;
	}

	#content .tx-flseositemap-pi1 li a {
		color: #000000;
	}
	
	#content .tx-flseositemap-pi1 li a:hover {
		color: #000000;
	}

#content .tx-flseositemap-pi1 ul {
	margin-bottom: 0px;
}

	#content .tx-flseositemap-pi1 ul li  ul {
		margin-bottom: 3px;
		margin-left: 10px;
	}


