body {
	background-image: url(images/hintergrund.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #000000;
}
.layout_schatten_links {
	background-image: url(images/schatten_links.png);
	background-repeat: repeat-y;
	width: 20px;
}
.text_footer {
	font-size: 12px;
	color: #45361F;
	text-decoration: none;
}

.layout_schatten_rechts {
	background-image: url(images/schatten_rechts.png);
	background-repeat: repeat-y;
	width: 20px;
}
.layout_schatten_unten_links {
	background-image: url(images/schatten_unten_links.png);
	background-repeat: no-repeat;
	height: 20px;
}
.layout_schatten_unten {
	background-image: url(images/schatten_unten.png);
	background-repeat: repeat-x;
	height: 20px;
}
.layout_schatten_unten_rechts {
	background-image: url(images/schatten_unten_rechts.png);
	background-repeat: no-repeat;
	height: 20px;
}
.layout_inhalt_unten {
	background-image: url(images/hintergrund_inhalt_unten.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}


h1 {
	color: #541405;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #541405;
	font-size:13px;
	font-weight:normal;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	
}

#content {
	padding: 30px;
	padding-left: 45px;
	padding-right: 45px;
	background-image: url(images/hintergrund_inhalt.jpg);

}

img {
	border: none;
}

div#overlay_logo {
	position: absolute;
	top: 40px;
	left: 50%;
	margin: 0 0 0 +260px;
	width: 150px;
	height: 150px;
	/* background: transparent url(/images/logo_kolm.gif) 0 0 no-repeat; */
}


div#overlay_submenu {
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -375px;
	background-color: #FFF;
	width: 750px;
	height: 20px;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
}
div#overlay_submenu_content {
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -375px;
	width: 750px;
	height: 20px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}h3 {
	color: #541405;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.formfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #999999;
	;
}
