/********************************************
   HTML ELEMENTEN
********************************************/ 

/* top elementen */
* { padding: 0; margin: 0; }

body {
	margin: 15px 0; 	
	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #fff url(../images/bg-redtowhite.jpg) repeat-x;
	text-align: center;	
	height: 100%;	
}

/* links */
a { background: inherit; color: #f30; text-decoration: none; outline: 0;}
a:hover { background: inherit; color: #006; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */

img.float-right {
  float: right; 
  margin: 5px 0px 5px 15px;  
}

img.float-left {
  float: left; 
  margin: 5px 15px 5px 0px;
}

/* formulier elementen */
form {
	margin:10px 15px; 
	padding: 0;
}

label, input {
	margin: 3px 0px;
}

input {
	display:block;
}

/***********************
	  LAYOUT ELEMENTEN
************************/
#wrap {
	width: 770px;
	margin: 0 auto;
}

/* header */
#header {
	position: relative;
	height: 176px;
	text-align: left;		
	margin: 0; 
	padding: 0;	
	background: #fff;
}

#header .headerphoto {
	position: absolute;
	right: 15px ; 
	top: 15px;
	width: 455px;
	height: 156px;
	background: #FFF url(../images/installatiebuizen.jpg) no-repeat;	
}

#header #logo-wrap {
	position: absolute;
	left: 15px ; 
	top: 15px;
	width: 280px;
	height: 156px;	
	background: #fff;
}

/* header menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 770px;		
	background: #fff url(wrap-bg.jpg) repeat-y;
	float: left;
}
#menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 740px;
	color: #FFF;
	background-color: #1b0b81;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #30c;
	color: #FFF;
}
#menu li a#current  {
	background: #f30;
	color: #fff;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background-color: #fff;
}
#content {
	width: 740px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}

/* rechter kolom */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; 
	padding: 0;	
}	

.sidebox {
	margin-bottom: 10px;
}

/* rechter menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #f30;
	color: #309;		
}

/* bal onder adres en lid */
.adres, .lid {
	padding: .3em 0 .3em 10px;
}

.lid img {
	padding: .3em 0 .3em 10px;
}

/* main content */
#main {
	float: left;
	width: 67%;	
	margin: 0 0 10px 0; 
	padding: 0;	
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

.maintext {
	margin: 0; padding: 0;	
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 45px;
	background: url(footer-bg.jpg) no-repeat left bottom;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* tabellen */
#main table {
	width: 100%;
	border: 0;
	border-spacing: 0px;
	margin: 0 0 10px 15px; 
	padding: 0;	
}

#main table thead th {
	height: 21px;
	font-weight: bold;
	background-color: #1b0b81;
	color:#fff;
}

#main th, td {
	padding: 3px;
	text-align: left;
}

#main td {
	border-bottom: dotted thin;
}

#main .categorie {
	width: 15%;
}

#main .probleem {
	width: 35%;
}

#main .oplossing {
	width: 50%;
}

/* extra classes */
.clear { clear: both; }