/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	background:url(../images/portal_back_top.gif) top center no-repeat #ffffff;
}

img{
	padding:0;
	margin:0;
	border:none;
}

img a{
	border:none;
	text-decoration:none;
}

img a:hover{
	border:none;
	text-decoration:none;
}

html, body, #content{
	min-height:100%;
	height:100%;
	width:100%;
}
html>body, html>body #contain, , html>body #content{
	height:auto;
}

#content{
	position:absolute;
	background:url(../images/portal_back_bottom.gif) bottom center no-repeat;
	height:100%;
	}

#contain{
	position:absolute;
	left:50%;
	top:expression(document.body.clientHeight > 630? "50%": "0px" );
	width:820px;
	height:500px;
	margin-left:-410px;
	margin-top:expression(document.body.clientHeight > 500? "-250px": "0" );
	text-align:center;
}
html>body #contain{
	top:50%;
	margin-top:-250px;
}

p{
	margin:0;
	padding:20px 0 20px 0;
	color:#A6A6A6;
	line-height:170%;
}


H1{
	font-size:115%;
	color:#004892;
	margin:0 0 7px 0;
	padding:0;
}

h2{
	font-size:100%;
	color:#004892;
	margin:15px 0 7px 0;
	padding:0;	
}

a{
	color:#5D5D5D;
	text-decoration:underline;
}

a:hover{
	color:#5D5D5D;
	text-decoration:none;
}

.clear{
	clear:both;
	}

#logo{

}

#links{
	float:left;
	width:260px;
	text-align:right;
}

#midden{
	float:left;
	width:260px;
	text-align:right;
	margin-left:20px;
}



#rechts{
	float:left;
	width:260px;
	margin-left:20px;
	text-align:left;
}
