@charset "utf-8";

html, body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#534c34;
	background-color:#fff;
}

.breaker {
	clear:both;
}

a {
	color:#534c34;
}

ul {
	list-style-image:url(../images/dot_u.gif);
	margin-left:0.8em;
	padding-left:0.8em;
	margin-top:0px;
}

/* Content ***************************************** */

#adressPrint {
	display:none;
}

#verticalWrapper {
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	z-index:10;
}

#vertical {
	position:relative;
	width:979px;
	height:100%;
	margin:0 auto;
	text-align:left;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#sky {
	position:relative;
	width:979px;
	height:473px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
}

#topMargin {
	position:relative;
	top:0px;
	left:0px;
	width:979px;
	height:102px;
	background-color:#fff;
	border-bottom:1px solid #a14233;
}

#topContent {
	position:relative;
}

#topPicture {
	position:absolute;
	z-index:10;
	top:43px;
	left:11px;
	width:957px;
	height:301px;
}

#topFlash {
	position:absolute;
	z-index:20;
	top:43px;
	left:11px;
	width:957px;
	height:301px;
}

#language {
	display:none;
	position:absolute;
	top:355px;
	left:214px;
}

#menuMain {
	position:absolute;
	top:355px;
	left:272px;
}

#menuMain ul {
	list-style-type:none;
	list-style-image:none;
}

#menuMain ul,li {
	margin:0;
	padding:0;
}

#menuMain ul li {
	float:left;
}

#middleEarth {
	position:relative;
	width:979px;
	height:46px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
}


/* earth **************************************************/

#earth {
	position:relative;
	width:979px;
	padding-bottom:30px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
}

#colA {
	float:left;
	width:286px;
}

#colB {
	float:left;
	width:462px;
}

#colC {
	float:left;
	width:183px;
}

#footer {
	position:relative;
	margin-top:-30px;
	height:29px;
	background-color:#fff;
	border-top:1px solid #a14233;
}

#footerText {
	position:absolute;
	left:286px;
	top:4px;
	font-size:10px;
}


/* Anmeldung **************************************** */

#anmeldung {
	width:450px;
}

fieldset {
	margin-top:25px;
	border:1px solid #aaa;
	padding:6px;
}

legend {
	font-size:12px;
	color:#534c34;
	font-weight:bold;
	background-color:#fff;
}

.inputArt2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #aaa;
	width:410px;
	height:140px;
	padding-left:2px;
	margin-left:5px;
	background-color:#e1ded1;
}

.inputArt2:focus {
	background-color:#fff;
}

.inputArt3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #aaa;
	width:350px;
	height:16px;
	padding-left:2px;
	background-color:#e1ded1;
}

.inputArt3:focus {
	background-color:#fff;
}

.error {
	color:#f00;
	font-weight:bold;
}

