html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgb(0, 0, 0);
}

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

a:hover {
	background: #CCC;
	color: #FFF;
}

input {
	background: url(images/arrow_right.gif) no-repeat 3px center;
	width: 300px;
	height: 37px;
	font: 21px "Times New Roman", Georgia, Arial;
	padding: 5px 5px 5px 20px;
	margin: 3px 0;
	border: 2px solid #AAA;
}

#container {
	position: absolute;
	width: 300px;
	padding: 10px;
	z-index: 22;
}

#reklam {
	width: 100%;
	text-align: center;
	padding: 10px 0px 0px 0px;
	z-index: 11;
}

#wait {
	position: absolute;
	background: #FFF;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding-top: 300px;
	z-index: 99;
}

#wait I {
	background: #DDD;
	font: 11px "Times New Roman";
	color: #FFF;
	padding: 2px;
	font-style: normal;
}

#content {
	width: 296px;
	background: #FFF;
	border: 2px solid #AAA;
	opacity: 0;
	filter: Alpha(Opacity=0);
	border-top: 0px;
	position: absolute;
	margin: -5px 0 0 0px;
	overflow: hidden;
}

#content a {
	display: block;
	color: #000;
	outline: none;
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 3px 3px 3px 20px;
	border-top: 1px solid #EEE;
}

#content a:hover {
	background-color: #FDFDA4;
}

#text {
	background: url(images/white.png) repeat center;
}
#text strong, a.strong {
	display: block;
	/** /
	font: 16px Georgia, "Trebuchet MS", "Times new roman", Arial;
	/**/
	font-size:12px;
	font-weight: bold;
	font-family: verdana,arial,sans-serif;
	text-decoration: underline;
	/**/
	margin-top: 5px;
	color: #666;
}

#sound {
	display: none;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 2;
	margin: -30px 0 0 278px;
}

#myHeader {
	position: absolute;
	width: 100%;
	padding: 50px 0px 10px 0px;
	z-index: 1;
	text-align: center;
	top: 0px;
	left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #808080;
	font-weight: bold;
}
#myHeader img {
	margin: 25px 0px 0px 0px;
}

#myFooter {
	clear: both;
	position: absolute;
	width: 100%;
	padding: 0px 0px 10px;
	z-index: 1;
	text-align: center;
	bottom: 0px;
	left: 0px;
}

#myFont1, #myFont1 a , #myFont1 a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #808080;
	font-weight: normal;
	background-color: #ffffff;
}

#myFont2, #myFont2 a , #myFont2 a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #010000;
	font-weight: bold;
}
