html, body {
  /* \*/
  height: 100%;
  /* not for IE on Mac */
} 
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	ffont-size: 100.01em;
	font-size: 12px;
	line-height: 1.25em;
	word-spacing: 0.1em;
	letter-spacing: 0.04em;
	overflow: scroll;
	text-align: center;
	height: 100%;
	color: #695D54;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
#main {
	position: relative;
	text-align: left;
	margin: auto;
	padding: auto;
	width: 990px;
	height: 100%;
	bborder: 1px solid Blue;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
}
#navigation {
	position: absolute;
	top: 115px;
	left: 0px;
	height: 34px;
	width: 990px;
	background-color: #A92182;
	bborder: 1px solid green;
}
#content-left {
	position: absolute;
	top: 149px;
	left: 0px;
	height: 417px;
	width: 215px;
	background-color: #A92182;
}
.middle_image {
	position: absolute;
	top: 235px;
	left: 215px;
}
.main_headline {
	position: absolute;
	top: 185px;
	left: 315px;
}
#footer {
	position: absolute;
	top: 566px;
	left: 0px;
	height: 34px;
	width: 970px;
	text-align: right;
	padding-right: 20px;
	background-color: #A92182;
}
* html #footer {
	width: 990px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	bborder: 1px solid Lime;
}
td {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	bborder: 1px solid Lime;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
td.footer-line {
	width: 100%;
	height: 43px;
	padding: 0px;
	margin: 0px;
	background-color: #A92182;
	text-align: right;
}
.none {
  display: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.title{
	font-size: 16px;
	color: #A92182;
}
.purple {
	color: #A92182;
}
h1 {
	margin: 0px 0px 20px 0px;
	font-size: 16px;
	color: #A92182;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	color: #A92182;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	margin: 0px;
	font-size: 12px;
	color: #A92182;
	font-weight: normal;
}
ul {
	list-style: square;
	list-style-position: outside;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
a {
   color: #695D54;
	text-decoration: none;
}
a:hover {
	color: #A92182;
}
.TextSchwarz11,
.TextSchwarz10 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.TextSchwarz10 {
   font-size: 10px;
}
#Ticker2a {
	position: relative;
	padding: 10px;
	top: 208px;
	left: 493px;
	width: 421px;
	text-align: center;
	color: #6A5D55;
	font-weight: lighter;
	font-size: 13px;
	border-left: 2px solid #A92182;
	border-right: 2px solid #A92182;
	z-index: 10;
}
*html #Ticker2a {
  top: 208px;
  left: 497px;
  width: 441px;
}

.absDiv {
	position: absolute;
	visibility: hidden;
}
#mainDivContent {
	line-height: 1.5em;
}

/*
Styles für Kontaktformular
*/
.TextErrorFeedback {
	position: absolute;
	top: 60px;
	left: 350px;
	font-size: 12px;
	font-weight: bold;
	color: #DA4035;
	text-decoration: none;
	border: 1px solid #DA4035;
	padding: 2px 4px 2px 4px;
	width: 185px;
	background-color: #ffffff;
}
* html .TextErrorFeedback {
	width: 200px;
}
.FrameErrorMarker {
	border-bottom: 2px dotted #DA4035;
	padding: 1px 1px 1px 1px;
}
.ClassErrorMarker_tx {
	background-image: url(/images/icon_pflichtfeld.gif);
}
.ClassErrorMarker_ta {
	background-image: url(/images/icon_pflichtfeld.gif);
}
.ClassErrorMarker_ch {
	background-color: #ff0000;
}