@import url("ovl.css");
@import url("tpl.css");
@import url("mp.css");

/*NEW*/
.gmap_layout {
	height:100%;
}
#gmap_layout {
	width:725px;
	padding:5px;
}
#gmap_navi {
	background:#f1f1f1;
}
#gmap_content {
/*	width:725px;*/
	background-color:#FFFFFF;
}

#ResultArea{
	width:231px;
}

/*Map Control*/
#mapContainer {
	width:241px;
}
#mapBtn {
	width:110px;
}
.mapContainerBtn {
	background-color:#ffffff;
	border:solid #000000 1px;
	border-bottom:0px;
	height:19px;
	float:right;
	cursor:pointer;
}
.mapContainerInsetBtn {
	float:left;
	width:90px;
	position:relative;
	line-height:17px;
	text-align:center;
	border:solid #345684 1px;
	border-bottom:solid #6c9ddf 1px;
	border-right:solid #6c9ddf 1px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#mapBtnImg{
	float:left;
	position:relative;
}
.mapContainerBtnHide {
	background-color:#ffffff;
	border:solid #000000 1px;
	height:19px;
	float:right;
	cursor:pointer;
}
.mapContainerInsetBtnHide {
	float:left;
	width:90px;
	line-height:17px;
	text-align:center;
	border:solid #b0b0b0 1px;
	border-left:solid #ffffff 1px;
	border-top:solid #ffffff 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#mapContainerContent {
	height:355px;
	padding:2px;
	overflow:auto;
	clear:right;
}
#mapRouteContainer {
	display:none;
}
#mapRouteHeader {
	text-align:right;
}
/*Header*/
div#Header_Control {
	padding-top:6px;
	background-image:url(../gfx/btn/panel/bg.gif);
	background-color:#FFFFFF;
	background-position:bottom;
	background-repeat:repeat-x;
	cursor:default;
	white-space:nowrap;
	font-style:italic;
	padding-left:4px;
	line-height:24px;
}
div#Header_Search {
	line-height:14px;
	padding-top:6px;
	background-color:#FFFFFF;
}
div#Header_Result {
	padding-top:6px;
	padding-left:4px;
	background-image:url(../gfx/btn/panel/bg.gif);
	background-color:#FFFFFF;
	background-position:bottom;
	background-repeat:repeat-x;
	cursor:default;
	white-space:nowrap;
	font-style:italic;
	line-height:24px;
}
/*Panel*/
div#Panel_Control {
	height:20px;
	padding:4px;
	border-left:solid #a5acb2 1px;
	background:#f1f1f1;
}
div#Panel_Search {
	clear:both;
	height:20px;
	padding:4px;
	border-left:solid #a5acb2 1px;
	border-right:solid #a5acb2 1px;
	background:#f1f1f1;
	width:303px;
}
div#Panel_Result {
	height:20px;
	padding:4px;
	line-height:20px;
	border-right:solid #a5acb2 1px;
	background:#f1f1f1;
}

/*Map & List einen grauen Rand geben*/
.opinion {
	border:solid #a5acb2 1px;
}

#listHeader {
	height:23px;
	padding:3px;
	border-bottom:solid #a5acb2 1px;
}
#listEntries {
	height:470px;
	overflow:auto;
	position:relative;
}
/*################ Klassen mit Grund Farben ###############################################*/
font {
	color:#FFFFFF;
	cursor:pointer;
}
#ServiceHeader {
	/* Stadtplan header */
	height:25px;
	padding-left:5px;
	font-weight:bold;
}
a.ListLink,a.ListLink:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.gmapTooltip {
	min-height:150px;
}
.spacer {
	padding:2px;
	width:8px;
}
.cat_tooltip {
	width:150px;
	font-size:10pt;
	font-weight:bold;
	padding:5px;
	-moz-border-radius:20px 20px 20px 0px;
	border:solid 1px;
}
#content_layer {
	position:absolute;
	z-index:101;
}
#bg_layer {
	top:0px;
	left:0px;
	position:absolute;
	background-color:#FFFFFF;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity: 0.50; /* Gecko */
	opacity: 0.50; /* Opera */
	z-index:100;
}
.overLay {
	position:absolute;
	left:0px;
	top: 0px;
	z-index:1;
}
.closeMap {
	width:100%;
	vertical-align:middle;
	text-align:right;
	padding-right:10px;
}
.divHeader {
	font-weight:bold;
}
.ListCheckbox {
	margin:1px;
	padding:0px;
	height:10px;
	width:10px;
	border:0px;
}
#chooseHeader {
	/*Übersichts Listen Kategorie Header*/
	background-color:#df1010;
	border-bottom:dotted #ffffff 1px;
	color:#ffffff;
	padding:3px;
}
#chooseList {
	border:solid #FF0000 1px;
	color:#FF0000;
	height:18px;
	vertical-align:middle;
}
.mapinfo {
	padding-top:5px;
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.sendMail {
	width:650px;
	height:600px;
	background-image:url(img/overlay/email.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.loading {
	padding:5px;
}
#hs_btn {
	vertical-align:middle;
	cursor:pointer;
}
.img_btn, a.sort_btn, a.text_btn {
	cursor:pointer;
}
/*Panels*/
.PanelHeader {
	height:5px;
	background-color:#FFFFFF;
}
#Panel {
	padding-bottom:5px;
}

/* Kartei mit runden ecken */
.search_btn_active_l {
	background:url(../gfx/btn/panel/btn_active_r.gif) top right no-repeat;
}
.search_btn_active_r {
	background:url(../gfx/btn/panel/btn_active_l.gif) top left no-repeat;
}
.search_btn_active {
	position: relative;
	height:14px;
	margin:0;
	padding:5px 10px;
	cursor:pointer;
}

.search_btn_l {
	background:url(../gfx/btn/panel/btn_normal_r.gif) top right no-repeat;
}
.search_btn_r {
	background:url(../gfx/btn/panel/btn_normal_l.gif) top left no-repeat;
}
.search_btn {
	position:relative;
	height:14px;
	margin:0;
	padding:5px 10px;
	cursor:pointer;
}

.search_form {
	display:none;
	width:100%;
}
/*Textgröße*/
.search_btn, .search_btn_active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*Listen Classen*/
#catheader_1 {background-image:url(../gfx/catpics/building.png);}
#catheader_2 {background-image:url(../gfx/catpics/sightseen.png);}
#catheader_3 {background-image:url(../gfx/catpics/culture.png);}
#catheader_4 {background-image:url(../gfx/catpics/hotel.png);}
#catheader_5 {background-image:url(../gfx/catpics/service.png);}
#catheader_6 {background-image:url(../gfx/catpics/holiday.png);}
#catheader_7 {background-image:url(../gfx/catpics/restaurant.png);}
#catheader_8 {background-image:url(../gfx/catpics/bar.png);}
#catheader_10 {background-image:url(../gfx/catpics/info.png);}
#catheader_11 {background-image:url(../gfx/catpics/cafe.png);}
#catheader_12 {background-image:url(../gfx/catpics/event.png);}
#catheader_13 {background-image:url(../gfx/catpics/market.png);}
#catheader_14 {background-image:url(../gfx/catpics/tv.png);}
#catheader_15 {background-image:url(../gfx/catpics/health.png);}
#catheader_16 {background-image:url(../gfx/catpics/wellness.png);}
#catheader_16 {background-image:url(../gfx/catpics/wellness.png);}
#catheader_16 {background-image:url(../gfx/catpics/wellness.png);}

/*Listen Standards*/
.ListHeader {
	background-repeat:no-repeat;
	background-position:right center;
	cursor:pointer;
}
.ListActive {
	/*Listen Element*/
	background-color:#CCCCCC;
	border-bottom:dotted #a5acb2 1px;
	padding:2px;
	cursor:pointer;
}
.List {
	/*Listen Element*/
	border-bottom:dotted #a5acb2 1px;
	padding:2px;
	cursor:pointer;
}
.ListActiveVid {
	/*Listen Element*/
	background-color:#CCCCCC;
	border-bottom:dotted #a5acb2 1px;
	padding:2px;
	cursor:pointer;
	background-image:url(../gfx/api/vid.gif);	
	background-position:right center;
	background-repeat:no-repeat;
}
.ListVid {
	/*Listen Element mit Video*/
	border-bottom:dotted #a5acb2 1px;
	padding:2px;
	cursor:pointer;
	background-image:url(../gfx/api/vid.gif);	
	background-position:right center;
	background-repeat:no-repeat;
}
.List:hover,.ListVid:hover {
	/*Listen Element Hover mit color .gmap_layout*/
	background-color:#f1f1f1;	
}

#int_filter,#string_filter {
	height:18px;
	font-size:12px;
}
#geoString, #string_input, #int_input {
	height:14px;
	font-size:12px;
}