@charset "utf-8";

* {
	margin: 0;
	padding: 0;	
}

img, div { 
	behavior: url(iepngfix.htc);
}

img, div, a, input { 
	behavior: url(iepngfix.htc); 
}

body {
		background-color: #d9b7d8;
		background-image: url(bg_hg.jpg);
		background-repeat: repeat-x;
		background-attachment: fixed;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
}

a:visited {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#zentrieren {
	margin: 0 auto;
	width: 932px;
}

#content {
	float: left;
	width: 932px;
}

#top {
	float: left;
	background-image: url(bg_top.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 932px;
	height: 35px;
}

#container {
	float: left;
	background-image: url(bg_content.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 932px;
}

#header {
	float: left;			
	margin-top: 20px;
	margin-left: 40px;
}

#absatz1 {
	float: left;
	width: 932px;
	margin-left: 60px;
}

#absatz1 p {
	float: left;
	width: 500px;
	color: #F60;
	font-size:19px;
	text-align: center;
}

span.ueberschrift {
	font-size: 30px;
	font-weight: bolder;
	text-shadow: 0.1em 0.1em 0.2em #321610;
}

#absatz1 img {
	float: left;
}

#absatz2 {
	float: left;
	width: 923px;	
	padding-left: 40px;
	
	margin-top: 40px;
}

#absatz2 img {
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;	
}

#text-bild-box {
	float: left;
	width: 800px;
}

#inhalt_links {
	float: left;
	display: inline;
	width: 490px;
	border: 1px solid #FFF;
	margin-left: 55px;
	padding: 10px 0px 10px 10px;
}

.inhalt_links_ueberschrift {
	color: #ff8000;
	font-weight: bold;
}

.bild_leiste {
	float: left;
	width: 218px;
	font-size: 12px;	
	text-align: center;
	margin: 0px 0px 14px 20px;
}

#linie_link {
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-left: 54px;
	padding-left: 300px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ff8000;
	padding-bottom: 10px;
}

#banner {
	float: left;
	positon: relative;	
	width: 923px;
}

#footer { 
	float: left;
	background-image: url(bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 932px;
	height: 36px;
} 
