@import url("fonts.css");

html {
	height: 100%;
}

body {
	background-color: #e6f2d2;
	margin: 0;
	padding: 0;
	height: 100%;
}

body.cms_editpage div#footer {
	visibility: hidden;
}

div#page {
	position: relative;
	background-image: url(../images/bannersommer.jpg);
	background-repeat: no-repeat;
	margin: auto;
	width: 990px;
	min-height: 100%;
	background-color: white;
}

div#head {
	width: 990px;
	height: 270px;
	text-align: right;
}

div#navigation {
	float: left;
	width: 190px;
	padding-left: 50px;
	margin-top: 58px;
	margin-bottom: 200px;
}

div#content {
	width: 570px;
	margin-left: 120px;
	padding-right: 60px;
	float: left;
	margin-bottom: 150px;
}

div#clear {
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	clear: both;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 940px;
	height: 150px;
	background-image: url(../images/bgfooter.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	font-family: Georgia, Times, serif;
	font-size: 92%;
	color: gray;
}

div#footer p {
	margin-top: 121px;
}

div#footer a {
	color: gray;
}
