/***********************************************************/
/* Region Cascading Style Sheet                            			 */
/***********************************************************/

div#main div#rightbar {
	display				: none;
}

div#main div#content {
	width				: 740px;
}

div#main div#content div#region {
	width				: 740px;
}

div#main div#content div#region p.region-intro {
	width				: 500px;
}

div#main div#content div#region div#regioncontent {
	width				: 738px;
	border				: 1px solid #FF0000;
	float				: left;
	margin				: 25px 0 0 0;
	padding				: 0;
	background			: url('../images/basis/region/bg_region.gif') repeat-y right top;
	overflow			: hidden;
}

div#main div#content div#region div#regioncontent div#regionmap {
	width				: 460px;
	height				: 380px;
	background			: #FFF;
	margin				: 0;
	padding				: 0;
	float				: left;
	overflow			: hidden;
	position			: relative;
}

div#preload {
	display				: none;
}

div#main div#content div#region div#regioncontent div#regionmap div.oplagen {
	width				: 115px;
	height				: 20px;
	position			: absolute;
	left				: 16px;
	top					: 348px;
	margin				: 0;
	padding				: 0;
	background			: #FFF;
	display				: none;
}

p#oplagenedit {
	width				: 130px;
	height				: 18px;
	position			: absolute;
	left				: 16px;
	top					: 348px;
}

#oplage	{
	position			: absolute;
	left				: 50px;
	top					: 0;
}

div#main div#content div#region div#regioncontent div#regionrightbar {
	width				: 276px;
	float				: right;
	margin				: 0;
	padding				: 0;
}

div#main div#content div#region div#regioncontent div#regionrightbar p.header {
	font-size			: 1.3em;
	color				: #FF0000;
	padding				: 0 0 0 32px;
	margin				: 25px 0 0 0;
}

div#main div#content div#region div#regioncontent div#regionrightbar p {
	padding				: 0 0 0 32px;
	margin				: 0 0 25px 0;
}

div#main div#content div#region div#regioncontent div#regionrightbar ul {
	width				: 246px;
	float				: left;
	margin				: 20px 0 0 0;
	padding				: 0;
	list-style-type		: none;
}

div#main div#content div#region div#regioncontent div#regionrightbar ul li {
	width				: 244px;
	/*height				: 20px;*/
	list-style-image	: none;
	float				: left;
	margin				: 0;
	background			: none;
}

div#main div#content div#region div#regioncontent div#regionrightbar b {
	padding				: 0 0 0 32px;
}

div#main div#content div#region div#regioncontent div#regionrightbar ul li a {
	width				: 244px;
	min-height			: 20px; /* only FF */
	padding				: 0 0 0 32px;
	margin				: 0;
	text-decoration		: none;
	color				: #000;
	display				: block;	
	cursor				: pointer;
	float				: left;	
	font-weight			: normal;
}

div#main div#content div#region div#regioncontent div#regionrightbar ul li a:hover {
	text-decoration		: none;
	color				: #FFF;
	background			: #FFF url('../images/basis/region/region_hover2.gif') no-repeat left top;
}

div#main div#content div#region div#regioncontent div#regionrightbar ul li a.active {
	text-decoration		: none;
	color				: #FFF;
	background			: #FFF url('../images/basis/region/region_hover2.gif') no-repeat left top;
}

div#main div#content div#region div#info {
	width				: 720px;
	background			: #FF0000;
	float				: left;
	padding				: 0 0 0 20px;
	margin				: 0 0 25px 0;
	border				: 1px solid #FF0000;
}

div#main div#content div#region div#info a {
	color				: #FFF;
	text-decoration		: underline;
}

div#main div#content div#region div#info h1,
div#main div#content div#region div#info h2,
div#main div#content div#region div#info h3 {
	color				: #FFF;
	margin				: 10px 0 15px 0;
}

div#main div#content div#region div#info div#content {
	width				: 700px;
	background			: none;
	margin				: 0 0 10px 0;
	border				: 1px solid #FF0000;
	color				: #FFF;
}

div#main div#content div#region div#info table {
	width				: 700px;
	border				: 0;
	empty-cells 		: show;
	color				: #FFF;
}

div#main div#content div#region div#info table tr {
	border				: 1px solid black;
}

div#main div#content div#region div#info table td {
	border						: 0;
	background					: #FF0000 url('../images/basis/dot2.gif') repeat-x left bottom;
}