@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

html,body {
	height:100%;
}

.oneColFixCtr #background {
	width: 1016px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background-image: url(../images/background.jpg);
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 603px;
	border: 1px solid transparent;
}

.oneColFixCtr #formular {
    padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
}

.oneColFixCtr #Intro {
	margin-top: 20%;
}
a {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 20px;
}

a:hover {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline overline;
	line-height: 20px;
}

#LoadIntro {
	background:#000000;
	color:#fff;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
	position:absolute;
	left:0px;
	top:0px;
	z-index:5;
	width:100%;
	height:100%;
	text-align: center;
}

body {
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(../images/background.png);
	background-position: center top;
	background-repeat: repeat;
}
#background {
	z-index:1;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#formular {
	height: 200px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 350px;
	margin-left: 600px;
	width: 190px;
}
#formfelder {
	position:relative;
	height: 10px;
	width: 100%;
	padding-left: 10px;
}
input {
	height: 27px;
	width: 185px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(5px,5px,5px,5px);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0F1314;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 12px;
}
#formfelder_input {
	position:relative;
	height: 27px;
	width: 100%;
	background-image: url(../images/input.png);
	background-repeat: no-repeat;
}
#formfelder_subscribe {
	position:relative;
	height: 20px;
	width: 100%;
	padding-left: 8px;
	bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
}
input.btn {
	height: 17px;
	width: 82px;
	background-image: url(../images/btn_subscribe.png);
	color: transparent;
	background-color: transparent;
}
#statusmeldung {
	position:relative;
	height: 10px;
	width: 100%;
	padding-left: 10px;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 30px;
}
