
@charset "utf-8";
/* CSS Document */
/**************************
*Reset CSS
**************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************************
*Algemeen CSS
**************************/
body{
	background:url(http://w3.interforcecms.nl/Bestanden/99/background_repeat.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#5c1a1e;	
}
.background{
	background:url(http://w3.interforcecms.nl/Bestanden/99/background.jpg); 
	background-repeat:no-repeat;
	background-position:top;
	min-width: 100%;
	min-height:1200px;
	position:absolute;
	top: 0;
	left: 0;
	z-index:-1;
	margin-left:auto;
	margin-rigth:auto;
}
.topitems{
	width:951px;
	margin-left:auto;
	margin-right:auto;
}
.logo{
	background-image:url(http://w3.interforcecms.nl/Bestanden/99/logo.jpg);
	width:406px;
	height:105px;
	float:left;
	margin-top:10px;
}
.adres{
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#868686;
	margin-left:40px;
	margin-top:40px;
	line-height:120%;
}
.menu_image{
	background:url(http://w3.interforcecms.nl/Bestanden/99/menu_zuig.png) no-repeat;
	width:951px;
	height:88px;
	margin-left:auto;
	margin-right:auto;
	margin-top:170px;
	padding-top:25px;
}
.top{
	background:url(http://w3.interforcecms.nl/Bestanden/99/top.png);
	width:951px;
	height:88px;
	margin-left:auto;
	margin-right:auto;
}
.content{
	background:url(http://w3.interforcecms.nl/Bestanden/99/content_Repeat.png);
	background-repeat:repeat-y;
	width:905px;
	margin-left:auto;
	margin-right:auto;
}
.bottom{
	background:url(http://w3.interforcecms.nl/Bestanden/99/bottom.png) no-repeat;
	width:951px;
	height:112px;
	margin-left:auto;
	margin-right:auto;
}

.menubalk{
	width:870px;
	height:25px;
	margin-left:30px;
	padding-left:20px;
	padding-top:5px;
	border-radius: 15px;
	background-image: linear-gradient(bottom, rgb(179,179,179) 8%, rgb(147,149,150) 0%, rgb(250,250,250) 84%);
	background-image: -o-linear-gradient(bottom, rgb(179,179,179) 8%, rgb(147,149,150) 0%, rgb(250,250,250) 84%);
	background-image: -moz-linear-gradient(bottom, rgb(179,179,179) 8%, rgb(147,149,150) 0%, rgb(250,250,250) 84%);
	background-image: -webkit-linear-gradient(bottom, rgb(179,179,179) 8%, rgb(147,149,150) 0%, rgb(250,250,250) 84%);
	background-image: -ms-linear-gradient(bottom, rgb(179,179,179) 8%, rgb(147,149,150) 0%, rgb(250,250,250) 84%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.08, rgb(179,179,179)),
		color-stop(0, rgb(147,149,150)),
		color-stop(0.84, rgb(250,250,250))
	);
 /* For Internet Explorer 8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#B3B3B3)"; 
 background-color: #BADA55;
}
/**************************
*horizontaal menu
**************************/
.menu{
	float:left;
	margin-top:-4px;
}
.menu > ul{
float:left;
width:100%;
padding:0;
list-style-type:none;
}
.menu > li > a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
width:auto;
text-decoration:none;
color:#636363;
padding:5px 6px;
border-right-style:dotted;
border-width:1px;
}
.menu > li {
	display:inline;	
}
.sMenu_Active > a{
	color:#000;
	font-weight:bold;
}
/**************************
*Zoeken
**************************/
.search{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4e4e;
	margin-top:-25px;
	width:200px;
	position:relative;
	float:right;
	margin-right:15px;
}
.search_text{
	float:left;
	margin-top:5px;
}
.search_input{
	float:right;
}
.frmSite_Zoeken{
	display:none;
}
.Input_Zoeken{
	margin-left:10px;
	width:130px;
	height:15px;
}
/**************************
*content
**************************/

.topcontent{
	width:810px;
	height:270px;
	margin-left:45px;
}
.topleft{
	width:190px;
	height:270px;
	float:left;
	background-color:#fff;
	overflow:hidden;
}
.topright{
	float:right;
	width:550px;
	height:220px;
	background-color:#FFF;
	padding:25px;
}

.bottomcontent{
	width:780px;
	height:140px;
	background-color:#fff;
	margin-left:45px;
	margin-top:20px;
	padding:15px;
}
.content_vvpagina{
	width:760px;
	margin-left:45px;
	background-color:#fff;
	padding:25px;
}
.erkenning{
	float:right;
	margin-top:32px;
	margin-right:85px;
}
.interforce{
	float:right;
	margin-right:-375px;	
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.interforce > a{
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
/**************************
*Zoekresultaten
**************************/
.zoekresultaat{
	margin-top:85px;
	margin-left:270px;
	width:640px;
	height:340px;
	padding:10px;
	margin-bottom:5px;
}
.Zoekresultaat_NR{
	display:none;
}
.Zoekresultaat_Titel > a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fe4349;
}
.Zoekresultaten_Inhoud{
	margin-top:5px;
	padding-bottom:10px;
	border-bottom:solid 1px #999; 
	font-weight:normal;
}
/**************************
*TAGS
**************************/
h1, h2, p, .content, .content_vvpagina{
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-size:18px;
	font-weight:bold;
	color:#1d6bb7;	
}
h2{
	font-size:14px;
	font-weight:bold;
	color:#fe4349;
}
p, a, .content, .content_vvpagina{
	font-size:12px;
	color:#3e3e3e;
	line-height:150%;
}
i,em{font-style:italic}
b, strong{font-weight:bold;}
u{text-decoration:underline;}
a{text-decoration:none; color:#1d6bb7;}

.content ul, .content_vvpagina ul {
 margin:10px 1.5em 1.5em 1.5em;
}
.content ul li, .content_vvpagina ul li {
 list-style-type:disc;
}
.content ol, .content_vvpagina ol {
 margin:10px 1.5em 1.5em 1.5em;
}
.content ol li, .content_vvpagina ol li {
 list-style-type:decimal;
}


/**************************
*Clearfix 
**************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}