*
{
	font-family:		Verdana;
	font-size: 			12px;
	color: 				#000000;
}

body
{
	background-color:	#FFFFFF;
	margin:				0px;
    padding:			0px;
    height:				100%;
}

h1
{
	font-size:			16px;
	font-weight:		bold;
	margin-top: 		0px;
	margin-bottom:		20px;
	color:				#FF7924;
}

h2
{
	font-size:			12px;
	font-weight:		bold;
	margin-top:			20px;
	margin-bottom:		10px;
}

.eingabefeld
{
	width: 				250px;
    border: 			#000000 1px solid;
    border-collapse:	collapse;
    font-family: 		Verdana;
    color: 				#000000;
    font-size: 			12px;
    background-color: 	#FFFFFF;
}

.eingabefeld_klein
{
	width: 				100px;
    border: 			#000000 1px solid;
    border-collapse:	collapse;
    font-family: 		Verdana;
    color: 				#000000;
    font-size: 			12px;
    background-color: 	#FFFFFF;
}

.eingabefeld_plz
{
	width: 				44px;
    border: 			#000000 1px solid;
    border-collapse:	collapse;
    font-family: 		Verdana;
    color: 				#000000;
    font-size: 			12px;
    background-color: 	#FFFFFF;
}

.eingabefeld_ort
{
	width: 				204px;
    border: 			#000000 1px solid;
    border-collapse:	collapse;
    font-family: 		Verdana;
    color: 				#000000;
    font-size: 			12px;
    background-color: 	#FFFFFF;
}

.textfeld
{
	width: 				250px;
	height:				100px;
    border: 			#000000 1px solid;
    border-collapse:	collapse;
    font-family: 		Verdana;
    color: 				#000000;
    font-size: 			12px;
    background-color: 	#FFFFFF;
}

.fehler
{
	color:				red;
}
li.fehler
{
	margin-left:		20px;
}


div#container1
{
	width:				610px;
	position:			absolute;
	top:				0px;
	left:				50%;
	margin-left:		-305px;
	background-image:	url('../img/bg_container1.gif');
	background-repeat:	repeat-y;
}

div#header
{
	width: 				610px;
	height:				180px;
	position: 			relative;
	top:				0px;
	left:				0px;
	background-image:	url('../img/header.jpg');
	background-repeat:	no-repeat;
}

div#content
{
	height:				auto;
	position:			relative;
	top:				0px;
	left:				0px;
	padding-left:		50px;
	padding-right:		50px;
	padding-bottom:		0px;
	overflow:			hidden;
}

div#footer
{
	width:				610px;
	height:				91px;
	position:			relative;
	bottom:				0;
	background-image:	url('../img/footer.gif');
	background-repeat:	no-repeat;
}

div#navigation1
{
	width:				560px;
	height:				26px;
	position:			absolute;
	left:				28px;
	top:				121px;
	background-color:	#E63226;
}

div#navigation2
{
	width:				100px;
	height:				11px;
	position:			absolute;
	left:				446px;
	top:				42px;
}

