


#centerBox {
		position: absolute;
		left: 50%;
		width: 950px;
		margin-left: -475px; /* negative Hälfte von width:950px */
		top: 50%;
		height: 560px;
		margin-top: -280px; /* negative Hälfte von height:560px; */
		background-color:#353a90
	}

#logo	{
	position:	absolute;
	top:		20px;
	left:		10px;
	z-index:	3;
	}


#logo_klein	{
	position:	absolute;
	top:		425px;
	left:		834px;
	z-index:	50;
	}

#backgrounds	{
	position:	absolute;
	top:		20px;
	left:		453px;
	z-index:	2;
	}

#test_background	{
	position:	absolute;
	top:		85px;
	left:		480px;
	z-index:	8;
	}

#test_background2	{
	position:	absolute;
	top:		85px;
	left:		470px;
	z-index:	8;
	}

#formular	{
	position:	absolute;
	top:		90px;
	left:		495px;
	z-index:	10;
	}

#buttons	{
	position:	absolute;
	top:		85px;
	left:		150px;
	z-index:	4;
	}

#impressum	{
	position:	absolute;
	top:		425px;
	left:		150px;
	z-index:	4;
	}

a	{
	text-decoration:	none;
	color:			#ec870e;
	font-family:		Arial;
	font-size:		12px;
	}

a.big	{
	text-decoration:	none;
	color:			#ec870e;
	font-family:		Arial;
	font-size:		12px;
	}

a.bigger	{
	text-decoration:	none;
	color:			#ec870e;
	font-family:		Arial;
	font-size:		16px;
	font-weight:bold;
	}

td	{
	text-decoration:	none;
	color:			#353a90;
	font-family:		Arial;
	font-size:		12px;
	font-weight:		bold;
	}

td.orange	{
	text-decoration:	none;
	color:			#ff0000;
	font-family:		Arial;
	font-size:		12px;
	font-weight:		bold;
	}

td.bigger	{
	text-decoration:	none;
	color:			#353a90;
	font-family:		Arial;
	font-size:		12px;
	font-weight:		bold;
	}

th	{
	text-decoration:	none;
	color:			#353a90;
	font-family:		Arial;
	font-size:		14px;
	font-weight:		bold;
	}

input.text	{
		width:		210px;
		height:		18px;
		border:		1px solid #999999;
		font-family:		Arial;
		font-size:		11px;
		}

select.small	{
	font-family:		Arial;
	font-size:		10px;
	width:			120px;
	}

select.big	{
	font-family:		Arial;
	font-size:		10px;
	width:			220px;
	}

textarea	{
	font-family:		Arial;
	font-size:		10px;
	width:			220px;
	height:			65px;
	}

textarea.zwo	{
	font-family:		Arial;
	font-size:		11px;
	width:			210px;
	height:			60px;
	}

span.redalert	{
		color:red;
		font-size:14px;
		font-weight:bold;
		}

span.klein	{
		font-size:11px;
		}


