/* CSS Document */

html {
	background-image:url('../image/bg.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffe4e4;
}

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}

table tr td {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {

	margin:0px;
	padding:0px;
	margin-bottom:15px;	
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}

h4, h5, h6 {
	font-size:12px;
}

a {
	color:#0055a5;
}

a:visited {
	color:#0055a5;
}
a:active {
	color:#0055a5;
}
a:hover {
	color:#ec1848;
}

div.site {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:auto;
	overflow:auto;
	border-color:#0055a5;
	border-style:solid;
	border-width:1px;
	border-top:0px;
	/*border-left:0px;*/

}

div.site div.logo {
	margin:0px;
	padding:0px;
	width:950px;
	height:119px;
	overflow:hidden;
	border-bottom:dotted 1px #0055a5;
	background-image:url('../image/logo.jpg');
	background-position:center;
	background-repeat:no-repeat;
	width:950px;
}

div.site div.content {
	width:950px;
	height:auto;
	min-height:355px;
	background-color:#fff;
	overflow:auto;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	/*background-image:url(../image/uzor3.jpg);
	background-repeat:repeat-y;
	background-position:top left;*/

}

div.site div.content div.left {
	width:160px;
	height:auto;
	margin:0px;
	padding:0px;
	display:block;
	overflow:visible;
	float:left;
	
}

div.site div.content div.center {
	width:532px;
	margin:0px;
	height:auto;
	min-height:235px;
	padding:0px;
	float:left;
	padding-left:20px;
	overflow:auto;
	padding-right:10px;
	margin-right:10px;
	margin-top:60px;
}

div.site div.content div.right {
	width:205px;
	height:auto;
	margin:0px;
	padding:0px;
	margin-top:60px;
	padding-bottom:10px;
	min-height:250px;
	display:block;
	float:left;
	
}



div.site div.menu{
	width:160px;
	margin:0px;
	height:auto;
	overflow:auto;
	padding:0px;
	/*background-color:#0055a5;*/
	padding-top:35px;
}

div.site div.vrienden{
	width:142px;
	margin:0px;
	height:auto;
	padding:0px;
	/*background-color:#0055a5;*/
	margin-top:35px;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
	border-top:dotted 1px #0055a5;
	border-right:dotted 1px #0055a5;
	margin-bottom:5px;
}

div.site div.menu ul {
	list-style:none;
	height:auto;
	margin:0px;
	padding:0px;
	width:160;
	overflow:hidden;

}

div.site div.menu li {
	margin:0px;
	padding:0px;
	width:auto;
	float:left;
	display:block;
	height:27px;
	width:160px;
	background-color:#ffffff;
	border-bottom:dotted 1px #0055a5;
	/*border-right:solid 1px #0055a5;
	d51954*/
}

div.site div.menu li.selected {
	font-weight:bold;
	border-right:#ffffff;
	color:#ec1848;
	background-color:#C7D6F8;
}
div.site div.menu li.selected a {
	font-weight:bold;
	color:#f03c61;
}
div.site div.menu li a{
	margin:0px;
	padding:0px;
	width:145px;
	color:#0055a5;
	font-size:14px;
	text-decoration:none;
	float:left;
	display:block;
	height:22px;
	padding-top:5px;
	padding-left:15px;
	/*background-color:#0055a5;*/
}
div.site div.menu li:hover {
background-color:#E4ECFC;
}
div.site div.menu li.selected:hover {
background-color:#C7D6F8;
}

div.site div.content div.right div.col-right {
	width:190px; 
	float:right; 
	display:block; 
	padding-bottom:15px;
	border-left:1px dotted #0055a5; 
	padding-right:5px; 
	padding-left:10px;	
}
div.site div.content div.right div.col-right-last {
	border-bottom:1px dotted #0055a5;	
}

div.site div.copyright {
	width:950px;
	background-color:#0055a5;
	height:17px;
	margin:0px;
	padding:0px;
	color:#ffffff;
	text-align:center;
	font-size:11px;
	padding-top:3px;
}
