@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}


body {	

background-color:#f1f0ef;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 142px; /* .push must be the same height as .footer */
}

.header {
	width:960px;
	height:210px;
	background-image:url(http://www.itg.be/itg/images/Zoonosis/titel.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color:#FFFFFF;}


#content {
width:940px;
padding-left:20px;
background-color:#f1f0ef;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;}

.center {

margin-left:auto;
margin-right:auto;
width:960px;

}

/*HOOFDNAV*/

#nav {
	width:960px;
	background-color:#badae5;
	text-align:right;
	height:30px;
	border-bottom:#f1f0ef 30px solid;

}

#nav ul{
list-style-type:none;
}

#nav ul li{
padding:5px;	
float:right;
margin-left:50px;
}

#nav ul li a{
text-decoration:none;
font-weight:bold;
color:#0d4e78;
}

#nav ul li a:hover{
	color:#ffffff;
}


/*SMALLNAV*/

#smallnav {background-color:#11506f;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
padding:5px;
height:15px;}

#smallnav ul li {
list-style-type: none;
text-transform:uppercase;
float:right;
margin-left:20px;}

#smallnav a {
color:#FFFFFF;
text-decoration:none;}


#smallnav a:hover {
text-decoration:underline;}


/**/



/*TYPOGRAFIE*/
/****************/

h1,h2,h3,h4 {font-family:Arial, Helvetica, sans-serif;
color:#3a281c;}

h1 {font-size: 200%;
	font-weight:normal;

	padding-bottom:20px;
}

h2{
	font-size: 120%;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
	font-size: 110%;
	margin-bottom:5px;

}

h4 {
	font-size: 100%;
	margin-bottom:5px;
	margin-top:5px;

}

p{margin-bottom:20px;
}

img {padding:10px;}


.kolomR ul {margin-left:40px;
}

a {color:#009999;}

ul {margin-left:40px;}

ol {
margin-left:40px;
}

/*       --------------FOOTER-------------          */

#footer {
font-size:12px;
	height: 142px; 
	width:960px;
	margin-left:auto;
	margin-right:auto;}





.footertext {
float:left;
width:570px;
font-size:90%;
line-height:1.5em;
	}

.logo {float:left;
padding-top:20px;
margin-right:20px;}



.logo_sub {
padding-top:20px;
float:right;
margin-left:20px;
}

/*       --------------ABOUT-------------          */


.quick {
float:right;
padding-left:37px;
padding:10px;
width:241px;
border-left:#eed98f 2px solid;
background-color:#eaf4f7;
}

.quick h1 {margin-top: 10px;
padding-left:0px;}

.maincontent {
float:left;
width:600px;
}

/*       --------------HOME-------------          */

.why {
width:300px;
float:left;

padding-right:20px;}

.why h1{

padding-top:20px;}

.recentreviews h1{
padding-left:0px;
padding-top:20px;
}

.recentreviews {
padding-left:20px;
float:left;
width:600px;
background-color:#d4e5ea;}

.recentreviews ul {
margin-left:-30px;
padding-left:none;}

.recentreviews ul li{

padding-bottom:10px;
	list-style-type: none;
	border-bottom:1px solid #3d6e8c;
}
