/* CSS-document */
/* www.etsmulders.nl */

/* Website door www.SanderD.nl */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #030303;
	text-align: center;
	margin: 5px;
}

img {
	border: none;
}

h1 {
	font-weight: bold;
	color: #0099FF;
}

h2 {
	font-weight: bold;
	color: #0099FF;
	font-size: 12px;
}

#titel {
	background-image: url(../images/dots.jpg);
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
}

a {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: none;
}

	/* DIV-stijlen */
	
#menu {
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-size: 9px;
	letter-spacing:1px;
	font-weight: bold;
	color: #6D6D6D;
	text-transform: uppercase;
}

#header {
	width: 725px;
	height: 160px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#navigatie {
	color: #B2b2b2;
	border-bottom: 1px solid #B2b2b2;
	width: 670px;
	height: 23px;
	margin-left: 26px;
	font-weight: bold;
	text-align: left;
}

#left {
	float: left;
	width: 440px;
	margin-left: 26px;
	margin-top: 30px;
	text-align: left;
}

#right {
	float: right;
	margin-top: 30px;
	margin-right: 44px;
	width:  215px;

}

#bottom_left {
	float: left;
	width: 354px;
	height: 20px;
	margin-left: 26px;
	margin-top: 48px;
	text-align: left;
	border-bottom: 1px solid #B2b2b2;
}

#bottom_right {
	float: right;
	text-align: right;
	margin-top: 50px;
	margin-right: 44px;
	width:  315px;
	height: 18px;
	border-bottom: 1px solid #B2b2b2;

}

.img {
	border: 2px solid #CCCCCC;
}

.menu_right_td {
	border-bottom: 1px solid #D9D9D9;
	height: 40px;
	color: #B2B2B2;
	font-size: 9px;
	text-align: right;
}


	/* Speciale hyperlinks */
	
a.menu {
	text-decoration: none;
	color: #6D6D6D;
}
a.menu:hover {
	color: #E89215;
	text-decoration: none;
}



a.sanderdamen {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
a.sanderdamen:hover {
	font-weight: bold;
	color: black;
	text-decoration: none;
}



a.menu_right {
	font-weight: bold;
	color: #E89215;
	text-decoration: none;
	font-size: 11px;
}

a.menu_right:hover {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
	font-size: 11px;
}



a.navigatie {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
a.navigatie:hover {
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}



a.beheerder {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
a.beheerder:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


	/* Formulieren */
	
.tekstveld {
	color: #333333;
	font-size: 11px;
	background-color: #CCCCCC;
	border: 1px solid #A2A2A2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.knop {
	background-color: white;
	color: #333333;
	height: 20px;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

