/* Standard-CSS-Deklaration für die ebm-Homepage */
/* CSS-Anpassung für nicht scrollendes oberes Menue */
/* fuer Browser ohne InternetExplorer ab Version 5  */

html {
	height: 100%;
	background-color: #FFFFFF;
	overflow-y: hidden; /* Probleme mit ScrollBar verhindern */
}
body {
	height: 100%;
	margin: 0;
	overflow-y: hidden; /* Probleme mit ScrollBar verhindern */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/* Diese CLASS soll spaeter fix dargestellt werden */ 
.navigation { 
   z-index: 99; /* scrollt den Inhalt hinter der navigation raus */ 
   border: 0px;
   background-color: #FFFFFF; 
   position: fixed;
   top: 0px; 
   left: 0px; 
   width: 98%; /* laesst die scrollbar immer sichtbar */
   height: 130px; 
   padding: 10px;
}

/* Diese CLASS soll spaeter scrollen */
.main {
	z-index: 2;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	visibility: visible;













}

/* Diese CLASS ist der scrollende Inhalt fuer .main */
.inhalt {
	position: relative;
	border: 0px;
	background-color: #FFFFFF;
	margin-top: 130px;
	padding: 10px;
	visibility: visible;
















}

html {
	height:100%;
	background-color: #FFFFFF;
}
body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
#ueberschrift_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
}
#ueberschrift_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
}
#ueberschrift_3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
#ueberschrift_4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
#fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
#fliesstext_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000099;
}
#mengentext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
#blindtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
