/*  ÄÖÜ_UTF8 */


body {
/*	background-image: url(/_pics/BGstripes.gif); */
	background-color: #34414D;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
}

img#bg {
	z-index: 0;
	position: fixed; 
	height: 130%;
	left: -1%; 
	top: -29%;
}

div#bbox {
	z-index: 2;
/*	visibility: hidden;  /**/
	position: absolute;
	width: 100%;
	height: 100%;
}

div#counter {
	z-index: 1;
	position: absolute;
	top: 2%;
	left: 60%;
	width: 20%;
	text-align: right;
	font-size: 6em;
	color: #34414D;
}

div#nlbox {
	position: absolute;
	float: right;
	text-align: right;
	top: 55%;
	left: 60%;
	width: 25%;  
	font-size: .675em;
	padding: 2%;
	color: #000;
}

div#lbox {
	position: absolute;
	top: 45%;
	width: 80%;
}

div#lbox a.c2  {
	display: block;
	width: 30%;
	margin: 0 5%;
	float: right;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.c2 img {
	display: block;
	margin: 2em auto;
	height: 15%;
}

input {
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #000;
	padding: .25em 1em;
	margin: .25em 0;
	font-size: 1em;
	text-align: right;
}

label {
	font-size: 1.2em;
	margin-right: .5em;
}

input.btn {
	margin: .5em 0;
	background-color: transparent;
	color: #000;
	text-transform: uppercase;
}

input.btn:hover {
	background-color: #EEE;
	cursor: pointer;
}

input.txt {
	color: #ddd;
	padding: .25em;
	width: 95%;
	background-color: transparent;
	font-size: 1.6em;
	direction: rtl;
/*	font-family: Courier, monospace; 
	display: block;
*/}


b {  background-color: #34414D;  color: #fff; }

.rgt {  float: right; }
.lft {  float: left; }

h1 {
	display: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0 .25em;
/*	border-bottom: 1px dotted #000;
*/}




