
#preload_flash {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
}


body {
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	background: #320000;
	color: #CBA08F;
	margin: 0px;
}

a:link {
	text-decoration: underline;
	color: #CBA08F;
}
a:hover {
	text-decoration: underline;
	color: #821F00;
}

a:active {
	text-decoration: underline;
	color: #CBA08F;
} 

a:visited {
	text-decoration: underline;
	color: #CBA08F;
}

#noflashdiv {
	position: relative;
	width: 960px;
	height: 590px;
	background: url(../images/intro.jpg);
}

#intro_img{
}

#btn_hu_inakt {
	position: absolute;
	width: 80px;
	height: 30px;
	top: 238px;
	left: 136px;
	visibility: visible;
}

#btn_hu_akt {
	background: url(../images/intro_hu.jpg);
	position: absolute;
	width: 80px;
	height: 30px;
	top: 238px;
	left: 136px;
	visibility: hidden;
	cursor: pointer;
}

#btn_en_inakt {
	position: absolute;
/*	background: #000; */
	width: 70px;
	height: 31px;
	top: 235px;
	left: 750px;
	visibility: visible;
}

#btn_en_akt {
	background: url(../images/intro_en.jpg);
	position: absolute;
	width: 70px;
	height: 31px;
	top: 235px;
	left: 750px;
	visibility: hidden;
	cursor: pointer;
}

#btn_flashhu_inakt {
	position: absolute;
	width: 80px;
	height: 31px;
	top: 275px;
	left: 105px;
	visibility: visible;
}

#btn_flashen_inakt {
	position: absolute;
	width: 80px;
	height: 31px;
	top: 275px;
	right: 105px;
	visibility: visible;
}


#flash_hu {
	position: absolute;
	width: 450px;
	height: 190px;
	bottom: 71px;
	left: 75px;
	visibility: hidden;
	background: #320000;
	border: 1px solid #DFCB2A;
	padding: 5px;
}

#flash_en {
	position: absolute;
	width: 450px;
	height: 190px;
	bottom: 71px;
	right: 75px;
	visibility: hidden;
	background: #320000;
	border: 1px solid #DFCB2A;
	padding: 5px;
}
