* {    
	box-sizing: border-box;
}

/* -- Allgemeines -- */

/* BtoT  */
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 60px;
    right: 0;
	background-color: #555;
	color: #DDD;
	
/*    background-color: #DDD;
    color: #555;                 */
    text-align: center;
    font-size: 30px;
    text-decoration: none;
	opacity: 0.8;
}

#back2Top:hover {
    background-color: #DDF;
    color: #000;
}
/*  BtoTENDE */

/* -- Layoutspezifisches -- */

footer {
  clear: both; /* Damit #main mindestens so hoch ausgedehnt wird wie aside, falls aside länger sein sollte. */
  padding: 2%;
  text-align:center;
  border-top: 1px dotted #aaa; /* Hiermit trennen wir optisch den footer vom eigentlichen Inhalt ab. */
}

footer .copy span {
	margin:0 auto;
	display:block;
}
/* mein GRAUES MENÜ   HAM*/

ul#HMenue { 
      margin:-2px; padding:-2px; 
  /*    border:1px solid #000000;*/
    }
    ul#HMenue li {
	list-style:none;
	margin:1px;
	padding:1px;
	display:inline; /* damit horizontal */
    }
	
    ul#HMenue a {
	padding: 1px;/* höhe */
	text-decoration:none;
	color: rgba(255, 255, 255, 0.5); /* color:#fff; Textfarbe */
	background-color:#41484c;
	font-weight: normal;	
    }
	
	
/*
ul#HMenue a {
			position: relative;
			display: block;
			font-size: 0.6em;
			color: rgba(255, 255, 255, 0.5);
			line-height: 1.25em;
			margin: 0.5em 0 0 0;
		}
	ist kopie von p	*/	
	
    * html ul#HMenue a {  /* Nur fuer IE */
      width: 1em;
      w\idth: auto;
    }
    ul#HMenue a:hover {
	color:#fff;
	background-color:#41484c;
    }

/* ende ham */
/* mein GRAUES MENÜ ORI  */

ul#Menue { 
      margin:-4px; padding:-4px; 
  /*    border:1px solid #000000;*/
    }
    ul#Menue li {
	list-style:none;
	margin:1px;
	padding:1px;
/*	display:inline; /* damit horizontal */
    }
    ul#Menue a {
	padding:1px;/* höhe */
	text-decoration:none;
	border:1px solid #000000;
	border-left-color:#FFFFFF;
	border-top-color:#FFFFFF;
	color:#333;/* Textfarbe*/
	background-color:#C0C0C0;
	font-weight: normal;
	word-spacing: inline;
    }
    * html ul#Menue a {  /* Nur fuer IE */
      width: 1em;
      w\idth: auto;
    }
    ul#Menue a:hover {
	border-color:#FFFFFF;
	border-left-color:#000000;
	border-top-color:#000000;
	color:#F00;
	background-color:#808080;
    }

/* - Menü - */
}
