



/* #MOD ----- Generic ----- */



.nowrap {
	white-space: nowrap;
}


/* #MOD ----- Search-Tool ----- */


.x6 .unit.g-last {
	float: none !important;
	display: block !important;
	height: 121px !important;
}

*+html .x6 .unit.g-last { /* FIX-IE7 */
	margin-bottom: 10px !important;
}

#grid .imedo-search .index {
	height: 3px;
}

#grid #article .imedo-search, #grid #article .imedo-search .box {
	height: auto !important; /* #DOC - overwriting #grid .tool.y2 .box which has also an !important */
	padding-bottom: 5px !important;
}

.imedo-search label {
	font-weight: 700;
}

#grid .imedo-search .unit {
	padding-bottom: 3px;
	width: 225px;
}

.imedo-search .txt {
	width: 210px;
}

.imedo-search .link-aux {
	background: url(../images/whitelabel/imedo/article.gif) left top no-repeat;
	padding: 1px 5px 1px 18px;
}



/* #MOD ----- Popup-Gadget ----- */


#popup-gadget {
	background-color: #FFF;
	border: solid 1px #808080;
	height: 242px;
	left: 18px;
	padding: 2px 4px;
	position: absolute;
	top: -2000px;
	width: 335px;
	z-index: 1000;
}

#popup-gadget #pg-head span {
	display: block;
	float: left;
	height: 17px;
}

#popup-gadget #pg-head span#pg-headline {
	background: #F78600 url(../images/whitelabel/imedo/scroller-bg.gif) left top repeat-x;
	color: #FFF;
	height: 16px;
	font-size: 12px;
	font-weight: 700;
	padding-top: 1px;
	text-align: center;
	width: 303px;
}

#popup-gadget #pg-head span#head-left a {
	background: url(../images/whitelabel/imedo/scroller-left.gif) left top no-repeat;
	display: block;
	height: 17px;
	overflow: hidden;
	text-indent: -1000px;
	width: 16px;
}

#popup-gadget #pg-head span#head-right a {
	background: url(../images/whitelabel/imedo/scroller-right.gif) left top no-repeat;
	display: block;
	height: 17px;
	overflow: hidden;
	text-indent: -1000px;
	width: 16px;
}

#popup-gadget #pg-body {
	clear: both;
}

#popup-gadget #pg-body ul {
	float: left;
	margin: 2px 15px 0 0;
	width: 160px;
}

#popup-gadget ul li {
	background-image: none;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#popup-gadget ul li a {
	color: #000;
	display: block;
	padding: 1px 3px;
	text-decoration: none;
}

* html #popup-gadget ul li a { /* #HACK - IE6 */
	height: 1%;
}

#popup-gadget ul li a:hover {
	background-color: #FDE7D2;
}

#popup-gadget ul li.list-head {
	border-bottom: solid 1px #CED4DA;
	color: #F78600;
	padding: 1px 3px 0;
}

#popup-gadget #pg-footer {
	border-top: solid 1px #CED4DA;
	bottom: 4px;
	clear: both;
	padding: 5px 3px 0;
	position: absolute;
	width: 329px;
}



/* #MOD ----- Imagemap ----- */


/* #DOC - Please take care of the z-index! */
#imgmap {
	position: relative;
}

#imgmap #imgmap-map {
	background: url(../images/whitelabel/imedo/map-germany.gif) top left no-repeat;
	height: 367px;
	left: 0;
	position: absolute;
	top: 0;
	width: 274px;
	z-index: 1;
}

#imgmap #imgmap-over-bl {
	background: top left no-repeat;
	height: 160px;
	left: 0;
	position: absolute;
	top: -1000px;
	width: 160px;
	z-index: 2;
}

#imgmap #imgmap-over {
	background: url(../images/whitelabel/imedo/icon-zoom.gif) top center no-repeat;
	color: #000;
	height: 16px;
	left: 0;
	padding-top: 34px;
	position: absolute;
	top: -1000px;
	width: auto;
	z-index: 3;
}

#imgmap #imgmap-shim {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 5;
}

#imgmap #imgmap-shim img {
	border: 0;
}



/* #MOD ----- List of Cities ----- */


ul#list-cities li {
	background-image: none;
	padding-left: 0;
}



/* #MOD ----- Pager in tables ----- */


#grid .nav.alt-2 {
	display: block;
	letter-spacing: -2px;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
	width: 450px;
}

#grid .nav.alt-3 {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	width: 450px;
}

#grid .nav.alt-2 span {
	padding: 0 1px;
}



/* #MOD ----- Links on Resultpages ----- */


.link-aux {
	background: 3px top no-repeat;
	padding: 1px 0  1px 23px;
}

.link-aux.fav {
	background-image: url(../images/whitelabel/imedo/icon-favorites.gif);
}

.link-aux.print {
	background-image: url(../images/whitelabel/imedo/article-print.gif);
}

.link-aux.route {
	background-image: url(../images/whitelabel/imedo/icon-car.gif);
}

