/*------------------------------------------------------------------------*/
/*--- CSS O&K Beveiliging 2007, copyright TOPFIND B.V. - www.topfind.nl --*/
/*------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	margin-top: 20px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#wrapper {
	width: 100%;
}
/* container */
#container {
	position: absolute;
	left: 50%;
	margin-left: -385px;
	width: 770px;
	background-color: #efc326;
	border: 1px solid #000;
	background-image: url(../images/bg.png);
	background-position: center;
	background-repeat:repeat-y;
}
/* header */
#header {
	position: relative;
	width: 770px;
	height: 164px;
	background-image: url(../images/header.jpg)
}

#header a {
	position:absolute;
	top:27px;
	left:32px;
	width:185px;
	height: 109px;
	text-indent: -5000px;
	text-decoration:none;
}

/* content */

#content {
	position: relative;
	width: 770px;
	font-size: 70%;
	color: #000;
}
#sidebar {
	float: right;
	background: none;
	width: 250px;
}

#sidebar a {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	color: #FFF;

}

#sidebar div#userPanel {
	margin: 0 15px 0 15px;
	width: 200px;
}

#sidebar div#userPanel p {
	padding: 10px 5px 5px 5px;
}

#sidebar h2#hdr-userpanel {
	font-size: 0px;
	text-indent: -4000px;
	width: 200px;
	height: 26px;
	background-image: url(../images/h2-hdr-userpanel.gif);
	background-repeat: no-repeat;
	clear: right;
	margin: 15px 15px 0 15px;
}

/* aanmelden nieuwsbrief */
#sidebar h2#hdr-nieuwsbrief {
	font-size: 0px;
	text-indent: -4000px;
	width: 200px;
	height: 26px;
	background-image: url(../images/h2-hdr-nieuwsbrief.gif);
	background-repeat: no-repeat;
	clear: right;
	margin: 15px 15px 0 15px;
}

#sidebar #nieuwsbrief {
	margin: 0 10px 25px 15px;
	width: 190px !important;
	width: 200px;
	background-color: #cd9f01;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	font-size: 10px;
	font-weight: normal;
}

#sidebar #nieuwsbrief table {
	font-size: 10px;
}

#sidebar #nieuwsbrief .nieuwsbriefField {
	width: 125px;
	height: 18px;
	font-size: 11px;
}

#sidebar #nieuwsbrief .submitBtn {
	font-size: 11px;
	font-weight: bold;
}


/* referenties list */
#sidebar h2#hdr-referenties {
	font-size: 0px;
	text-indent: -4000px;
	width: 200px;
	height: 26px;
	background-image: url(../images/h2-hdr-referenties.gif);
	background-repeat: no-repeat;
	clear: right;
	margin: 15px 15px 0 15px;
}
#sidebar ul#referenties-list {
	list-style-type: none;
	margin: 0 10px 25px 15px;
	width: 200px;
	background-color: #cd9f01;
	padding: 10px 0 10px 0;
}
#sidebar ul#referenties-list li {
	display: block;
	padding: 0 10px 0 7px;
	background-image: url(../images/arrow-black.gif);
	background-position: 0 .5em;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom:12px!important;
	margin-bottom:2px;	
}
#sidebar ul#referenties-list  a {
	text-decoration: none;
	color: #000;
	display: block;
}
#sidebar ul#referenties-list a:hover {
	text-decoration: none;
	color: #FFF;
}
#sidebar #referenties-list a:hover {
	text-decoration: none;
	color: #000;
}
#sidebar img#bnr-combi-pakket {
	margin: 0 10px 25px 15px;
}
#mainContent {
	float: left;
	width: 475px;
	line-height: 1.5em;
	padding: 20px;
}
#mainContent h1 {
	font-size: 14px;
	margin-bottom: .5em;
}

#mainContent h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: .5em;
}

#mainContent p {
	margin-bottom: 2em
}
#mainContent a {
	color: #000;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #FFF;
	text-decoration: underline;
}

#mainContent ul {
	/* margin-left: 10px; */
	list-style: none;
}

#mainContent ul li {
	background:url(../images/arrow-black.gif) no-repeat 0px 6px;
	height: 20px;
	/*line-height: 20px;*/
	padding-left: 10px;
	padding-bottom:18px;
}


/* footer */
#footer {
	display: block;
	width: 770px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	position: relative;
	float: left;
	background-image: url(../images/bg-nav.png);
	font-size: 70%;
	text-align: center;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* banner combi pakket beveiliging */
#bnr-combi-pakket-beveiliging {
	margin-left: 15px;
	margin-bottom: 20px;
	width: 200px;
	border: 1px solid #000;
}

/* UPDATE PASCAL REFERENTIES */
#referenties{
}

#referentiesTxt{
	float:left;
	width:320px;
	margin-right:25px;
}

#referentiesPics{
	float:left;
	width:100px;
}

#referentiesPics img{
	width:85px;
	margin:2px;
	cursor:pointer;
}

#referenties  a img{
	border:1px solid #000;
}

#referenties  a:hover img{
	border:1px solid #FFF;
}

/* table download */
#download td {
	padding: 5px;
	
}

/* contact form styles */
.actief {
	border: 1px solid #FF0000;
}

.inActief {
	border: 1px solid #CCC
}

.normalBLok{
	margin-bottom:15px;
	padding:10px;
	background-repeat:no-repeat;
	background-color:#CD9F01;
	background-position:20px 10px;
}

.normalBLok h2{
	margin-left:10px;
	font-size:13px;	
}

.normalBLok ul{
	margin-left:10px;
}

#news .normalBLok ul li{
	background-position:0px 8px;	
}


#contactForm label{
	display:block;
	width:180px;
	float:left;
}

#contactForm fieldset{
	border:1px solid #666;
	padding:15px;
}

#contactForm legend{
	font-weight:bold;
	color:#000;
}

ul#news li{
	background-image:none;
	list-style-type:disc;
	margin-left:30px;
	padding-left:0;
	line-height:2.5em;
}

div#news ul {
	clear: both;
	margin-bottom: 3em;	
}


ol,
ul{
	margin-left:25px;
}
