html, body{	height: 100%; margin: 0px; min-height: 101%; }

@font-face {
  font-family: "Blippo";
  src: url("./fonts/blippo.eot"); /* IE9 Compat Modes */
  src: url("./fonts/blippo.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/blippo.otf") format("opentype"), /* Open Type Font */
    url("./fonts/blippo.svg") format("svg"), /* Legacy iOS */
    url("./fonts/blippo.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/blippo.woff") format("woff"), /* Modern Browsers */
    url("./fonts/blippo.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.logoHead { margin-left: 50px; margin-top: 10px; height: 165px; width: 930px; }
.img_sf 		{ float: right; width: 125px; height: 272px; border: 1px solid #0c73b3; border-radius: 5px; padding: 4px; }
/*.img_leistungen { float: right; width: 306px; height: 155px; border: 1px solid #0c73b3; border-radius: 5px; padding: 4px; }*/
.img_leistungen { float: right; width: 248px; height: 272px; border: 1px solid #0c73b3; border-radius: 5px; padding: 4px; }
.img_openings	{ float: right; width: 306px; height: 155px; border: 1px solid #0c73b3; border-radius: 5px; padding: 4px; }
/*.img_sf	  { float: right; width: 125px, height: 272px; background-color: #FFFFFF; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin-bottom: 25px; }*/

.txt		{ font-family: Verdana; font-size: 13px; line-height: 20px; color: #0c73b3; }
.errTagged	{ font-family: Verdana; font-size: 13px; line-height: 20px; color: #FF0000; }
.msgGreen	{ font-family: Verdana; font-size: 13px; line-height: 20px; color: #00CC00; }
.msgOrange	{ font-family: Verdana; font-size: 13px; line-height: 20px; color: #FF9900; }
.hinweis	{ font-family: Verdana; font-size: 15px; line-height: 20px; color: #000000; font-weight: bold; }
.infoBoxTextBold	{ font-family: Verdana; font-size: 15px; line-height: 20px; color: #0c73b3; font-weight: bolder; }

a					{ font-family: Verdana; color: #000; font-size: 13px; line-height: 20px; text-decoration: underline; }
a:hover				{ font-family: Verdana; color: #000; font-size: 13px; line-height: 20px; text-decoration: underline; }
a.innerTable	   	{ font-family: Verdana; color: #000; font-size: 13px; line-height: 16px; text-decoration: underline; }
a.InnerTable:hover	{ font-family: Verdana; color: #000; font-size: 13px; line-height: 16px; text-decoration: underline; }
a.higher			{ font-family: Verdana; color: #000; font-size: 13px; line-height: 20px; text-decoration: underline; }
a.higher:hover		{ font-family: Verdana; color: #000; font-size: 13px; line-height: 20px; text-decoration: underline; }
a.active			{ font-family: Verdana; color: #000; font-size: 13px; line-height: 20px; text-decoration: none; font-weight: bold }
a.active:hover		{ font-family: Verdana; color: #000; font-size: 13px; line-height: 20px; text-decoration: underline; font-weight: bold }
a.menu				{ font-family: "Blippo"; color: #0c73b3; font-size: 18px; text-decoration: underline; }
a.menu:hover		{ font-family: "Blippo"; color: #0c73b3; font-size: 18px; text-decoration: underline; }


<style>
	#dummy {  }
	#variablen { top: 11%; right: 0px; margin: 0; padding: 0.5em 1em; position: fixed; color: #000; font-family: Verdana; font-size: 13px; }
	                      
  #logoHead         { margin-left: 50px; margin-top: 10px; height: 165px; width: 930px; position: fixed; z-index: +2; }
	#menu 		        { margin-left: 102px; margin-top: 185px; font-family: Verdana; font-size: 13px; line-height: 20px; color: #0c73b3; font-weight: bold; position: fixed; z-index: +2;  }
  #bgHeadMenu       { margin-left: 0px; margin-top: 0px; height: 225px; width: 930px; position: fixed; z-index: +1; background-color: #FFFFFF; }
	#main 		        { margin-left: 102px; margin-top: 225px; margin-bottom: 184px; font-family: Verdana; font-size: 13px; line-height: 20px; color: #0c73b3; width: 505px; font-weight: bold; z-index: 0; position: absolute; }
	#infoBox	        { left: 650px; top: 184px; width: 285px; border: 1px solid #0c73b3; border-radius: 5px; padding: 4px; position: fixed; z-index: +3; }
	#footer 	        { position: fixed; left: 0px; bottom: 0px; height: 50px; width: 100%; background: #0c73b3; z-index: +1; }	
	#footerTxt 	      { position: fixed; margin-left: 100px; margin-top: 15px; font-family: Verdana; font-size: 13px; line-height: 20px; z-index: +2;  }
	#infoBoxHeadline  { font-family: "Blippo"; font-size: 20px; line-height: 30px; color: #0c73b3; margin-left: 5px; }
	#infoBoxText      { font-family: Verdana; font-size: 13px; line-height: 20px; color: #0c73b3; margin-left: 5px; margin-top: 5px; margin-bottom: 5px; }
          
	#underConstruction { font-family: "Blippo"; font-size: 25px; line-height: 35px; color: #0c73b3; }

	

	
</style>