html, body {
	background: #FFEABF;
	font-family: Arial;
	font-size: 13px;
	color: #1A3648;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
}

#container {
	background: url(../images/navi2.png) repeat-y 20px 0 #FFFFFF;
	border-left: 1px solid #1A3648;
	border-right: 1px solid #1A3648;
	width: 880px;
	min-height: 100%;
	margin: 0 auto;
	padding-left: 20px;
	position: relative;
}

#navi {
	/*background: url(../images/navi.gif) repeat-y;*/
	width: 214px;
	height: 100%;
	min-height: 100%;
	float: left;
	margin: 0 auto;
	padding-left: 16px;
	margin-top: 38px;
	color: #FFFFFF;
}

#content {
	float: left;
	width:650px;
}

#cont {
	padding: 10px;
	width: 630px;
	padding-bottom: 25px;
}

#streifen {
	background: url(../images/streifen.gif);
	border-bottom: 3px solid #1A3648;
	width: 650px;
	height: 36px;
}

#slideshow {
	background: url(../images/slideshow.jpg) no-repeat;
	border-bottom: 3px solid #1A3648;
	width: 650px;
	height: 429px;
}

#slideshow_small {
	background: url(../images/slideshow_small.jpg) no-repeat;
	border-bottom: 3px solid #1A3648;
	width: 650px;
	height: 230px;
}

#layer {
	background: url(../images/slideshow_layer.png) no-repeat;
	width: 649px;
	height: 468px;
	position: absolute;
	top: 3px;
	z-index: 10;
}

#footer_navi {
	width: 655px;
	color: #B5C8D9;
	margin: 0 auto;
	margin-top: -20px;
	margin-left: 252px;
	position: absolute;
	/*left: 130px;*/
	bottom: 5px;
	font-size: 12px;
}

#footer_navi a {
	color: #758491;
	text-decoration: none;
}

#footer_navi a:hover {
	color: #1A3648;
}