body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/hg_verlauf.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	line-height:18px;
	background-color: #D6D6D6;
}

#wraper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	
}

#fische {
	width: 456px;
	height: 285px;
	position:absolute;
	background-image: url(img/fische.jpg);
}


#logo {
	position:absolute;
	width: 100%;
	height: 103px;
	left: 0px;
	top: 0px;
	text-align: right;
}

#menu {
	position:absolute;
	top: 280px;
	left: 48px;
	width: 292px;
	height: 431px;
}

#content {
	position: absolute;
	left: 449px;
	width: 549px;
	height:500px;
	top: 280px;
}



.menuediv {
	height: 69px;
	width: 292px;
}

#submenu {
	height:17px;
	position:absolute;
	width: 292px;
	background-color:#767676;
	color: #ffffff;
	font-variant:small-caps;
	text-align:center;
}

#submenu a:link, #submenu a:active, #submenu a:visited {
	vertical-align:middle;
	color: #ffffff;
	margin-left: 18px;
	margin-right: 18px;
	text-decoration:none;
}
#submenu a:hover {
	color: #ed3221;
}


#content img {
	margin-bottom: 8px;
}

.rot {
	color: #ed3221;
}


