body {
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

#root {
	margin: 0 auto;
	padding: 0;
	
	width: 600px;
	
	margin-top: 140px;
	margin-bottom: 25px;
}

#menu {
	float: left;
	clear: left;
	
	margin-top: 10px;
	margin-left: 0px;
}

*html #menu {
	margin-left: 0px;	
}

.link {
	height: 25px;
	display: block;
	
	padding-left: 10px;
	padding-right: 10px;
	
	margin-left: 10px;
	margin-right: 10px;
	
	color: #838383;
	font-size: 16px;
	font: Arial;
	text-transform: uppercase;
	
	float: left;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	
	text-align: center;
}

.link a {
	color: #838383;
	font-size: 14px;
	font: Arial;
	text-decoration: none;
	font-weight: bold;
}

.link a:hover {
	color: #90917b;
}

#content {
	float: left;
	clear: left;
	
	margin-top: 30px;
	margin-bottom: 25px;
	
	width: 600px;
}

#bottom {
	float: left;
	clear: left;
	
	width: 617px;
	
	background-image: url(../images/trennlinie.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	
	text-align: right;
	margin-bottom: 25px;
}

#bottom a {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
}

.formblock {
	float: left;
	clear: left;
	margin-bottom: 5px;
}

*html .formblock {
	width: 500px;	
}

label {
	float: left;
	width: 110px;
	margin-right: 10px;
}

input, textarea {
	float: right;
	background-color: #856f4c;
	border: 1px solid #45150d;
}

*html input, *html textarea {
	float: left;	
}

.formsubmit {
	float: right;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;	
}

img {
	border-color: #FFF;	
}