body {
margin-bottom: 5px;
}

#wrapper {
        //min-height:100%;
        //height:auto !important;
        //height: 100%;
        margin: 0 auto;
        width: 950px;
	margin-bottom: 5px;
}
#top {
        position:relative;
        margin: 0 auto;
        height: 300px;
	width: 950px;
	background-image:url('http://old.kmhof.org/kmhof-mod.png');
	//background-size: 130%;
	background-repeat: no-repeat;
}
#content-wrapper {
	float: right;
	margin-top: -100px;
//	position: absolute;
//	left: 580px;
	width: 750px;
}
#bottom {
	width: 950px;
}
#content {
	width: 750px;
	margin: 0 auto;
	 border: 2px solid #000;
        background-color: #ecddb9;
}
#left {
	width: 200px;
	height: 373px;
	background-image:url('http://old.kmhof.org/images/index_04.jpg');
	background-repeat: no-repeat;
	float:left;
	top: 235px;
	position: absolute;
}
#menu {
	padding-top: 15px;
	border: 2px solid #000;
	border-bottom: 0;
	margin: 0 auto;
	width: 750px;
	height: 35px;
	text-align: center;
	font-size: 18px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	position: relative;
	}
#menu a:link { color: #6a3d2a; text-decoration: none; font-size: 18px;}
#menu a:visited { color: #6a3d2a; text-decoration: none; }
#menu a:hover { color: orange; text-decoration: line-through; }

#footer {
	text-align: center;
	width: 730px;
	border: 2px solid #000;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top: 0;
}

#content-info {
	padding-left: 10px;
	padding-right: 10px;
	width: 730px;
}
#push, #footer {
        clear:both;
	height: 4em;
}
a:link { color: #6a3d2a; text-decoration: none; font-size: 16px;}
a:visited { color: #6a3d2a; text-decoration: none; }
a:hover { color: orange; text-decoration: line-through; }

#more {display: none;}
