html, body {
	padding: 0;
	margin: 0;
}
body {
	background-color: #97AFD7;
}
#wrapper  {
	background-color: #4671B7;
	border: 2px solid #FeF0D0;
	width: 936px;
	margin: 10px auto 10px auto;
	padding: 12px;
}
#navigation  {
	width: 200px;
	float: left;
	background-color: #FEE495;
	padding-bottom: 80px;
}
#content  {
	width: 730px;
	float: left;
	background-color: #FFFBF0;
	margin-left: 6px;
}
#cont-head  {
	width: 730px;
	height: 215px;
	float: left;
	background-image: url(../images/kopfbild1-winter2.jpg);
	/* background-image: url(../images/kopfbild1.gif); */
	background-repeat: no-repeat;
}
#adress  {
	height: 150px;
	float: left;
	margin-left: 510px;
	padding-top: 40px;
}
#page-hline  {
	float: left;
	margin-left: 90px;
}
#cont-body  {
	width: 705px;
	float: left;
	background-image: url(../images/bg-cont-body.gif);
	padding-left: 15px;
	padding-right: 10px;	
}
#cont-foot  {
	width: 730px;
	height: 13px;
	float: left;
	background-image: url(../images/bg-cont-foot.gif);
	background-repeat: no-repeat;
}

/* ----------------- ab hier für Navigation ------------------*/
.naviA a  {
	display: block;
	height: 20px;
	background-color: #FFCF53;
	border-bottom: 1px solid #4671B7;
	padding-left: 20px;
	padding-top: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4671B7;
	text-decoration: none;
}
.naviA a:hover {
	background-color: #FFEEC1;
}
.naviB a  {
	display: block;
	height: 17px;
	background-color: #FFCF53;
	border-bottom: 1px solid #4671B7;
	padding-left: 40px;
	padding-top: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4671B7;
	text-decoration: none;
}
.naviB a:hover {
	background-color: #FFEEC1;
}
.pauschale  {
	width: 90%;
	border: 1px solid #4671B7;
	margin-top: 20px;
	margin-left: 40px;
	background-color: #fee495;
	padding: 3px;
}
