body {
	background-color: #23632f;
	padding: 0em;
	font: 1em serif;
}

#main {
	position: absolute;
	top: 5%; left: 10%;
	width: 80%; /* height: 100%; */
	background-color: #ecf7df;
	padding: 0em 1em;
	color: #23632f;
	border-left: 4px solid white;
	border-top: 4px solid white;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
}

#content {
	height: 100%;
	width: 70%;
	float: left;
	padding-top: 1.5em;
}

h1 {
	font-size: 130%;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	font-weight: bold;
}

p {
	text-align: justify;
}

a {
	color: #db0001;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a.menue {
	float: left;
	padding: 0.7em 1.5em;
	/*background-color: #23632f;*/
	/* border-bottom: 2px solid #23632f; */
	/*color: #ecf7df;*/
	color: #23632f;
	/*color: #db0001;*/
	font-size: 120%;
	font-variant: small-caps;
	text-decoration: none;

	width: 5em;
	height: 1em;
	text-align: center;
}

a.amenue {
	float: left;
	padding: 0.7em 1.5em;
	/*background-color: #23632f;*/
	/* border-bottom: 2px solid #23632f; */
	/*color: #ecf7df;*/
	/*color: #23632f;*/
	color: #db0001;
	font-size: 120%;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;

	width: 5em;
	height: 1em;
	text-align: center;
}

a.menue:hover {
	font-weight: bold;
	/*padding: 0.6em 1.6em 0.8em 1.4em;*/
	/*
	background-color: #23632f;
	color: #ecf7df;
	*/
}

#rule-end + p {
	clear: left;
	padding-top: 1em;
}

a.submenue {
	color: #23632f;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	line-height: 1.6em;
}

a.submenue:hover {
	text-decoration: underline;
}

#rule-start {
	height: 6px;
	width: 6px;
	background-image: url(../gfx/rule-start.jpg);
	float: left;
	clear: left;
}

#rule {
	height: 6px;
	width: 70%;
	background-image: url(../gfx/rule.jpg);
	background-repeat: repeat-x;
	float: left;
}

#rule-end {
	height: 6px;
	width: 150px;
	background-image: url(../gfx/rule-end.jpg);
	background-repeat: no-repeat;
	float: left;
}

#content p.angebot-title {
	padding-top: 1em;
	font-variant: small-caps;
	font-weight: bold;
	color: #db0001;
}

#content a.submenue + p.angebot-title {
	clear: left;
	padding-top: 2em;
}

#contact {
	/*
	display: block;
	float: right;
	width: 344px;
	*/
	float: right;
	width: 30%;

	top: 0em;
	right: 0em;
	margin: 0em;
	padding: 0em;
	border: 0em;
	/* border-left: 1px solid #23632f; */
	height: 100%;
}

#contact img {
	width: 95%;
	float: right;
	border: 0px;
	margin: 0px;
}

#contact img + p {
	clear: right;
	padding-top: 4em;
}

#contact p {
	text-align: right;
	font-size: 90%;
}
