/*@media screen, projection {
 exploit a parsing bug so @media rules are visible to MacIE5 */
.BeNiceToMacIE5 { font-family: inherit }
html,body {
	background-image: url("elemente/hg.jpg");
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position: top center;
	background-color: #ffffff;
	}

.kopf{
	margin: 0;
	width:200px;
	height:100px}


.referenzen{
	width: 950px;
	position: absolute;
	z-index:1;
	margin:0;
	text-align: right;
	}



.unten{
	text-align: left;
	width: 950px;
	position:relative;
	top: 140px;
	}


.menu{
	font-size:1.2em;
	background-image: url(elemente/mhg.gif);
	background-repeat:no-repeat;
	padding:0;
	width:200px;
	display:block;
	float:left;
	position:fixed;
	line-height: 0.9em;
	}

.menu a  {
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 0px;
	width:100%;}
.menu a:link  { color: #556677 }
.menu a:visited  { color: #556677 }
.menu a:hover { color: #f57300 }

.menu span{
	font-size:0.9em;
	}
.menu span a{
	margin:0;
	font-weight: normal;
	white-space: nowrap;
	}
.menu span a:hover{
	background-color: #FFF;
	}

.hm{
	font-weight: bold;
	text-indent:10px;
	margin-top:20px;
	}

.sub2{
	text-indent:15px;
	}
.sub3{
	text-indent:20px;
	}


.content{
	width:700px;
	float:right;
	text-align:left;
	}

.block {
	width:100%;
	display: block;
	margin: 0 0 30px 0;
	padding: 9px;
	}


.bilder{}


.bilder_links{
	float:left;
	margin-right:10px;
	margin-left:-20px;
	}

.bilder_rechts{
	float:right;
	margin-left:10px;
	}


.text { padding: 0  }


.i_aktuell {
	color: #000000;
	background-color: #D8F9FF;
	text-align: left;
	margin: 10px 0 10px 100px;
	padding: 4px 2px 4px 10px;
	width: 700px;
	vertical-align: top;
	border: solid 1px #f57300
	}

.i_aktuell a { font-weight: bold;}
.i_aktuell a:link  { color: #323c46 }
.i_aktuell a:visited  { color: #323c46 }
.i_aktuell a:hover { color: #f57300 }


img { border: 0 #000000 }

.clear {
	margin: 0;
	clear: both;
	overflow: hidden
	}


.footer{
	float:left;
	display:block;
	overflow:hidden;
	width:100%;
	bottom:0;
	height: 20px;
	margin-top:20px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #eeeeee;
	font-size: 0.9em;
	color: #556677;
	}

.footer a{
	color:#556677;
	text-decoration: none;
	}