@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
body {
	background: #efefef;
	text-align: center;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
img { border:none; }
label { padding-right:10px; }
p { padding-bottom:1em; }
.oneColFixCtr #container {
	width: 987px;
	height: 670px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
h3 {
	color:#6e1d0e;
	padding-bottom:1em;
	font-size:13pt;
	font-weight:normal;
}
h4 {
	padding-bottom:1em;
	font-size:13pt;
	font-weight:normal;
}
.oneColFixCtr #mainContent {
	padding:35px 70px 0px 70px;
}
#picbox, #keyvisual {
	position:relative;
	width:847px;
	height:392px;
	z-index:10;
	visibility:visible;
}
#kontaktbox, #impressumbox, #loginbox {
	position:relative;
	width:847px;
	height:392px;
	z-index:10;
	visibility:visible;
	background:#eeeeee;
}
#headlinebox {
	text-align: right;
	height: 60px;
}
#formbox {
	float:left;
}
#rightcolbox {
	text-align:right;
	height:auto;
	width:300px;
	float:right;
}
#padbox { padding:30px; }
#logobox {
	position:relative;
	margin-top:4px;
	height:216px;
	z-index:11;
	float:right;
}
#menubox {
	position:relative;
	width:500px;
	height:30px;
	padding-top:7px;
	z-index:12;
	text-align: right;
	float: right;
}
a:link, a:visited {
	color: #888;
	text-decoration:none;
}
a:active, a:hover {
	color: #6e1d0e;
	text-decoration:none;
}
a.textlink:link, a.textlink:visited {
	color: #888;
	text-decoration:none;
	border-bottom:1px dotted #888;
}
a.textlink:active, a.textlink:hover {
	color: #6e1d0e;
	text-decoration:none;
	border-bottom:1px dotted #6e1d0e;
}
.selected { color:#6e1d0e; }
.inputline { 
	width:315px;
	border:none;
	background-color:#fff;
	height:19px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.login { width:150px; }
.incomplete { border:1px solid #6e1d0e;}

