/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
	color: #1D5065;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

.text1 {
	margin-bottom: 18px;
	font-size: 14px;
	color: #5E7680;
}

.text2 {
	font-size: 21px;
	color: #0B3040;
}

.text3 {
	text-align: center;
	color: #9FA0A0;
}

.text4 {
	font-size: 14px;
	color: #FFFFFF;
}

.text5 {
	font-size: 21px;
	font-weight: normal;
	color: #ACC9CA;     /**#F7EA5E geel #484848 donkergrijs*/
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 0px;
	background: url(images/subpage1_02.gif) repeat-x left top;
}

.list1 .first {
	background: none;
}

.list1 h4 {
	font-size: 11px;
}

.list1 p {
	margin: 0px;
	color: #BECACF;
}

.list1 a {
	padding-left: 15px;
	background: url(images/subpage1_01.gif) no-repeat left center;
	text-decoration: none;
	color: #FFFFFF;
}

.list1 a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #1D5065;
}

a:hover {
	text-decoration: none;

}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;

}

a.link1:hover {
	background: url(images/button.jpg) no-repeat left bottom; /**msn*/
	color: #ACC9CA;

}

.link2 {
	text-decoration: none;
	color: #FFFFFF;
}

.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	padding-left: 16px;
	background: url(images/subpage1_01.gif) no-repeat 0px 5px;
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage02.jpg) repeat-x left top; }
.bg2 { background: url(images/homepage03.jpg) repeat-x left center; } /**msn center was top */
.bg3 { background: url(images/homepage07.jpg) no-repeat left top; }
.bg4 { background: url(images/homepage08.gif) repeat-x left bottom; }
.bg5 { background: #ACC9CA; border: 3px solid #ACC9CA; }						/** ACC9CA donkergrijs #484848*/
.bg6 { background: url(images/homepage14.gif) repeat-x left top; }
.bg7 { background: url(images/homepage16.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-top: 15px;
	padding-bottom: 15px;
	background: url(images/homepage13.gif) repeat-x left top;
}

/** contactformulier */

input.veld {
	width: 250px;
} 