/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body, #container {
overflow:hidden;
height: 100%;
margin: 0;
padding: 0;
}

#container {
	position: relative;
	width: 100%;
	z-index: 1;
}

body {
	/*background: url('../images/bg.jpg') no-repeat;*/
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 165%;
}

a {
	color: #000;
}

/* LEFT */

#left {
	width: 165px;
	background: rgba(255, 255, 255, 0.85);
	min-height: 100%;
	text-align: center;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.77);
	margin-left: 0px;
	color: #9D9D9D;
	position: absolute;
	z-index: 2000;
}

#left a {
	color: rgba(0, 0, 0, 0.77);
	text-decoration: none;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	/*background: #FFF url('../images/footerBg.png');*/
	width: 100%;
	font-family: 'Droid Sans', sans-serif;
	/*font-family: 'Crete Round', serif;*/
	font-size: 14px;
	height: 30px;
	padding-top: 7px;
	z-index: 3000;
	background-color: rgba(93, 220, 231, 0.7);
	padding-left: 0%;
	
}

#footer h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 30px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
}

#footer li {
	margin-bottom: 10px;
	padding-left: 30px;
}

li.phoneIcon {
	background: url('../images/phoneIcon.png') no-repeat scroll 0 2px transparent;
}

li.mapIcon {
	background: url('../images/mapIcon.png') no-repeat scroll 0 2px transparent;
}

li.emailIcon {
	background: url('../images/emailIcon.png') no-repeat scroll 0 2px transparent;
}

#footer .content {
	padding: 0 25px 25px;
	color: rgba(0, 0, 0, 0.77);
}

#arrow {
	display: block;
	width: 42px;
	height: 20px;
	margin-left: 8px;
	background: url('../images/arrow.png') no-repeat;
}

#logo {
	padding-top: 50px;
}


#nav {
	padding-top: 20px;
	
}

#nav li {
	margin-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}

#nav li ul {
	margin-top: 10px;
}

#nav a {
	text-decoration: none;
}

#nav li a:hover, #nav li.active a {
	text-decoration: none;
	color: #000;
}
nav {text-align: center; margin: 8px;}

.selectnav {display: none; width: 100%;}
.selectnav {text-align: center;}


/* END LEFT */
/* START CONTENT/RIGHT PORTION */

#right {
	height: 100%;
	width: 300px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.85);
	margin-left: 165px;
	position: absolute;	
	z-index: 300;
}

#switch {
	position: absolute;
	display: block;
	width: 28px;
	height:	56px;
	text-indent: -9999px;
	right: -28px;
	bottom: 450px;
	background: url('../images/switch.png') no-repeat;
}

#switch.closed {
	background: url('../images/switch-open.png') no-repeat;
	}

.content{
	height:100%; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box; 
	padding: 65px 5px 0px;
	overflow:auto;
}

h1, h2 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	background: url('../images/headingBg.png') no-repeat left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

h1 a, h2 a {
	text-decoration: none;
	color: #000;
}

.content h3 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	color: #666666;
	margin-bottom: 15px;
	line-height: 30px;
}

.content h4 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	border-bottom: solid 2px #ccc;
	margin: 15px 0;
}

.content p {
	margin: 2px 0;
}

.clear {clear: both;}

#social{
	
}

label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

/* Menu */
#right ul {
	margin: 10px 0;
	color: #333;
}

#right ul li {
	border-bottom: dotted 1px #ccc;
}

#gmap {position: absolute; width: 100%; height: 100%; z-index: 1;}

#googlemaps { 
  height: 100%; 
  width: 100%; 
  position:absolute; 
  top: 0; 
  left: 0; 
  z-index: 1; /* Set z-index to 0 as it will be on a layer below the contact form */
}
p.aktion{ 
  color: black;
  font-size: 16px;
  font-style: bold;
 }
 
img.tetko {
  opacity: 0.8;
  box-shadow: 0px 6px 15px #888888;
 } 
 
.close {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:-3.93px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	height:25px;
	width:40px;
	text-decoration:none;
	text-align:center;
	text-shadow:-50px 1px 10px #ffffff;
}.close:active {
	position:relative;
	top:1px;
} 
/* Go Top link */
#gotop {
  position: relative;
  z-index: 9999;
}
#gotop .scrollup {
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.25);
  width: 45px;
  height: 40px;
  bottom: -40px;
  background-color: ;
  text-indent: -9999px;
  position: fixed;
  z-index: 11;
  right: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#gotop .scrollup:hover {
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.5);
}
#gotop .scrollup:after {
  content: "";
  width: 45px;
  height: 40px;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../images/icon_top.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#gotop .scrollup:hover:after {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
  opacity: 1;
}
#gotop.gotop_active .scrollup {
  bottom: 0;
}

#lang {
	font-size: 11px;
	display: none;
}
