@CHARSET "ISO-8859-1";

#header_image {
	position: fixed;
	width: 980px;
	top: 0px;
	left: 50%;
	margin-left: -490px;
	height: 190px;
	background-image: url('/images/header2.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#auth_state {
	position: absolute;
	bottom: 4px;
	right: 14px;
	width: 300px;
	text-align: right;
}

#lang_select {
	position: absolute;
	bottom: 4px;
	left: 4px;
	text-align: left;
	width: 20px;
}

#lang_select img {
	border: 0px;
}

#lang_german {
	display: block;
	padding-top: 4px;
}

#lang_english {
	display: block;
}

#player {
	position: absolute;
	top: 0px;
	left: 0px;
}

#myjquerymenu {
position: absolute;
bottom: 0px;
left: 20px;
}

#menu_category_main {
	margin-right: 20px;
}

#menu_category_band {
	margin-right: 70px;
}

#menu_category_graveyard {
	margin-right: 20px;
}

#menu_category_community {
	margin-right: 20px;
}

#menu_category_shop {
	margin-right: 20px;
}

#menu_category_band:hover {
	color: white;
}

#facebook_share {
	position: absolute;
	right: 15px;
	bottom: 30px;
}

