body {
	margin: 0;
	padding: 0;
	background-image:url(images/hinten-1.jpg);
	background-repeat: no-repeat;
	background-color: #09F;
}
#wrapper {
	width: 80%;
	min-width: 400px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	background-color: #0099FF;
}
#outer {
	border-left: 165px solid #09F;
	background-color: #09F;
}
#inner {
	margin: 0;
	width: 100%; 
}
#header {
	border-bottom: 5px solid #309;
	height: 148px;
	background-color: #09F;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #309;
}
#nav {
	width: 160px;
	margin-left: -160px;
	float: left;
	position: relative;
	z-index: 10;
}
#nav h3 {
	font: 100% Arial, Helvetica, sans-serif;
	color: #309;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EF9C00;
	margin-top: 1em;
	margin-bottom: 0px;
}

#nav ul {
	width: 150px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0.5em;
}
#nav li {
	font: 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #E7AFAF;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FF7319;
	background-color: transparent;
}
#nav a:hover {
	color: #0000FF;
}
#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
}
#content h1 {
	font: 130% Arial, Helvetica, sans-serif;
	color: #309;
}
#content p {
	font: Arial, Helvetica, sans-serif;
	margin-top: 1em;
	color: #FFF;
}
#main_image {
	position:relative;
	float:right;
	margin-left: 5px;
	margin-right: 5px;
}
#content table {
	font: 90% Arial, Helvetica, sans-serif;
	color: #FFF;
	border: 1px solid #FFFFFF;
	border-collapse:collapse;
}
.bluebg {
	background-color: #00008B;
}

#footer {
	font: 70% Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 100%;
	clear:both;
	height: 1.5em;
	position: relative;
	z-index: 13;
	border-top: 1px dotted #B1B1B1;
	border-bottom: 1px dotted #B1B1B1;
	background-color: #309;
}
#footer a {color:#FFF;}

#floatleft {
float:left;
padding-left: 1em;
}
#fright {
float:right;
padding-right: 1em;
}
.clear { 
	clear: both;
}
.rightimg {
position:relative;
float:right;
}
#info {
width: 80%}

/* Mozilla bug workarounds */
#outer > #inner { 
	border-bottom: 1px solid transparent;
}
#nav {
	margin-right: 1px;
}
#right {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	margin: 0px;
	padding: 0px;
}
.space {
	padding: 0.5em;
}
.orange {
	font-size: 110%;
	color: #F60;
}
#welcome table, td{
	border-collapse:collapse;
	border-top: solid #0099FF;
	border-right: solid #0099FF;
	border-bottom: solid #0099FF;
	border-left: solid #0099FF;
}
/* Form style inspired by Nadia P's http://www.dreamweaverresources.com/tutorials/styled_form.htm*/
form { width: 95%;
	margin: 0 0 0 10px; }
	
label {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 10px;
	color:#FFF;
}
br {
	clear: left;
}
fieldset{ 
	padding:10px;
	border:1px solid #FFF;
	margin-bottom:15px; 
}
input, textarea{
	color: #000;
	border: 1px solid #FFF;
	margin-top: 2px;
	margin-bottom: 2px;
}
legend{
	padding:10px; 
	color:#FFF;
	font-size: 95%;
	font-weight: bold;
	
}
.submitbutton {
	border: 1px solid #036; 
	background:#FFF;
}
.hidden {
	border:none;
}
/* The error style is for error text in the contact form */
.error {
	color: #F00;
	font-weight: bold;
	}