/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window *{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
	padding: 0; margin: 0;
	font-size: 12px;

}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


#TB_window {
	background: #fdfadb url(../files/rundgang_background.jpg) center center;
	color:#000000;
	padding:0;
	margin:0;
	border: 4px solid #525252;
}


#TB_caption{
	display: none;
}

#TB_title, #TB_ajaxWindowTitle{
	display: none;
}

#TB_ajaxContent{
	padding: 0;
	margin: 0;
	overflow:auto;
}

#TB_HideSelect {
	background-color:#fff;
}

#TB_window a,
#TB_window img {
	border: none;
}

#rg_head {
	display: block;
	position: absolute;
	left: 20px;
	top: 30px;
}

#rg_menu {
	position: absolute;
	left: 20px;
	top: 110px;
   	list-style:none !important;
	margin:0;
	overflow: visible;
	padding:0;
	z-index: 104;
}
#rg_menu li {
	list-style: none !important;
	margin:0;
	padding:0;
	width: 175px;
	height: 24px;
}

#rg_menu li a {
	display: block;
	width: 175px;
	height: 24px;
	margin:0;
	padding:0;
	overflow: hidden;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#rg_menu li a img{
	display: none;
}

#rg_menu li a:hover,
#rg_menu li a:focus,
#rg_menu li a.rg_hover,
#rg_menu li a.rg_current {
	text-decoration: none;
	background-position: -175px 0 ;
}

#rg_content {
	width: 500px;
	height: 530px;
	margin: 30px 20px 0 auto;
	overflow: visible;
}

#rg_content .rg_slideshow {
	width: 480px;
	height: 280px;
	padding: 10px !important;
	margin: 0 0 20px 0 !important;
	background: transparent url(../files/slideshow_background.jpg) no-repeat center center;
}

#rg_content td {
	font-size: 12px;
}


#rg_content h1 {
	margin: 0 12px;
}

#rg_content .textblock {
	margin: 10px 12px;
	height: 200px;
	overflow: auto;
	line-height: 140%;
}

#rg_content .textblock p{
	margin: 0 5px 1em 0;
}

#bw_wappen {
	display: block;
	position: absolute;
	bottom: 35px;
	left: 40px;
}

#rg_map {
	display: block;
	position: absolute;
	top: 325px;
	left: 120px;
	z-index: 104;
}

#rg_close {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 104;
	padding-right: 20px;
	height: 20px;
	text-align: right;
	background: transparent url(../img/icons_gif/close_button.gif) no-repeat right top;
}
#rg_close:focus span,
#rg_close:hover span{
	display: inline !important;
}
#rg_close span{
	font-size: 11px;
	display: none;
}

#flash_error {
	color: red;
	padding: 10px;
	position: relative;
	z-index: 200
}

