body {
	background-color: #FFFFFF;
	margin: 0px;
}
.fett {
		font-weight: bold;
}
.kursiv {
	font-style: italic;
		}
.unter {
	text-decoration: underline;
}
.einzug {
	padding-left: 40px;
	}
ul {
	text-decoration: none;
	list-style-type: disc;	
	}
ol {
	text-decoration: none;
}
.rechts {
	text-align: right;
	}
.zentriert {
	text-align: center;
	}
.links {
	text-align: left;
	}	
.block {
	text-align: justify;
	}
.inputsubmit {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	border: 1px solid #333333;
}
.inputtext {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.textlink {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.hauptlink {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 24px;
	background-color: #E8E8E8;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

	}
.hoverlink {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 24px;
	display: block;
	background-attachment: scroll;
	background-image:  url(cms_grafik/pfeilunten.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.hoversublink {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image:  url(cms_grafik/pfeilrechtsklein.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	display: block;
	border-bottom: 1px solid #000000;
}
.hoversubsublink {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image:  url(cms_grafik/pfeilrechtsklein.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	display: block;
	border-bottom: 1px dashed #000000;
