html,body {
	height: 100%;
	max-height: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;

}

*html body {
	padding: 130px 0px 30px 0px;
}

/* Hiermit wird in Mozilla vor einem p kein Abstand gemacht */
p { margin-top: 0px; margin-bottom: 10px; }

.pDistanz {margin-top: 5px;}

body,div,td,th,input,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
body {
	background: #FFFFFF;
	border: 0px;
	margin: 0px;
}

/* Texte und Titel */
h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #7D1B1B;
}

h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #7D1B1B;
}

h4 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #7D1B1B;
}

/* Bildlegende */
.legende {
	font-size: 10px;
}

/* Links */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D1B1B;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* Tabellen */
.z1 {
	height: 30px; /* Zellenhöhe für 1-zeilige */
}	

.z2 {
	height: 45px; /* Zellenhöhe für 2-zeilige */
}

.z3 {
	height: 60px; /* Zellenhöhe für 3-zeilige */
}	


/* Layout */
/* Nur für Startseite */
#centerbox {
width: 540px;
height: 540px;
text-align: center;
border: 0px;
background-color: #FFFFFF;
position: absolute;
left: 50%;
top: 50%;
margin-left: -270px;
margin-top: -270px;
}

/* für alle restlichen Seiten */
#head {
	position: absolute;
	top: 0px;
	width: 920px; left: 50%; margin-left: -460px;	
	height: 130px;
	vertical-align: top;
	background-color: #FFFFFF;
	text-align: right;
	overflow: hidden;
}

#content {
	position: fixed;
	top: 130px;
	bottom: 30px;
	width: 920px; left: 50%; margin-left: -460px;
	overflow: auto;
	background: #FFFFFF;
	text-align: left;
	padding-bottom: 15px;
}

* html #content{ /*IE6 hack*/
	height: 100%;
	width: 920px;
	margin: auto;
}

/* Layout 3-spaltig */
#col1 {
	position: absolute;
	top: 10px;
	padding: 0px 10px 10px 10px;
	left: 0px;
	width: 280px;
}

*html #col1 {
	width: 300px;
}

#col2 {
	position: absolute;
	top: 10px;
	padding: 0px 10px 10px 10px;
	left: 300px;
	width: 280px;
}

*html #col2 {
	width: 300px;
}

#col3 {
	position: absolute;
	top: 10px;
	padding: 0px 10px 10px 10px;
	left: 600px;
	width: 280px;
}

*html #col3 {
	width: 300px;
}

/* Layout 2-spaltig 600 / 300 */
#col21 {
	position: absolute;
	top: 10px;
	padding: 0px 10px 10px 10px;
	left: 0px;
	width: 580px;
}

*html #col21 {
	width: 600px;
}

#col22 {
	position: absolute;
	top: 10px;
	padding: 0px 10px 10px 10px;
	left: 600px;
	width: 280px;
}

*html #col22 {
	width: 300px;
}

/* Layout 2-spaltig 300 / 600 */
#col31 {
	position: absolute;
	top: 10px;
	padding: 0px 10px 10px 10px;
	left: 0px;
	width: 280px;
}

*html #col31 {
	width: 300px;
}

#col32 {
	position: absolute;
	top: 10px;
	padding: 0px 10px 10px 10px;
	left: 300px;
	width: 580px;
}

*html #col32 {
	width: 600px;
}

/* Layout vollflächig */
#col100 {
	position: absolute;
	top: 10px;
	padding: 0px 10px 10px 10px;
	left: 0px;
	width: 880px;
}

*html #col100 {
	width: 900px;
}

/* Footer */
#footer {
	position: absolute;
	background-color: #FFFFFF;
	width: 900px; left: 50%; margin-left: -450px;
	height: 30px; bottom: 0px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #7D1B1B;
}

.clr {
	clear: both;
}