body {
	font-family: Arial, Helvetica, sans-serif;
	color: #F1F1F9;
	background-color: #4D5D7F;
	text-align: center;
	background-image: url(bgfill.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	margin-top: 29px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

table.layout {
	border: 1px solid #DC342F;
	margin: auto;
	text-align: center;
	width: 931px;
}


td.inhalt {
	background-color: #313B50;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	line-height: 0px;
}
td.inhalt img {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	white-space: nowrap;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
}
td.navispalte {
	background-color: #313B50;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.menu {
	z-index:1000;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-image: url(navi.jpg);
	text-align: left;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DC342F;
}
/* get rid of the table in navi*/
table.subnavi {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
 .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
}

/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:149px;
	color:#313B50;
	text-indent:5px;
	border: 1px solid #9B9B9B;
}
/* hack for IE5.5 */
  .menu a, .menu a:visited {
	width:149px;
	w\idth:149px;
}
/* style the link hover */
.menu a:hover{
	background:#CCCEDD;
	font-weight: bold;
	text-indent: 6px;
	color: #FF0000;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:150px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible;
}
.menu_current {
	font-weight: bold;
	color: #FF0000;
}
/*###################################################################################*/
 /*printer styles*/ 
 @media print{ 

/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
.menu2 a, .menu2 a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:149px;
	color:#313B50;
	text-indent:5px;
	background-color: #CCCEDD;
	font-weight: bold;
	border-top: 1px solid #9B9B9B;
	border-right: 1px solid #9B9B9B;
	border-bottom: none;
	border-left: 1px solid #9B9B9B;
}
.menu2 a:hover {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:149px;
	color:#FF0000;
	text-indent:6px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.menu2last a, .menu2last a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:149px;
	color:#313B50;
	text-indent:5px;
	background-color: #CCCEDD;
	font-weight: bold;
	border-bottom: 1px solid #9B9B9B;
}
.menu2last a:hover {

	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:149px;
	color:#FF0000;
	text-indent:6px;
	background-color: #FFFFFF;
	font-weight: bold;
}

