*{
	padding:0;
	margin:0;
	border:0;
}

body,html {
	height:100%;
	background:#323c4b;
	text-align:center;
}

#container {
	position: relative;
	margin:0 auto;
	text-align:left;
	width:842px;
	background:#000;
	min-height: 100%; 
  	height: auto !important; 
 	height: 100%;
}

#menu {
	position:relative;
	width:100%;
	height:42px;
	text-align:center;
	background-image:url(../img/balken1.gif);
}

#submenu {
	position:relative;
	top:14px;
	width:100%;
	height:20px;
	text-align:center;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size:10px;
	line-height:18px;
	background-image:url(../img/balken1.gif);
}

#submenu a{
	color:#000000;
	text-decoration:none;
	padding-left:20px;
}

#subtitle {
	position:relative;
	top:90px;
	text-align:center;	
}

#submenu span {
	color:#000000;
	font-weight:bold;
	padding-left:20px;
}

#content{
	text-align:left;
	margin:30px 10px 0 10px;
	min-height:320px;
	font-family:verdana,tahoma;
	font-size:0.8em;
	color:#84b3f9;
}

#content a {
	color:#84b3f9;
	font-weight:bold;
}

.text {
 min-height:350px;
 padding-left:10px;
 width:650px;
 float:left;
 text-align:left;
 font-family:arial,verdana;
 line-height:1.4em;
}

.thumb {
 float:left;
 margin-right:10px;
}

.thumb_right {
 float:right;
 margin-left:10px;
}

form {
 display:inline;
}

#footer{
	position: absolute;
  	bottom: -1px;
	height:20px;
	width:842px;
	background-image:url(../img/balken1.gif);
	color:#ccc;
	text-align:center;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size:10px;
	color:#000;
}

input.button {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-image:url(../img/balken1.gif);
}

#nachricht textarea {
	font-family:arial,verdana;
	font-size:12px;
	width:580px;
	height:200px;
	overflow: auto;
	border-width:2px;
	border-style:solid;
	border-color:#84b3f9;
}

input {
	font-family:arial,verdana;
	font-size:12px;
	border-width:2px;
	border-style:solid;
	border-color:#84b3f9;
}

input.eingabe {
	width:250px;
}
