body,html { font-family: arial, sans-serif; font-size:8px; width: 100%; height: 100%; margin: 0px; padding: 0px; }
body { background-color: #82795d; }
img { border-style: none; }
td { font-family: arial, sans-serif; font-size:11px; }

tr.shadow { height: 10px; empty-cells: show; }
td.shadow_left { empty-cells: show; width: 10px; background-image: url('img/shadow_left.png'); background-repeat: repeat-y; background-position: right; }
td.shadow_right { empty-cells: show; width: 10px; background-image: url('img/shadow_right.png'); background-repeat: repeat-y; background-position: left; }
td.shadow_up { empty-cells: show; height: 10px; background-image: url('img/shadow_up.png'); background-repeat: repeat-x; background-position: bottom; }
td.shadow_bottom { empty-cells: show; height: 10px; background-image: url('img/shadow_bottom.png'); background-repeat: repeat-x; background-position: top; }
td.shadow_c0 { empty-cells: show; height: 10px; width: 10px; background-image: url('img/shadow_corner0.png'); background-repeat: repeat-x; background-position: right bottom; }
td.shadow_c1 { empty-cells: show; height: 10px; width: 10px; background-image: url('img/shadow_corner1.png'); background-repeat: repeat-x; background-position: left bottom; }
td.shadow_c2 { empty-cells: show; height: 10px; width: 10px; background-image: url('img/shadow_corner2.png'); background-repeat: repeat-x; background-position: right top; }
td.shadow_c3 { empty-cells: show; height: 10px; width: 10px; background-image: url('img/shadow_corner3.png'); background-repeat: repeat-x; background-position: left top; }


h2 {
	margin: 5px 10px 25px 10px;
	padding: 0px 0px 2px 0px;
	color: black;
	font-family: serif;
	font-weight: normal;
	font-style: italic;
	font-variant: small-caps;
	font-size: 18px;
	display: block;
	background-image: url("img/hr-001.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
table.main { empty-cells: show; margin-top: 15px; }
td.main { width: 790px; height: 450px; background-color: #c5ba9a; empty-cells: show; background-image: url("img/bg-main01.gif"); background-repeat: repeat-y; }
div.main { width: 790px; height: 100%; margin: 0px; padding: 0px; background-image: url("img/bg-main02.jpg"); background-position: bottom; background-repeat: no-repeat; display: table; empty-cells: show; }
div.head { width: 790px; height: 100%; margin: 0px; padding: 0px; background-image: url("img/bg-main03.gif"); background-position: top; background-repeat: no-repeat; display: table; empty-cells: show; }
table.content { empty-cells: show; margin-top: 20px; margin-left: 30px; margin-bottom: 40px; }
td.content { width:400px; height: 450px;  background-image: url("img/transparent-white-25.png");  }
div.content { width: 390px; height: 440px; background-color: white; display: table; margin: 5px; }
div.contentbg { width: 380px; height: 430px; background-image: url("img/content-bg.jpg"); background-repeat: no-repeat; display: table; margin: 5px; }
table.motiv { width: 790px; height: 100%; background-image: url("img/motiv.jpg"); background-repeat: no-repeat; background-position: 0px 195px; }
span.menu {
	font-family: arial, sans-serif;
	font-size: 12px;
	cursor: pointer;
	padding: 10px 20px 10px 20px;
	font-variant: small-caps;
	background-image: url("img/menu-bg.gif");
	background-repeat: no-repeat;
	background-position: 5px 12px; 
}
div.rollup{
	display: table;
	width: 160px; 
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	position: absolute;
	visibility: hidden;
	background-image: url("img/transparent-white-25.png ");
}

a.rollup{
	display: block;
	padding: 3px;
	border-style: none;
	cursor: pointer;
	color: black;
	text-decoration: none;
}

a.rollup:hover{
	background-color: white;
}

p {
	margin: 5px 10px 25px 10px;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: black;
}

a {
	color: #006633;
	text-decoration: none;
}