html,body{
	margin : 0;
	padding : 0;
	background-color : #FFFFFF;
	overflow : hidden;
	height : 100%;
}

html,body {
	line-height : 18px;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

a:link, a:visited, a:active {
	color : #0083A9; 
	text-decoration : none;
}
a:hover{
	color : #D6DF3D; 
	text-decoration : none;
	font-weight : bold;
}

hr {
	background-color : #999999;
	color : #999999;
	border : 0;
	margin : 0;
	height : 1px;
}

input, textarea {
	position : relative;
}

h1  {
	padding : 0 0 0 0;
	margin :  0 0 23px 0;
	font-family : Verdana;
	font-weight : normal;
	font-size : 22px;
	color : #0083A9;
	line-height : normal;
}


h2 {
	padding : 0 0 0 0;
	margin :  0 0 0px 0;
	font-family : Verdana;
	font-weight :  bold;
	font-size : 12px;
	color : #0083A9;
	line-height : normal;
}

h3 {
	padding : 0 0 0 0;
	margin :  0 0 0px 0;
	font-family : Verdana;
	font-weight :  bold;
	font-size : 16px;
	color : #0083A9;
	line-height : normal;
}

h4 {
	padding : 0 0 0 0;
	margin :  0 0 0px 0;
	font-family : Verdana;
	font-weight :  bold;
	font-size : 14px;
	color : #0083A9;
	line-height : normal;
}

h5 {
	padding : 0 0 0 0;
	margin :  0 0 0px 0;
	font-family : Verdana;
	font-weight :  bold;
	font-size : 13px;
	color : #0083A9;
	line-height : normal;
}

h6 {
	padding : 0 0 0 0;
	margin :  0 0 0px 0;
	font-family : Verdana;
	font-weight :  bold;
	font-size : 11px;
	color : #0083A9;
	line-height : normal;
}

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */

.container{
	position : relative;
	margin : 0 auto;
	width : 980px;
	height : 100%;
}

.holder{
	position : absolute;
	background-image : url(http://www.equipnederland.com/gfx/achtergrond.png);
	background-repeat: repeat-y;
	background-position : left top;
	width : 980px;
	height : auto !important;
	height : 100%;
	min-height : 100%;
}

.links{
	position : absolute;
	overflow : hidden;
	left : 0;
	width : 199px;
	height : 100%;
}

.links_top{
	float : left;
	padding : 10px 5px 0px 34px;
	width : 160px;
}

.menu{
	float : left;
	padding : 0 0 0 20px;
	width : 179px;
}

.menu ul {
	float : left;
	margin : 10px 0 0;
	padding : 4px 0;
	background-color : #636466;
	list-style-type : none;
	width : 179px;
	min-height : 108px;
	height : auto !important;
	height : 142px;
}

.menu ul li{
	float : left;
	padding : 2px 10px 2px 0;
	font-weight : bold;
	text-align : right;
	color : #FFFFFF;
	font-size : 12px;
	line-height : normal;
	text-decoration : none;
	width : 169px;
}



.menu ul li a, .menu ul li a:link, .menu ul li a:active, .menu ul li a:visited {
	color : #FFFFFF;
	text-decoration : none;
}

.menu ul li a:hover {
	color : #3FA6BF;
	font-weight : bold;
	text-decoration : none;
}

.menu ul li.select a, .menu ul li.select a:link, .menu ul li.select a:active, .menu ul li.select a:visited, .menu ul li.select a:hover {
	color : #3FA6BF;
	font-weight : bold;
	text-decoration : none;
}

.menu ul li.sub a, .menu ul li.sub a:link, .menu ul li.sub a:active, .menu ul li.sub a:visited {
	color : #FFFFFF;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
}

.menu ul li.sub a:hover {
	color : #d6df3d;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
}

.menu ul li.subselect a, .menu ul li.subselect a:link, .menu ul li.subselect a:active, .menu ul li.subselect a:visited, .menu ul li.subselect a:hover {
	color : #d6df3d;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
}



.mid{
	position : absolute;
	background-repeat: no-repeat;
	background-position : left bottom;
	overflow-y : auto;
	overflow-x : hidden;
	left : 199px;
	width : 612px;
	height : 100%;
}

.content{
	float : left;
	padding : 85px 25px 25px 25px;
	width : 562px;
}

.rechts{
	position : absolute;
	overflow : hidden;
	right : 0;
	width : 169px;
	height : 100%;
}

.logo{
	float : left;
	padding : 15px 15px 0 15px;
	width : 139px;
}

.rechterkolom{
	float : left;
	padding : 15px 15px 15px 15px;
	font-size : 10px;
	width : 139px;
}

.rechterkolom h2 {
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	font-family : Arial;
	font-weight : bold;
	line-height : normal;
	color : #FFFFFF;
	font-size : 10px;
}

.rechterkolom  a:link { color : #d6df3d; text-decoration : none;}
.rechterkolom  a:visited { color : #d6df3d; text-decoration : none;}
.rechterkolom  a:active { color : #d6df3d; text-decoration : none;}
.rechterkolom  a:hover { color : #d6df3d; text-decoration : none; font-weight : bold;}





.menuhidden
{
	display: none;
}
