body {
	background-image:url(../img/bg.jpg);
	margin:0px;
}
body, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	line-height:1.3;
}

/*
h1 {
	font-size:14px;
	color:#555F55;
	margin-top:20px;
}
*/
h1 {
	font-size:15px;
	color:#88894F;
	border-bottom:1px dotted #88894F;
}
h2 {
	font-size:12px;
	color:#555F55;
	margin-top:17px;
}
h3 {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	text-decoration:underline;
	margin-top:15px;
}
h4 {
}
h5 {
}
a {
	text-decoration:none;
	color:#747E47;
}
a:link {
}
a:visited {
}
a:hover {
	color:#66AA00;
}
a:active {
}
/* Tabellen Layout */
table.page {
	background-color:#F0E6D2;
	border:5px solid #FFFFFF;
}
td.head {
	background-image:url(../img/head.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:200px;
}
td.top_navi {
	background-image:url(../img/top_navi_bg.jpg);
	background-repeat:no-repeat;
	height:25px;
}
td.breadcrumb {
	background-image:url(../img/breadcrumb_bg.jpg);
	background-repeat:no-repeat;
	height:15px;
	font-size:9px;
	padding-left:15px;
}
td.navi_left {
}
td.navi_right {
}
td.main {
}
td.footer {
	height:50px;
	font-size:9px;
	border-top:1px solid #D8C094;
}
/* Tabellen für Navigation links/rechts */
table.navi_left {
	margin:0px 0px 0px 12px;
}
table.navi_right {
	margin:0px 12px 0px 0px;
}
table.navi_right td.navi_bg {
	padding:10px;
	font-size:10px;
	background-image:url(../img/navi_bg.gif);
	background-repeat:repeat-y;
}
table.navi_right td.navi_bg ul {
	padding:0px;
	margin:0;
}
table.navi_right td.navi_bg ul li {
	padding:0px;
	margin:0;
	line-height:1.2;
	background:none;
}
td.navi_top {
	background-image:url(../img/navi_table_top.jpg);
	background-repeat:no-repeat;
	width:181px;
	height:8px;
}
td.navi_bg {
	background-image:url(../img/navi_table_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:161px;
	height:500px;
}
td.navi_bg ul {
	margin:0px 0px 0px 3px;
	padding:0px ;
	list-style-type:none;
}
td.navi_bg ul li {
	background-image:url(../img/navi_button_bg.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 0px 0px 15px;
	line-height:2.5;
	width:160px;
}
td.navi_bg ul li a {
	font-weight:bold;
	color:#77793F;
}
td.navi_bg ul li ul {
	margin:0px;
	padding:0px;
}
td.navi_bg ul li ul li {
	background-image:url(../img/navi_button_bg2.gif);
	margin:0px;
	padding-left:10px;
	width:150px;
	font-size:11px;
	line-height:2.3;
}
td.navi_bg ul li ul li a {
	font-weight:normal;
	color:#22491F;
}
td.navi_bg a {
	font-weight:normal;
	color:#444D26;
}
td.navi_bg a:link { }
td.navi_bg a:visited { }
td.navi_bg a:hover {
	color:#747E47;
}
td.navi_bg a:active { }
td.navi_footer {
	background-image:url(../img/navi_table_footer.jpg);
	background-repeat:no-repeat;
	width:181px;
	height:5px;
}
/* Tabellen für Inhalt (main) */
table.main {
	margin:0px 11px 20px 11px;
}
td.main_top {
	background-image:url(../img/main_table_top.jpg);
	background-repeat:no-repeat;
	width:576px;
	height:8px;
}
td.main_bg {
	background-image:url(../img/main_table_bg.jpg);
	background-repeat:repeat-y;
	width:536px;
	height:500px;
	padding:10px 20px 10px 20px;
}
td.main_footer {
	background-image:url(../img/main_table_footer.jpg);
	background-repeat:no-repeat;
	width:576px;
	height:5px;
}

td.contentheading {
	font-size:16px;
	font-weight:bold;
	color:#88894F;
	border-bottom:1px dotted #88894F;
	width:530px;
	padding-top:5px;
}

img {
}

p.small {
	font-size:8px;
	font-weight:bold;
	color:#666666;
}
table.small td {
	font-size:8.5px;
/*
	line-height:1.7;
*/
}
table.small td a {
	font-weight:bold;
}
