body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0 0;
	text-align: center;
}

:invalid {
	background-color: #FCC;
}

a, a:visited {
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

a.big {
	font-size: 1.5em;
}

.bg6 {
	background: url(images/design/sp_back4.gif) no-repeat fixed bottom right;
	background-color: #d7bb34;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textright {
	text-align: right !important;
}

.textleft {
	text-align: left !important;
}

.textcenter {
	text-align: center!important;
}

.hide {
	display:none;
}

div#gadisclaimer {
	text-align: justify;
	font-size: .8em;
}

div#headercontainer {
	background: #fff;
	border-bottom: solid .1em #6889AE;
	margin-bottom: 1em;
}

div#header {
	width: 70em;
	background: #fff;
	height: 6em;
	
}

div#header #logo {
	background: url(images/design/s09logo.png) no-repeat top left;
	padding: 2.5em 14.25em;
	float: left;
}

div#header #addnav {
	float: right;
	padding: 2.5em .5em;
}

div#header #addnav span {
	padding: 0 .5em;
}

div#topnav {
	padding: .5em 0em;
	width: 70em;
	background: #fff;
	position: relative;
	top: -1.1em;
	border-bottom: solid .1em #6889AE;
	border-left: solid .1em #6889AE;
	border-right: solid .1em #6889AE;
}

div#topnav span {
	padding: 0 .5em;
}

div#secnav {
	width: 12em;
	border: solid .1em #6889AE;
	padding: .5em;
	text-align: right;
	float: left;
	margin-right: 2em;
	background-color: #fff;
}

div#secnav ul {
	padding: 0;
	margin: 0;
}

div#secnav ul li {
	list-style-type: none;
	padding: .5em 0;
}

div#content {
	position: relative;
	left: -7.1em;
	width: 87em;
}

div#pagecontent {
	text-align: justify;
	background-color:#FFF;
	float: left;
	padding: 1em 0.5em 1em 2em;
	width: 68em;
	border: solid .1em #6889AE;
	
}

div#footercontainer {
	margin-top: 2em;
	background-color: rgba(255, 255, 255, 0.75);
	padding: .5em 0;
	position: fixed;
	bottom: 0em;
	left: 0;
	width: 100%;
	border-top: solid .1em #6889AE;
}

div#footer {
	display: inline-block;
	width: 70em;
}

div#impressum, div#ga {
	float: left;
	margin: 0 .5em;
	text-align: left;
}

div.fixedbox {
	position: fixed;
	bottom: 1.5em;
}

div.infobox {
	position: absolute;
}

div.info {
	color: #fff;
	background-color: rgba(0,0,0,.7);
	padding: .5em 1em;
	border: #4c4c4c solid .2em;
}

.info a, .info a:visited {
	color: #FFF;
}

div#browserinfobox {
	margin-left:11em;
	margin-top:-0.5em;
	width:20em;
}

#gabox div.arrowdown {
	margin-right: 55%;
}

div#impressumdetails, div#gadisclaimer {
	text-align: left;
	font-size: .9em;
	border: .1em solid #4c4c4c;
	float: left;
	padding: .5em 1em;
	background-color: #f1f1f1;
	color: #202020;
	opacity: .95;
	border: solid 1px #303030;
}

div#impressumdetails a, div#gadisclaimer a {
	color: #202020;
}

#gadisclaimer {
	width: 55em;
}

div#impressumdetails>div {
	margin-right: 1em;
}

div.img>img, div.img>video {
	border: .1em solid #4c4c4c;
}

div#pagecontent ul li {
	padding: .5em 0;
}

div.twocol>div {
	text-align: left;
	float: left;
	width: 45%;
	padding: 1em 1em 1em 0;
	line-height: 2em;
}

div.box {
	padding: 1em 0;
	clear: both;
}

div.slideshowbox {
	text-align: center;
}

div.slideshowbox img {
	border: .1em solid #4c4c4c;
}

div.error {
	color: #C00;
}

form label {
	font-size: .8em;
	padding-right: .5em;
}
form input {
	display: block;
	border: solid .1em #4c4c4c;
	margin-bottom: 1em;
}

form submit {
	border: solid .1 #4c4c4c;
}



#gMap {
	width: 40em;
	height: 32em;
	border: solid .1em #4c4c4c;
	margin-top: 2em;
}

div.arrowup {
	background: url(images/sprite/uparrow.png)  no-repeat top center;
	padding: .5em;
	margin-right: 88%;
}

div.arrowdown {
	background: url(images/sprite/downarrow.png) no-repeat bottom center;
	padding: .5em;
	margin-right: 88%;
}

.rounded { 
	-o-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius:4px;
}

#topnav.rounded { 
	-o-border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-webkit-border-radius:0px 0px 4px 4px;
}

.shadow { 
	box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.3);
}

#topnav.shadow {
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
}

.quote {
	font-style:italic;
	font-weight: lighter;
	display: block;
}

.quote>span {
	font-size: .8em;
}

ul.slideshow {  
    list-style:none;  
    height:22em;  
    overflow:hidden;  
    position:relative;  
    margin:0;  
    padding:0;  
      
}     
  
ul.slideshow li {  
    position:absolute;  
    left:0;  
    right:0;
	padding: 1em 0 !important;
}  
  
ul.slideshow li.show {  
    z-index:500;      
}  
  
ul img {  
    border:none;      
}  
  
#slideshow-caption {  
    position:absolute;  
    bottom:1em;  
    left:1.2em;
	right: 1.2em;
    color:#fff; 
    z-index:500;  
}  
  
#slideshow-caption .slideshow-caption-container {  
    padding:.5em 1em;     
    z-index:1000;     
}  
  
#slideshow-caption h3 {  
    margin:0;  
    padding:0;    
    font-size:1.2em;  
}  
  
#slideshow-caption p {  
    margin:.5em 0 0 0;  
    padding:0;  
} 

div.err, div.succ {
	border: solid .1em;
	padding: .5em;
	font-weight: bold;
	text-align: left;
}

div.err, input.err {
	color: #900;
	border-color:#900;
	background-color: #FCC;
}
 
div.succ, input.succ {
	color: #060;
	border-color: #060;
	background-color: #CFC;
}


div#newscontainer {
	position: absolute;
	top: 3.5em;
	width: 22em;
	z-index: 100;
}

div.newsbox {
	padding: .5em;
	border: solid .1em #6889AE;
	text-align: justify;
	background-color: #D7BB34;
}

div.newsbox h3 {
	padding: 0;
	margin: 0 0 0.5em;
}

div.newsbox span {
	padding: 0!important;
	margin: 0;
}

div#gasearchcontainer {
	position: absolute;
	right: 2em;
	width: 35em;
	
}

div#gasearchbutton {
	padding-top: .25em;
	padding-left: .5em;
}

div#findsearchcontainer {
	left:29em;
	position:relative;
	top:1.5em;
	width:15em;
}

div#findsearch {
	padding: .5em;
	border: solid .1em #6889AE;
	text-align: justify;
	background-color: #D7BB34;
}

div#fbbox {
	position: relative;
}
