html, body {
	background: url(../images/bg.png) repeat-x #4b4b4f;
	width: 100%;
	margin: 0 auto;
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

#container {
	width: 984px;
	margin: 0 auto;
}

#container #head {
	background: url(../images/head.png) no-repeat;
	width: 984px;
	height: 115px;
}

#container #head_img {
	background: url(../images/head_img.png) no-repeat;
	width: 984px;
	height: 235px;
}

#container #navi_border {
	background: url(../images/navi_border.png) no-repeat;
	width: 984px;
	height: 3px;
}

#navi {
	/**/
}

#navi a {
	display: block;
	width: 218px;
	height: 39px;
	margin: 0 auto;
}

#navi a span {
	display: none;
}

#navi .navi_industie_deutsch {
	background: url(../images/navi_industrie.png) no-repeat;
	width: 248px;
	height: 39px;
	cursor: pointer;
	float: left;
}
#navi .navi_industie_deutsch:hover {
	background: url(../images/navi_industrie.png) no-repeat 0 -39px;
	width: 248px;
	height: 39px;
}

#navi .navi_industie_english {
	background: url(../images/navi_industry.png) no-repeat;
	width: 248px;
	height: 39px;
	cursor: pointer;
	float: left;
}
#navi .navi_industie_english:hover {
	background: url(../images/navi_industry.png) no-repeat 0 -39px;
	width: 248px;
	height: 39px;
}

#navi .navi_ee_deutsch {
	background: url(../images/navi_ee.png) no-repeat;
	width: 244px;
	height: 39px;
	cursor: pointer;
	float: left;
}
#navi .navi_ee_deutsch:hover {
	background: url(../images/navi_ee.png) no-repeat 0 -39px;
	width: 244px;
	height: 39px;
}

#navi .navi_ee_english {
	background: url(../images/navi_re.png) no-repeat;
	width: 244px;
	height: 39px;
	cursor: pointer;
	float: left;
}
#navi .navi_ee_english:hover {
	background: url(../images/navi_re.png) no-repeat 0 -39px;
	width: 244px;
	height: 39px;
}

#navi .navi_gewerbe_deutsch,
#navi .navi_gewerbe_english {
	background: url(../images/navi_gewerbe.png) no-repeat;
	width: 244px;
	height: 39px;
	cursor: pointer;
	float: left;
}
#navi .navi_gewerbe_deutsch:hover,
#navi .navi_gewerbe_english:hover {
	background: url(../images/navi_gewerbe.png) no-repeat 0 -39px;
	width: 244px;
	height: 39px;
}

#navi .navi_privat_deutsch,
#navi .navi_privat_english {
	background: url(../images/navi_privat.png) no-repeat;
	width: 248px;
	height: 39px;
	cursor: pointer;
	float: left;
}
#navi .navi_privat_deutsch:hover,
#navi .navi_privat_english:hover {
	background: url(../images/navi_privat.png) no-repeat 0 -39px;
	width: 248px;
	height: 39px;
}

#navi .navi_holder {
	background: url(../images/holder.png) no-repeat;
	width: 492px;
	height: 39px;
	float: left;
}

#container #foot {
	background: url(../images/foot.png) no-repeat;
	width: 984px;
	height: 48px;
	font-size: 12px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#player {
    height:0px;
    overflow:scroll;
}

.player_inaktiv {
    display: none;
}

.button_on {
    background: url(/templates/intro/images/sound_on.png) no-repeat;
    width: 20px;
    height: 19px;
    position: relative;
    left: 935px;
    top: 73px;
    cursor:pointer;
    z-index: 9999;
}

.button_on_none {
    background: url(/templates/intro/images/sound_on.png) no-repeat;
    width: 20px;
    height: 19px;
    position: relative;
    left: 935px;
    top: 73px;
    cursor:pointer;
    z-index: 9999;
    display: none;
}

.button_off {
    background: url(/templates/intro/images/sound_off.png) no-repeat;
    width: 20px;
    height: 19px;
    position: relative;
    left: 935px;
    top: 73px;
    cursor:pointer;
    z-index: 999;
}

.button_off_none {
    background: url(/templates/intro/images/sound_off.png) no-repeat;
    width: 20px;
    height: 19px;
    position: relative;
    left: 935px;
    top: 54px;
    cursor:pointer;
    z-index: 999;
    display: none;
}
