@charset "UTF-8";

body {
	background-image: url(../images/bg-loop.jpg);
	background-repeat: repeat;
	margin: 0;
	font-family: Tahoma;
	font-size: 12px;
}

#main_wrap {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#header {
	position: absolute;
	z-index: 3;
	width: 1024px;
	height: 264px;
	background:url(../images/header_banner_all.png) 0 0 no-repeat;
}

#content_wrap {
	position: absolute;
	top: 103px;
	width: 842px;
	margin-left: 96px;
}

#content {
	min-height: 200px;
	display: block;
	margin-left: 28px;
	margin-right: 8px;
}

.cap {
	display: block;
	background-repeat: no-repeat;
}

.cap-bottom {
	background-image: url(../images/content_bg_bottom_new.png);
	background-position: bottom;
	padding-bottom: 27px;
}

.cap-center {
	background-image: url(../images/content_bg_center.png);
	background-repeat: repeat-y;
	/*position: relative;*/
}

#content.kalender {
	height: 570px;
}

.deco_right {
	background: transparent url(../images/deco-br.png) no-repeat scroll 0 0;
	position: absolute;
	right: -86px;
	top: 375px;
	width: 204px;
	height: 269px;
}

.deco_left {
	background: transparent url(../images/deco-tl.png) no-repeat scroll 0 0;
	position: absolute;
	left: -38px;
	top: 200px;
	width: 66px;
	height: 156px;
}

.feature_right {
	/*background: transparent url(../images/deco-br.png) no-repeat scroll 0 0;*/
	position: absolute;
	right: -160px;
	top: 6px;
	width: 180px;
	height: 231px;
	z-index: 10;
}
