/* Part of the Profex site by Eldesign */

/* We start with the default settings.. */
body {
	background:#ccc url('../images/back.gif') repeat-x;
	width:956px;
	margin:0 auto; padding:0;
	font-family:tahoma; font-size:12px;
	color:#232323;
}

* {
	margin:0; padding:0;
}
img {border:none;}
input {outline:none;}
#bedrijven_b, #particulieren_b { behavior: url('js/iepngfix.htc'); }
.clear {clear:both;}

a:link, a:active, a:visited {
    color:#232323;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
.right {float:right;}
.left {float:left;}

/* Header */
#header {
	background:url('../images/header.png') no-repeat;
	width:956px; height:122px;
    position:relative;
    z-index:3;
}
	#header #nav {
		width:511px; height:81px;
		margin:0 25px 0 0;
	}
		#nav .top {
			height:48px; width:501px;
		}
			#nav .top p, #nav .bottom p {
				float:left;
			}
		#nav .bottom {
			height:33px; width:501px; 
		}
#back_badge {
	background:url(../images/back_badge.gif) left no-repeat;
	width:956px; height:259px;
	position:absolute;
	top:0; left:0;
	z-index:1;
}

/* General Layout */
#section_title {
    padding:0 30px 0 0;
    text-align:right;
}
#container {
    position:relative;
    z-index:2;
	width:956px;
	margin:0;
}
	#content_top {
		background:url('../images/cont_top.png') no-repeat;
		width:956px; height:25px;
	}
	#content_bottom {
		background:url('../images/cont_bottom.png') no-repeat;
		width:956px; height:25px;
	}
	#content_wrapper {
		background:url('../images/cont_back.png') repeat-y;
		width:956px;
		display: table;
	}
	#content {
		background:#f1f1f1;
		padding:0 10px; margin:0 0 0 14px;
		width:908px;
		display:table;
	}
		#content #sidebar {
			width:177px;
		}
			#sidebar h1 {
				background:url('../images/title_sidebar_back.png') no-repeat;
				width:177px; height:33px;
				padding:8px 0 0 10px; margin:0;
				font-size:15px; font-weight:bold;
			}
			#sidebar li {list-style:none; padding:5px 10px; border-bottom:1px solid #ccc;}
		#content #info {
			width:710px;
		}
			#content #info #more {
				background:#D8D8D8;
				border:1px solid #808080;
				padding:10px; margin:5px 0 0 15px;
				width:180px;
			}
				#content #info #more h3 {
					font-size:14px;
				}
				#content #info #more ul {
					padding:0;margin:5px 0 0 0;
				}
				#content #info #more li {
					background:url('../images/disk.png') no-repeat left;
					list-style:none;
					padding-left:22px;
				}
			#content #info p {
				padding:5px 0 5px 0;
			}
			#content #info ul {
				padding:0 0 0 40px;
			}
			#content #info li {
				padding:2px 0 0 2px;
			}
			#content #info img {
				padding:2px;
				background:#fff;
				border:1px solid #BDBDBD;
			}
			#p_text {
				width:470px;
				text-align:justify;
			}
			#p_info {
				width:180px;
			}
		#info_big {
			width:900px;
		}
			#info h1 {
				background:url('../images/product_title_back.png') no-repeat;
				width:710px; height:33px;
				padding:8px 0 0 10px; margin:0 0 5px 0;
				font-size:15px; font-weight:bold;
			}
			#info_big h1 {
				background:url('../images/product_title_back_big.gif') no-repeat;
				width:900px; height:33px;
				padding:8px 0 0 10px; margin:0 0 5px 0;
				font-size:15px; font-weight:bold;				
			}
			#info p {margin:0px 10px;}
/* Text Color styles */
.c_faded {color:#797979;}

/* Index Only */
#particulieren_b {
	background:url('../images/particulieren_image.gif') no-repeat;
	width:462px; height:471px;
	float:left;
    margin:19px 0 0 10px;
}
#bedrijven_b {
	background:url('../images/bedrijven_image.gif') no-repeat;
	width:466px; height:471px;
	float:left;
	margin:19px 0 0 0;
}
	#flip1 {
		width:432px; height:422px;
		margin:28px 0 0 15px;
	}
	#flip2 {
		margin:28px 0 0 18px;
		width:433px; height:374px;
	}

/* Footer */
#footer {
	width:950px;
	border-top:1px solid #656565;
	padding:20px; margin:20px 0 20px 0;
}
	#footer .f_vak {width:150px; margin-right:20px;}

/* Contact Site */
#error {
  background: #FFC4C4;
  border: 1px dotted #990000;
  width:300px;
  padding:5px;
  font-weight:bold;
}
#succes {
    background: #DCFFA8;
    border: 1px dotted #99FF00;
    width:300px;
    padding:5px;
    font-weight:bold;
}
/* Offerte page */
#offerte_cont {
	background:url('../images/offerte_cont_top.gif') top no-repeat;
	width:900px;
}
	#offerte_cont div {
		margin:0 5px 0 5px;
	}
	#offerte_cont h2 {
		font-size:15px;
		color:#333;
		padding:10px 5px 10px 5px;
	}
#o_label {
	width:150px;
	margin:0 5px 5px 0;
	min-height:40px;
}
#o_input {
	padding:0 0 5px 0;
}
	#o_input input {
		width:200px;
		height:20px;
		background:#fff;
		border:1px solid #95A4AF;
	}
	#o_input input:focus {
		border:1px solid #C4D8E6;
	}
	#o_input input:hover {
		border:1px solid #3F464B;		
	}
	#o_input select {
		width:200px;
	}
	#o_input p, #o_input span {
		padding:0; margin:0;
	}
.price {
	font-size:14px;
	text-decoration: underline;
	color:#4D0002;
}
#o_info {
	padding:10px;
	color:#717171;
	width:500px;
}
#errmsg { color:red; }