body,html {
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #efefef url(../gfx/main_bg.jpg) center center repeat-y;
}

#untcupen {
	position: absolute;
	float: right;
	right: 10px;
	left: 10px;
	top: 10px;
	border: 1px solid #000;
	width: 150px;
	height: 225px;
}

#wrap {
	position: absolute;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height: 100%;
}

	#top {
		width: 750px;
		height: 24px;
		background: url(../gfx/top.jpg);
	}
	
	#wrap2 {
		padding: 10px;
	}

		#main {
			width: 568px;
			float: left;
		}

			#logo {
				width: 726px;
				height: 167px;
				background: #ffffff url(../gfx/header.jpg) center center no-repeat;
				margin-bottom: 10px;
				border: 1px solid #000000;
			}
			
			#nav {
				width: 150px;
				height: auto;
				float: left;
				margin-right: 10px;
				padding: 0;
			}
			
			#content {
				width: 406px;
				float: left;
				border: 0px solid #000000;
				margin-bottom: 10px;
			}
			
	#right {
		float: left;
		width: 150px;
		margin-left: 10px;
	}
	
	.spalt1 {
		margin-bottom: 20px;
	}
	
	.spalt2 {
		margin-bottom: 20px;
		border-bottom: 1px dotted #ffcc66;
	}