/* Start Allgemeine */
body {
	margin:0 auto;
	padding:0;
	font-family: sans-serif;
	color:#ffffff;	
	font-size: 16px;
	display: table;
	}
html, body {
	width: 100%;
	height:100%;
	height:auto !important;
	min-height:100%;
	}
a {
	outline: 0; 
	}
a:link {
	color:#ffffff;
	text-decoration: none;
	}
a:visited {
	color:#ffffff;
	text-decoration: none;
	}
a:hover {
	color:#ffa800;
	text-decoration: none;
	}
a:active {
	color:#ffa800;
	text-decoration: none;
	}
.content a:hover {
	color:#ffa800;
	text-decoration: underline;
	}
p	{
 	margin: 0 0 16px 0;
 }
img {
	border: none;
	}
/* Ende Allgemeine */
/* Menü */
.content_wrapper {
	width: 100%;
	position: relative;
	}
.headder {
	background-color: #000000;
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
	 }
.navi {
	width: 1024px;
	margin: 0 auto;
	}
.slidingDiv {
	width: 600px;
	font-size: 14px;
	text-align: center;
	margin-top: -15px;
	}
.content {
	overflow: hidden;
	position: relative;
	z-index: 100;	
	width: 800px;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-top: 100px;
	padding: 28px 28px 28px 28px;
	background-image: url(../img/tpbg.png)
	}
.content .headline {
	color: #00ccff;
	width:372px;
	}
.content .pictures_co {
	border-left: 1px solid #777777;
	float:left;
	padding-left: 28px;	
	margin-left: -1px;
	margin-bottom: 28px;
	}
.content .pictures_co img {
	border: 3px solid #ffa800;
	}
.content .text_co {
	border-right: 1px solid #777777;
	float: left;
	width: 530px;
	margin-bottom: 28px;	
	padding-right: 28px;
	}
span.clear { 
	clear: left; 
	display: block; 
	}
.content .contact_us_line {
	width: 800px;
	margin: 0 auto;
	padding: 28px 28px 28px 28px;
	margin: 56px -28px -28px -28px;
	background: #ffa800;
	font-size: 18px;
	color: #000000;
	clear: both;
	}
#map_canvas {
  	height: 100%;
  	position: absolute; 
	padding-bottom: 140px;
  	top: 180px; 
  	bottom:0px;
  	left: 0; 
  	right: 0; 
  	z-index: 0;
	}
/* Footer */
.footer {
	z-index: 100;
	position: fixed;
	bottom: 0px;
	height: 28px;
	width: 100%;
	text-align: center;
	margin-top: 180px;
	padding-top: 14px;
	font-size: 12px;
	background-image: url(../img/tpbg.png)  	
}
 * jQuery UI Tabs 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.etabs { margin: 0; padding: 0; float: right; }
.tab { display: inline-block; zoom:1; *display:inline;}
.tab a { line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: none; font-weight: normal; }
.tab.active { padding-top: 6px; position: relative; top: 1px; }
.tab a.active { font-weight: bold; text-decoration: none; color: #363d43;  background-image: url(img/inav/caret_active.png); background-position: bottom center; background-repeat: no-repeat; padding-bottom: 5px;}
.tab-container .panel-container { padding: 10px;}		
  	
