*
{
	margin:				0;
	padding:			0;
}

.Stil1 {
	font-family: "Arial", Times, serif;
	color: #333;
	font-size: 10px;
}
.Stil3 {
	font-family: "Arial", Times, serif;
	font-size: 10px;
}

body {
	color : #000000;
	text-align : center;
	margin-top : 50px;
	vertical-align : middle;
	font-family: "Arial", Times, serif;
	font-size: 11px;
}
#content {
	width : 820px;
	margin-right : auto;
	margin-left : auto;
	margin-top : 30px;

	background-color : #ffffff;
	padding : 5px;
	text-align : left;
	position:			relative;
}

#mitte
{
	position:			relative;
}

img { border:none; }

a
{
	text-transform:			uppercase;
	text-decoration:		none;
	color:					#333;
}
a:hover
{
	color:					#b79a5f;
}



input, textarea
{
	background-color:		#F7F4EC;
	color:					#333;
	padding:				1px 5px;
	font-size:				12px;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	border:					1px solid #ddd;
	border-right-color:		#eee;
	border-bottom-color:	#eee;
	width:					180px;
}
textarea
{

}
input:focus
{
	color:					#000;
}
input.submit
{
	width:					auto;
	font-weight:			bold;
}

h1
{
	border-bottom:		1px solid #ddd;
	color:				#333;
	font-size:			1.5em;
	padding:			0.7em 0 0.9em 0.9em;
	font-family:		"Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight:		bold;
	text-transform:		uppercase;
}

p
{
	padding:			1em 0.5em;
	line-height:		1.6em;
	color:				#333;
}

fieldset
{
	border:				none;
	padding:			1em 0.5em;
}

label
{
	float:				left;
	width:				140px;
	text-align:			right;
	padding-top:		3px;
}
label.required
{
	font-weight:		bold;
}
label.error
{
	color:				red;
}
label span
{
	font-size:			0.9em;
	color:				#666;
}

div.input
{
	margin-left:		160px;
	margin-bottom:		10px;
	clear:				right;
}

#fadeoverlay
{
	position:			absolute;
	width:				1024px; 
		height:				80px;
	left:				0;
	top:				0;
	display:			none;
	background:			url(../images/fade-v150.png) repeat-x left bottom;
	overflow:			hidden;
	margin:				0 -1px -1px 0;
	border:				0;
	font-size:			0;
	line-height:		0em;
}

.browser-ie6 #fadeoverlay
{
	background:			white;
	filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fade-v150.png', sizingMethod='scale');
}

#flashcontent div
{
	color:				#ddd;
	text-align:			center;
	padding:			150px 0 80px 0;
	background:			url(../images/spinner.gif) no-repeat center;
}

#service a {
	text-align:right;

}
