*
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
}

html, body
{
	height: 100%;
	background-image: url(../graphic/background.jpg);
	background-attachment: fixed;
}

div#outerContent
{
	height: 100%;
	text-align: center;
	position: relative;
	background-image: url(../graphic/full_trans.png);
}

div#head
{
	width: 470px;
	margin: auto;
	padding: 0;
	text-align: left;
}

div#innerContent
{
	width: 582px; 
	margin: auto;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 5;
}

div#scroller
{ 
	margin: 145px 0 0 0;
}

div#top
{
	width: 582px;
	height: 120px;
	background-image: url(../graphic/top.png);
	background-repeat: no-repeat;
}

div#content
{
	width: 522px;
	padding: 0 0 0 60px;
	background-image: url(../graphic/content.png);
}

div#bottom
{
	width: 582px;
	height: 121px;
	background-image: url(../graphic/bottom.png);
	background-repeat: no-repeat;
}

img
{
	border: 0px;	
}

a, a:active, a:link, a:visited
{
	color: #6CA557;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #6CA557;
	font-weight: bold;
	text-decoration: none;
}

p
{
	margin: 7px 0 15px 0;
	line-height: 21px;
}

p.hdl
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin: 0;
	line-height: 18px;
}

p.sub_hdl
{
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 20px 0;
	line-height: 20px;
   color: #7A7A7A;
}

p.comment
{
   margin: 0 0 7px 0;
   font-style: italic;
	line-height: 21px;
}

/* "Herumliegende" Gegenstände" */
div#goldcard
{
	position: fixed;
	margin: -175px 0 0 515px;
	z-index: -1;	
}

div#logo
{
	position: fixed;
	margin: -125px 0 0 -85px;
	z-index: -1;
}

div#gallery
{
	position: fixed;
	margin: 135px 0 0 -270px;
	z-index: -1;
}

div#dirt
{
	position: absolute;
	z-index: 1;
	margin: -121px 0 0 341px;
}

div#link_impress
{
	position: absolute;
	margin: 87px 0 0 407px;
	width: 130px;
	height: 22px;
	background-image: url(../graphic/full_trans.png);
	z-index: 6;
	cursor: pointer;
}
