* {
	font-family:  "Futura", "Verdana", "Arial", "sans-serif";
	font-size: 11px;
	color: #636563;
	margin: 0em;
	padding: 0em;
}
#wrapper {
	position: absolute;
	top: 0px;
	left: 20px;
	bottom: 0px;
	width: 770px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#logo {
	width: 770px;
	height: 220px;
	padding: 0px;
	margin: 0px;
	background-image: url('./img/header_bg.png');
	border-style: none;
	background-image: url('img/header.png');
	background-repeat: no-repeat;
}
#title {
	color: #000000;
	font-size: 48px;
	position: absolute;
	right: 8px;
	top: 60px;
	padding: 0px;
	margin: 0px;
}
#search {
	border-style: none;
	height: 52px;
	text-align: right;
	position: absolute;
	left: 0px;
	right: 0px;
	width: 770px;
	background-image: url('./img/search.png');
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
#searchstring {
	border: 1px dotted #dddddd;
	border-bottom-color: #636563;
	position: relative;
	right: 10px;
	width: 450px;
	top: 4px;
}
#searchsubmit {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	border-style: none;
	position: relative;
	right: 10px;
	top: 4px;
}
#navigation {
	border-style: none;
	position: absolute;
	top: 272px;
	left: 80px;
	bottom: 0px;
	width: 160px;
	padding: 0px 16px 32px 16px;
}
#navigationlist {
	position: relative;
	top: -60px;
	width: 128px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}
.menu_current {
	font-weight: bold;
}
.menu_heading {
	font-family:  "Futura", "Verdana", "Arial", "sans-serif";
	font-size: 10px;
	position: relative;
	top: -60px;
	width: 128px;
	height: 12pt;
	margin: 0px;
	margin-bottom: 12px;
	padding: 0px;
	color: #636563;
	font-weight: bold;
	background-image: none;
	text-align: right;
	border-style: none;
	border-bottom: 1px dotted #636563;
}
.menu_language {
	position: relative;
	top: -60px;
	padding-bottom: 32px;
	width: 128px;
}
.menu_music {
	position: relative;
	top: -60px;
	width: 128px;
}
#main {
	border-style: none;
	position: absolute;
	top: 272px;
	left: 240px;
	right: 0px;
	width: 530px;
	margin: 0px;
	padding: 0px;
}
#content {
	padding: 16px 16px 32px 14px;
	border-style: none;
	font-size: 12px;
}
#footer {
	border-style: none;
	padding: 48px 16px 32px 16px;
	background-image: url('./img/footer.png');
	background-repeat: no-repeat;
	text-align: right;
	height: 100px;
	font-size: 12px;
}
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url('./img/wrapper.png');
	background-repeat: repeat-y;
	background-position: 20px;
	background-color: #FFFFFF;
}
li {
	list-style-type: none;
}
h2 {
	font-size: 20px;
	background-image: url('./img/h2.png');
	background-repeat: no-repeat;
	height: 80px;
	width: 530px;
	padding: 28px 16px 0px 24px;
	margin-bottom: -32px;
}
h3 {
	font-size: 16px;
	padding-top: 32px;
	padding-left: 32px;
}
h4 {
	font-size: 14px;
}
img {
	border-style: none;
}
input {
	background-color: #FFFFFF;
}
textarea {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	border-bottom: 1px dotted #636563;
}
a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #636563;
}
a:focus {
	text-decoration: none;
	border: 1px dotted #636563;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #636563;
}
a:active {
	text-decoration: none;
	border-bottom: 1px solid #636563;
}
.flag:link {
	border-style: none;
}
.flag:visited {
	border-style: none;
}
.flag:focus {
	border-style: none;
}
.flag:hover {
	border-style: none;
}
.flag:active {
	border-style: none;
}


