body{
	background:#B9B6AF;
}

table.rahmen{
	background:#3F3F3F;
	font-family:arial;
	font-size:8pt;
	width:760px;
}

td.titelbild {
	background:#3F3F3F url("Bilder/oben.jpg");
	background-repeat:no-repeat;
	width:758px;
	height:100px;
}

table.menu {
	background:#6C8462 url("Bilder/menu_hintergrund.jpg") bottom repeat-x;
}

table.menu A{
	background:#6C8462 url("Bilder/menu_hintergrund.jpg") bottom repeat-x;
	text-decoration:none;
	display:block;
	padding-left:5px;
	color:#3F3F3F;
	font-family:arial;
	line-height:25px;
	font-size:11pt;
}

* html table.menu A{
	width:100%;
}

table.menu A:hover{
	background:#7A986D;
	text-decoration:underline;
	color:#3F3F3F;
}

table.submenu1 {
	background:#7A986D;
	border-left:1px solid #3F3F3F;
	border-right:1px solid #3F3F3F;
	border-bottom:1px solid #3F3F3F;
}

table.submenu1 A{
	background:#7A986D;
	text-decoration:none;
	display:block;
	padding-left:10px;
	font-family:arial;
	line-height:24px;
	font-size:10pt;
	color:#3F3F3F;
}

table.submenu1 A:hover{
	text-decoration:underline;
	background:#80A073;
	color:#3F3F3F;
}

table.submenu2 {
	background:#7A986D;
	border:1px solid #3F3F3F;
}

table.submenu2 A{
	background:#7A986D;
	text-decoration:none;
	display:block;
	padding-left:10px;
	color:#3F3F3F;
	font-family:arial;
	line-height:24px;
	font-size:10pt;
}

table.submenu2 A:hover{
	text-decoration:underline;
	background:#80A073;
	color:#3F3F3F;
}

td.content{
	 background:#D4D0C8;
	 width:760px;
	 height:424px;
	 font-family:arial;
	 padding-top:20px;
	 padding-left:15px;
}

table.image{
	background:url("Titelbilder/standard.jpg");
	background-repeat:no-repeat;
	background-position:106px 97px;
}

.externer_link{
	text-decoration:underline;
	color:#3F3F3F;
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
}

.externer_link:hover{
	text-decoration:none;
	color:#3F3F3F;
}


