@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #2F2F2F;
}
#header {
	clear: both;
	height: 200px;
}
#leftSideBar {
	float: left;
	height: 450px;
}
#mainContent {
	float: right;
	height: 450px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
	background-image: url(../_images/background_main_old.gif);
	background-repeat: no-repeat;
	color: #000;
}
#mainContentAlarm {
	float: right;
	height: 450px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
	background-image: url(../_images/Background_main_alarm.jpg);
	background-repeat: no-repeat;
	color: #000;
}
#mainContentInbraak {
	float: right;
	height: 450px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
	background-image: url(../_images/Background_main_inbraak.jpg);
	background-repeat: no-repeat;
	color: #000;
}
#mainContentCamera {
	float: right;
	height: 450px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
	background-image: url(../_images/Background_main_camera.jpg);
	background-repeat: no-repeat;
	color: #000;
}
#mainContentKluis {
		float: right;
	height: 450px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
	background-image: url(../_images/Background_main_kluis.jpg);
	background-repeat: no-repeat;
	color: #000;
}
#mainContentDeur {
	float: right;
	height: 450px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
	background-image: url(../_images/Background_main_deur.jpg);
	background-repeat: no-repeat;
	color: #000;
	overflow: scroll;
}
#mainContentContact {
	float: right;
	height: 450px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
	background-image: url(../_images/Background_main_contact.jpg);
	background-repeat: no-repeat;
	color: #000;
}
#mainContentAanbieding {
	float: right;
	height: 450px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
	background-image: url(../_images/Background_main_aanbieding.jpg);
	background-repeat: no-repeat;
	color: #000;
}




#veiligGevoel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #0D1C6D;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 590px;
	height: 40px;
	text-align: left;
}
#24uurService {

}


#navBar {
	height: 50px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 12px;
}
#footer {
	clear: both;
	height: 25px;
	font-size: 0.6em;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
}
#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #999;
	height: 20px;
	text-align: right;
}

#logo_pkvw {
	clear: both;
	padding-left: 18px;
}
#logo_cbenv {
	clear: none;
	height: 100px;
	width: 100px;
	float: right;
	position: absolute;
	right: 102px;
	bottom: 2px;
}

#logo_vca {
	clear: none;
	height: 100px;
	width: 100px;
	float: right;
	right: 4px;
	bottom: 2px;
	position: absolute;
}
#navbar_leftside {
	height: 200px;
	width: 150px;
	margin-top: 20px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}

#kaartje {
	float: right;
	height: 150px;
	width: 200px;
}
#logo {
	float: left;
	height: 150px;
	width: 750px;
	background-image: url(../_images/logo_alert_inbraakpreventie.gif);
	background-repeat: no-repeat;
}
#container {
	text-align: left;
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../_images/background_mainContent.jpg);
	background-repeat: repeat;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}
a {
	font-size: 1em;
}
.oneColFixCtr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #2F2F2F;
}
.oneColFixCtr #mainContent {
	background-repeat: no-repeat;
}

