html, body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100.2%;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #06502d;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;	
	margin:0;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:13px;
}

h5, h6 {
	font-size:12px;
}

p {
	color: #06502d;
	font-size: 12px;
	line-height: 20px;	
	margin:0;
	margin-bottom: 10px;
}

a {
	color: #a9c938;
}

a:hover {	
	color: #06502d;
}

#shadow {
	margin: auto;
	background: url(../img/shadow.gif) top repeat-y;
	width: 970px;	
}

#container {
	background-color: #ffffff;
	width: 952px;
	margin-left: 4px;
	min-height: 609px;	
	background: url(../img/mobiel-verzekerd.jpg) bottom left no-repeat;
	position: relative;	
}

/* ********************* HEADER ************************ */

#logo {
	left: 80px;
	top: 25px;
	position: relative;	
	width: 300px;
	
}

#talen {
	float: right;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 10px;	
	color: #b0cb3f;
	font-size: 12px;
}

#talen a {
	color: #b0cb3f;
	text-decoration: none;
	font-weight: bold;
}

#talen a:hover {
	color: #06502d;
}


#talen a.selected {
	color: #06502d;
}

/********************* END HEADER ************************/
/************************ MENU ***************************/

#menu {
	margin:0;
	padding:0;
	background-color: #a9c938;
	border-top: solid 1px #115830;
	border-bottom: solid 1px #115830;	
	width: 952px;
	float: left;
	height: 30px;	
	position: absolute;
	top: 111px;	
}

#menu ul {
	margin: 0 166px 0 80px;
	padding: 0;
	text-align: center;	
	/*border-right: solid 1px #115830;*/
	height: 30px;
}

#menu li {
	list-style: none;
	display:inline;
	text-align: center;
}

#menu li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	width: 140px;
	line-height: 30px;
	display: block;
	float: left;
	border-left: solid 1px #115830;
	border-right: solid 1px #115830;
	margin-left: -1px;
}

#menu li a:hover {
	background: url(../img/btnHover.jpg) top no-repeat;
}

#menu .selected {
	background: url(../img/btnHover.jpg) top no-repeat;
}

/************************ END MENU ***************************/

#afbeelding {
	position: absolute;
	background: url(../img/header-rechts.jpg) top right no-repeat;
	height: 189px;
	float: left;
	width:952px;
	top: 143px;	
}

#maincontent {
	width: 579px;
	margin-left: 80px;
	margin-top: 290px;	
	padding-bottom: 76px;
	padding-right: 100px;
	position: relative;
	border-right: 193px solid #01692c;
	min-height: 176px;
	
}

#adres {
	position: absolute;	
	background: url(../img/content-rechts.jpg) top right no-repeat;
	width: 235px;
	height: 276px;
	top: 332px;	
	right: 0px;	
}

#schademeldTekst {
	position: relative;
	left: 70px;
	top: 14px;
}

#schademeldTekst p{
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	font-size: 11px;

}

#footer {
	margin: auto;
	background: url(../img/shadow-onder.gif) top no-repeat;
	height: 20px;
	width: 970px;
	padding: 0;	
	position: relative;
}

#footer ul {
	margin:0;
	padding:0;	
	margin-left: 88px;	
	padding-top: 5px;
}

#footer li {
	
	display: inline;		
}

#footer li a {
	color: #a9c938;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding-left: 4px;
	padding-right: 4px;	
	border-left: 1px solid #a9c938;
}

#footer li a:hover {
	color: #06502d;
}

#footerLeft {
	position: absolute;
	height: 16px;
	width: 1px;
	background-color: #ffffff;
	left: 88px;
	top: 5px;	
}

.moduletools a
{
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 0px 2px;
	line-height: 20px;
	background-color: #ffffff;
	color: #06502d;
	font-size: 10px;
}

.moduletools a:hover
{
	background-color: #f9f9f9;
}


