body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	background:#3d69b7 url(images/hintergrund.jpg) repeat-y;
	width: 1200px;
}

#navi {
	text-align:left;
	width: 900px;
	height: 28px;
	margin-top: 20px;
}
#navi a {
	color: #666666;
	width: 120px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#navi a:hover {
	color: #3d69b7;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#navi li { 
	margin-top: 6px;
	margin-left: -1px;
	display: box;
	float: left;
	width: 122px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #ffffff;
	border-right:  1px solid #666666;
	border-top:  1px solid #666666;
	border-left:  1px solid #666666;
}

#navi li.active {
	margin-top: 0px;
	color: #3d69b7;
	height: 28px;
	line-height: 28px;
}

#navi li.active a {
	color: #3d69b7;
}

#stempel {
	position: absolute;
	left: 830px;
	top: 200px;
}

#content {
	float: left;
	background:#ffffff url(images/schnee.jpg) no-repeat;
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 60px;
	width: 554px;
}

#container {
	background:#ffffff url(images/hintergrund-inhalt.gif) repeat-y;;
	width: 900px;
}

#right {
	float: right;
	width: 224px;
	border-left: 1px solid #3d69b7;
	border-right: 1px solid #ffffff;
}

#bottom {
	clear: both;
	border-bottom: 1px solid #ffffff;
}

#bottomnavi {
	font-size: 9px;
	padding-top: 20px;
}
#bottomnavi ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#bottomnavi li { 
	display: box;
	float: left;
	padding-right: 10px;
}

#bottomright {
	background: #94add7;
	padding: 20px;
	line-height: 150%;

}

p {
	line-height: 150%;
}

td {
	line-height: 150%;
	border-bottom: 1px solid #666666;
}

a {
	color: #000000;
	text-decoration: underline;
}

ul {
	line-height: 150%;
	padding-left: 15px;
	margin: 0px;
}
