  body {
    color: #202F75; background-color: white;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 10px;
    min-width: 410px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
  h1 {
    font-size: 16px;
    margin: 0 0 5px; padding: 4px;
    text-align: center;
    background-color: #fed;
    border: 0px ridge silver;
  }
  div#Inhalt h2 {
    font-size: 14px;
    margin: 2px 0;
  }
  ul#Navigation li p{
    	list-style: none;
    	margin: 0; padding: 0.5em;
    	color: black; background-color: #fac;
  }
  ul#Navigation li {
    	list-style: none;
    	margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    	display: block;
    	padding: 0.2em;
    	font-weight: bold;
    	text-decoration: none;
  }
  ul#Navigation a:link {
    	color: black; background-color: #eee;
  }
  ul#Navigation a:visited {
    	color: #666; background-color: #eee;
  }
  ul#Navigation a:hover {
    	color: black; background-color: white;
  }
  ul#Navigation a:active {
    	color: white; background-color: gray;
  }
#container {
	float: left;
	height: 668px;
	width: 1020px;
	position: relative;
}
#container #right_nav {
	float: right;
	height: 668px;
	width: 44px;
	position: relative;
    	background-image: url(/heka/include/images/RTF_fut.png);  
    	background-repeat: no-repeat;
    	background-position: 0px 1px;
}
#container #hnavi_head {
	float: left;
	height: 80px;
	width: 976px;
	position: relative;
}
#container #navi_block_left {
	float: left;
	height: 490px;
	width: 490px;
	position: relative;
}
#container #Inhalt {
	float: right;
	height: 550px;
	width: 470px;
	margin-left: 10px;
	position: relative;
	overflow: auto;
}
#container #Inhalt #blockImg {
	float: left;
	height: 560px;
	width: 260px;
	position: relative;
}
#container #Inhalt #blockTxt {
	float: left;
	height: 560px;
	width: 476px;
	position: relative;
}
#container #hnavi_footer {
	float: right;
	height: 20px;
	width: 566px;
	position: relative;
	text-align: right;
	margin-top: 10px;
	padding-right: 10px;
}
