body, html {
	width: 100%;
	height: 100%;
	background: #ffe174;
	font-family: Arial, Verdana, Helvetica;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #433e3c;
}
a:hover {
	color: #ab5424;
}
.mainFrame {
	position: absolute;
	display: block;
	top: 10px;
	left: 20px;
	width: 1050px;
	/*height: 900px;*/
	padding-bottom: 50px;
	margin-bottom: 50px;
	overflow: visible;
}
.leftSchnoerksel {
	position: relative;
	float: left;
	width: 74px;
	height: 474px;
	background: url(../img/leftNaviSchnoerksel.gif) no-repeat;
}
.main {
	position: relative;
	float: left;
	width: 867px;
	height: auto;
	overflow: visible;
	background: url(../img/bgGradient.gif) repeat-x;
	background-color: #e0cb80;
	padding-bottom: 30px;
}
.header {
	position: relative;
	float: left;
	width: 930px;
	height: 162px;
	background: url(../img/martinEngelmann.gif) no-repeat;
}
.navigation {
	position: relative;
	float: left;
	clear: both;
	width: 231px;
}
.contentFrame {
	position: absolute;
	/*top: 18px;*/
	top: 0px;
	left: 270px;
	width: 540px;
	height: auto;
	/*overflow: auto;*/
	background: #fef0a2;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border: 1px solid #000000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.contentTop {
	width: 100%;
	height: 15px;
	background: url(../img/contentTop.gif) repeat-x;
}
.content {
	position: relative;
	float: left;
	padding: 10px 20px;
	padding-bottom: 40px;
	padding-top: 7px;
	line-height: 20px;
	font-size: 14px;
	color: #433e3c;
	/*min-height: 400px;*/
	margin-bottom: 40px;
	overflow: visible;
}

h1 {
	color: #282828;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}
.bold {
	font-weight: bold;
}
