html, body {
	margin: 0px; padding: 0px;
	background-color: #DFDEDE;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.91em;
	background: #DFDEDE url(../images/body_bg.jpg) repeat-y top center;
	height: 100%;
}

* {
	margin: 0px;
	padding: 0px;
}


html {}

/* allgemeingültige Elemente */
img { border: none; }

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.break { clear: both; }
.center { text-align: center; }

#mainBody {
	position: relative;
	width: 956px; height: 100%;
	margin: 0px auto;	

	background: #fff url(../images/leftcol_bg.gif) repeat-y left top;
}

* html #mainBody { width: 957px; }

/* header */
#mainHeader {
	height: 96px;
	background-color: #334f62;
}
#logo { position: absolute; right: 21px; top: 50px; }

#mainHeader2 {
	position: relative;
	padding: 9px 10px 8px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#mainHeader3 {
	position: relative;
	width: 956px; height: 38px;
	/*top: 9px; left: 417px;*/
	background-color: #fff;
}

#info {
	position: absolute;
	top: 8px; left: 155px;
	width: 245px; height: 15px;
	padding: 3px 6px 2px 100px;

	background: #999 url(../images/orange_arrow.gif) no-repeat left;
	border: #fff 1px solid;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
}

/* Deko */
.grayBar {
	position: absolute;
	width: 539px; height: 20px;
	top: 9px; left: 417px;
	background-color: #eee;
}

* html .grayBar { width: 530px; }

/* Content-Spalten */
#colLeft, #colRight { float: left; }
#colLeft {
	width: 224px;
	color: #fff;
}

#colRight {
	display: block;
	width: 675px;
	padding: 30px 0px 40px 57px;
}

* html #colRight {
	width: 676px;
}

#colRight .regContent {
	width: 420px;
}

#colRight .regContentWide {
	width: 530px;
}

#colRight .picContent {
	float: right;
	margin: -300px 0px 0px 0px;
}



#colRight p {
	padding: 15px 20px 5px 9px;
	line-height: 18px;
}

/* Kontaktbild (!) */
#colContact {
	margin: -7px 0px 0px 12px;
}



/* footer */
#mainFooter {
	position: fixed;
	padding: 4px 8px 3px 0px;
	bottom: 0px;
	width: 948px;
	background-color: #a6a5a5;
	text-align: right;
	font-size: 11px;
	color: #fff;
}

#mainFooter a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}
#mainFooter a:hover { 
	color: #ccc;
	text-decoration: none; 
}

* html #mainFooter { 
	position: absolute;
	width: 949px; 
}

#contactData { font-size: 12px; }
#contactData table { 
	width: 95%; 
	margin: 0px 0px 0px 7px;
}

#contactData table td {
	padding:2px;
}
#contactData table td { vertical-align: top; }

#contactData .col1,
#contactData .col2,
#contactData .col3,
#contactData .col4 { color: #999;}

#contactData .col1 { font-weight: bold; }
#contactData .col2 { width: 100px; }
#contactData .col3 { width: 100px; }
#contactData .col4 { width: 150px; }


p.contactTitle {
	margin: 0px 0px 0px 9px;
	background: url(../images/orange_arrow2.gif) no-repeat 0px 19px;
	color: #fa7907;
	font-size: 11px;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #333;
}
a:hover { color: #fa7907; }

.highlight {
	background-color: #f1f4f5;
}

input.invalid,
textarea.invalid {
	background-color: #ff5544;
}
