/* Main settings */

html, body {
	background:#ccc url(../gfx/site/bg.png) repeat-x;
	height: 100%;
}
body {	
	font: 12px Arial, verdana, Helvetica ;
	color: #333;
}

.clear {
	clear:both;
}

#wrapper {
	background:url(../gfx/site/content_bg.png) repeat-y;
	height: auto;
	width: 904px;
	margin: 0 auto;
	padding: 10px 15px;
	position: relative;
}
 
/* Content */
#wrapper #main  {
	height: auto;
	float: left;
	width: 680px;
	position: relative;
	display: block;
}


/* header */
#wrapper #main #header {
	background: url(../gfx/site/header.png) no-repeat left bottom;
	width: auto;
	height: 70px;
	margin: 25px 0 5px 0;
	display: block;
	text-align: left;
}
#wrapper #main #header a {
	background:url(../gfx/site/logo.png) no-repeat ;
	height: 59px;
	width: 59px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
}
/* Navigation */
#wrapper #main #navigation {
	background: url(../gfx/site/menu_bg.png) no-repeat left top;
	width: 229px;
	height: 422px;
	display: block;
	text-align: left;
	float: left;
}
#wrapper #main #navigation ul.navigation {
	background: url(../gfx/site/menu.png) repeat;
	width: 229px;
	height: auto;
	margin: 11px 0 10px 0;
	padding: 0 0 10px 0;
	display: block;
	text-align: left;
}
#wrapper #main #navigation ul.navigation li{
	background: url(../gfx/site/menu_border.png) no-repeat 30px bottom;
	width: 229px;
	display: block;
}
#wrapper #main #navigation ul.navigation li a {
	width: 199px;
	height: 24px;
	margin: 0;
	padding: 5px 0 0 30px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: left;
}
#wrapper #main #navigation ul.navigation li a.active {
	background: url(../gfx/site/active.gif) no-repeat 30px 9px;
	width: 185px;
	height: 24px;
	margin: 0;
	padding: 5px 0 0 44px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: left;
}
#wrapper #main #navigation ul.navigation li a:hover,
#wrapper #main #navigation ul.navigation li a.active:hover {
	color: #ccc;
}

#wrapper #main #navigation ul.navigation ul.submenu{
	background: none;
	width: 229px;
	height: auto;
	margin: 4px 0 0px 0;
	padding: 0 0 0px 25px;
	display: block;
	text-align: left;
}
#wrapper #main #navigation ul.navigation .submenu li{
	background: none;
	width: 229px;
	display: block;
}
#wrapper #main #navigation ul.navigation .submenu li a {
	width: 199px;
	height: auto;
	margin: 0;
	padding: 2px 0 2px 30px;
	font-size: 11px;
	font-weight: lighter;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: left;
}
#wrapper #main #navigation ul.navigation ul.submenu li a.active {
	background: url(../gfx/site/active.gif) no-repeat 30px 6px;
	width: 185px;
	height: auto;
	margin: 0;
	padding: 2px 0 2px 44px;
	font-size: 11px;
	font-weight: lighter;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: left;
}
#wrapper #main #navigation ul.navigation  .submenu li a:hover,
#wrapper #main #navigation ul.navigation  .submenu li a.active:hover {
	color: #ccc;
}


/* content */

#wrapper #main #content {
	background: none;
	width: 420px;
	height: auto;
	margin: 0 4px 0 24px;
	display: block;
	text-align: justify;
	float: left;
}
#wrapper #main a {
	color: #6699cc;
	text-decoration: underline;
}
#wrapper #main a:hover {
	color: #000;
	text-decoration: underline;
}
#wrapper #main #content p{
	margin: 0 0 20px 0;
}
#wrapper #main #content h1{
	margin: 0 0 20px 0;
	font-size: 17px;
	font-weight: bold;
	color: #6699cc;
	text-transform: uppercase;
}
#wrapper #main #content h2{
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #6699cc;
}
#wrapper #main #content ul{
	margin: 0 0 20px 0;
	font-size: 12px;
}
#wrapper #main #content li{
	list-style-image:url(../gfx/site/list_style.gif);
	margin: 0 0 5px 20px;
}
#wrapper #main #content li span {
	color: #6699cc;
	margin: 0 16px 0 0;
}
#wrapper #main #content img{
	margin: 0 0 20px 0;
	border: 0;
}
/* Right */
#wrapper #right  {
	height: auto;
	float: right;
	position: relative;
	font-style: italic;
}
#wrapper #right address {
	background: url(../gfx/site/address_bg.png) no-repeat center top;
	padding: 10px 0 0 20px;
}
#wrapper #right address span {
	font-weight: bold;
	color: #6699cc;
	margin: 0 16px 0 0;
}

#medewerker{
height: 130px;
width: 390px;
padding-bottom: 10px;
}
.medewerkerimage {
float: left;
width:108px;
height:108pxx;
}
.medewerkergegevens{
float: right;
width: 260px;
height:130px;
text-align: left;
}
.medewerkernaam{
padding-bottom: 10px;
font-weight: bold;
	color: #6699cc;

}



/* FOOTER */

#footer {
	background: url(../gfx/site/footer.png) no-repeat center top;
	width: 909px;
	height: 60px;
	margin: 0 auto;
	padding: 9px 25px 0 0;
	text-align: right;
	position: relative;
	display: block;
	color: #fff;
	clear: both;
}	
#footer p {
	color: #fff;
	font-size: 10px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Verdana;
	color: 				#000000;
	font-size: 			12px;
	margin-bottom: 		1px;
	margin-top: 		1px;
}

form {
	display: 		inline;
}

/* Standard width fitting for textarea and selectboxes */
textarea {	
	border: 		1px solid #888888;
	width: 			362px;
	height: 		120px;
	padding: 		2px;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}

/* Standard width text input boxes */
.input_small {
 	border: 		1px solid #888888;
	width: 			50px;
	height: 		14px;
	padding: 		2px;
}

.input_medium {
 	border: 		1px solid #888888;
	width: 			150px;
	height: 		14px;
	padding: 		2px;
}

.input_regular {
 	border: 		1px solid #888888;
	width: 			210px;
	height: 		14px;
	padding: 		2px;
}

.input_large {
 	border: 		1px solid #888888;
	width: 			362px;
	height: 		14px;
	padding: 		2px;
}

