
div#copyrights {
	font-size: xx-small;
}
/*==============================MENU==========================================================  */
body#clientmenu {
	background-image: url(illustraties/header-jeugdraad.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: White;
	background-color: #AD006C;
	margin: 0px;
	padding: 0px;
}
div.tabs { 
width: 100%;
border-collapse: collapse; 
border-bottom-color: white; 
border-bottom-style: solid; 
border-bottom-width: 1px; 
padding: 5px 0px 0px 155px; 
position: absolute;
top: 80px;
left: 0px;
} 

div.tabs a:link { 
/* The normal, unselected tabs. They are all links */ 
background-color: #AD006C;
border-color: white; 
border-width: 1px; 
border-style: solid solid none solid; 
color: white; 
margin-right: 2px; 
padding: 0em 10px; 
} 
div.tabs a:visited { 
/* The normal, unselected tabs. They are all links */ 
border-color: white; 
border-width: 1px; 
border-style: solid solid none solid; 
color: white; 
margin-right: 2px; 
padding: 0em 10px; 
background-color: #AD006C;
} 
div.tabs a:hover { 
/* The normal, unselected tabs. They are all links */ 
border-color: white; 
border-width: 1px; 
border-style: solid solid none solid; 
color: #AD006C; 
margin-right: 2px; 
padding: 0em 10px; 
background-color: white;
text-decoration: none;
} 
div.tabs a:active { 
/* The normal, unselected tabs. They are all links */ 
border-color: white; 
border-width: 1px; 
border-style: solid solid none solid; 
color: #AD006C; 
margin-right: 2px; 
padding: 0em 10px; 
background-color: white;
text-decoration: none;
} 
/*======================================ADMIN==================================================  */
body {
	color: #AD006C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
	margin-bottom: 20px;
	background-image: url(illustraties/achtergrond.gif);
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: White;
}
table {
	font-weight: normal;
	font-size: 12px;
	color: #AD006C;
}
h1 {
	font-size: 14px;
	font-variant: small-caps;
	letter-spacing: -1px;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	color: White;
}
th {
	color: White;
	font-size: 14px;
	font-weight: bold;
	background-color: #AD006C;
	text-align: left;
}
span.error {
	background-color: Yellow;
	color: #AD006C;
}
table.admincategorie {
	background-color: #DCDCDC;
	width: 100%;
}
table.adminmenu {
	width: 100%;
	border-color: #AD006C;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 12px;
}
table.clientcategorie, .clientlijst {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #DCDCDC;
	padding: 0px;
	border-collapse: collapse;
	background-color: #AD006C;
	color: White;
}
table.clientlijst {
	font-size: 12px;
	background-color: White;
	color: #AD006C;
}
td.clientlijstlinks {
	width: 75%;
	text-align: left;
}

td.clientlijstcat {
	width: 5%;
	text-align: center;
}
table.login {
	width: 300px;
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-collapse: collapse;
	background-color: #AD006C;
	font-size: 12px;
	font-weight: normal;
	color: White;
}
a:link, a:visited {
	font-weight: bold;
	color: blue;
	background-color: transparent;
	text-decoration: none;
}
a:hover, active {
	text-decoration: underline;
}
hr {
	border-width: 1px;
	border-style: solid;
	border-color: White;
}
/*===================================FORMULIEREN==========================================*/
input, textarea, select, legend
	{
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	border-style:solid;
	border-width: 1px;
	background-color: white;
	border-color: #AD006C;
	color: #AD006C;
	}
input{
		padding: 0px;
	}
textarea.voorwaarden {
	color: #778899;
}
legend{
	border-width: 0px;
}
fieldset{
	width: 500px;
	border-style:solid;
	border-width: 1px;
}
input.radiobutton {
	border-width: 0px;
}