@font-face {
	font-family: 'superscript';
    font-style: normal;
	font-weight: 400;
	src: local(''),
         url('../fonts/SUPERSCR.TTF') format('truetype');
	}
	
html {
	min-height: 101%;
	}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:100.00%;
    color:#000;
	margin:5% 5% 5% 5%;
	/*-- margin: top right bottom left --*/
	/* min-width: 920px; */
	/*-- max-width: 920px; --*/
	background: #fff;
	}

@-ms-viewport {
	width: device-width;
	}
	
.menuezeile{
	position:relative;	
	/* white-space: nowrap; */
	margin:0 0 0 0;
	text-align:right;
	}

.bildmenue{
	margin:40 0 0 0;
	}
	
.height{
	max-height: 650px;
}


/* .superscript { /*OK*/
/*	font-family: 'superscript', normal;
	color: steelblue;
	}
*/
	
#wrap .float_r{
   position:fixed;
   top:20%;
   /* visibility: hidden; */
   display: none;
   /*right:10%;*/
   
  }
  #wrap:hover .float_r{
	  /* visibility: visible; */
	  display: block;
	  /* white-space: nowrap; */
	  max-width: 90%; /*beeinflussst die Bildbreite, z.B. Smartphone. 90% = 100% abzgl. 5% links (s. Margn bei body) abzgl. 5% für Symmetrie auf der rechten Seite*/
  }



 

			
  
/*--- Links ----------------------------------------------------------------------------------------- */

  a ,
  a:visited ,
  a:focus  { background:transparent; text-decoration:none; color:#000; font-weight:normal; font-size:12px; }
  a:hover  { background:transparent; text-decoration:none; color:red; font-weight:normal; font-size:12px; }
  a:active { background:transparent; text-decoration:none; color:#FFFFFF; font-weight:normal; font-size:12px; }
  
  a>div { display: none; }
  a:hover>div { display: block; margin: 0 0 0 0; }


  
 a.inside,
  a.inside:visited,
  a.inside:focus,
  a.inside:active { background:transparent; text-decoration: none; color: #E51C01; font-size:10px; }
  a.inside:hover { color: #008f00; }

 a.superscript { font-family: 'superscript', normal; color: #E51C01; font-size: 10px;}
  a.superscript:hover { color: steelblue; }




