/* CSS Document */

* {
margin: 0;
padding: 0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #faf3de;
	font-size: 13px;
	color: #474044;}
#pagina{
	width: 900px;
	position: absolute;
	z-index: 2;}
#wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;}
#achtergrond {
	background-image: url(../images/Achtergrond/Achtergr-Contact.jpg);
	position: absolute;
	height: 569px;
	width: 900px;
	z-index: 1;
	top: 116px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	}

#left {
	width: 223px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 35px;
	text-align: right;}
#logo {
	margin-top: 20px;
	margin-bottom: 15px;
}
#left ul{
	list-style-type: none;
	font-size: 21px;}
#left li {
	margin-bottom: 35px;
}
#left ul ul {
	display: none;
	font-size: 14px;}
#left li li {
	margin-bottom: 5px;}
#left ul li:hover ul {
	display:block; }
#left a {
	text-decoration: none;
	color: #474044;
	font-weight: normal;}
#left a:hover, #left a.selected {
	color:#9e2b1e;}
.menuklein {
	font-size: 14px;}

#right {
	width: 536px;
	float: left;
	padding-top: 20px;
	line-height: 1.3;}

h1, h2 {
	padding-top: 18px;
}
	
p {
	padding-top: 8px;}


#right ul {
	list-style-position: outside;
	margin-left: 14px;
}

h1 {
	font-size: 16px;}

h2 {
	font-size: 13px;
	color: #9e2b1e;
	margin-bottom: -10px;}
h3 {
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: -5px;
}


a {
	color: #9e2b1e;}

a:hover {
	text-decoration: underline;}

.float_left {
	float:left;
	padding: 10px;}

.float_right {
	float: right;
	padding: 10px;}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.gecentreerd {
	text-align:center;
}

strong {
	font-weight: normal;
	color: #9e2b1e;}
.roodachter {
	background-color: #9e2b1e;
	color: #FFFFFF;
	padding:10px;
}

h1.roodachter, h2.roodachter, h3.roodachter {
	color: #FFCC00;
}


