/* Author: Michael Pohl */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 0px;
	margin-left: 0px;
	overflow:scroll;
	padding-top: 20px;
}
#container-gesamt {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#main {
	float: left;
	width: 990px;
	background-image: url(../bilder/hg-index.gif);
	background-repeat: repeat-x;
}#container-links {
	float: left;
	width: 300px;
}
#container-mitte {
	float: left;
	width: 390px;
	color: #A17B64;
}
#sprachauswahl a {
	color: #A17B64;
	text-decoration: none;
}
#sprachauswahl a:hover {
	text-decoration: underline;
}

#container-rechts {
	float: left;
	width: 300px;
}
#sprachauswahl {
	margin-top: 30px;
	float: left;
	width: 390px;
}
#gelebte-traeume {
	float: left;
	width: 390px;
	margin-top: 50px;
}
#logo {
	float: left;
	width: 390px;
	padding-top: 110px;
}

#footer {
	float: left;
	width: 990px;
	color: #FFFFFF;
	background-color: #a17b64;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a17b64;
	border-bottom-color: #A17B64;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #A17B64;
	font-size: 14px;
}
p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #543f32;
}
a {
	color: #A17B64;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
