/*@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-position: left bottom;
	background-color: transparent;
	}

.kopf{margin: 0;}


.menu{
	width: 950px;
	position: absolute;
	z-index:1;
	border-top: 1px solid #fff;
	margin:0;
	text-align: center;
	}

.hm{
	background-color: #C4F3FF;
	border-bottom: #ffffff 1px solid;
	}
a:hover.hm {
	background-color: #ffffff;
	}

.bereich{
	display: block;
	text-align: left;
	padding: 0 0 0 0px;
	font-size:1em;
	}


.bereich a{
	font-weight: bold;
	text-align: center;
	display:block;
	width:100%;
	padding: 2px 0px 2px 0px;
	}

.bereich span{
	overflow: hidden;
	text-align: center;
	}

.bereich span a{
	margin:0;
	background-image: url("elemente/pixw.png");
	font-weight: normal;
	text-indent: 5px;
	padding-left: 0px;
	border-top:1px solid #C4F3FF;
	font-size:0.9em;
	white-space: nowrap;
	}

/* Funktionsstoerung im IE
* html .bereich span a{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='elemente/pixw.png', sizingMethod = 'scale');
	}*/

.bereich span a:hover{
	background-color: #FFF;
	}

.inhalt{
	background-color: #ffdc64;
	background-image: url("elemente/inhalt_hg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left; width: 950px;
	position:relative;
	top: 22px;
	}

.content  {
	margin-right: 10px;
	margin-left: 10px;
	}

.block {
	background-image: url("elemente/pix.png");
	display: block;
	width:900px;
	margin: 15px;
	padding: 9px;
	border: solid 1px #fff
	}

* html .block{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='elemente/pix.png', sizingMethod = 'scale');
	}

.text  { padding: 15px }
.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 }

.menu_aktiv { background-color: #fff }


.menu a  { text-decoration: none;}
.menu a:link  { color: #323c46 }
.menu a:visited  { color: #323c46 }
.menu a:hover { color: #f57300 }

.menu_aktiv a  { color: #f57300 }
.menu_aktiv a:link  { color: #f57300 }
.menu_aktiv a:visited  { color: #f57300 }
.menu_aktiv a:hover { color: #f57300 }

.menu_sub td{
	text-align: left;
	}
.menu_sub a{
	padding:1px 10px 1px 10px;
	background-color: #ffffff;
	border-bottom: #00CDFF solid 1px;
	}
.menu_sub a:hover{
	}

img { border: 0 #000000 }

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



.footer{
	height: 20px;
	padding-top: 3px;
	text-align: center;
	background-color: #ff9b00;
	font-size: 0.8em;
	color: #ffffff;
	}
.footer a{
	color:#ffffff;
	text-decoration: none;
	}