body {
	font-family: Tahoma,Arial;
	background-color: #FC9A2F;

}

#logo {
	background-image: url(i/lut.gif);
	position: absolute;
	left: 12px;
	top: 6px;
	width: 309px;
	height: 123px;
	background-repeat: no-repeat;
	z-index: 1;
}


#content {
	position: absolute;
	left: 244px;
	top: 163px;
	width: 484px;
	background-color:#FFFFFF;
	border: 2px solid #D56011;
	padding: 15px;
	font-size: 12px;
}

#content label {
	margin-top:4px;
	display: block;
	font-weight: bold;
	width: 16em;
}
.inputwide {
	width: 100%;
}
textarea {
	height: 8em;
	width: 100%;
}


#right {
	position: absolute;
	left: 771px;
	top: 163px;
	width: 200px;
	border: 2px solid #D56011;
	background-color: #FFFFFF;
	padding: 5px;
}



#header {
	background-color: #FC9A2F;
	position: absolute;
	height: 145px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index:1;
}

#header_address {
	position: absolute;
	height: 81px;
	left: 350px;
	top: 10px;
	z-index: 2;
}
#header_address h1 {
	font-size: 1.5em;
}
#header_address h2 {
	font-size: 1.2em;
}
#r3 {
	background-color: #009933;
	padding: 20px;
	border: medium double #0066FF;
	position: absolute;
	left: 816px;
	top: 285px;
	width: 239px;
	height: 242px;
	z-index:-2;
}
#leftmenu {
	position: absolute;
	width: 200px;
	left: 22px;
	top: 161px;
	background-color: #000000;
	background-image: url(i/umzug-menu_hintergrund.jpg);
	border: 2px solid #D56011;
}
#leftmenu a {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 13px;
	display: block;
	margin-left: 7px;
	margin-top: 6px;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FDB261;
	padding: 4px;
	margin-right: 7px;
}

#leftmenu a:hover, #leftmenu a:active {
	color: #FDF2EA;
	text-decoration: underline;
	font-weight: bold;
}

#leftmenu h2 {
	font-size: 18px;
	margin: 0px;
}
form {
	background-color: #FFF4E8;
	border: 1px dotted #FC9A2F;
	padding: 7px;
}
.error {
	color: #FF0000;
}
#news_block {
	padding: 4px;
	width: 155px;
	float: right;
	border: 1px solid #FC9A2F;
	background-color: #FFFFFF;
}
.splitform {
	padding: 4px;
	width: 214px;
	float: left;
	margin: 3px;
	background-color: #FFFFFF;
	border: 1px dotted #FC9A2F;
}
.splitform label {
}
.splitform input, .splitform textarea {
width:95%;
}

.splitform textarea {
height:4em;
}


.splitform h4 {
	color: #FFFFFF;
	background-color: #FC9A2F;
	margin: 0px;
	padding: 5px;
	border: 1px solid #D56011;
	width:95%;
}
#content .submit {
	color: #FFFFFF;
	background-color: #FC9A2F;
	margin: 4px;
	padding: 5px;
	border: 2px outset #FC9A2F;
	font-weight: bold;
}
