@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFCC99;
	font-size:12px;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../svds_backgrounds/svds_bg_site.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLt #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:100px;
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px;
} 
.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 {
	color:#FFCC99;
	text-decoration:none;	
}
a:hover {
	text-decoration:underline;	
}

#nav {
	margin:0;
	padding:0;
	list-style-type:none;
	width:200px;
	font-size: 14px;
	font-weight:bold;
}

#nav li {
	margin:0;
	padding:0;
	height:50px;
}

#nav a {
	display: block;
	color:#FFCC99;
	text-decoration:none;	
}

#nav a {
	display: block;
	color:#FFCC99;
	text-decoration:none;	
}

#nav a:hover {
	text-decoration:underline;	
}

#welkom {
	display:block;
	padding-left:45px;
	width:100%;
	margin-bottom:10px;
}

#paginatitel {
	text-align:right;
	display:block;
	margin-top:-15px;
	margin-right:-8px;
	margin-bottom:10px;
}

#nieuws_home {
	float:left;
	margin-top:50px;
	padding:0;
	width:200px;
	border-style:solid;
	border-width:medium;
	border-color:#FFCC99;
	background-image:url(../svds_backgrounds/bg_wit_75.png);
	background-attachment:fixed;
	background-position:top left;
	background-repeat:repeat;
	color:#630;
}	

#nieuws_home p.titel {
	margin-left:5px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#nieuws_home p.datum {
	margin-left:5px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

#nieuws_home p.tekst {
	margin-left:5px;
	font-size:12px;
	font-weight:normal;
	color:#630;
}

#nieuws_home a {
	color:#630;
	text-decoration:none;	
}
#nieuws_home a:hover {
	color:#630;
	text-decoration:underline;	
}


#bodyguard_home {
	float:right;
	width:436px;
}

#contact {
	font-size:12px;
	font-weight:normal;
	line-height:15px;
}

#bodyguard_naam {
	margin-top:-15px;
	text-align:left;
}

#bodyguard_matrix {
	color:#FFCC99;
	font:Verdana, Geneva, sans-serif;
}

table.bodyguard {
	
	border:1px solid #FFCC99;
	border-collapse:collapse;
}

#bodyguard_matrix .titel16 {
	font-size:16px;
	font-weight:bold;
}

#bodyguard_matrix .titel14 {
	font-size:14px;
	font-weight:bold;
}

#bodyguard_matrix .titel12 {
	font-size:12px;
	font-weight:bold;
}

#bodyguard_matrix .titel10 {
	font-size:10px;
	font-weight:bold;
}

#bodyguard_matrix .subtitel14 {
	font-size:14px;
}

#bodyguard_matrix .subtitel13 {
	font-size:12px;
}

#bodyguard_matrix .subtitel12 {
	font-size:10px;
}

.ctekst {
	margin:10px;
	text-align:center;
	font-size: 12px;
	color: #FFCC00;
}

.formfield {
	font-size: 11px;
	color: #993300;
	background-color:#FFCC99;
}

.fout {
	background:#FFF;
	color:#F00;
}

#footer {
	margin-top:25px;
	font-size:10px;
}
#footer a {
	color:#FFCC99;
	text-decoration:none;	
}

