@charset "utf-8";
/* CSS Document */

* 
{ 
    margin: 0; 
} 

html, body 
{ 
    height: 100%; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#60666b;
}

.hidden
{
	display:none;
}

.header
{
	height:69px;
	background:url(images/header_tile.jpg) repeat-x;
	z-index:10;
	position:relative;
} 

#logo
{
	margin:0px 0px 0px 10px;
}

#logo img
{
	float:left;
	border:0px;
	margin:0px;
}

.container 
{ 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -30px; 
	background:#60666b;

}

.floor
{
	position:absolute;
	top:50%;
	margin-top:-123px;
	width:100%;
	height:246px;
	background:url(images/floor_tile.jpg) repeat-x;
	text-align:center;
}

.content
{
	width:995px;
	height:477px;
	background:url(images/bg_image.jpg) no-repeat;
	position:absolute;
	top:50%;
	margin-top:-238px;
	left:50%;
	margin-left:-477px;
	text-align:left;
}

.content h2
{
	font-size:1.4em;
	color:#000000;
	width:200px;
	position:relative;
	top:50%;
	left:580px;
}

.content ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	width:200px;
	position:relative;
	top:52%;
	left:580px;
	width:200px;
}

.content ul li
{
	text-align:left;
	padding:0px 24px 5px;
}

.content li a
{
	color:#36393a;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
}

.content li a:hover
{
	color:#000000;
}

.langUK
{
	background:url(images/flagUK.png) no-repeat;
}

.langGerman
{
	background:url(images/flagGerman.png) no-repeat;
}
				
.langNeder
{
	background:url(images/flagNeder.png) no-repeat;
}



.push 
{
	height:20px;
}
 
.footer
{
	position:relative;
    height: 30px;
	background:url(images/footer_tile.jpg) repeat-x; 
} 

/*
.footer ul li
{
	float:left;
	list-style:none;
	margin:12px 0px 0px 10px;
}

.footer li a
{
	color:#484742;
	font-size:1.3em;
	text-decoration:none;
}

.right
{
	background-position:100% 50%;
	padding:0px 30px 0px 0px;
}

.kspace
{
	float:right;
	position:relative;
	top:-3px;
	background:url(images/kspace_logo.png) no-repeat 90% 0%;
	float:right;
	height:17px;
	width:200px;
	margin:0px;
	padding:13px 0px 0px 0px;
}

.kspace a
{
	text-decoration:none;
	color:#585751;
	font-size:1.3em;
}

.kspace img
{
	margin:0px;
	padding:0px;
	border:0px;
	top:0px;
	position:relative;
}*/