a:link,
a:visited
{
	color: #364200;
	text-decoration: none;
}

a:focus,
a:hover
{
	color: #bd0101;
	text-decoration: none;
}

body
{
	background: url('../images/page_background.jpg') bottom scroll repeat-x #80b3ec;
	height: 740px;
	margin: 0px auto;
	margin-top: -740px;
	padding: 0px;
	position: relative;
	top: 100%;
	width: 1000px;
}

html
{
	background: url('../images/page_background.jpg') bottom scroll repeat-x #80b3ec;
	height: 100%;
	width: 100%;
}

img
{
	display: block;
}

p
{
	color: #6a450c;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	margin-top: 10px;
}



span.inv
{
	display: none;
}



#impressum
{
	color: #6a7500;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	left: 50%;
	margin-left: -404px;
	margin-top: -20px;
	position: absolute;
	top: 100%;
	z-index: 40;
}

	#impressum a:link,
	#impressum a:visited
	{
		color: #6a7500;
		text-decoration: none;
	}
	
	#impressum a:focus,
	#impressum a:hover
	{
		color: #bd0101;
	}

#menu
{
	height: 24px;
	margin-top: 36px;
	overflow: hidden;
	/** width: 872px; **/
}

	#menu img
	{
	}
	
	#menu li
	{
		display: block;
		float: left;
		height: 48px;
		margin-right: 16px;
		position: relative;
	}
	
	#menu li:hover,
	#menu li.active
	{
		top: -24px;
	}

#navbar
{
	left: 50%;
	margin-left: -480px;
	position: fixed;
	top: 22px;
	width: 960px;
	z-index: 110;
}

	#navbar span.logo
	{
		float: right;
	}

#schild
{
	left: 50%;
	margin-left: 160px;
	margin-top: -320px;
	position: absolute;
	top: 100%;
	z-index: 100;
}

#wrapper
{
	background: url('../images/page_background_image.jpg') bottom no-repeat #80b3ec;
	height: 660px;
	left: 50%;
	margin-left: -480px;
	margin-top: -660px;
	position: absolute;
	top: 100%;
	width: 960px;
	z-index: 10;
}

/* shop */
#shop_box_container {
	background: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#shop_box {
	border: 5px solid #000;
	left: 50%;
	margin-left: -405px;
	margin-top: -280px;
	position: absolute;
	opacity: 1;
	top: 50%;
	width: 800px;
}

	#shop_box iframe {
		display: block;
	}

#shop_box_close {
	background: #000;
	color: #ccc;
	display: block;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	right: 50%;
	margin-right: -404px;
	margin-top: 280px;
	padding: 5px 8px 8px;
	position: absolute;
	text-align: center;
	top: 50%;
}

	#shop_box_close:focus,
	#shop_box_close:hover {
		color: #fff;
	}
