body {
	background-color: #ffffff;
	margin: 0; 
	padding: 0;
	font-size: 12px;
}
html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	overflow: auto;
	overflow-x: hidden;
}
a {
	color: #666666;
}
form {
	margin: 0;
	padding: 0;
}
table {
	border-spacing: 0px;
	border-collapse: collapse; 
}

/* überschriften */
h1,h2,h3 {
	margin: 0;
	padding: 0;
	color: #C53627;
}
h1 {
	font-size: 18px;
	margin-bottom: 14px;
}
h2 {
	margin-top: 2px;
	font-size: 16px;
	margin-bottom: 13px;
}

/* supporting classes */
div.clearing {
	clear: both;
}

/* main */
div#moehrke {
	width: 917px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	position: relative;
	background-color: white;
	height: 548px;
	margin-bottom: 8px;
}

/* navigation */
ul,li {
	margin: 0;
	padding: 0;
}

/* aufteilung oben und unten */
div#oben {
	position: relative;
	width: 917px;
	height: 138px;
	background-image:url(../bilder_pascalmoehrke/layout/layout_oben.gif);
}
div#mitte {
	width: 917px;
	height: 5px;
	background-image:url(../bilder_pascalmoehrke/layout/layout_mitte.gif);
}
div#unten {
	position: relative;
	width: 917px;
	height: 405px;
	background-image:url(../bilder_pascalmoehrke/layout/layout_unten.gif);
}

/* standard inhalt */
div#inhalt {
	position: absolute;
	top: 25px;
	left: 181px;
	width: 521px;
	height: 297px;
	line-height: 16px;
	font-size: 12px;
	color: #666666;
	padding: 20px;
	overflow: auto;
}

/* rechter bereich */
div#rechts {
	position: absolute;
	top: 15px;
	left: 765px;
	width: 139px;
	height: 354px;
	line-height: 16px;
	font-size: 11px;
	color: #666666;
	overflow: hidden;
	color: white;
}
div#rechts td {
	padding-right: 5px;
}
div#rechts a {
	color: white;
}
div#rechts table {
	border-spacing: 0px;
	border-collapse: collapse; 
}

/* und das template */
div#template {
	position: absolute;
	top: -0px;
	width: 561px;
	height: 337px;
	left: -0px;
	background-image:url(../bilder_pascalmoehrke/layout/template.gif);
	overflow: hidden;
}
div#template div#kasten1, div#template div#kasten2, div#template div#kasten3 {
	font-size: 12px;
}
div#template div#kasten1 {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 246px;
	height: 310px;
	overflow: hidden;
}
div#template div#kasten2 {
	position: absolute;
	top: 10px;
	left: 310px;
	width: 235px;
	height: 130px;
	overflow: hidden;
}
div#template div#kasten3 {
	position: absolute;
	top: 190px;
	left: 310px;
	width: 235px;
	height: 130px;
	overflow: hidden;
}

/* navigationen */
ul.navi1 {
	position: absolute;
	top: 14px;
	left: 14px;
	color: #C53627;
	list-style-type: none;
	font-size: 14px;
}
ul.navi1 li {
	line-height: 23px;
}
ul.navi1 a {
	color: #B73426;
	text-decoration: none;
}

ul.navi2 {
	color: #C53627;
	list-style-type: none;
	font-size: 14px;
}
ul.navi2 li {
	line-height: 23px;
	padding-left: 20px;
}
ul.navi2 a {
	color: #B73426;
	text-decoration: none;
}

li a.aktiv {
	color: silver;
}

/* rechtliche navigation */
ul.rechtlichenavigation {
	position: absolute;
	bottom: 3px;
	right: 12px;
}
ul.rechtlichenavigation a {
	text-decoration: none;
	color: #616161;
	padding-left: 6px;
	padding-right: 6px;
}
ul.rechtlichenavigation li {
	float: left;
	list-style-type: none;
}

/* flashbereich, flashecken */
img.flashecken {
	position: absolute;
	top: 6px;
	left: 6px;
}
div.tx-slideshow-pi1 {
	position: absolute;
	top: 6px;
	left: 6px;
}

/* contentnavigation */
ul.contentnavigation { 
}
ul.contentnavigation a {
	text-decoration: none;
	color: #616161;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #C53627;
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: white;
}
ul.contentnavigation a.aktiv {
	text-decoration: underline;
}
ul.contentnavigation li {
	float: left;
	list-style-type: none;
}

/* inhalt, abstände */
p {
	margin: 0;
	padding: 0;
}

/* überlagerung content, scrollfix */
div.ueberlagerung {
	background-image:url(../bilder_pascalmoehrke/layout/ueberlagerung_content.gif);
	position: absolute;
	top: 359px;
	left: 200px;
	width: 524px;
	height: 3px;
	overflow: hidden;
}

/* kontaktformular styles */
h1.kontakt {
	font-size: 14px;
	margin-bottom: 6px;
}
input, textarea {
	border: 1px solid black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}
textarea {
	overflow: auto;
	width: 340px;
	height: 50px;
}
table.kontakt td {
	padding-right: 10px;
}
input.kontakt_submit {
	margin-top: 3px;
	background-color: white;
	border: 1px solid black;
}
.kontakt_fehler {
	font-weight: bold;
}
div.kontaktfehler {
	border: 1px dashed #C53627;
	margin-bottom: 7px;
	padding: 2px;
}