@charset "utf-8";

#top {
	width: 100%; 
	height: 182px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1;
	background-color: #de0000; 
	border-bottom: 1px solid #fff; 
}

#header {
	width: 100%;
	height: 184px; 
	background: url(img/header_bg.png) center bottom no-repeat; 
	_background: url(img/header_bg.gif) center bottom no-repeat; /* IE6 Hack */
	margin-top: 0; 
	padding-top: 0;
}

#header-link {
	width: 175px;	
	height: 219px;
	margin-left: 402px;
	position: absolute;
	display: block;	
	text-decoration: none;
}

#flash-container {
	width: 245px;
	height: 15px;
	margin: 159px 0 0 724px;
	position: absolute;
}

#flash-container #player1 a {
	color: #de0000;
	font-size: .8em;
}

#searchform {
	height: 17px;
	margin: 132px 0 0 757px;
	position: absolute;
}

#searchform form img {
	float: left;
	margin-right: 10px;
}

#searchform .searchfield {
	width: 116px;
	height: 14px;
	float: left;
	margin-right: 10px;
	padding: 0 2px;
	vertical-align: top;
	background-color :#fff;
	color: #000;
	font-size: .8em;
}

#searchform .button {
	background-color:transparent;
	background-image:none;
	border:medium none;
	float:left;
	margin-top:0;
	width:auto;
}

#navigation {
	width: 444px;
	margin: 149px 0 0 61px;
	position: absolute;
}

#navigation, #navigation ul, #navigation li {
	height: 35px;
}

#navigation li {
	float: left;
	list-style-type: none;
}

#navigation li a {
	display :block;
}

.chrome #navigation {  /* Google Chrome 4 Hack*/
	width: 444px;
	margin: 149px 0 0 61px;
	position: absolute;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Apple Safari 4 Hack*/
 #navigation {
	width: 444px;
	margin: 136px 0 0 20px;
	position: absolute;
}
}

body#de #start { background: url(img/navi_start.gif) top center no-repeat; }
body#de #start:hover { background: url(img/navi_start-hover.gif) top center no-repeat; }

body#de a#start.active { background: url(img/navi_start-active.gif) top center no-repeat; }
body#en #start { background: url(img/navi_start_en.gif) top center no-repeat; }

body#en #start:hover { background: url(img/navi_start_en-hover.gif) top center no-repeat; }
body#en a#start.active { background: url(img/navi_start_en-active.gif) top center no-repeat; }

body#de #contact { background: url(img/navi_contact.gif) top center no-repeat; }
body#de #contact:hover { background: url(img/navi_contact-hover.gif) top center no-repeat; }
body#de a#contact.active { background: url(img/navi_contact-active.gif) top center no-repeat; }

body#en #contact { background: url(img/navi_contact_en.gif) top center no-repeat; }
body#en #contact:hover { background: url(img/navi_contact_en-hover.gif) top center no-repeat; }
body#en a#contact.active { background: url(img/navi_contact_en-active.gif) top center no-repeat; }

body#de #language { background: url(img/navi_language.gif) top center no-repeat; }
body#de #language:hover { background: url(img/navi_language-hover.gif) top center no-repeat; }
body#de a#language.active { background: url(img/navi_language-active.gif) top center no-repeat; }

body#en #language { background: url(img/navi_language_en.gif) top center no-repeat; }
body#en #language:hover { background: url(img/navi_language_en-hover.gif) top center no-repeat; }
body#en a#language.active { background: url(img/navi_language_en-active.gif) top center no-repeat; }