/* CSS Document */

body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 12px;
	color: #4d4d4d;
	line-height: 18px;
	text-align: center;
}

* {
	outline: none;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
hr {
	color: #009CA3;
}

img {
	border: none;
}


.lees_meer {
	color: #009CA3;
	font-weight: bold;
	cursor: pointer;
}

/* divjes website */
#main {
	width: 1002px;
	height: 590px;
	position: relative;
}

/* header */
#header {
	width: 1002px;
	height: 220px;
}

#logo {
	background: url(../images/logo_bg.jpg) no-repeat;
	width: 263px;
	height: 220px;
	float: left;
}

#header_achtergrond {
	background: url(../images/header_zakelijk_bg.jpg) no-repeat;
	width: 739px;
	height: 220px;
	float: left;
}

#header_overreventacare {
	background: url(../images/header_bg.jpg) no-repeat;
	width: 739px;
	height: 220px;
	float: left;
}

#header_organisatie {
	background: url(../images/header_organisatie.jpg) no-repeat;
	width: 739px;
	height: 220px;
	float: left;
}

#header_training {
	background: url(../images/header_training.jpg) no-repeat;
	width: 739px;
	height: 220px;
	float: left;
}

#header_coaches {
	background: url(../images/header_coaches.jpg) no-repeat;
	width: 739px;
	height: 220px;
	float: left;
}

#header_resultaat {
	background: url(../images/header_resultaat.jpg) no-repeat;
	width: 739px;
	height: 220px;
	float: left;
}

#header_contact {
	background: url(../images/header_contact.jpg) no-repeat;
	width: 739px;
	height: 220px;
	float: left;
}

/* menu */
#menubalk {
	width: 1002px;
	height: 44px;
}

#home {
	background: url(../images/menu_bg.jpg);
	height: 44px;
	width: 80px;
	overflow: hidden;
	float: left;
}

#logobg {
	width: 151px;
	height: 44px;
	float: left;
}

/* menu */
#menu {
	background: url(../images/menu_bg.jpg);
	width: 851px;
	height: 44px;
	text-align: left;
	float: left;
}

.menu {
	float: left;
	cursor: pointer;
}

.submenu {
	visibility: hidden;
	position: absolute;
	background: #ffffff;
	line-height: 20px;
}

.submenu a {
	display: block;
  	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	height: 20px;	
	color: #009CA3;
	text-decoration: none;
}

.submenu a:hover {
	background: url(../images/menuover_bg.jpg) repeat-x;
	color: #ffffff;
}


/* tekstgedeelte */
#bottom {
	width: 1002px;
	height: 350px;
}

/* linkerkant */
#logo_bg {
	background:url(../images/logo_bg2.jpg) no-repeat;
	width: 263px;
	height: 90px;
}

#left {
	width: 263px;
	height: 350px;
	float: left;
}

#brochure {
	background-color: #009CA3;
	color: #FFFFFF;
	width: 263px;
	height: 125px;
}

/*snelmenu */
#snelmenu {
	background-color: #009CA3;
	color: #FFFFFF;
	width: 263px;
	height: 125px;
	text-align: left;
}

table.snelmenu {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

p.snelmenu {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.snelmenu2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	margin-bottom: 0px;
}

#nieuws {
	background-color: #FFFFFF;
	width: 262px;
	height: 135px;
	border-right: 1px solid #009CA3;
	text-align: left;
	color: #f19009;
}

/* contentgedeelte */
#middle {
	width: 494px;
	height: 350px;
	float: left;
}

#content {
	width: 453px;
	text-align: left;
	padding: 85px 20px 20px 20px;
}

#content a {
	color: #000000;
	text-decoration: underline;
}

#path {
	text-align: left;
	color: #009CA3;
}

#path a {
	color: #f19009;
	text-decoration: underline;
}

/* rechterkant */
#right {
	width: 245px;
	height: 350px;
	float: left;
}

#banner {
	width: 244px;
	height: 305px;
	margin-top: 85px;
}

#sitemap {
	width: 244px;
	height: 25px;
	color: #009CA3;
	position: relative;
	top: 0px;
}

#sitemap a {
	color: #f19009;
	text-decoration: underline;
}

/* logo */
.logo {
	position: relative;
	top: 92px;
	border:0px;
}

h1.titel {
	background-color: #FFFFFF;
	font-size: 24px;
	line-height: 30px;
	color: #009CA3;
	margin-top: 0px;
	margin-bottom: 15px;
}

/*brochure */
table.brochure {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

img.brochure {
	border: 1px solid #FFFFFF;
}

#brochure a {
	color: #FFFFFF;
}

/* nieuws */
p.nieuws {
	font-size: 13px;
	color: #009CA3;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
}

table.nieuws {
	text-decoration: none;
}

#nieuws a {
	color: #f19009;
	text-decoration: underline;
}

