body {
	background-color: #F3F3F3;
	margin: 30px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #333333;
}
a {
	color: #993333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	color: white;
}
h2 {
	font-size: 14px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #76363B;
}
/* panel + page setup ******************************************/
div.panel {
	width: 782px;
/*	border: 1px solid red;*/
	text-align: left;
	background-color: white;
}
div.bordertop {
	position: relative;
	background-image: url(../images/border_top.jpg);
	background-repeat: repeat-x;
}
div.borderbottom {
	position: relative;
	background-image: url(../images/border_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}
div.borderleft {
	background-image: url(../images/border_left.jpg);
	background-repeat: repeat-y;
/*	border: 1px solid pink;*/
}
div.borderright {
	background-image: url(../images/border_right.jpg);
	background-repeat: repeat-y;
	background-position: top right;
/*	border: 1px solid green;*/
}
/* top level navigation ****************************************/
div.topnav {
	padding-top: 5px;
	height: 31px;
	padding-right: 11px;
	position: relative;
/*	border: 1px solid blue;*/
}
#topnav ul {
	position: absolute;
	top: 19px;
	right: 14px;
	margin: 0;
	padding: 0;
}
#topnav ul li {
	display: inline;
	font-weight: bold;
	height: 26px;
	list-style-type: none;
	padding-right: 7px;
	padding-left: 7px;
	border: 0px solid #EAEAEA;
	border-right-width: 1px;
}
#topnav ul li a {
/*	display: block;*/
	padding-top: 7px;
	font-size: 12px;
	color: #979797;
}
#topnav li.active a {
	color: #76363B;
}
#topnav li.trail a {
        color: #76363B;
}
#topnav a:hover {
	text-decoration: none;
	color: #76363B;
}
/* header ******************************************************/
div.logo {
	padding-left: 44px;
	height: 80px;
}
div.headerouter {
	margin-top: 34px;
	margin: 25px;
	border: 0px dashed #D0CECE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #F3F3F3;
}
div.headerinner {
	position: relative; 
	height: 235px; 
	background-image: url(../images/header_color_waberit.gif); 
	background-position: top-left; 
	background-repeat: no-repeat;
}
div.contenttitle {
	position: absolute;
	width: 365px;
	top: 43px;
	right: 360px;
/*	border: 1px solid blue;*/
	text-align: right;
}
div.contenttitle h1 {
	color: white;
}
/* content *****************************************************/
div.content {
	padding-left: 35px;
	padding-bottom: 35px;
	padding-right: 335px;
/*	border: 1px solid red;*/
}
div.iecontent {
	/* special care for a "special" browser */
	width: 390px;
/*	border: 1px solid red;*/
}
div.subnav {
	width: 243px;
	float: right;
	padding-right: 75px;
	padding-bottom: 36px;
/*	border: 1px solid blue;*/
}
#subnav ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #D0CECE;
}
#subnav li {
	list-style-type: none;
	border: 1px solid white;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-bottom-color: white;
	border-top: 1px dashed #D0CECE;
	margin: 0;
	padding: 0;
}
#subnav li.active {
	background-image: url(../images/active_arrow_waberit.gif);
	background-repeat: no-repeat;
	background-position: 237px 10px;
}
#subnav a {
	display: block;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	color: #979797;
}
#subnav a:hover {
	text-decoration: none;
	color: #6C0D17;
}
#subnav li.leaf a {
	font-weight: normal;
	color: #979797;
}
#subnav li.leaf a:hover {
	color: #6C0D17;
}
#subnav li.trail a {
	font-weight: normal;
}
#subnav li.active a {
	font-weight: bold;
	color: #000000;
}
/*#subnav li.active a:hover {
	color: #6C0D17;
}*/
#subnav li.active li a {
	font-weight: normal;
	color: #979797;
}
#subnav li.closed a {
	font-weight: normal;
	color: #979797;
}
#subnav li ul {
	border: none;
}
#subnav li.trail {
	border-bottom-width: 0;
}
#subnav ul.level3 a {
	padding-left: 10px;
}
#subnav ul.level4 a {
	padding-left: 20px;
}
#subnav ul.level5 a {
	padding-left: 30px;
}
hr.cleaner {
	with: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	clear: left;
	visibility: hidden;
}
img.teaser {
	float: right;
	border: none;
}
img.thumb {
	padding-bottom: 5px;
}
img.left {
	float: left;
}
div.line {
	border: 0px dashed #999999;
	border-top-width: 1px;
}
div.picleft {
	padding-left: 120px;
}
tr.closed td.switch {
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
tr.open td.switch {
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
tr.closed div.collapsibletitle {
	font-weight: normal;
}
tr.open div.collapsibletitle {
	font-weight: bold;
	border: 0 #999999 dashed;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	margin-bottom: 4px;
}
tr.closed div.collapsibletext {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
tr.open div.collapsibletext {
/*	background-color: pink;
	position: relative;*/
	padding-bottom: 4px;
}
