/* --- Footer dummy --- */

/* Voor vragen kun je mij altijd mailen: sjoerd@webton.nl */

/* -- BODY SETTINGS */
html, body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body{
	background-color: #040c0b;
	font-family: Arial;
	font-size: 12px;
	color:#ffffff;
	background-image:url(img/bg.png);
	background-repeat:repeat-x;
}

.clear{
	clear: both;
	height: 30px;
}

/* -- CONTAINERS -- */
div#main-container{
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

html>body main-container{
	height: auto;
}

div#content-wrapper{
	width: 100%;
	background-image:url(img/content_bg.jpg);
	background-repeat:no-repeat;
}

/* -- DIV'S -- */
div#div-header{
	width: 100%;
	height: 138px;
	background-color: #000000;
	background-image:url(img/header_bg.jpg);
}

div#div-footerContainer{
	width: 100%;
	height: 25px;
	background-image:url(img/footer_bg.jpg);
	position: absolute;
	bottom: 0;
}
div#div-footerContainer p{
	padding-left:80px;
	padding-top:5px;
	}

/* -- TEXT STYLES | Dit heeft geen invloed op de footer -- */

h2{
	font-size: 12px;
	padding: 10px;
	color: #fff;
}

h3{
	font-size: 12px;
	padding: 5px;
	color: #FFF;
}

h1 {
	padding-left:78px;
	}
	
ul {
	padding-left:122px;
	}

p{
	padding-left:78px;
	padding-top:32px;
	width:859px;
	}
	
p img{
	border:0px solid #997f52;
	margin-left:20px;
	}
	
p.margin {
}

#koptext{
	padding-top:22px;
	margin-left:400px;
	}
	
.divider{
background-image:url(img/divider.jpg);
width:802px;
height:29px;
margin-left:80px;
}

a {
outline:none;
}

a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}

#footerleft {
	padding-top:5px;
	padding-left:80px;
	}

#footerright {
	padding-top:5px;
	}

* html #menu{
	margin-top:-3px;
	}
	
.prijslijst {
margin-left:50px;
}

.prijslijst-titelwrap{
	width: 850px;
	float: left;
	margin-bottom: 30px;
	margin-left: 80px;
	margin-top: 20px;
}

.prijslijst-center{
	width: 280px;
	margin-left: 345px;
	margin-bottom: 10px;
	text-align: left;
}

.prijslijst-center-line{
	width: 475px;
	font-weight: bold;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

