html {
	heigth:100%;
}

* html #wrapper{
height: 100%;
}

/* general */
a {
	color:#b484da;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
ul {
	list-style:none;
}
li{
	list-style:none;
}
.blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.contact {
	width: 600px;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:10px;
}

#clear {clear: both;}

.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	background:black url('image/dessin.gif') repeat-y right;
	color:#666;
	font:0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	margin-bottom:-15px;
	padding-left:auto;
	padding-right:auto;
	heigth:100%;
}

body img{
	position:absolute;
	width: 120px;
	_z-index:-1;

}

#wrapper img{
	width:auto;
}


#wrapper{
	margin:0px auto 0px auto;
	margin-bottom:0px;
	background:transparent url('image/rand.jpg') repeat-y left;
    	width: 800px;
	/* border-right:10px solid #FF33CC; */
	min-heigth:100%;
}

/* header */
.header {
	background:url('image/ring.jpg');
	height:320px;
	margin:0 auto;
	position:relative;
	width:760px;
	border-right:20px solid #FF33CC;  
}
.referentie{
    background:url('image/ketting.jpg');
}

.werkwijze{
    background:url('image/linten.jpg');
}

.diensten{
    background:url('image/boeketje.jpg');
}

.links{
}
.contacten{
    background:url('image/lamp.jpg');
}

.header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}


.header p {
	bottom:70px;
	color:#fff;
	font-size:2em;
	position:absolute;
	right:20px;
}
.header ul {
	list-style:none;
	position:absolute;
	top:20px;
}
.header ul li {
	list-style:none;
}
.header ul li a {
	color:#fff;
	line-height:2.4em;
	font-size:1.2em;
	font-weight:700;
	height:15px;
	padding:8px;
	width:190px;
}
.header ul li a:hover {
	background:#FF33CC;
	color:#eee;
	text-decoration:none;
}

/* form */
form{
	height:auto;
	margin:0 auto;
	width:760px;
}

/* content */
#content {
	min-height:100%;
	margin:0 auto;
	position:relative;
	top:-25px;
	/top:0px;
	width:760px;
	border-right:20px solid #FF33CC;  
	background: #fff url('image/logoback.jpg') center no-repeat;
}
/*
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 
 */
/* sidebar */
#sidebar {
	float:left;
	width:210px;
}
#sidebar h1 {
	border-bottom:2px solid #FF33CC;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #FF33CC;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}

.linklist ul {
	margin:10px;
}
.linklist ul li {
	border-top:1px solid #FF33CC;
	list-style:none;
	padding:5px 2px;
}
.linklist ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
.linklist ul li a:hover {
	color:#FF33CC;
}
/* Main */
#main {
	float:right;
	width:520px;
	min-height:500px;

  	height:auto !important;
  	height:500px;


	margin-bottom: 0px;
	padding-bottom:0px;
}

#main p {
	color:#555;
	line-height:20px;
	padding:10px;
}

h1 {
	border-bottom:2px solid #FF33CC;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}

#center {   
    min-height:500px;
	heigth: 100%;
	margin-bottom: 0px;
	padding-bottom:0px;
}

#center p {
	color:#555;
    padding:0 1em 1em 1em;
	
}

/* footer */
#footer {
	margin:10px auto;
	width:740px;
	heigth:100%;
}

#footer:after {
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

#footer p {
	border-top:2px solid #FF33CC;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
	width:740px;
}

input.btn{
	background-image:url('image/silver.jpg');
	border: 1px solid black;
}
input, textarea, select, option{
      background-color:#FFCCFF;
      border: 1px solid #FF33CC;
}

img{
border:none;}