BODY {
	background-color: #dce4e9;
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
	color: #000000;
}

FORM {
	margin: 2px;
}


TABLE, TD {
	font-family : verdana;
	font-size : 11px;	
	color: #000000;
}

h1 {
	font-size: 16px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	margin: 0px;
}

h3 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.divborder{
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	width: 940px;
}


.divbloktitellinks {
	background-color: #356fae;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	width: 192px;
}

.divbloklinks {
	background-color: #ffffff;
	border-color: #356fae;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	width: 200px;
}

.divbloktitelcamster {
	background-color: #e5afb0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	width: 332px;
}

.divblokcamster {
	font-size: 11px;
}

.divbloktitelprofiel {
	background-color: #e5afb0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	width: 680px;
}

.divblokprofiel {
	font-size: 11px;
}


A
{
	color: #000000;
	text-decoration : none;

}

A:visited
{
	color: #000000;
	text-decoration : none;
}

A:hover
{
	color: #000000;
	text-decoration : underline;
}

A:active
{
	color: #000000;
	text-decoration : underline;
 
}


.thumb {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

button {

	border: 0 none;
cursor: pointer;
	
font-weight: bold;
padding: 0 15px 0 0;
	
text-align: center;
	
height: 30px;
line-height: 30px;
width: auto;
}


	button.rounded {
background: transparent url( /images/btn_right.png ) no-repeat scroll right top;
clear: left; 
font-size: 14px;
color: #ffffff;
}
	

button span {
display: block;
padding: 0 0 0 15px;
	
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}


	button.rounded span {
background: transparent url( /images/btn_left.png ) no-repeat scroll left top;
color: #FFFFFF;
}


	button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
}


	button::-moz-focus-inner {
border: none;
}


