

body {
	margin:  0;
	padding: 0;
	font-family: Verdana;
	font-size: 62.5%;  /* 16px × 62.5% = 10px */
	line-height: 1.3em;
	text-align: center;
	background-color: #999999;
	background-image: url(../images/HG.jpg);
	background-repeat: repeat-x;
}


#layout {
	width:985px;
	height:1122px;
	margin: 0px auto 0;
	text-align: left;
	z-index: 1;
	}

.jSlider {
	width: 640px;
	height: 240px;
}

li {
	width: 320px;
	height: 240px;
}

ul {
	width: 960px;
	height: 240px;
}

.innercontent {
	position: absolute;
	left: 28px;
	top: 46px;
	width: 320px;
}
		.event_trigger, #caption {
			border: 1px solid #747476;
			border-right: none;
			border-top: none;
			height: 14px;
			color: #747476;
			background-color: #FFF;
			font-size: 10px;
			font-family: Arial;
			width: 40px;
			text-align: center;
			padding: 0px;
			float:left;
			cursor: hand;
			cursor: pointer;
		}
		.event_trigger_over {
			border: 1px solid #747476;
			height: 14px;
			border-right: none;
			border-top: none;
			background-color: #747476;
			padding: 0px 20px 0px 20px;
			color: #FFF;
			font-size: 10px;
			font-family: Arial;
			white-space: nowrap;
		}

A {
	color: #868688;
	text-decoration: none;
}

A:hover, A:active,  A.active {
	color: #CC0000;
}

#slidernav #caption {
	float:right;
	border:1px solid #868688;

	width:auto;
	padding: 0 40px; 
}

#imagebox {
	height: 280px;
}

#test {
	position: relative;
	right: 0px;
	top:0px;
	background-color:white; 
	width:100px; 
	height:200px;
	z-index:5000;
}

#overlay {
	position: fixed;
	z-index:50;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	display: none;
	background-color: #000000;
	opacity: 1;
	filter: alpha(opacity =100);
	-moz-opacity: 1;
	cursor: pointer;
	cursor: hand;
}

#margintop {
	height:20px;
}

#header {
  height: 154px;
  background-color: transparent;
}
#logo {

	height: 154px;
	width: 307px;
}

a.home{ 
	display: block; 
	height: 154px;
	width: 307px;
	background-image: url(../images/Logo.jpg);
	background-repeat: no-repeat;
}

#menukontakt {
	height: 23px;
	margin-top: 80px;
	background-color: transparent;
	width: 240px;
	float: right;
	margin-right: 0px;
	position: relative;
}

a.nav, a.nav:link, a.nav:visited {
  background: transparent url(/images/menu/kontakt.jpg) no-repeat scroll 0% 50%;
  display: block;
  overflow: hidden;
  float: left;
  width: 103px;
  height: 23px;
  text-decoration: none;
  font-size: 14px;
  font-weight: inherit;
}
a.nav:hover {
  background: transparent url(/images/menu/kontakt_hover.jpg) no-repeat scroll 0% 50%;
}
a.nav:active {
  background: transparent url(/images/menu/kontakt_hover.jpg) no-repeat scroll 0% 50%;
}
a.map, a.map:link, a.map:visited {
  display: block;
  color: #e2e6e1;
  overflow: hidden;
  float: left;
  width: 137px;
  height: 23px;
  text-decoration: none;
  font-size: 14px;
  background-image: url(/images/menu/impressum.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  font-weight: inherit;
}
a.map:hover {
  background-image: url(/images/menu/impressum_hover.jpg);
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
}
a.map:active {
  color: #ffffff;
  background-image: url(/images/menu/impressum_hover.jpg);
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
}

.line {
	width: 960px;
	height: 0px; /* (#868688 auf 50%) */
	clear:both;
        margin-left: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC0000;
}


#textbox {
	text-align: left;
	/*   font-family: Arial,Helvetica,sans-serif; */ 
  float: left;
	font-size: 13px;
	line-height: 15px;
	padding-left: 35px;
	height: 280px;
	width: 300px;
	background-color: transparent;
	padding-top: 15px;
	padding-right: 10px;
	color: #FFFFFF;
}


#png {
	position: absolute;
	top: 10px;
	left: -700px;
	width: 500px;
	height:615px;
	z-index:90;
	margin:5px;
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
}

#thumbs {
	position: absolute;
	top: 525px;
	width: 600px;
	margin-left: 28px;
	z-index:100;
	text-align: center;
}

IMG.thumbs {
	border-right:1px solid #FFF;
	opacity: 0.4;
  	filter: alpha(opacity=40);
  	-moz-opacity: 0.40;
}

IMG.thumbs:hover {
	opacity: 1;
  	filter: alpha(opacity=100);
  	-moz-opacity: 1;
}

IMG.selected {
	opacity: 1;
  	filter: alpha(opacity=100);
  	-moz-opacity: 1;
}

#zoom {
	position: absolute;
	top: 10px;
	left:	0;  	   	 /* wichtig */
	width: 500px;
	height:615px;
	margin: 5px;
	z-index:100;
	/*background-color: black;
	background-image: url(../images/zoom_bg.png);*/
	display: none;
	cursor: pointer;
	cursor: hand;
	}
	
#mediabox {
	position: absolute;
	top: 90px;
	left: -1200px;  	   	 /* wichtig */
	width: 800px;
	height:600px;
	margin: 5px;
	z-index:100;
	cursor: pointer;
	cursor: hand;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}



#sliderPrev {
	position: absolute;
	left: 0;
	top:0;
	opacity: 0;
  	filter: alpha(opacity =0);
  	-moz-opacity: 0;
  	z-index: 20;
  	cursor: pointer;
  	cursor: hand;
}

#sliderPrev:hover {
    opacity: 1;
  	filter: alpha(opacity =100);
  	-moz-opacity: 1;
}

#sliderNext {
	position: absolute;
	right: 0;
	top:0;
	opacity: 0;
  	filter: alpha(opacity =0);
  	-moz-opacity: 0;
  	z-index: 20;
  	cursor: pointer;
  	cursor: hand;
}

.disabled {
	display: none;
  	cursor: default;
}

#sliderNext:hover {
    opacity: 1;
  	filter: alpha(opacity =100);
  	-moz-opacity: 1;
}

.jSlider li, .jSlider ul {
	border: none;
	padding: 0;
	margin:0;
	height:  240px;
}

#innerpage {
	position: absolute;
	top: 90px;
	left: -500px;  	   	 /* wichtig */
	width: 385px;
	height:525px;
	margin: 5px;
	z-index:100;
	cursor: pointer;
	cursor: hand;
}
	
#detailbox {
	margin-top: 36px;
	margin-left: 29px;
	z-index: 101;
}

#menubox {
	height: 80px ;
	background-color: white ;
}

#menu {
	margin: 0 0 5px 0;
	background-color: white ;
}

#sliderbox {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #33FF66;
	border-right-color: #33FF66;
	border-bottom-color: #33FF66;
	border-left-color: #33FF66;
}

#slidernav {
	
}

#zoomimage {
	cursor:default;
}

#zoomimagebox {
	width:600px;
	position: relative;
}

#zoomimageboxbig {
	width:681px;
	position: relative;
}



#zoomimage_prev {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 52px;
    height: 450px;
    cursor: pointer;
    background: transparent url(../images/zoom_prev.png) no-repeat 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

#zoomimage_next {
	position: absolute;
    top: 0px;
    right: 0px;
    width: 52px;
    height: 450px;
    cursor: pointer;
    background-color: transparent;
    background: transparent url(../images/zoom_next.png) no-repeat 0px 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

#zoomimage_prev:hover, #zoomimage_next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

p {
	padding: 0;
	margin: 0 0 1.2em 0;
}

#slidernav DIV {
	margin:1px 1px 0 0;
	height: 14px;
	color: #868688;
	background-color: #FFF;
	font-size: 10px;
	font-family: Verdana;
	width: 40px;
	text-align: center;
	padding: 0px;
	float:left;
	cursor: hand;
	cursor: pointer;
}

#slidernav DIV:hover {
	color: #FFFFFF;
	background-color: #CC0000;
}

#slidernav DIV:active, #slidernav DIV.active  {
	color: #FFFFFF;
	background-color: #CC0000;
}
#slidernav DIV.active {
			cursor:default;	
}

#slidernav .mediaboxTrigger {
	width: 200px;
	float: right;
	display: none;
	margin-right: 0;
}

#menu A  {
	padding-right: 15px;
	font-size: 1.4em;
	font-family: Arial; 
	line-height: 1.2em;
	display: block;
	height: 20px;
	float:left;
	/*font-weight: bold;*/	
}

#submenu {
	margin: 5px 0;	
}

#submenu A {
	padding-right: 15px;
	margin-bottom: 5px;
	vertical-align: top;
	display:block;
		float:left;
	/* font-weight: bold; */	
}

#content {
	width: inherit;
	height: auto;
}
	

	
IMG {
	border: 0;
}

.clear {
	clear:both;
}



#textbox h2 {
	font-family: Arial;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	font-size: 1.4em;
	font-weight: normal;
}

#innerpage h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	font-size: 1.4em;
	font-weight: normal;	
}

#footer {
	height: 60px;
	left: 100px;
}

.copyright {
	height: 30px;
	width: 985px;
}

#copyright {
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
}

#copyright img{
	padding-right: 5px;
	vertical-align: baseline;
}

#copyright .line {
	margin: 5px 0;
	
}

#company {
	float:left;
}

#impressum {
	float:right;
	width:auto;
	right:0px;
}
/*

Bilder:
320x240p (regular)
600x450p (zoom)
80x60p (zoom thumb)

Text + Subnavigation:
Verdana Size 1em Leading 1.3em
Standart: #868688
Mouseover: #64bee6
Active: #64bee6


*/
div.slide {
	height:240px; 
	width:320px; 
}

div.border {
	width: 319px;
	border-right-width: 1px;
	border-right-style: solid;
}
	

a.LED, a.LED:link, a.LED:visited {
	display: block;
	overflow: hidden;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	width: 264px;
	height: 24px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: inherit;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/menu/LED.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
a.LED:hover {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/menu/LED_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
a.LED:active {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	background-image: url(../images/menu/LED_hover.jpg);
}
a.neonanl, a.neonanl:link, a.neonanl:visited {
	overflow: hidden;
	font-family: Arial,Helvetica,sans-serif;
	width: 175px;
	height: 24px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: inherit;
	background-image: url(../images/menu/neonanl.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	margin-top: 26px;
	position: absolute;
	margin-left: -268px;
}
a.neonanl:hover {
	background-color: transparent;
	background-image: url(../images/menu/neonanl_hover.jpg);
	background-repeat: no-repeat;
}
a.neonanl:active {
	color: #ffffff;
	background-color: transparent;
	background-image: url(../images/menu/neonanl_hover.jpg);
	background-repeat: no-repeat;
}
a.profil, a.profil:link, a.profil:visited {
	display: block;
	overflow: hidden;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	width: 233px;
	height: 24px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: inherit;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../images/menu/profil.jpg);
	margin-top: 52px;
	position: static;
	margin-left: -264px;
}
a.profil:hover {
	background-image: url(../images/menu/profil_hover.jpg);
	background-color: transparent;
}
a.profil:active {
	color: #ffffff;
	background-image: url(../images/menu/profil_hover.jpg);
	background-color: transparent;
}
a.leucht, a.leucht:link, a.leucht:visited {
	display: block;
	color: #e2e6e1;
	overflow: hidden;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	height: 24px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: inherit;
	width: 268px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../images/menu/leuchttrans.jpg);
	margin-top: 78px;
	position: static;
	margin-left: -264px;
}
a.leucht:hover {
	background-color: transparent;
	background-image: url(../images/menu/leuchttrans_hover.jpg);
	background-repeat: no-repeat;
}
a.leucht:active {
	background-color: transparent;
	background-image: url(../images/menu/leuchttrans_hover.jpg);
	background-repeat: no-repeat;
}


a.pyl, a.pyl:link, a.pyl:visited {
	display: block;
	color: #e2e6e1;
	overflow: hidden;
	font-family: Arial,Helvetica,sans-serif;
	height: 24px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: inherit;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 290px;
	background-image: url(../images/menu/pylone.jpg);
	position: absolute;
	float: left;
	margin-left: 7px;
	margin-top: 0px;
}
a.pyl:hover {
	background-color: transparent;
	background-image: url(../images/menu/pylone_hover.jpg);
	background-repeat: no-repeat;
}
a.pyl:active {
	background-image: url(../images/menu/pylone_hover.jpg);
	background-color: transparent;
}
a.digi, a.dig:link, a.dig:visited {
	display: block;
	color: #e2e6e1;
	overflow: hidden;
	font-family: Arial,Helvetica,sans-serif;
	height: 24px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: inherit;
	width: 166px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../images/menu/digi.jpg);
	position: absolute;
	float: left;
	margin-top: 26px;
	margin-left: 7px;
}
a.digi:hover {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/menu/digi_hover.jpg);
}
a.digi:active {
	background-color: transparent;
	background-image: url(../images/menu/digi_hover.jpg);
	background-repeat: no-repeat;
}
a.beschr, a.beschr:link, a.beschr:visited {
	display: block;
	color: #e2e6e1;
	overflow: hidden;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	height: 24px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: inherit;
	width: 184px;
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	background-image: url(../images/menu/beschr.jpg);
	margin-top: 52px;
	margin-left: 6px;
}
a.beschr:hover {
	background-color: transparent;
	background-image: url(../images/menu/beschr_hover.jpg);
	background-repeat: no-repeat;
}
a.beschr:active {
	background-color: transparent;
	background-image: url(../images/menu/beschr_hover.jpg);
	background-repeat: no-repeat;
}

a.vieles, a.vieles:link, a.vieles:visited {
	display: block;
	color: #e2e6e1;
	overflow: hidden;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	height: 24px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: inherit;
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	background-image: url(../images/menu/vieles.jpg);
	margin-top: 78px;
	width: 252px;
	margin-left: 7px;
}
a.vieles:hover {
	background-color: transparent;
	background-image: url(../images/menu/vieles_hover.jpg);
	background-repeat: no-repeat;
}
a.vieles:active {
	background-color: transparent;
	background-image: url(../images/menu/vieles_hover.jpg);
	background-repeat: no-repeat;
}

#contentmenu1 {
	background-image: url(../images/menu/HG_Menu.jpg);
	background-repeat: repeat-x;
	height: 102px;
	background-color: #660000;
	position: relative;
	float: left;
	width: 320px;
}
#contentmenu2 {
	height: 102px;
	position: static;
	float: left;
	background-image: url(../images/menu/HG_Menu.jpg);
	width: 320px;
}
#banner {
	height: 80px;
	width: 640px;
	left: 344px;
	top: 570px;
	position: absolute;
}
#wrap {
	height: 102px;
	width: 650px;
	margin-left: 345px;
