/***STYLESHEET OPENINGSPAGINA***/

html {
	margin			: 0;
	padding			: 0;
}

body {
	margin			: 0;
	padding			: 0;
	font-family		: Verdana;
	color			: #091c5a;
	font-size		: 9px;
}


/***LAYOUT***/
div#container {
	width			: 550px;
	height			: 450px;
	margin			: auto;
	background		: url(../images/nnz-network.gif) no-repeat top left;
}
div#container div#logo-nnz-network{
	width			: 550px;
	height			: 270px;
	text-align		:center;
}
div#container h1{
	font-size		:9px;
	font-weight		:bold;
	color			:#b1d728;
}
div#container p{
	font-size		:9px;
	font-weight		:bold;
	margin			:0px;
}
div#container #formulier{
	height			: 30px;
	width			: 260px;
	margin			: auto;
	text-align		:center;
}
div#container #formulier #button{
	height			: 18px;
	width			: 27px;
	float			: left;
	cursor			: pointer;
	background		: url(../images/button.gif) no-repeat top left;
	border			: 0;
	padding			: 0;
	margin			: 5px 0 0 14px;
}
div#container #formulier label{
	font-weight		:bold;
}
div#container #formulier .country {
	font-size		:11px;
	color			: #091c5a;
	width			: 200px;
	height			: 18px;
	margin			: 5px 0 0 0;
	float			: left;
}
div#list{
	width			:200px;
	margin-right	:auto;
	margin-left		:auto;
	margin-top		:-100px;
}
div#list ul li a{
	line-height		:16px;
	color			:#062951;
	text-decoration	:none;
}
div#list ul li a:hover{
	color			:#93b711;
	text-decoration	:underline;
}