html, body {
	height: 100%;
}
body {
	background: #ffffff url(../images/bg.jpg) no-repeat 0 0;
	_font: normal 62.5% Verdana, Geneva, Helvetica, Arial, sans-serif !important;
	font: normal 11px Verdana, Geneva, Helvetica, Arial, sans-serif !important;
	color: #666666;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	border-bottom: 0 !important;
}
a {
	text-decoration: none;
	border-bottom: 0px;
	color: #6697d3;
}
a:focus {
	outline: 1px dotted #eee;
}
a:active {
	outline: 0px;
}
a:hover {
	color: #7bc4f4;
}
#siteContain {
	height: 100%;
}
#siteBottomLeft {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 536px;
	height: 341px;
	background: transparent url(../images/bl.png) no-repeat 0 0;
	z-index: 98;
}
#siteBottomRight {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 449px;
	height: 767px;
	background: transparent url(../images/br.png) no-repeat 0 0;
	z-index: 99;
}
#siteMiddle {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 924px;
	height: 766px;
	margin: -462px -383px;
	background: transparent url(../images/mid.png) no-repeat 0 0;
	z-index: 100;
}
#siteMiddleNav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 235px;
	height: 520px;
/*	margin: 230px 0px 0px 0px;*/
}
#siteMiddleImageMap {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 235px;
	height: 520px;
}
#siteMiddleImageMap img {
	margin: 0;
	padding: 0;
	border: 0px;
}
#siteMiddleFlashHeadphone {
	position: absolute;
	left: -28px;
	top: 508px;
	width: 120px;
	height: 120px;
}
#siteMiddleFlashTelevision {
	position: absolute;
	left: 45px;
	top: 216px;
	width: 100px;
	height: 84px;
}

div.siteMiddleContent {
	position: absolute;
	overflow: hidden;
	left: 248px;
	top: 207px;
	width: 400px;
	height: 470px;
}
div.siteMiddleContent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #6697d3;
	margin: 0 0 4px 0;
}
div.siteMiddleContent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #e6028a;
	margin: 6px 0 6px 0;
}
div.siteMiddleContent h3 {
	font-size: 11px;
	font-weight: bold;
	color: #e6028a;
	margin: 0px 0 4px 0;
}
div.siteMiddleContent h4 {
	font-size: 11px;
	font-weight: normal;
	color: #e6028a;
	margin: 0px 0 0px 0;
}
div.siteMiddleContent h5 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0 6px 0;
}
div.siteMiddleContent p {
	margin: 0 0 1.2em 0;
}
div.siteMiddleContent .em1, .em11, .em12 {
	color: #e6028a;
}
div.siteMiddleContent .em11 {
	font-weight: bold;
}
div.siteMiddleContent .em12 {
	color: #e6028a;
	font-size: 9px;
}
div.siteMiddleContent .em13 {
	color: #666666;
	font-size: 9px;
}
div.siteMiddleContent .em2 {
	color: #6697d3;
	font-size: 14px;
	font-weight: bold;
}

div#home1 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 52px;
}
div#home2 {
	position: relative;
	margin: 0 0 18px 0;
	padding: 0 0 0 5px;
}
div#home3 {
	position: relative;
	padding: 0 0 0 42px;
	background: transparent url(../images/title-bgs.png) no-repeat 0px -0px;
}

div#teilnahmebedingungen1 {
	position: relative;
	padding: 0 0 0 50px;
	background: transparent url(../images/title-bgs.png) no-repeat 0px -1000px;
}
div#teilnahmebedingungen2 {
	position: relative;
	padding: 0 0 0 27px;
}

div#kontakt1 {
	position: relative;
	margin: 0 0 0 115px;
	padding: 0px 0 0 50px;
	background: transparent url(../images/title-bgs.png) no-repeat 0px -1500px;
}
div#kontakt2 {
	position: absolute;
	left: -50px;
	top: 68px;
	width: 150px;
	font-size: 9px;
	text-align: right;
	padding: 0 0 0 52px;
}
div#kontakt2 h5 {
	color: #666666;
	font-size: 9px;
	margin: 0 0 0em 0;
}
div#kontakt3 {
	position: relative;
	margin: 2em 0 0 0;
	padding: 0 0 0 30px;
	font-size: 9px;
}
div#kontakt3 p {
	margin: 0 0 0.8em 0;
}

div#anmeldung1 {
	position: relative;
	width: 320px;
	min-height: 150px;
	margin: 0 0 0 -20px;
	padding: 0px 0 0 50px;
	background: transparent url(../images/title-bgs.png) no-repeat 0px -491px;
}
div#anmeldung1 h5 {
	color: #666666;
}

div.clear {
	clear: both;
}

/*
 * forms
 */
fieldset {
  border: none;
  padding: 0px;
  margin-bottom: 0.2em;
}
label, input, select {
	display: block;
	float: left;
}
form br {
	clear: left;
}
label {
	width: 90px;
  line-height: 1.5em;
  color: #666666;
}
label.zweizeilig {
  line-height: 1em;
}
input, textarea, select {
	width: 170px;
	height: 1.3em;
	padding: 2px;
	margin: 0 0 0.3em 0;
  font-size: 1em;
  line-height: 1em;
  border: 1px solid #dddddd;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent url(../images/background-input.gif) no-repeat scroll 0pt 0pt;
}
input:hover, textarea:hover, select:hover,
input:focus, textarea:focus, select:focus {
  border: 1px solid #aaa;
  background-position: 0 -400px;
}

div.dateiinputs {
	position: relative;
}
input.datei {
	position: relative;
	width: 265px;
	height: auto;
/*	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
*/
}
div.fakedatei {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
div.fakedatei a {
	line-height: 2em;
	margin-left: 8px;
}
input.fakedatei {
	color: #999;
}
input.part1 { width: 55px; margin-right: 4px; }
input.part2 { width: 104px; margin-right: 4px; }

input.check, input.radio {
  background: none;
	width: auto;
	margin: 0 0.5em 0 0;
  color: #c00;
}
.bedingungenaccepttext {
	cursor: default;
}
/* form validation */
.LV_invalid_field {
  border: 1px solid #c00;
}
span.LV_invalid {
  color: #c00;
  _background: url('../images/icons/cross.gif') no-repeat 5px 7px;
}
.LV_valid_field {
  border: 1px solid #ddd;
}
span.LV_valid {
/*
  color: #693;
  padding-left: 20px;
  background: url('../images/icons/tick.gif') no-repeat 5px 7px;
*/
}


/*
 * jqModal
 */
.jqmWindow {
	display: none;
  position: fixed;
  top: 23%;
  left: 50%;
  margin-left: -115px;
  width: 230px;
  height: 300px;
  padding: 0 30px 0 30px;
  background: transparent url('../images/content-box.png') no-repeat 0 0;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#anmeldungResult {
	width: 290px;
	height: 300px;
}
