@import url(modules.css);

	html, body {
		height:100%;
		}

/*	body {
		background-color:#000000;
		background-image: url(./bilder/back.png);
		margin:0px;
		padding:0px;
		font-family: Verdana;
		font-size: 9pt;
		line-height: 12pt;
		}*/

	body {
		background-color:#ffffff;
		background-image: url(./bilder/hscback.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		margin:0px;
		padding:0px;
		font-family: Verdana;
		font-size: 9pt;
		line-height: 12pt;
		}
		
	td.back {
		background-image: url(./bilder/back_horz_tor.png);
		background-color:#ffffff;
		}
		
	td.backhead {
		background-image: url(./bilder/back_vert_tor.png);
		background-color:#ffffff;
		}
		
	a.inactive {
		font-family: Verdana;
		font-size: 9pt;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		}
		
	a.inactive:hover {
		font-family: Verdana;
		font-size: 9pt;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		}
		
	a.active {
		font-family: Verdana;
		font-size: 9pt;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		line-height: 18pt;
		}

	a.inactivesub {
		font-family: Arial;
		font-size: 9pt;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		line-height: 18pt;
		}
		
	a.inactivesub:hover {
		font-family: Arial;
		font-size: 9pt;
		color: #000000;
		font-weight: bold;
		text-decoration: underline;
		}
		
	a.activesub {
		font-family: Arial;
		font-size: 9pt;
		color: #000000;
		font-weight: bold;
		text-decoration: underline;
		}

	a.inactivesub1 {
		font-family: Arial;
		font-size: 8pt;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		}
		
	a.inactivesub1:hover {
		font-family: Arial;
		font-size: 8pt;
		color: #000000;
		font-weight: bold;
		text-decoration: underline;
		}
		
	a.activesub1 {
		font-family: Arial;
		font-size: 8pt;
		color: #000000;
		font-weight: bold;
		text-decoration: underline;
		}

	a.inactivesub2 {
		font-family: Arial;
		font-size: 7pt;
		color: #000000;
		font-weight: normal;
		text-decoration: none;
		}
		
	a.inactivesub2:hover {
		font-family: Arial;
		font-size: 7pt;
		color: #000000;
		font-weight: normal;
		text-decoration: underline;
		}
		
	a.activesub2 {
		font-family: Arial;
		font-size: 7pt;
		color: #000000;
		font-weight: normal;
		text-decoration: underline;
		}
		
	a {
		font-family: Verdana;
		font-size: 9pt;
		color: #000000;
		text-decoration: underline;
		}

	h1 {
		font-family: Verdana;
		font-size: 12pt;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		}
		

	#background_navigation_back_active {
		background-image: url(./bilder/headnav_back_active.png);
		color: #ffffff;
		}

	#background_navigation_back_inactive {
		background-image: url(./bilder/headnav_back_inactive.png);
		color: #ffffff;
		}
		
        .contentimage img {width: 150px; border: 1px solid #a0a0a0;}


		
		
		
	
	#absolute {
		position;absolute;
		top: 0px;
		width:1000px; 
		height:100%;
		}

		
	#background {
		position: absolute;
		top: 0px;
		width:1000px; 
		height:100%;
		background-image: url(./bilder/back_horz_tor.png);
		background-color:#ffffff;
		}
		
	#header {
		position: absolute;
		top: 0px;
		width:1000px; 
		height:170px;
		background-image: url(./bilder/back_vert_tor.png);
		background-color:#ffffff;
		z-index:15;
		}
		
	#header_background {
		position: absolute;
		top: 25px;
		left: 25px;
		width:220px; 
		height:170px;
		background-color:#ffcc00;
		z-index:1;
		}
		
	#header_navigation {
		position: absolute;
		top: 170px;
		left: 205px;
		width:770px; 
		height:25px;
		z-index:2;
		}
		
	#header_background_huk {
		position: absolute;
		top: 35px;
		left: 695px;
		width:280px; 
		height:160px;
		z-index:2;
		}
		
	#background_navigation {
		position: absolute;
		top: 0px;
		left: 25px;
		width:180px; 
		height:100%;
		background-color:#ffcc00;
		z-index:10;
		}
		

		
	#inhalt {
		position: absolute;
		top: 0px;
		left: 205px;
		width: 770px; 
		height: 100%;
		background-color:#ffffff;
		border: 0px solid black;
		z-index:10;

		}
		
	#inhalt_platzhalter {
		width: 770px; 
		height: 210px;
		background-color:#ffffff;
		border: 0px solid black;
		}
