/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FEF0BE;
	scrollbar-3dlight-color : #006624;
	scrollbar-arrow-color : #006624;
	scrollbar-base-color : #FEF0BE;
	scrollbar-darkshadow-color : #FEF0BE;
	scrollbar-face-color : #FEF0BE;
	scrollbar-highlight-color : #FEF0BE;
	scrollbar-shadow-color : #006624;
	scrollbar-track-color : #FEF0BE;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
}
#framecontentBottom{
	position: absolute; 
	top: 0; 
	width:100%; 
	height: 31px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #FAC400;
}

#framecontentBottom{
top: auto;
bottom: 0px; 
width:100%;
height: 31px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #FAC400;
}

#maincontent{
position: fixed; 
top:0px; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 31px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0px 0 31px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
td.hgtop{
	background-color:#FAC400;
}
td.contentleftwh{
	background-image:url(../img/muster_content_wh.jpg);
	background-repeat:repeat-y;
}
td.contentleft{
	background-image: url(../img/muster_content_left.jpg);
	background-repeat: no-repeat;
}
td.navleft{
	background-image:url(../img/nav_left.jpg);
	background-repeat:no-repeat;
	background-color:#FDECAC;
}
td.navright{
	background-image:url(../img/nav_right.jpg);
	background-repeat:no-repeat;
	background-color:#FDECAC;
}
td.hgcontent{
	background-image: url(../img/hg_content.jpg);
	background-repeat:no-repeat;
	background-color:#FDECAC;
}
td.hgnav{
	background-image:url(../img/hg_nav.jpg);
	background-repeat:no-repeat;
	background-color:#FDECAC;
}
/*Hauptnavigation erweiterbar */
ul.menu {
	margin-left: 0px;
	padding-left: 0px;
	width: 176px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.menu li {
	list-style-type: none;
	width: 176px;
	padding-left: 0px;
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	list-style-image: none;
}
ul.menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D360A;
	text-decoration: none;
	display: block;
	width: 176px;
	height: 22px;
	line-height: 22px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	text-indent: 54px;
	font-weight: normal;
}
ul.menu li a:link {
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.menu li a:visited {
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #990000;
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.menu li a:active {	/* doesn't work when reloaded */
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
/*content */
td.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0D360A;	
	line-height:20px;
}
strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0D360A;	
	line-height:20px;
	font-weight: bold;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0D360A;	
	line-height:20px;
}
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0D360A;	
	line-height:20px;
}
font{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0D360A;	
	line-height:20px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0D360A;	
	line-height:20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:39px;
	color:#990000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:bold;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:39px;
	color:#35701D;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:bold;
}
hr{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D9C36D;
	height: 1px;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	text-decoration: none;
}
a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	text-decoration: none;

}
a:active{
	text-decoration: none;
}
a:hover{
	color:#000000;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
td.content ul{
	margin: 0 0 9 10;
	padding: 0 0 0 4;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../img/li.gif);
	background-image: none;
}
td.content li{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 1px;
	background-image: none;
}
img{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
td.hgfooter{
	background-color:#FAC400;
}
td.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #966705;
	text-decoration: none;
	line-height:31px;
}
td.footer strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #966705;
	text-decoration: none;
	line-height:31px;
	font-weight:bold;
}
td.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #966705;
	text-decoration: none;
	line-height:31px;
}
td.footer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #966705;
	text-decoration: none;
	line-height:31px;

}
td.footer a:active{
	text-decoration: none;
}
td.footer a:hover{
	color:#000000;
	text-decoration: none;
}
td.footer a:visited{
	text-decoration: none;
}