/* Standard-Klassen */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000007 url("../images/stripe.png");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* Bilder erhalten trotz Link keinen Rahmen */
img {
	border: 0px;
}

hr {
	color: #FF7F00;
	background-color: #FF7F00;
}

/* Link-Klassen global */
a:link {
	text-decoration: none;
	color: #FF7F00;
}

a:visited {
	text-decoration: none;
	color: #FF7F00;
}

a:active {
	text-decoration: none;
	color: #CFCFCF;
}

a:hover {
	text-decoration: none;
	color: #FFBF00;
}

/* Pseudo-Blatt definieren */
#page {
	margin: auto;
	margin-top: 45px;
	width: 850px;
	height: 595px;
}

#navi {
	height: 30px;
	background: url("../images/navi.jpg") no-repeat top center;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 15px;
}

#navi a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#navi a:visited {
	text-decoration: none;
	color: #FF7F00;
}

#navi a:active {
	text-decoration: none;
	color: #FFDF00;
}

#navi a:hover {
	text-decoration: none;
	color: #FFDF00;
}

#navi a img {
	vertical-align: middle;
	margin-top: -3px;
}

.spacer {
	height: 1px;
}

/* Bild-Bereich */
#slogan {
	height: 284px;
	background: url("../images/middle.jpg") no-repeat top center;
}

#slogan h1 {
	padding-left: 86px;
	padding-top: 138px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFFFFF;
}

#slogan h2 {
	margin-left: 55px;
	margin-top: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #FFDF00;
}

/* Container-Wrapper */
#container {
	background: #131313;
	width: 848px;
	border: #000000 1px solid;
}

/* Content-Block */
#content {
	width: 770px;
	padding: 30px;
/*	padding-top: 15px;
	padding-left: 15px;
*/
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FF7F00;
}

#content ul {
	border-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
#content li {
	width: 100%;
	background-image: url("../images/li.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

/* Footer */
#footer {
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

/* Kontakt-Formular */
.required {
	color: #FF7F00;
}

.field_title {
	font-size: 12px;
	width: 20%;
	vertical-align: top;
	text-align: left;
	padding: 2px;
	margin: 3px;
}

.captcha-format {
	width: 100px;
	background-color: #fff;
	border: 1px solid #FF7F00;
	padding: 2px;
	margin: 3px;
}

.text_captcha {
	font-size: 12px;
	padding: 2px;
	margin: 3px;
}

.captcha_expl {
	font-size: 12px;
	padding: 2px;
	margin: 3px;
}

.textfield {
	font-size: 12px;
	width: 75%;
	background-color: #fff;
	border: 1px solid #FF7F00;
	padding: 2px;
	margin: 3px;
}

.textarea {
	font-size: 12px;
	width: 75%;
	height: 100px;
	background-color: #fff;
	border: 1px solid #FF7F00;
	padding: 2px;
	margin: 3px;
}

.select {
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #FF7F00;
	margin: 3px;
}

.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}

.radio_label {
	font-size: 11px;
	cursor: pointer;
}

.email {
	font-size: 12px;
	width: 75%;
	background-color: #fff;
	border: 1px solid #FF7F00;
	padding: 2px;
	margin: 3px;
}

.button {
	background-color: #4F4F4F;
	color: #fff;
	width: 100px;
	border: 1px solid #FF7F00;
}

.field_heading {
	font-weight: bold;
	color: #ff7f00;
}
