#printinfo {display: none;}

body {
	z-index: 100;
	margin: 0;
	padding: 0;
	background: #fff;/* #E3E5DC */
	background: #E3E5DC url("/img/bg_relaunch.gif") center repeat-y; 
	font-family: Arial, sans-serif;
	font-size: 100%;
}

#contentwrapper {
	z-index: 100;
	position: relative;
	top: 10px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 1000px;
	border-top: solid 25px #164400;
	
}
#logoclaim {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 1000;
}
/* search */

#searcharea {
	position: absolute;
	top: 15px;
	left: 220px;
	width: 400px;
	z-index: 2000;
	color: #666;
}
#searcharea form {
	margin-bottom: 0;
}

#searcharea img.claim {
	margin: 18px 0 0 0;
}


#searcharea img.ajaxload {
	margin: 0px 0px 0px 60px;
}

#searcharea fieldset {
	font-size: 0.75em;
	border: 1px dotted #ABADA5;
}
#searcharea select {
	margin-top: 5px;
	font-size: 0.75em;
}

#searcharea input {
	font-size: 0.75em;
}
	
#searcharea fieldset legend {
	color: #0161AB;
	background: #fff;
}
#searcharea table {
	font-size: 1em;
	margin: 10px 0 5px 0;
}

#searcharea table td {
	padding: 0 0 5px 5px;
}
#searcharea label {
	font-weight: bold;
}
/*  navigation */

#navi {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 200px;
	z-index: 1000;
	font-size: 0.75em;
}

#navi h3 {
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 5px;
	color: #fff;
	background-color: #ABADA5;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}

#navi ul, #navi ul ul {
	margin: 0;
	padding: 0;
}

#navi ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;	
}

#navi ul li.second a {
	/*margin-bottom: 5px;*/
	border-bottom: 1px solid #ccc;
}

#navi a {
	display: block;
	width: auto;
	padding: 2px 5px 2px 5px;
	color: #666;
	text-decoration: none;
	background: #FBFBF9 url("/img/dotline.gif") bottom repeat-x;
}
#navi a:hover, #navi a.act {
	color: #669900;
	background: #F3F3F1 url("/img/dotline.gif") bottom repeat-x;
}

#navi ul ul a {
	padding: 1px 5px 1px 30px;
	background: #fff;
	font-size: 0.9em;
}

#navi ul ul a:hover, #navi ul ul a.act {
	padding: 1px 5px 1px 30px;
	background: #fff;
	font-size: 0.9em;
}

/* content left */

#colleft {
	position: absolute;
	top: 130px;
	left: 220px;
	width: 400px;
	z-index: 1050;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #666;
}

#colleft.big {
	width: 530px;
}

#colleft h1 {
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	border-top: solid 1px #CBCDC5;
}

#colleft h2 {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	color: #669900;
	border-top: solid 1px #CBCDC5;
}

#colleft h3 {
	font-size: 1em;
	margin: 0 0 0 0;
}

#colleft a {
	color: #0161AB;
	text-decoration: none;
}

#colleft ul.ffhlist {
	list-style: none;
	margin: 5px;
	padding: 5px;	
}

#colleft ul.ffhlist a {
	padding-left: 20px;
	background: url("/img/icon-info.gif") no-repeat;
	color: #666;
}

#colleft a:hover {
	color: #0161AB;
	text-decoration: underline;
}

#colleft #dynContentlayer {
	width: 100%;
	height: 500px;
	overflow: auto;	
	padding-right: 10px;
}

#colleft #dynContentlayer.fix {
	overflow: visible;
	padding-right: 0;
}

#colleft address {
	font-style: normal;
	margin: 10px;
}



#colleft table.content, #colleft table.contentsmall {
	width: 100%;
	margin: 10px 0px 20px 0px;
}
#colleft table.content td, #colleft table.contentsmall td {
	vertical-align: top;
	background: #F3F3F1;
	padding: 5px;
}

#colleft table.content td, #colleft table.contentsmall th {
	vertical-align: top;
	background: #E3E5DC;
	padding: 5px;
}

#colleft table.contentsmall td, #colleft table.contentsmall th {
	padding: 1px 2px 1px 2px;
	font-size: 0.9em;
}

.reference {
	font-size: 0.85em;
	line-height: 1em;
}
/* content right */

#colright {
	position: absolute;
	top: 270px;
	left: 640px;
	width: 350px;/* 290px */
	z-index: 1000;
	font-size: 0.70em;
	color: #666;
}

#colright.small {
	left: 770px;
	width: 230px;/* 290px */

}

#colright h3 {
	font-size: 0.9em;
	line-height: 1.35em;
	padding: 5px;
	color: #fff;
	background-color: #666;
	font-weight: normal;
	text-transform: uppercase;
}

#colright h4 {
	color: #0161AB;
	font-size: 1em;
	margin: 0;
}

#colright ul {
	margin-top: 10px;
}

#colright p {
	margin: 0 0 10px 0;
}

#colright a {
	line-height: 25px;
	margin: 0 0 0 10px;
	color: #666;
	text-decoration: none;
	padding: 10px 0 20px 25px;
}

#colright a.satell {
	background: url("/img/icon_satellite.gif") 0 7px no-repeat;	
}

#colright a.overview {
	background: url("/img/icon_map.gif") 0 7px no-repeat;	
}

#colright a.amazon {
	line-height: 1.3em;
	margin: 0;
	padding: 10px 0 20px 0;
}

#colright table {
	width: 100%;
	margin: 10px 0 10px 0;
}
#colright table td {
	vertical-align: top;
	background: #F3F3F1;
	padding: 4px;
}

#colright table th {
	vertical-align: top;
	background: #E3E5DC;
	padding: 4px;
}
/* maps and visual */

#germany_map {
	width: 400px;
	height: 500px;
	background: #ccc;
}

#overview_map {
	position: absolute;
	top: 20px;
	left: 640px;
	/*
	height: 203px;
	width: 290px;
	*/
	height: 250px;
	width: 350px;
	background: #F3F3F1 url("/img/bg_mapoverview.gif") no-repeat 60px 30px ;/*  27px 0 */
	z-index: 1010;
	display: none;
}

#overview_map div {
	position: absolute;
	width: 5px;
	height: 5px;
	background: #669A02;
	font-size: 0;
	line-height: 0;	
}

#overview_map div.bgred {
	background: #f00;
	z-index: 2000;
}

#overview_map div.bggreen {
	background: #669A02;
	z-index: 1010;
}

#google_map {overflow: hidden;
	position: absolute;
	font-size: 9px !important;
	top: 20px;
	left: 640px;
	/*
	height: 200px;
	width: 290px;
	*/
	height: 250px;
	width: 350px;
	z-index: 1020;
	display: none;
}

#visual {
	position: absolute;
	top: 20px;
	left: 640px;
	height: 200px;
	width: 290px;
	z-index: 900;
}
#visual.small {
	left: 770px;
	height: 200px;
	width: 230px;
}

/* others */

p.new {
	background: url("/img/icon_new.gif") 0 0 no-repeat;
	padding: 20px 30px 0 25px
}

.center {
	text-align: center;
}

a.pdf {
	padding-left: 17px;
	background: url("/img/icon_pdf.gif") 0 1px no-repeat;
}


.nojscript {
	background-color: #f00;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	padding: 5px;
}

.clear {
	clear: both;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}
.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}
.imgLrt {
	float: right;
	margin: 20px 0 15px 15px;
}

.galerieth {
	float: left;
	margin: 5px 5px 0 0;
}

.hide {
	display: none;
}



/* IE Scrollbars */
body {
  scrollbar-base-color:#669900;
  scrollbar-3dlight-color:#ABADA5;
  scrollbar-arrow-color:#ABADA5;
  scrollbar-darkshadow-color:#fff;
  scrollbar-face-color:#fff;/*FECE6E*/
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#ABADA5;
  scrollbar-track-color:#eee;
}


p.powered, a.powered {
	clear: both;
	font-size: 10px !important;
	color: #ccc !important;
	border: none !important;
	margin: 20px 0 0 10px !important;
	padding: 0 !important;
	display: inline !important;
	background: none !important;	
}
