#kopfbanner_top_abstand {
position: fixed;
top: 1px; left:155px; right:0px;
height: 70px;
width: 100%;
margin-top:0px;
background-color:#bababa;
background: url(../../../header_banner.jpg);
 z-index: 99;
}


#menu_top_abstand {
position: fixed;
top:0px; left:0px; right:0px;
height: 78px;
width: 100%;
margin-top:0px;
z-index: 99;
}


#heinzenberg-ueberschrift{
 position: fixed;
 top:8px;
 left:95px;
 font-family:Arial,Verdana,Helvetica;
 font-size:1.1em;
 font-weight:bold;
 background-color:#ffffff;
 color:#ff0000;
 z-index: 100;
 /*	box-shadow: 5px 15px 20px rgba(255,255,255,1.0);  */
}



/* lHintergrundbild links  */
#hintergrund_left{
position: fixed;
top: 0px;
left: 0px;
width: 159px;
height: 2000px;
background-color:#ffbaba;
background: url(../../../linker_hintergrund.jpg);
}



/* einschließender Container für externe Links  */
#externe_links{
position: fixed;
top: 465px;
left: 10px;
}



#zaehler{
float: both;
margin-left: 0px;
margin-top: 0px;
	border-top:		3px solid rgba(180,180,180,1.0);
	border-bottom:	2px solid rgba(180,180,180,1.0);
	border-left:	3px solid rgba(180,180,180,1.0);
	border-right:	3px solid rgba(180,180,180,1.0);
background-color:#fafafa;
width: 126px;
height:auto;
text-align: center;
font-family:Arial,Verdana,Helvetica;
font-size:0.7em;
font-weight:bold;
color:#6a6a6a;
padding: 0px 0px 0px 0px;
}




#heinzenberg_im_internet{
float: both;
margin-left: 0px;
margin-top: 0px;
	border-top:		0px solid rgba(180,180,180,1.0);
	border-bottom:	2px solid rgba(180,180,180,1.0);
	border-left:	3px solid rgba(180,180,180,1.0);
	border-right:	3px solid rgba(180,180,180,1.0);
background-color:#fafafa;
width: 126px;
height:auto;
text-align: center;
font-family:Arial,Verdana,Helvetica;
font-size:0.7em;
font-weight:bold;
color:#6a6a6a;
padding: 2px 0px 2px 0px;
}

#arduino_bastelseite{
float: both;
margin-left: 0px;
margin-top: 0px;
	border-top:		0px solid rgba(180,180,180,1.0);
	border-bottom:	3px solid rgba(180,180,180,1.0);
	border-left:	3px solid rgba(180,180,180,1.0);
	border-right:	3px solid rgba(180,180,180,1.0);
background-color:#fafafa;
width: 126px;
height:auto;
text-align: center;
font-family:Arial,Verdana,Helvetica;
font-size:0.7em;
font-weight:bold;
color:#6a6a6a;
padding: 2px 0px 2px 0px;
}




a:link { 
font-family:Arial,Verdana,Helvetica;
font-size:11;
font-weight:bold;
text-decoration:underline;
color:#0000bb;
} 

a:visited { 
font-family:Arial,Verdana,Helvetica;
font-size:11;
font-weight:bold;
text-decoration:none;
color:#0000bb;
} 

a:active { 
font-family:Arial,Verdana,Helvetica;
font-size:11;
font-weight:bold;
text-decoration:none;
color:#aa0000;
background-color:##FFFFCC;
} 

a:hover { 
font-family:Arial,Verdana,Helvetica;
font-size:1´1;
font-weight:bold;
text-decoration:none;
color:#aa0000;
background-color:#FFFFCC;
}




/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  position: relative;
  top: 85px;
  left: 10px; /* or right 50%              Horizontale Ausrichtung des Menues	 */	
  text-align: left; 
  border:	2px solid rgba(150,150,150,.6); /* Menu-Umrandung */
}

.sf-menu ul {
	box-shadow: 2px 2px 15px rgba(30,30,30,.9);
	min-width: 6em; /* allow long menu items to determine submenu width */
	*width: 6em; /* no auto sub width for IE7, see white-space comment below */
}


.sf-menu a {
	border-top:		1px solid rgba(100,100,100,.5);
	border-bottom:	1px solid rgba(100,100,100,.5);
	border-left:	1px solid rgba(100,100,100,.3);
	border-right:	1px solid rgba(100,100,100,.3);
	padding: 0.4em 0.8em;
	font-family:Arial,Verdana,Helvetica;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	color: #6a6a6a;	/* Textfarbe */
	zoom: 1; /* IE7 */	
}


.sf-menu li {
	background: #fafafa; /* Hintergrundfarbe */
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li {
	background: #fafafa;
}

.sf-menu ul ul li {
	background: #fafafa;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #FFFFC9; 
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 1.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.2em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #00cc00; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(0,255,0,.8);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: grey; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #7a7a7a; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(100,100,100,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: grey;
}
