/* CSS Document */

div#stand {
	WIDTH: 1024px;
	position: relative;
	MARGIN: 30px auto;		
	background-color: #FFFFFF;
	/*padding: 5px 5px 5px 5px;
	border-color: #e4eab1;
	border-width: 2px;
	border-style: solid;*/
}

	.content1 {
	width: 1024px;
	position: relative;
	border-color: #a4a5a5;
	margin-top: 6px;
	background-image: url(bilder/HG_bild.jpg);
	background-repeat: no-repeat;
	}

	.content2 {
	width: 1024px;
	position: relative;
	border-color: #a4a5a5;
	margin-top: 6px;
	background-image: url(bilder/HG_skizze.jpg);
	background-repeat: no-repeat;
	}
	
	.content3 {
	width: 1024px;
	position: relative;
	border-color: #a4a5a5;
	margin-top: 6px;
	background-image: url(bilder/HG_bild-soft.jpg);
	background-repeat: no-repeat;
	}

/* Navigation */
	
.navi-rechts{
	width: 307px;
	position: absolute;
	top: 48px;
	left: 693px;
	font-family: Calibri, Arial Narrow, Arial, sans-serif;
	font-size: 12px;
	color: #d3e8fb;
	text-align: right;
	text-transform: uppercase;
	z-index: 2;
		}
	.navi-rechts A:link {COLOR: #FFFFFF; text-decoration: none;}
	.navi-rechts A:visited {COLOR: #FFFFFF; text-decoration: none;}
	.navi-rechts A:active {COLOR: #FFFFFF; text-decoration: none;}
	.navi-rechts A:hover {COLOR: #d3e8fb; text-decoration: none;}
	
	
/* Textbereich */

.titel {
	width: 396px;
	position: absolute;
	top: 36px;
	left: 168px;
	z-index: 2;
	height: 51px;
		}
	

div#inhalt {
	font-family: Calibri, Arial Narrow, Arial, sans-serif;
	position: relative;
	padding: 90px 0px 0px 178px;
	min-height: 600px;
	}

.headline {
	width: 550px;
	padding: 10px 0px 0px 0px;
	float: left;
	color: #005094;
	font-size: 24px;
	font-family: Calibri, Arial Narrow, Arial, sans-serif;
	font-weight: bold;
  }

.text {
	float: left;
	width: 550px;
	padding: 290px 0px 20px 0px;
	color: #005094;
	font-size: 14px;
	font-family: Calibri, Arial Narrow, Arial, sans-serif;
	line-height: 150%;
  }	
  	.text A:link {COLOR: #005094; text-decoration: none;}
	.text A:visited {COLOR: #005094; text-decoration: none;}
	.text A:active {COLOR: #005094; text-decoration: none;}
	.text A:hover {COLOR: #005094; text-decoration: none;}

	* html .text { /*IE6 only*/
     padding-top: 0px;
  }
  

.text-impressum {
	float: left;
	width: 550px;
	padding: 10px 0px 20px 0px;
	color: #005094;
	font-size: 14px;
	font-family: Calibri, Arial Narrow, Arial, sans-serif;
	line-height: 150%;
  }	
  	.text-impressum A:link {COLOR: #005094; text-decoration: none;}
	.text-impressum A:visited {COLOR: #005094; text-decoration: none;}
	.text-impressum A:active {COLOR: #005094; text-decoration: none;}
	.text-impressum A:hover {COLOR: #005094; text-decoration: none;}

	* html .text-impressum { /*IE6 only*/
     padding-top: 0px;
  }
	
.belegung1{
	width: 525px;
	position: absolute;
	top: 256px;
	left: 147px;
	z-index: 2;
	height: 42px;
		}

.belegung2{
	width: 485px;
	position: absolute;
	top: 392px;
	left: 169px;
	z-index: 2;
	height: 41px;
		}
		
.belegung3{
	width: 485px;
	position: absolute;
	top: 516px;
	left: 168px;
	z-index: 2;
	height: 42px;
		}

 
/*Fusszeile*/
  
div#footer {
	clear: both;
	height: 20px;
	padding: 10px 0px 0px 350px;
	background-color: #ffffff;
}

.footer {
	color: #822a45;
	font-size: 11px;
	font-family: Calibri, Arial Narrow, Arial, sans-serif;
	}

	.footer A:link {COLOR: #822a45; text-decoration: none;}
	.footer A:visited {COLOR: #822a45; text-decoration: none;}
	.footer A:active {COLOR: #822a45; text-decoration: none;}
	.footer A:hover {COLOR: #822a45; text-decoration: none; font-weight: bold;}
