@charset "utf-8";
/* CSS Document */
body {
	background: #f3f4f4;	
	background-repeat: no-repeat;
	margin: 0;
}
#hinweis {
	z-index: 4;
	position: absolute;
	width: 176px;
	height: 35px;
}
#container {
	z-index: 1;
	position: absolute;
	width: 500px;
	height: auto;
	top: 15%;
	left: 50%;
	margin-top: -225px;
	margin-left: -150px;
}
#flash {
	z-index: 2;
	position: absolute;
	width: 500px;
	height: 500px;
}
#text {
	z-index: 3;
	position: absolute;
	width: 500px;
	height: auto;
	top: 500px;
	padding-left: 40px;
}
.text {
    font-family: Trebuchet MS;
	font-size: 10pt;
	color: #777;
	text-align: left;
	padding:10px;
}
.text_english {
    font-family: Trebuchet MS;
	font-size: 10pt;
	color: #777777;
	text-align: left;
}
.email { 
	unicode-bidi: bidi-override;
	direction: rtl;
}
a {
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
}
a:link {
	color: #0ca1e2;
	text-decoration: none;
}
a:hover {
	color: #777;
	text-decoration: underline;
}
a:active {
	color: #0ca1e2;
	text-decoration: none;
}
a:visited {
	color: #0ca1e2;
	text-decoration: none;
}
