/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.inputtext1 {
	background: #FFFFFF;
	border-top: 1px solid #A6A6A6;
	border-right: 1px solid #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #C7C7C7;
}

.inputsubmit1 {
	width: 70px;
	height: 20px;
	background: url(images/homepage13.gif) no-repeat left top;
	border: none;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
}

ul {
}

.text1 {
	font-size: 16px;
	color: #4D4D4D;
}

.text2 {
	font-size: 20px;
	color: #56B144;
}

.anraTextBlauw2 {
	font-size: 20px;
	color: #336699;
}


.text3 {
	font-size: 20px;
	color: #26508F;
}

.text4 {
	font-size: 20px;
	font-weight: normal;
	color: #3B902A;
}

.anraText4 {
	font-size: 20px;
	font-weight: normal;
	color: #336699;
}

.text5 {
	font-size: 11px;
}

.text6 {
	margin-bottom: 10px;
	font-size: 11px;
	color: #275292;
}

.text7 {
	font-size: 16px;
	font-weight: normal;
	color: #3B902A;
}

.anraText7 {
	font-size: 16px;
	font-weight: normal;
	color: #336699;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding-left: 12px;
	background: url(images/homepage19.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #56B144;
}

a:hover {
	text-decoration: none;
	background: #c7d8e9;
}	

a img { border: 1px #FAFBF4 solid; }
a:hover img {border: 1px #336699 solid; }

.link1 {
	text-decoration: none;
}

.link2 {
	text-decoration: none;
	font-weight: bold;
	color: #3B902A;
}

.anraLink2 {
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
/*	color: #3B902A;*/
	color: #336699; 
}



.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	color: #FFFFFF;
}

.anraFooterText {
	color: #000000;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.gif) repeat left top; }
.anraBg1 { background: #cccecd; }
.bg2 { background: url(images/homepage02.gif) repeat-x left top; }
.anraBg2 { background: #cccecd; }
.bg3 { background: url(images/homepage05.gif) repeat-x left top; }
.bg4 { background: url(images/homepage06.gif) repeat-x left bottom; }
.bg5 { background: url(images/homepage08.gif) repeat-x left top; }
.bg6 { background: url(images/homepage11.gif) repeat-x left top; }
.bg7 { background: #FAFBF4 url(images/homepage15.gif) repeat-x left top; }
.anraBg7 { background: #FAFBF4; }
.bg8 { background: url(images/homepage20.gif) repeat-x left top; }
.anraBg8 { background: #FAFBF4; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

