@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------*/
/*-----------------------------Allgemein--------------------------------------*/
/*----------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
	}
	
body {
	background:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000;
	}

	
.highlight {
	font-weight:bold;
	color:#000;
	}
	
.floatstop {
	clear:both;
	float:none;
	}
	
h1 {
	color:#000;
	font-weight:bold;
	font-size:17px;
	}
	
h2 {
	color:#000;
	font-weight:bold;
	font-size:13px;
	}
	
a {
	color:#000;
	text-decoration:underline;
	}
	
a:hover {
	color:#000;
	text-decoration:none;
	}
	
div#container-white {
	background:none;
	width:100%;
	}
	
/*----------------------------------------------------------------------------*/
/*-----------------------------Content1---------------------------------------*/
/*----------------------------------------------------------------------------*/

div#container1 {
	width:100%;
	float:left;
	}
	
/*----------------------------------------------------------------------------*/
/*-----------------------------Header-----------------------------------------*/
/*----------------------------------------------------------------------------*/
	
div#header {
	display:none;
	}
	
div#header span {
	display:none;
	}
	
div#shadow-right {
	display:none;
	}
	
div#shadow-left {
	display:none;
	}
	
/*----------------------------------------------------------------------------*/
/*-----------------------------Branding---------------------------------------*/
/*----------------------------------------------------------------------------*/
	
div#branding h1 a {
	background:none;
	width:298px;
	height:65px;
	display:block;
	position:absolute;
	top:35px;
	left:20px;
	color:#000;
	}
	
/*----------------------------------------------------------------------------*/
/*-----------------------------Navi-add---------------------------------------*/
/*----------------------------------------------------------------------------*/
	
div#navi-add a {
	display:none;
	}
	
/*----------------------------------------------------------------------------*/
/*-----------------------------Navigation-------------------------------------*/
/*----------------------------------------------------------------------------*/
	
div#navigation {
	display:none;
	}
	

/*----------------------------------------------------------------------------*/
/*-----------------------------Slideshow--------------------------------------*/
/*----------------------------------------------------------------------------*/
	
div#slide {
	display:none;
	}
	
/*----------------------------------------------------------------------------*/
/*-----------------------------Content--------------------------------------*/
/*----------------------------------------------------------------------------*/
	
div#content-main-1 {
	width:100%;
	float:left;
	margin:30px 20px 0 0;
	}
	
h1#headline-start {
	background:none;
	width:181px;
	height:38px;
	margin:0 0 20px 0;
	}
	
h1#headline-start span {
	color:#000;
	}

/*----------------------------------------------------------------------------*/
/*-----------------------------Content2---------------------------------------*/
/*----------------------------------------------------------------------------*/

div#container2 {
	width:100%;
	float:left;
	padding:20px 0;
	}
	
div#content-main-2 {
	width:100%;
	float:left;
	}
	
div#content-main-2 img {
	display:none;
	}
	
div#tabcontent-container {
	width:100%;
	float:left;
	}
	
h1#headline-wir {
	background:none;
	margin:0 0 10px 0;
	}
	
h1#headline-wir span {
	color:#000;
	}
	
/*----------------------------------------------------------------------------*/
/*-----------------------------Content3---------------------------------------*/
/*----------------------------------------------------------------------------*/

div#container3 {
	width:100%;
	padding:20px 0;
	}
	
div#content-images {
	display:none;
	}
	
div#content-main-3 {
	width:100%;
	float:left;
	padding:20px 0;
	}
	
h1#headline-technik {
	background:none;
	width:246px;
	height:22px;
	}
	
h1#headline-technik span {
	color:#000;
	}

/*----------------------------------------------------------------------------*/
/*-----------------------------Content4---------------------------------------*/
/*----------------------------------------------------------------------------*/

div#container4 {
	width:100%;
	float:left;
	padding:20px 0;
	color:#000;
	position:relative;
	}

div#container4 a {
	color:#000;
	text-decoration:underline;
	}
	
div#container4 a:hover {
	color:#000;
	text-decoration:none;
	}
	
div#ontop span {
	display:none;
	}
	
div#ontop a {
	display:none;
	}
	
div#shadow-right-red {
	display:none;
	}
	
div#shadow-left-red {
	display:none;
	}

div#column1 {
	display:none;
	float:left;
	}
	
div#column2 {
	width:100%;
	float:left;
	padding:20px 0;
	}
	
div#column2 img {
	display:none;
	}
	
h1#headline-kontakt {
	background:none;
	width:246px;
	height:22px;
	}
	
h1#headline-kontakt span {
	color:#000;
	}

h1#headline-anfahrt {
	background:none;
	width:246px;
	height:22px;
	}
	
h1#headline-anfahrt span {
	color:#000;
	}
	
/*----------------------------------------------------------------------------*/
/*-----------------------------Content5---------------------------------------*/
/*----------------------------------------------------------------------------*/

div#container5 {
	background:none;
	padding:20px 0;
	}
	
div#content-container {
	float:left;
	}
	
div#ontop2 span {
	display:none;
	}
	
div#ontop2 a {
	display:none;
	}
	
div#column3 {
	display:none;
	}
	
div#column4 {
	display:none;
	}
	
h1#headline-impressum {
	background:none;
	width:246px;
	height:22px;
	}
	
h1#headline-impressum span {
	color:#000;
	}

/*----------------------------------------------------------------------------*/
/*-----------------------------Tab Content------------------------------------*/
/*----------------------------------------------------------------------------*/

.indentmenu{
display:none;
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
}

.indentmenu ul li a{
float: left;
color: #000; /*text color*/
text-decoration: none;
border-right: 1px solid #CCC; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #000;
}

.indentmenu ul li a.selected{
color: #000 !important;
text-decoration:underline; !important;
background: url(../images/index/indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
width:100%;
float:left;
color:#000;
}

.tabcontent{
color:#000;
margin:0;
}

div#tab1, div#tab2, div#tab3, div#tab4 {
	width:100%;
	color:#000;
	float:left;
	margin:0;
	padding:0;
	}
	
form#Kontaktformular {
	display:none;
}