/* -------------------------------------------------------------------- basics */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 20px;
}
body {
	background-color: #C9A159;
	background-image: url(img/bg_body.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 14px;
	clear: both;
	color: #E60000;
	margin-bottom: 12px;
}
h2 {
	clear: left;
}
h3 {
	clear: left;
}
p {
	margin-right: 20px;
	margin-bottom: 12px;
}
a:link, a:visited {
	color: #E60000;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #C9A159;
	font-weight: bold;
	text-decoration: none;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	padding-left: 15px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
hr {
	border: none;
	border-bottom: 1px solid #FF0000; 
	height: 0;
}
.imgR {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 20px;
}
.imgG {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
.txtR{
	float: right;
	margin-right: 100px;
}
.download {
	float: left;
	width: 130px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.download img{
	border: 1px solid #ADBCD1;
}
/* -------------------------------------------------------------------- links */
#download_ivana {
	font-size: 10px;
	line-height: 15px;
	background-image: url(img/download-ivana.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 15px;
	margin-left: 34px;
	padding-right: 50px;
	margin-top: 150px;
}
#download_ivana a:link, #download_ivana a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
}
#download_ivana a:hover, #download_ivana a:active {
	font-size: 10px;
	font-weight: normal;
	color: #C9A159;
}
body#sitemap a:link, body#sitemap a:visited, body#contact a:link, body#contact a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
body#sitemap a:hover, body#sitemap a:active, body#contact a:hover, body#contact a:active {
	color: #C9A159;
	font-weight: normal;
	text-decoration: underline;
}
/* -------------------------------------------------------------------- actie */
.actie {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.actie img{
	border: 1px solid #ADBCD1;
}
