body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #2C1D18;
	font-family: Tahoma;
	font-size: 11px;
	color: #e8e4d7;
}
#flashcontent {
	width: 1024px;
	height: 520px;
	margin: 0px auto;
	position: relative;
	}
#start {
	background: url(../images/bg_startseite.jpg) no-repeat 0 0 ;
	width: 1000px;
	height: 520px;
	margin: 0px auto 0 auto;
	position: relative;
	border: 0px solid #ff4900;
	}
.copy {
	margin: 0px auto;
	padding: 0;
	}
a:link, a:visited {
	color: #cd151b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #e91c24;
	text-decoration: none;
}
h2 {
	font-family: Tahoma;
	font-size: 16px;
	color: #cd151b;
}
p {
	font-family: Tahoma;
	font-size: 12px;
}
small {
	font-family: Tahoma;
	font-size: 11px;
}

.newsletter {
	width: 400px;
	height: 100px;
	margin: 0px auto 0 auto;
	position: relative;
	border: 0px solid #ff4900;
	}
	.output {
		}

input {
	padding: 4px;
	background-color: #3d2c26;
	color: #e8e4d7;
	border: 1px solid #5b4842;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}
input:focus {
	background-color: #ffffff;
	}
input[type=text], textarea, input[type=text], textarea {
	}
input[type=submit], input[type=submit] {
	background-color: #3d2c26;
	}
.submit:hover {
	background-color: #2e241d;
	color: #fff;
	}

