#maptoolbar {
	position:absolute;
	top:0px;
	width:600px;
	height:40px;
	color:#fff;
	text-align: left;
	z-index:999;
	padding-left: 100px;
}

#fullscreenmap{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	height: auto;
	bottom: 40px;
	z-index: 901;
}

#mapdiv {
	position: absolute;
	left: 0;
	right: 230px;
	top: 0px;
	bottom: 0px;
	height: auto;
}

#catcontainer {
	position:absolute;
	top:0;
	bottom: 0px;
	right:0px;
	z-index:13;
	width: 230px;
	text-align: left;
	background-color: #004989;
	color: #fff;
}

#catheader {
	padding: 10px;
	font-family: "Yanone Kaffeesatz",sans-serif;
	font-size: 24px;
}


#mapsearch{

}

#closemap, #panoramiocontainer, #weathercontainer, #instagramcontainer {
	background: #2464a1; /* Old browsers */
	background: -moz-linear-gradient(top, #2464a1 0%, #0e5396 3%, #135899 8%, #125896 25%, #115592 31%, #135591 47%, #12538b 58%, #124f85 89%, #125186 92%, #0f4e84 97%, #08477d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2464a1), color-stop(3%,#0e5396), color-stop(8%,#135899), color-stop(25%,#125896), color-stop(31%,#115592), color-stop(47%,#135591), color-stop(58%,#12538b), color-stop(89%,#124f85), color-stop(92%,#125186), color-stop(97%,#0f4e84), color-stop(100%,#08477d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2464a1 0%,#0e5396 3%,#135899 8%,#125896 25%,#115592 31%,#135591 47%,#12538b 58%,#124f85 89%,#125186 92%,#0f4e84 97%,#08477d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2464a1 0%,#0e5396 3%,#135899 8%,#125896 25%,#115592 31%,#135591 47%,#12538b 58%,#124f85 89%,#125186 92%,#0f4e84 97%,#08477d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2464a1 0%,#0e5396 3%,#135899 8%,#125896 25%,#115592 31%,#135591 47%,#12538b 58%,#124f85 89%,#125186 92%,#0f4e84 97%,#08477d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2464a1 0%,#0e5396 3%,#135899 8%,#125896 25%,#115592 31%,#135591 47%,#12538b 58%,#124f85 89%,#125186 92%,#0f4e84 97%,#08477d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2464a1', endColorstr='#08477d',GradientType=0 ); /* IE6-9 */
	padding: 10px 30px;
	float: left;
	display: block;
	font-family: "Yanone Kaffeesatz",sans-serif;
	font-size: 24px;
	cursor: pointer;
}

#panoramiocontainer, #weathercontainer, #instagramcontainer {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left: 20px;
}

#panoramiocontainer input, #weathercontainer input, #instagramcontainer input {
	float:left;
	display: none;
}

#panoramiocontainer label, #weathercontainer label, #instagramcontainer label {
	float:left;
	margin: 0;
}

#mapsearchdiv {
    padding:9px 10px 5px 17px;
    color:#fff;
    float:left;
}

#mapsearchdiv input{
    border: none;
    background: #fff;
}

#mapsearchdiv input.loading{
    background-image: url("/typo3conf/ext/icmaps/res/img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: right center;
}

#maptree {
	clear:left;
	margin-top:0px;
	max-height: 300px;
	overflow-y: auto;
}

.customIW {
	width: 219px;
}

.customIW > img{
	z-index: 2;
}

.customIW .teaser{
	position: relative;
	display: block;
	float: left;
    width: 219px;
}


.customIW .teaser .txtwrap{
	background-color: #fff;
	font-size: 14px;
	padding: 0px 10px 10px;
}

.customIW header.title1 h2{
	margin: 0;
}

.customIW header.title1 h2 a{
	color: #004D94;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	font-family: "Yanone Kaffeesatz",sans-serif;
}

.customIW .image {

}

#catdiv {
	font-size:0.8125em;
	z-index:898;
	position:absolute;
	top:60px;
	right:5px;
	padding-bottom:5px;
	width:300px;
	clear:left;
	float:left;
}

#catcontainer label {
	padding-left:5px;
}

#filtermap img, #mapdiv img{
	max-width: none;
}
