html {
	text-align: center;
}

body {
	font-family: Verdana;
	font-size: 12px;
	color: #AAAAAA;
	background-color: #000000;
	margin: 0px;
}

img {
	border: none;
}

img.floating {
	border: none;
	margin: 0px 10px 0px 0px;
	float: left;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	clear: both;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	clear: both;
	color: #8e8c6a;
}

a:link { 
			color: #AAAAAA;
			text-decoration: none;
}

a:active { 
			color: #AAAAAA;
			text-decoration: none;
}

a:visited { 
			color: #AAAAAA;
			text-decoration: none;
}

a:hover { 
			color: #a00819;
			text-decoration: none;
}

.font_small {
	font-size: 10px;
}

.font_rot {
	color: #a00819;
}

/*---------------------------------------------*/

#splash {
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	width:400px;
	height:300px;
	margin-left:-200px;
	margin-top:-150px;
}

#container {
  width				: 802px;
  margin-left	: auto;
  margin-right: auto;
  background-color: #000000;
}

#head {
	position: relative;
	width: 802px;
	height: 150px;
}

#head_pic {
	float: left;
}

#head_logo {
	float: right;
}

#head_subline {
	height: 37px;
	clear: both;
}	

#content {
	position: relative;
	width: 802px;
	height: auto;
	margin: 0px;
	clear: both;
}

#content_menue {
	width: 130px;
	float: left;
}

#content_content {
	width: 620px;
	padding: 0px 25px 0px 25px;
	overflow: auto;
	text-align: center;
	float: right;
}

#galerie img{
	float: left;
	margin: 0px 5px 5px 0px;
}

#bottom {
	clear: both;
}

.liste {
	width: 350px;
	text-align: left;
	margin: auto;
}

.banner {
	margin-bottom: 10px;
}

/*----------------------------------------------------------------------*/


#kontaktformular {
	margin-left: 130px;
}

.formular {
	width: 400px;
}

.formular_reihe {
	clear: both;
	padding-top: 5px;
}	

.formular_label {
	float: left;
	width: 140px;
	padding-right: 10px;
	text-align: right;
}

.formular_feld {
	float: right;
	width: 200px;
	text-align: left;
}

.formular_button {
	clear: both;
	padding-top: 5px;
	text-align: right;
}

.formular_input {
	width: 200px;
	color: #AAAAAA;
	border: solid #AAAAAA 1px;
	background-color: transparent;
	background-color: #000000;
}

input[type=submit] {
	border: none;
	background-color: #AAAAAA;
}

/*----------------------------------------------------------------------*/


