@charset "utf-8";
*{
	border:0px solid #eee;
	/*list-style:none;*/
	padding:0;
	margin:0
}
html,body,#background table,#background td{
	width:100%;
	height:100%;
	overflow:hidden;
}
body{
	font:13px Arial,Helvetica,sans-serif;
	color:#000;
	overflow:auto;
}
#background{
	display:block;
	position:absolute;
	left:0;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%
}
#background td{
	vertical-align:middle;
	text-align:center
}
#background img{
	min-height:50%;
	min-width:50%;
	margin:0 auto
}
#kop{
	display:block;
	position:absolute;
	left:0;
	padding-right:10px;
	z-index:80;
	width:100%;
	height:80px;
	top:1px;
	background-color: #FFF;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#menu{
	margin-left:230px;
	z-index:90;
	color:#333333;
	bottom:0;
	float: right;
	list-style:none;
}

#menu li {
	display:inline;
	font-weight: bold;
}

#menu li a{
	padding:0.2em 1em;
	text-decoration:none;
	float:left;
	color: #E68A00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#menu li a:hover{
	text-decoration:underline;
	color:#416F9F;
}

#textblok{
	top:0;
	max-height:60%;
	z-index:70;
	position:absolute;
	left:auto;
	display:block;
	font-weight:normal;
	/*padding-bottom:100px;*/
	width:500px;
	opacity:0.9;
	filter:alpha(opacity=90);
	right:300px;
	top:100px;
	background:#fff;
	font-size:11px;
	line-height:1.5em;
	overflow:auto;
	list-style-type: square;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}

#textblok H4{
	font-size:12px;
	font-weight: bold;	
}
#textblok H2{
	font-size:20px;
	margin-bottom:10px;
}
#map_container {
	margin-top: 20px;
	width: 450px;
	height: 300px;
	left: 10px;
	background:#FFFFFF;
	opacity:1.0;
	filter:alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}

form{
	background:#FFFFFF;
/*	opacity:1.0;
	filter:alpha(opacity=100);
*/
}
.form_element {
	font:13px Arial,Helvetica,sans-serif;
	background:#FFFFFF;
/*	opacity:1.0;
	filter:alpha(opacity=100);
*/
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


