body {
	margin: 0px;
	padding: 0px;
	background-image: url(bilder/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tdnav {
	background-color: #D9BE97;
	background-image: url(bilder/bg_tdnav.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.divnav {
	padding: 5px;
	border-bottom: 5px solid #D5D9E3;
}
.nav {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:  url(bilder/bg_nav_n.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 19px;
	text-decoration: none;
	display: block;
}
.nav:hover {
	color: #25426D;
	background-image:  url(bilder/bg_nav_a.gif);
}
.navactive {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #25426D;
	background-image:  url(bilder/bg_nav_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 19px;
	text-decoration: none;
	display: block;
}
.subnav {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:  url(bilder/bg_subnav_n.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	text-decoration: none;
	display: block;
}
.subnav:hover {
	color: #25426D;
	background-image:  url(bilder/bg_subnav_a.gif);
}
.subnavactive {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #25426D;
	background-image:  url(bilder/bg_subnav_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	text-decoration: none;
	display: block;
}
.tdcontent {
	background-color: #D9BE97;
	background-image:  url(bilder/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.content {
	font-size: 12px;
	color: #25426D;
	margin: 10px;
}
.content h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.content table {
	font-size: 12px;
	color: #25426D;
	margin: 0px;
}
.content a {
	color: #FFFFFF;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;	
}
.addonnav {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.line {
	font-size: 1px;
	line-height: 1px;
	margin-bottom: 15px;
	padding-top: 15px;
	border-bottom: 3px solid #ECDECB;


}
