@charset "utf-8";
body, html {
	font: 11px Trebuchet MS, sans-serif;
    background: #000;
    margin: 0; 
    padding: 0;
    text-align: center; 
	line-height: 18px; 
/*	height: 100%; */
    color: #69BF0D;
	background-image:url(images/bgrs.gif);
}
h1 { font-size:16px; margin:0;}
h2 { font-size:14px; margin:0;}
h3 { font-size:11px; margin:0;}

input, font, script, textarea { font: 11px Trebuchet MS, sans-serif;}
hr { border: solid #003F00 0.5px; color:#003F00;}
fieldset { border:1px solid #003F00;}

#help {color: #FF0000;}

/* Allgemeine Links */

a:link { color: #69BF0D; text-decoration: underline;}
a:visited { color: #69BF0D; text-decoration: underline;}
a:hover { color: #FF0000;}
a:active { color: #69BF0D;}
a:focus { color: #FF0000;}

#container {
   	width: 800px; 
	height: auto;
   	background: #FFFFFF;
   	margin: 0 auto 15px;
   	text-align: left;
}

#headads {
	background-color: #000000; 
	padding-top: 10px; 
	padding-left: 15px;
}

#header { 
	height: 320px;
	background-image: url(images/header.jpg); 
	background-repeat: no-repeat;
	text-align: right; 
	padding-top: 10px;
	padding-right: 15px;
}
#navigation { 
	font-size: 13px; 
	word-spacing: 20px;
	background-color: #000000; 
	border-top: 1px solid #003F00;
	border-bottom: 1px solid #003F00; 
	height: 27px; /* -10px weil Padding Top*/
	text-align: center;
	padding-top: 10px;
	padding-left: 21px;
}
#navigation a:link { color: #FFFFFF; text-decoration: none;}
#navigation a:visited { color:#FFFFFF; text-decoration: none;}
#navigation a:hover { color: #FF0000;}
#navigation a:active { color: #69BF0D;}
#navigation a:focus { color: #FF0000;}

#navigation img {float: left;}

#mainContent { height: auto; 
	border-left: 1px solid #003F00;
	border-right: 1px solid #003F00; 
	background-color: #000000;
	background-image: url(images/skullbgr.jpg); 
	background-position: left top;
	background-repeat: no-repeat; 
   	padding: 30px 20px 20px 20px;
}

#box-1 { 
	width: 180px;
	height: auto; 
	border: 1px solid #003F00; 
	margin: 130px 20px 10px 0px; 
	padding: 5px;
	float: left;
	clear: left;	
}
#box-2, #box-3, #box-4, #box-5 { 
	width: 180px;
	height: auto; 
	border: 1px solid #003F00; 
	margin: 0px 20px 10px 0px; 
	padding: 5px;	
	float: left;
	clear: left;
}

#content {
	padding: 0px 20px; 
	margin-left: 200px;
}

#cnt-ende { clear: both;}

#footer { 
	background-color: #090909;
	border: 1px solid #003F00;
	padding: 6px 3px 0px 0px; 
	height: 22px; 
	text-align: right;
}

/* STYLES FÜR DAS KONTAKTFORMULAR - START */

.required {
	color: #FF0000;
}
.field_title {
	font-size: 11px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 11px;
	width: 200px;
}
.textarea {
	font-size: 11px;
	width: 75%;
	height: 200px;
}
.field_heading {
	font-size: 11px;
	padding-top: 10px;
	color: #69BF0D;
}
.select {
	font-size: 13px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 11px;
	width: 200px;
}
/* STYLES FÜR DAS KONTAKTFORMULAR - ENDE */
