html {
	display:table;
	height: 100%;
	width: 100%;
}
body {
	display:table-cell;
	background-color: #CDB8D0;
	background-image: url(images/bg-body.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div#seite {
	width: 900px;
	top: 10px;
	left: 50%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000080;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.mceVisualAid {
	border: 1px dashed #BBBBBB;
}

div#copy {
	background-color: transparent;
	text-align: left;
	color: #666666;
	font-size: 8px;
}	
div#copy a {
	background-color: transparent;
	color: White;
}
#text {
	margin: 0px;
	padding: 0px;
}
/*
#text a:hover {
	color: #0099FF;
	text-decoration: none;
}
*/
.hauptlink {
	font-size: 14px;
	font-weight: bold;
	color: #800080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	line-height: 20px;
	padding: 5px;
	display: block;
}

.hoverlink {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	line-height: 20px;
	padding: 5px;
	display: block;
}
#subnav {
	margin-left: 20px;
}
.sublink {
	font-size: 14px;
	font-weight: bold;
	color: #800080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	line-height: 20px;
	padding: 5px;
	display: block;
}

.hoversublink {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	line-height: 20px;
	padding: 5px;
	display: block;
}
.inputtext {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #6699FF;
}
.inputsubmit {
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #7D5683;
	border: 1px solid #333333;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #800080;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #800080;
	line-height: 18px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000080;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #004985;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #004985;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#kopf {
	height: 129px;
	width: 900px;
	text-align: center;
	background-image: url(images/bg-kopf.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#kopf a:hover {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	line-height: 20px;
	padding: 5px;
}
#hauptbereich {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/bg-seite.png);
	background-repeat: repeat-y;
	padding-top: 20px;
}
#links {
	float: left;
	width:275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 25px;
	padding-top: 0px;
}
#links img{
	border: none;
}
#links h1 {
	font-size: 24px;
	font-weight: bold;
	color: #004985;
	margin-bottom: -20px;
}
#links a:hover {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#inhalt {
	width: 580px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	overflow: hidden;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 0px;
}
#inhalt img {
	margin-right: 10px;
	margin-left: 10px;
}
#inhalt p {
	color: #000080;
	line-height: 18px;
	font-size: 14px;
}
#inhalt td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDE5ED;
}
#inhalt a {
	color: #7D5683;
	text-decoration: none;
}
#inhalt a:hover {
	color: #FFF;
}
#fuss {
	height: 50px;
	width: 900px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #6C006C;
	font-weight: bold;
	background-image: url(images/bg-fuss.png);
	background-repeat: repeat-y;
	line-height: 22px;
}
#fuss a {
	color: #6C006C;
	text-decoration: none;
	font-weight: normal;
}
#fuss a:hover {
	color: #FFF;
	font-weight: normal;
}

ul {
	text-decoration: none;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000080;
	margin-left: 0px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 0px;
	list-style-position: outside;
	padding-left: 15px;
	}
li {
	padding-bottom: 3px;
}
ol {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin-left: 0px;
	line-height: 20px;
}
.address {
	font-size: 12px;
	color: #004985;
	text-decoration: none;
}
hr {
	background-color: #ECE4EC; /* Farbe für Opera und Firefox */
	color: #ECE4EC; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 2px;
	width: 400px;
	margin-left:0px;
	text-align: left;
}

