body {
	color: 		#fff;
	background-color: #FA0005;
	margin: 	0;
	padding:	0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 	12px;
}
#content	{
	position: 	absolute;
	width: 		650px;
	height: 	600px;
	top: 		50%;
	left: 		50%;
	margin: 	-230px 0 0 -360px;
}
#text {
	position: 	absolute;
	width: 		450px;
	height: 	200px;
	top: 		0px;
	left: 		0px;
	padding: 	280px 0 0 200px;
	margin: 	0;
	background:	url('land_bg_new.gif') top left no-repeat;
}
#bedankt {
	position: 	absolute;
	width: 		450px;
	height: 	150px;
	top: 		0px;
	left: 		0px;
	padding: 	100px 0 0 200px;
	margin: 	0;
	font-weight:	bold;
}
#okbutton {	
	position: absolute;
	top: 	404px;
	left: 	493px;
	width:	80px;
	height:	80px;
}
img { border: 0; }
/*div { border: solid 1px #fff; }*/

select, input {
	background-color: #FA0005;
	color: 			#fff;
	border-top: 	1px solid #FFFFFF;
	border-bottom: 	1px solid #FFFFFF;
	border-left: 	1px solid #FFFFFF;
	border-right: 	1px solid #FFFFFF;
	font: 			13px Arial;
	color: 			#fff;
}



/* MENU */
#topnav	{
	position: 	absolute;
	padding: 	0;
	margin: 	0;
	text-align: right;
	top: 		25px;
	right: 		30px;
	width:		500px;
	font-size: 	9px;
}
#topnav ul, #topnav li	{
	margin: 	0;
	padding: 	0;
	list-style-type: none;
	display: 	inline;
}
#topnav li a	{
	color: 			#fff;
	padding: 		1px 5px 1px 5px;
	text-decoration: none;
	border-left: 	1px solid #fff;
	border-bottom: 	none;
}
#topnav li a:hover	{
	color: 			#000;
	background: 	#fff;
}
#topnav li.last a	{
	border-right: 	1px solid #fff;
}
/* END MENU */


#hrefstyle a:active { color:#FFF ;text-decoration: none; }
#hrefstyle a:hover { font-size:13px; text-decoration: none; }
#hrefstyle a:link { color: #FFF; text-decoration: none; }
#hrefstyle a:visited { color: #FFF; text-decoration: none; } 
