@charset "UTF-8";

/* CSS Document */

/*
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.2;
*/

* {
	padding:0;
	margin:0;
	border:0;
	outline:0;
}

html {
	width:100%;
	overflow:auto;
}

body {
	position:relative;
	width:100%;
	font-family:Arial;
	font-size:12px;
	color:#555555;
	background: url(/images/backgrounds/body.png) repeat-x top left;
}

a { text-decoration:none; }
a:hover{ text-decoration:underline; }

a *{ cursor:pointer; }

ul,
ul li{
	margin:0;
	padding:0;
	list-style:none;
}

h1, h2 {
	font-size:20px;
	margin:0 0 0 0;
	padding:0;
}

h2{
	font-size:12px;
	color:#C0B077;
}

fieldset{
	padding:0;
	margin:0;
}

textarea{
	overflow:auto;
}


/* SITE OPBOUW */

#site {
	position:relative;
	margin:0 auto;
	width:960px;
	background: url(/images/backgrounds/site.png) no-repeat 354px top;
}

#header{
	position:relative;
	width:100%;
	height:183px;
}

#content{
	position:relative;
	width:960px;
	padding:0 0 40px 0;
}

#footer {
	position:relative;
	width:960px;
	margin:0 auto;
	height:100px;
	line-height:50px;
	text-align:center;
	color:#7E7E7E;
	font-size:11px;
	border-top:1px solid #CFCFCF;
}


/* CONTENT ELEMENTEN */

.content {
	line-height:200%;
}

.content h1{
	margin-bottom:20px;
	color:#E66B1E;
	font-size:14px;
}

.content h2{
	margin:0;
	color:#555;
	font-size:12px;
	font-weight:bold;
}

.content p, .content ul, .content ol, .content table {
	margin-bottom:20px;
}

.content ul{
	margin:0 0 20px 15px;
}

.content li {
	list-style:disc outside;

}

.content strong{
	font-weight:bold;
}

.content a {
	text-decoration:underline;
}

.content a:hover {
	text-decoration:none;
}

/* FORMULIEREN */

dl.form dt{
	width:105px;
	min-height:30px;
	_height:30px;
	line-height:30px;
}

dl.form dd{
	margin:-30px 0 0 105px;
	width:210px;
	min-height:30px;
	_height:30px;
	line-height:30px;
}

.input-text {
	width:200px;
	height:19px;
	padding:3px;
	border:1px solid #C6C6C6;
	font-size:11px;
	color:#777777;
}

.input-textarea {
	width:200px;
	height:142px;
	padding:3px;
	border:1px solid #C6C6C6;
	font-size:11px;
	color:#7f7f7f;
	margin-top:4px;
}

.submit-button {
	background:url(/images/buttons/verzenden.png) no-repeat center center;
	height:27px;
	width:104px;
	_height:21px;
	_width:98px;
	cursor:pointer;
	_margin:3px 0 0 0;
}


/* GOOGLE MAPS */

#gmaps div a,
#gmaps div span,
#gmaps span.gmnoprint a img{
	display:none;
}

#gmaps div.gmnoprint{

}


/* HULPELEMENTEN */

.clear {
	clear:both;
	overflow:hidden;
	height:0;
	width:0;
}

.tussenruimte {
	height:20px;
}

.kantlijn {
	padding:20px;
}

.container {
	position:relative;
	width:100%;
	height:100%;
}

.horline{
	height:1px;
	width:100%;
	background:#E1DDCB;
	margin-bottom:50px;
	overflow:hidden;
}

.inline{
	float:left;
	margin:0 25px 25px 0;
	_display:inline;
}

.garantie{
	height:108px;
	width:108px;
}

.left{
	float:left;
	width:300px;
	_display:inline;
}

.right{
	float:right;
	width:250px;
	_display:inline;
}