/* ------------------------------------------------------------------------------------
--  GENERAL
------------------------------------------------------------------------------------ */
body {
	width:100%;
	height: 100%; 
	background:#E9E9E9;
	font-family:'Mako', sans-serif;
    margin:0; 
	padding: 0;
}
html{ 
    width:100%;
    height:100%;
}
@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('TitilliumText22L004-webfont.eot');
    src: url('TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('TitilliumText22L004-webfont.woff') format('woff'),
         url('TitilliumText22L004-webfont.ttf') format('truetype'),
         url('TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* ------------------------------------------------------------------------------------
--  NAVIGATIONS STYLES: THERE ARE 3 TYPES OF NAVIGATION HERE
------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------
--  3) TOP SUB NAVIGATION STYLES FOR INNER PAGES
------------------------------------------------------------------------------------ */
nav#top{
	float:left;
	margin-left:30px;
	padding:20px;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	-ms-box-shadow:0px 0px 4px #000;
    box-shadow:0px 0px 4px #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	background:rgba(0,0,0,0.8);
}
nav#top a{
	text-transform:uppercase;
	color:#ccc;
	padding:0 0 5px 0;
	display:block;
	text-shadow:0px 0px 1px #fff;
	letter-spacing:0.2em;
	opacity: 1;
	-webkit-transition: opacity 1s linear;
	-moz-transition-duration: 1s;
    -o-transition-duration: 1s;
	 border:none !important;
      outline:none !important;
}
nav#top a:hover{
	color:#5c6229;
	padding-top:2px;
	opacity:0;
	text-decoration:none;
	 border:none !important;
      outline:none !important;
}

/* ------------------------------------------------------------------------------------
--  LOCATION STYLES
------------------------------------------------------------------------------------ */
#inner-wrap-map{
	z-index: 1;
	position: absolute;
	top:0;
    background:transparent;
	width: 100%;
}
div#content{
	float:left;
	width:400px;
	overflow:hidden;
}
div#bodyContent{
	width:400px;
	height:150px;
	float:left;
}
div#bodyContent p{
	font-size:0.9em;
	line-height:1.3em;
	margin-bottom:20px;
}
h1#firstHeading{
	font-family:'Mako', sans-serif;
	font-size:1.2em;
	color:#555;
	padding-bottom:0.5em;
	text-transform:uppercase;
	font-weight:normal;
}
#map_canvas{
   height:100%;
   width:100%;
}
/* ------------------------------------------------------------------------------------
--  LOCATION ENDS HERE
------------------------------------------------------------------------------------ */
/* alberto's styles HAUPTNAV */
a {
    color: #525252;
}
#wrap_nav {
	width: 980px;
	position: absolute;
	top: 0px;
    left: 50%;
    margin-left: -517px;
}

#nav {
	padding-bottom: 16px;
	background: transparent url("../images/shadow_menu.png") no-repeat;
	background-position: left bottom;	
	padding-bottom: 10px;
	font-size: 16px;
	margin-left: 43px;
	position: relative;
	top:-10px;
}
#nav ul {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;

} 
#nav ul li {
	text-align: center;
	padding: 0;
	position: relative;
	background: url("../images/bg_menu.png") repeat-y;
	
}

#nav ul li.active a {
	background: transparent url("../images/menu_hover.png") 11px 0 no-repeat;
	color: #008400;
	font-family: 'TitilliumText22LMedium';
	font-size: 18px;
	position:relative;
	right: 5px;
	 border:none !important;
      outline:none !important;
}

#nav ul li a{
	text-decoration: none;
	font-size: 1em;
	width:239px;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.6em;
	position:relative;
	right: 5px;
	 border:none !important;
      outline:none !important;
	
} 
#nav ul li a:hover{
	background: transparent url("../images/menu_hover.png") 11px 0 no-repeat;
	color: #008400;
	 border:none !important;
      outline:none !important;
	
} 

#top_line {
	background: url("../images/bg_top.png") repeat-x;
	height: 30px;
	width: 100%;
	position: absolute;
	z-index: 1;
}
#inner-wrap-map div.moduletable div.custom {
	background: url("../images/bg_footer.png") repeat-x;
    background-position: bottom;
	bottom: 0;
	height: 42px;
    left: 0;
    padding-bottom: 5px;
    position: fixed;
    width: 100%;
}
#inner-wrap-map div.moduletable div.custom p {
	font-family: 'TitilliumText22LMedium';
	color: #999;
	margin-top: 27px;
	font-size: 12px;
	text-align: center;
}

/* nur für den IE7 */
*+html #nav ul li a:hover{
	background: none;
	color: #008400;
	 border:none !important;
      outline:none !important;

}
*+html #nav ul li.active a {
	background: none;
	color: #008400;
	 border:none !important;
      outline:none !important;
}
a{
      border:none !important;
      outline:none !important;
     
}