BODY {
	margin:0;
	color : #000000;
	background-color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : center;
}

TABLE, TD {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

P{
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.standard {
	width:400; height:395; 
}

.schatztruhe {
	width:440; height:305; 
}

A, A:LINK, A:VISITED {
	color : #377a1f;
	text-decoration : none;
}
A:HOVER {
	text-decoration : underline;
}
A:ACTIVE {
	color : #e0e9c2;
	text-decoration : underline;
}

A.navi, A:LINK.navi, A:VISITED.navi {
	color : #000000;
	text-decoration : none;
	font-size : 14px;
	font-weight: bold;
}
A:HOVER.navi {
	color : #377a1f;
	text-decoration : underline;
}
A:ACTIVE.navi {
	color : #e0e9c2;
}

A.subnavi, A:LINK.subnavi, A:VISITED.subnavi {
	color : #377a1f;
	text-decoration : none;
}
A:HOVER.subnavi {
	color : #000000;
	text-decoration : underline;
}
A:ACTIVE.subnavi {
	color : #ff0000;
	text-decoration : none;
}

IMG.rahmen {
	border: solid 1px #377a1f;
}
UL, LI {
	list-style : bullet;
}
HR {
	height : 1px;
	color : #e0e9c2;
	background-color : #e0e9c2;
	border: none;
	text-align : center;
}
INPUT, TEXTAREA, SELECT {
	color : #377a1f;
	background-color : #e0e9c2;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	border:none;
}

DIV.shadow, SPAN.shadow { float: left; background-color: #555555; padding: 0;}
DIV.shadow IMG, SPAN.shadow IMG { display:block; position: relative; top: -4px; left: -4px; }

filter:alpha(opacity=50); -moz-opacity:0.5;