/* waldheim */
body {
	color:					#000000;
	background-color:		#FFFFFF;
	font-family:			Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size:				12px;
}
body a {
	text-decoration:		none;
	color:					#996600;
	font-weight:			bold;
	background-color:		#FFFFFF;
}
body a:hover {
	color:					#FF9900;
	background-color:		#FFFFFF;
}
img {
	border-color:			#996600;
	border-style:			double;
	border-width:			3px;
}
#page {
	background-color:		#FFFFFF;
	color:					#000000;
	z-index:				1;
	position:				absolute;
	display:				block;
	top:					50%;
	left:					50%;
	margin-top:				-300px; 
	margin-left:			-400px;
	bottom:					5px;
	right:					5px;
	min-width:				800px;
	width:					800px;
	min-height:				600px;
	height:					600px;
	border-color:			#000000;
	border-style:			solid;
	border-width:			1px;
}
#top_left {
	z-index:				2;
	background-image:		url(waldheim/bg_top_left.jpg);
	background-repeat:		no-repeat;
	position:				absolute;
	display:				block;
	top:					0px;
	left:					0px;
	width:					50px;
	height:					50px;
}
#top {
	z-index:				2;
	background-image:		url(waldheim/bg_top.jpg);
	background-repeat:		repeat-x;
	position:				absolute;
	display:				block;
	top:					0px;
	left:					50px;
	right:					50px;
	height:					20px;
}
#top_right {
	z-index:				2;
	background-image:		url(waldheim/bg_top_right.jpg);
	background-repeat:		no-repeat;
	position:				absolute;
	display:				block;
	top:					0px;
	right:					0px;
	width:					50px;
	height:					50px;
}
#banner {
	background-image:		url(waldheim/banner.jpg);
	z-index:				2;
	position:				absolute;
	display:				block;
	top:					20px;
	left:					50px;
	right:					50px;
	height:					100px;
}
#left {
	z-index:				2;
	background-image:		url(waldheim/bg_left.jpg);
	background-repeat:		repeat-y;
	position:				absolute;
	display:				block;
	top:					50px;
	bottom:					50px;
	left:					0px;
	width:					20px;
}
#links {
	z-index:				2;
	position:				absolute;
	display:				block;
	top:					120px;
	left:					20px;
	bottom:					20px;
	width:					150px;
}
#links a {
	background-image:		url(waldheim/btn/btn_a.gif);
	color:					#000000;
	display:				block;
	margin:					2px;
	padding-top:			5px;
	padding-left:			10px;
	background-color:		#FFFFFF;
	height:					20px;
}
#clicked a {
	background-image:		url(waldheim/btn/btn_a_active.gif);
	color:					#996600;
	display:				block;
	margin:					2px;
	padding-top:			5px;
	padding-left:			10px;
	background-color:		#FFFFFF;
	height:					20px;
}
#links a:hover {
	background-image:		url(waldheim/btn/btn_a_hover.gif);
	background-color:		#99CCFF;
	color:					#000000;
}
#middle {
	background-image:		url(waldheim/shadow.jpg);
	background-position:	center;
	background-repeat:		no-repeat;
	z-index:				10;
	position:				absolute;
	display:				block;
	top:					120px;
	left:					180px;
	height:					434px;
	width:					574px;
	padding:				2px;
	overflow:				auto;
}
#right {
	z-index:				2;
	background-image:		url(waldheim/bg_right.jpg);
	background-repeat:		repeat-y;
	position:				absolute;
	display:				block;
	top:					50px;
	bottom:					50px;
	width:					20px;
	right:					0px;
}
#bottom_left {
	z-index:				2;
	background-image:		url(waldheim/bg_bottom_left.jpg);
	background-repeat:		no-repeat;
	position:				absolute;
	display:				block;
	bottom:					0px;
	width:					50px;
	height:					50px;
	left:					0px;
}
#bottom {
	z-index:				2;
	background-image:		url(waldheim/bg_bottom.jpg);
	background-repeat:		repeat-x;
	position:				absolute;
	display:				block;
	bottom:					0px;
	height:					20px;
	left:					50px;
	right:					50px;
}
#bottom_right {
	z-index:				2;
	background-image:		url(waldheim/bg_bottom_right.jpg);
	background-repeat:		no-repeat;
	position:				absolute;
	display:				block;
	bottom:					00px;
	width:					50px;
	height:					50px;
	right:					0px;
}
#footer {
	z-index:				2;
	position:				absolute;
	display:				block;
	bottom:					20px;
	left:					50px;
	right:					50px;
	height:					20px;
}