/* CSS Dokument */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center; /* horizontal centering for IE Win quirks */
}

#container {
	padding: 0px;
	margin: 0px auto; 
	margin-top: 30px;
	position: relative; /* puts container in front of distance */
	text-align: left;
	width: 1000px;
    /* height: 800px; */
	clear: left;
	background-color: #ffffff;
	border: 1px solid #A98B73;
	
}

#kopf {
    position: relative;
	width: 940px;
	height: 87px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #ffffff;
}

#navi {
	width: 940px;
	height: 24px;
	/* padding-top: 5px; */
	/* padding-bottom: 5px; */
	padding-left: 30px;
	padding-right: 30px;	
	background-color: #ffffff;
	text-align: right;
}

#inhalt {
	width: 940px;
	/* height: 250px; */
	padding: 30px;
	background-color: #ffffff;
}

#spalte1 {
	width: 293px;
	height: 300px;
	float: left;
}

#spalte2 {
	width: 294px;
	height: 300px;
	padding-left: 30px;
	float: left;
}

#spalte3 {
	width: 293px;
	height: 300px;
	padding-left: 30px;
	float: left;
}

#copyright {
	width: 370px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 10px;
	float: left;
}

#bildtext {
	width: 570px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 10px;
	text-align: right;
	float: left;
}

ul {
    padding-top: 10px;
	padding-left: 20px;
}

/* BILDLEISTE */
.bildleiste {
	width: 890px;
	height: 29px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

#pfeil_rechts, #pfeil_links {
    font-size: 45px;
	font-weight: bold;
	color: #a58b78;
	width: 20px;
	height: 29px;
	padding-top: 0px;
	padding-left: 0px;
	float: left;
	cursor: hand;
	cursor: pointer;
	text-align: center;
} 

#rheinline {
	margin: 0 auto;
	padding-bottom: 30px;
	position:relative; /* puts container in front of distance */
	text-align:right;
	width: 1000px;
    height: 30px;
	clear:left;
}
		
