html, body{
	height:100%;
	text-align: center;
}

body{
	text-align: center;
	font-family: Arial,tahoma,verdana;
	font-size: 11px;
	color: #636363;
	background-color: #fff;
	margin:0;
	padding:0;
}

.wrapper{	
	position:relative;
	width: 100%;
	height:100%;
}

#width { width:845px; text-align:left;}

#container{
	position:relative;
	width: 100%;
	background-image:url(images/home-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#idcreation{
	position:relative;
	top:0px;
	text-align:center;
}

a:link       { color: #68a900; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:visited    { color: #68a900; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:active     { color: #68a900; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:hover     { font-family: Arial; color: #333333; font-size: 8pt; text-decoration: none}


.floatleft{	
	float:left;
}

.menu { float:left;}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height:28px;
	width:656px;
}
	
.menu li a:link, .menu li a:active, .menu li a:visited, .menu li a:hover   {
	color: #636363; 
	font-size: 13px;
	text-decoration: none; 
	display: block;
	height: 22px;
	padding-top: 6px;
	text-align:center; 
	margin-right:11px;
	width:120px;
}

.menu li a:hover, .menu li .selected:link, .menu li .selected:active, .menu li .selected:visited, .menu li .selected:hover   {
    background-image:url(images/home-menu-bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#68a900;
    color:#ffffff;
}

.menu li { float:left;}

.url { 
	width:189px; 
	height:22px; 
	float:left;
	font-size:13px;
	padding-top:6px;
}

.tekst {
	width:189px;
	height:201px;
	text-align:justify;
	float:left;
}
