* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
}

strong {
	font-weight: bold;
	color: #FFFFFF;
}

hr {
	width: 75%;
}

#seite {
	margin: auto;
	width: 457px;
	height: 682px;
	margin-top: 50px;
	background-color: #000000;
	background:url(bg.jpg);
	background-repeat: no-repeat;
}

/* Navigation */
#navi {
	margin-top: 25px;
	margin-left: 40px;
	margin-right: 40px;
	text-align: left;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}

.menu_current {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.menu_default {
	color: #BFBFBF;
	text-decoration: none;
	font-weight: bold;
}

#navi a:link {
	color: #BFBFBF;
	text-decoration: none;
	font-weight: bold;
}

#navi a:visited {
	color: #BFBFBF;
	text-decoration: none;
	font-weight: bold;
}

#navi a:active {
	color: #BFBFBF;
	text-decoration: none;
	font-weight: bold;
}

#navi a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* Navigation Ende */


/* Content */
#content {
	color: #EFEFEF;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 40px;
}

#content a:link {
	text-decoration: underlined;
	border-bottom-style: dotted 1px;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	color: #FFFFFF;
}
#content a:visited {
	text-decoration: underlined;
	border-bottom-style: dotted 1px;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	color: #FFFFFF;
}

#content a:active {
	text-decoration: underlined;
	border-bottom-style: dotted 1px;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	color: #FFFFFF;
}

#content a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#content hr {
	color: ##DFDFDF;
	height: 1px;
	width: 75%;
}

#content h1 {
	font-size: 16px;
	color: #FFFFFF;
}

#content h2 {
	font-size: 14px;
	color: #FFFFFF;
}

#content h3 {
	font-size: 12px;
	color: #FFFFFF;
}

/* Content Ende */

form {
	margin: 0;
}

/* Footer */
#footer {
	height:30px;
	font-size: 9px;
	margin-left: 25px;
	color: #FFFFFF;
}
#footer a:link {
	color: #EFEFEF;
	display: block;
	width: 130px;
	text-decoration: none;
}

#footer a:visited {
	color: #EFEFEF;
	display: block;
	width: 130px;
	text-decoration: none;
}

#footer a:active {
	color: #EFEFEF;
	display: block;
	width: 130px;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* Footer Ende */

/* Formular-Styles */
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
/*	text-align:left; */
}
.spacer {
	height: 5px;
}

.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
}
.radio_label {
	font-size: 11px;
}
.email {
	font-size: 12px;
	width: 200px;
}
