/* Grundlegendes{ */
body, html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffffff;
	background-image:url(headbg.png);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
}
html{
	/*scrollbar immer erzwingen*/
	padding-bottom:1px;
	height:100%;
}
#wrap{
	width:924px;
	margin:0 auto;
}
.clear{
	clear:both;
}
.gm_popup{
	width: 250px;
	height: 120px;	
	overflow: hidden;
}
/* }Grundlegendes */


/* Head{ */
#head{
	height:100px;
}
#logo{
	float:left;
	width:50%;
	margin-top:24px;
}
#logo h1{
	display:block;
	width:343px;
	height:65px;
	text-indent:-10000px;
	background-image:url(logo.png);
	background-position:0 0px;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
#logo h1 a{
	display:block;
	height:100%;
	height: 0; overflow: hidden; padding-top: 64px;
}
/* }Head */


/* Metanavi{ */
#metanavi{
	font-size: 10px;
	margin-top:24px;
	float:right;
	width:50%;
	text-align:right;
	color:#666;
}
#metanavi a{
	color:#666;
	text-decoration:none;
}
#metanavi a:hover{
	color:#888;
}
#metanavi span{
	color:#666;
	padding:0 3px;
}
/* }Metanavi */


/* menu{ */
ul#menu{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	padding-top:25px;
}
ul#menu li{
	margin:0;
	padding:0;
	display:block;
	float:left;
}
ul#menu li a{
	display:block;
	float:left;
	height:11px;
	background-repeat:no-repeat;
	background-position:center;
	/*padding:6px;*/
	padding:3px 0 ;
	margin-left:46px;
}
ul#menu li a:hover{
	border-bottom:2px solid #ccc;
}
ul#menu li a.aktive{
	border-bottom:2px solid #1754ee;
}
ul#menu li a.aktive:hover{
	border-bottom:2px solid #000;
}
ul#menu li.menu_startseite a{
	background-image:url(menu_startseite.png);
	width:76px;
	margin-left:0px;
}
ul#menu li.menu_unternehmen a{
	background-image:url(menu_unternehmen.png);
	width:110px;
}
ul#menu li.menu_lageplan a{
	background-image:url(menu_lageplan.png);
	width:72px;
}
ul#menu li.menu_gewerbegebiet a{
	background-image:url(menu_gewerbegebiet.png);
	width:117px;
}
ul#menu li.menu_news a{
	background-image:url(menu_news.png);
	width:41px;
}
ul#menu li.menu_links a{
	background-image:url(menu_links.png);
	width:40px;
}
ul#menu li.menu_kostenlose_registrierung a{
	background-image:url(menu_kostenlose_registrierung.png);
	width:192px;
}
/* }menu */


/* slider{ */
#slider_wraper{
	position:relative;
}
#slider{
	height:280px;
	padding-top:3px;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li{ 
	width:925px;
	height:252px;
	overflow:hidden; 
}
#nextBtn{
	z-index:60;
}
#prevBtn{
	z-index:60;
}
#nextBtn a{
	z-index:60;
	position:absolute;
	top:116px;
	right:20px;
	width:23px;
	height:32px;
	background-image:url(slider_pfeil_r.png);
	cursor:pointer;
	background-position:top;
	/*height: 0; overflow: hidden; padding-top: 32px;*/
}
#nextBtn a:hover{
	background-position:bottom;
}
#prevBtn a{
	z-index:60;
	position:absolute;
	top:116px;
	left:20px;
	width:23px;
	height:32px;
	background-image:url(slider_pfeil_l.png);
	cursor:pointer;
	background-position:top;
	/*height: 0; overflow: hidden; padding-top: 32px;*/
}
#prevBtn a:hover{
	background-position:bottom;
}
#slider_oberlay{
	height:275px;
	position:absolute;
	top:0;
	z-index:5;
	left:-28px;
	width:980px;
	background-image:url(slider_overlay.png);
	background-repeat:no-repeat;
	background-position:15px -6px;
}
/* }slider */


/* content{ */
#content{
	line-height:150%;
	margin-top:20px;
}
p{
	line-height:150%;
}
h2{
	margin:14px 0;
	font-size:14px;
	padding-bottom:3px;
	border-bottom:2px solid #1754ee;
}
h3{
	margin:14px 0;
	font-size:12px;
}
.row_left{
	float:left;
	width:585px;
	/*border-top:2px solid #1754ee;*/
	margin-right:15px;
}
.row_right{
	float:right;
	width:309px;
	/*border-top:2px solid #1754ee;*/
	margin-left:15px;
}
.row_left_i{
	float:left;
	width:320px;
	border-top:2px solid #1754ee;
	margin-right:15px;
	padding-top:15px;
}
.row_right_i{
	float:right;
	width:574px;
	border-top:2px solid #1754ee;
	margin-left:15px;
	padding-top:15px;
}
strong a{
	color:#000;
}
strong a:hover{
	color:#333;
}
.soft{
	color:#666;
}
.color{
	color:#1754ee;
}
a{
	color:#000;
}
a:hover{
	color:#333;
}
/* }content */


/* footer{ */
#footer{
	margin-top:20px;
	height:70px;
	line-height:70px;
	background-color:#ebebeb;
	border-bottom:2px solid #1754ee;
	color:#666;
	font-size: 10px;
	margin-bottom:10px;
}
#footer_left{
	float:left;
	text-align:left;
	padding-left:5px;
}
#footer_right{
	float:right;
	text-align:right;
	padding-right:5px;
}
#footer_right a{
	text-decoration:none;
	color:#666;
}
#footer_right a:hover{
	color:#333;
}
/* }footer */


/* form{ */
.styledformular label{
  display: block;
  float: left;
  width: 110px;
  line-height:30px;
} 
.styledformular input, 
.styledformular select {
  display: block;
  float: left;
  width: 150px;
  border:1px solid #ccc;
  margin:1px;
  padding:1px;
}
.styledformular select {
  width: 154px;
}
.styledformular textarea{
  border:1px solid #ccc;
  width:580px;
  height:150px;
  margin:1px;
  padding:1px;
}
.styledformular br {
  clear: left;
}
.styledformular input#submit {
  float: none;
  width: auto;
}
.error{
	padding:3px;
	margin-bottom:10px;
	line-height:150%;
	background-color:#990000;
	color:#fff;
}
.success{
	padding:3px;
	margin-bottom:10px;
	background-color:#009900;
	color:#fff;
}
/* }form */


/* kostenlose_registrierung{ */
.kostenlose_registrierung{
}
.kostenlose_registrierung .row_right p{
}

.kostenlose_registrierung .row_right img{
	float:left;
	margin-bottom:-20px;
	padding-right:8px;
}
.kostenlose_registrierung .row_right p{
	padding-left:40px;
}
/* }kostenlose_registrierung */


/* startseite{ */

.startseite{
}
.startseite .element img{
	float:left;
	padding-right:8px;
	margin-bottom:-23px;
}
.startseite .row_right p{
	padding-left:40px;
}
/* }startseite */


/* unternehmen{ */
.unternehmen{
}
.unternehmen ul.branchen{
	margin:0;
	padding:0;
	list-style:none;
	line-height:150%;
}
.unternehmen ul.branchen a.on{
	color:#1754ee;
}
.unternehmen ul.u_uebersicht{
	margin:0;
	padding:0;
	list-style:none;
	line-height:150%;
}
.unternehmen li.bg0{
	display:block;
	background-color:#fff;
	height:100px;
}
.unternehmen li.bg1{
	display:block;
	background-color:#f9f8f8;
	height:100px;
}
.u_uebersicht_1{
	width:190px;
	float:left;
	height:100%;
}
.u_uebersicht_2{
	width:320px;
	float:left;
	height:100%;
}
.u_uebersicht_2 p{ 
	margin-top:20px;
	margin-top:33px;
}
.u_uebersicht_3{
	width:70px;
	float:left;
	text-align:center;
	padding-top:35px;
}
.u_uebersicht_3 img{
	border:none;
}
/* }unternehmen */


/* lageplan{ */
.lageplan .l_row_left{
	width:625px;
	float:left;
	margin-right:15px;
}
.lageplan .l_row_right{
	float:right;
	width:269px;
	margin-left:15px;
}
ul.lageplan_unternehmen {
	margin:0;
	padding:0;
	list-style:none;
}
ul.lageplan_unternehmen li{
	margin:0;
	padding:0;
	clear:both;
	display:block;
	padding-bottom:5px;
}
ul.lageplan_unternehmen .number{
	background-color:#1754ee;
	line-height:20px;
	width:30px;
	text-align:center;
	color:#FFFFFF;
	display:inline-block;
	height:20px;
	/*float:left;*/
	margin-right:5px;
	margin-bottom:1px;
}
ul.lageplan_unternehmen .text{
	line-height:20px;
}
/* }lageplan */


/* links{ */
.links .row_right img{
	float:left;
	margin-bottom:-20px;
	padding-right:8px;
}
.links .row_right p{
	padding-left:40px;
}
ul.linkliste{
	margin:0;
	padding:0;
	list-style:none;
}
ul.linkliste li.bg0{
	display:block;
	background-color:#fff;
	height:100px;
}
ul.linkliste li.bg1{
	display:block;
	background-color:#f9f8f8;
	height:100px;
}
.linkliste_1{
	width:195px;
	float:left;
	height:100%;
	text-align:center;
}
.linkliste_2{
	width:195px;
	float:left;
	margin-top:40px;
	height:100%;
	text-align:center;
}
.linkliste_3{
	width:195px;
	float:left;
	margin-top:40px;
	height:100%;
	text-align:center;
}
/* }links */


/* visitenkarte{ */
.fotos a{
	display:block;
	float:left;
	margin:1px;
}
.fotos a:hover{
	margin:0px;
	border:1px solid #1754ee;
}
.fotos a img{
	border:none;
}
/* }visitenkarte */


/* news{ */
.news .row_right img{
	float:left;
	margin-bottom:-20px;
	padding-right:8px;
}
.news .row_right p{
	padding-left:40px;
}
.news .news_entry h3{
	line-height:25px;
	background-color:#ddd;
	padding-left:10px;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
.news .news_entry img{
	float:left;
	margin-top:10px;
	padding-bottom:15px;
}
.news .news_entry div.news_entry_r{
	padding-left:120px;
	margin-top:7px;
	margin-bottom:5px;
}
.news .news_entry{
	padding-bottom:10px;
	clear:both;
	line-height:150%;
}
.news .news_entry p{
	padding-top:0;
	margin-top:0;
}
/* }news */

/* Map */
#gmap_canvas {
	box-sizing: border-box;
	height: 250px;
	margin-top: 0;
	max-height: 90vh;
}
#gmap_canvas.gm-cookie-not-set {
	border: 1px solid #999;
	color: #666;
	display: flex;
		align-items: center;
	font-size: .93em;
	padding: 3rem;
	text-align: center;
}
#gmap_canvas.gm-cookie-not-set > * {
	max-width: 850px;
	margin: 0 auto;
}
#gmap_canvas + .gm-hide-map {
	cursor: pointer;
	display: block;
	font-size: .8em;
	text-align: right;
}
#gmap_canvas.gm-cookie-not-set + .gm-hide-map {
	display: none;
}