/*------------------------------------------------------------------
elements used at the home or "startseite" are defined here

[Table of contents] 

1.	special definitions overwriting default layout
2.	intro
3.	news
4.	map
-------------------------------------------------------------------*/

/* 1. special definitions overwriting default layout */
#pathNav { width:auto !important; }
#pageContainer #outerContent { padding-bottom:35px; }

/* 2. intro */
.intro, .news {
	float:left;
	width:310px;
	margin-right:26px;
	margin-bottom: 26px;
}

/* 3. news */
.news .meta { width:82px; float:left; font-weight:bold; color:#333; }
.news .meta span { padding-left:2px; }
.news .meta img { border:3px solid #cbddda; margin-top:5px; }

.news .description { width:208px; float:left; }
.news .description h4 { margin-bottom:5px; line-height:1.15em; }
#content .news .description p { padding:0 0 11px 0; }
#content .news .contentBlockText { padding:0; }
#content .news .entry { padding-left:15px; }

/* 4. map */
#content .discoveryMap { background:transparent url(../../img/elements/shadow.map.home.top.gif) 0 40px no-repeat; }
#content .discoveryMap .headlineBox { background-position: 4px 100%; }
.discoveryMap h3 { padding-bottom:4px; }
.discoveryMap .headlineBox p { background:transparent url(../../img/elements/separator.map.home.gif) 4px 100% no-repeat; }
#content .discoveryMap .contentOuterBlockText { background:#fff url(../../img/elements/shadow.map.home.left.gif) left top repeat-y; }
.discoveryMap .contentOuterBlockTextRight { 
	padding:0 4px;
	background:transparent url(../../img/elements/shadow.map.home.right.gif) right top repeat-y; 
}
.discoveryMap .mapShadowFoot { 
	background:transparent url(../../img/elements/shadow.map.home.bottom.gif) left top repeat-x; 
	height:5px; 
	line-height:0; 
	font-size:0; 
	margin:0 4px 0 4px;
}

.discoveryMap #map { width:686px; height:540px; background:transparent url(../../img/content/home_map.jpg) left top no-repeat;  }

	/*map options*/
.discoveryMap .mapOptions {
	overflow:hidden;
	position:absolute;
	width:686px;
	z-index:1;
}
.discoveryMap .mapOptions .size { padding-left:5px; background:transparent url(../../img/elements/btn.map.left.gif) left top no-repeat; float:right; }
.discoveryMap .mapOptions .size a { 
	background:transparent url(../../img/elements/btn.map.body.gif) left top repeat-x; 
	display:block; 
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	padding-right:12px;
}
.discoveryMap .mapOptions .size a span {
	background:transparent url(../../img/elements/icon.plus.white.gif) 100% 6px no-repeat;
	display:block;
	float:left;
	padding:7px 28px 7px 7px;
}

.discoveryMap .mapOptions .discovery { float:left; width: 344px; margin:289px 0 0 335px; /*background:transparent url(../../img/elements/shadow.map.form.top.png) left top no-repeat;*/ }
.discoveryForm h4 { 
	font-size: 2.1em; 
	padding:10px 0 11px 16px; 
	margin: 0 3px 5px 3px;
	background:transparent url(../../img/elements/separator.map.form.gif) left bottom repeat-x; 
}

.discoveryMap .mapOptions .mapTeaser { float:left; width:130px; margin:250px 0 0 172px; }
.discoveryMap .mapOptions .mapTeaser h4, .discoveryMap .mapOptions .mapTeaser h5 { color:#666; }
.discoveryMap .mapOptions .mapTeaser h4 { font-size:1.55em; margin:0 0 2px 0; }
.discoveryMap .mapOptions .mapTeaser h5 { font-size:1.15em; margin:0 0 14px 0; font-weight:normal; }
.discoveryMap .mapOptions .mapTeaser ul { margin:0; }
.discoveryMap .mapOptions .mapTeaser li { margin-bottom:7px; }
.discoveryMap .mapOptions .mapTeaser a {
	font-weight:bold;
	font-size:1.15em;
	text-decoration:none;
	background:transparent url(../../img/elements/pointer.green.gif) 3px 5px no-repeat;
	padding:0 0 0 18px;
}

