@charset "utf-8";
/* CSS Document */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* Hier begint de layout */
body{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:8pt;
	line-height:15px;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

#container{
	width:960px;
	height:670px;
	border:1px #999999 solid;
	margin:20px auto;
	background:url(images/container_bg.jpg);
}

#header{
	height:115px;
	width:740px;
	margin:40px auto 20px auto;
}
#logo{
	height:115px;
	width:125px;
	background:#c41130 url(images/logo.jpg);
	float:left;
}
#header_text{
	height:113px;
	float:left;
	width:588px;
	margin-left:22px;
	background:#FFFFFF url(images/text_header.jpg) no-repeat;
	background-position:10px 20px;
	border:1px #999999 solid;
}
#socialmedia{
	float: right;
	margin: 47px 20px 0 0;
	text-align: right;
	
}
#socialmedia img{
	margin: 0 0px 10px 0;
	
}

#body{
	width:740px;
	height:400px;
	margin:auto;
}
#left_col{
	margin-top:25px;
	width:125px;
	height:405px;
	background:#c41130;
	float:left; 
	color:#FFFFFF;
	text-align:center;
}
#left_col div{
	width:105px;
	border-bottom:1px solid #FFFFFF;
	padding:13px 10px 14px 10px;
}
#left_col table tr td{
	vertical-align:middle;
	text-align:center;
	border-bottom: 1px solid white;
	height: 50px;
}

#left_col a.active{
	color:#BBB;
}


#left_col a{
	color:#FFFFFF;
}

#right_col{
	float:left;
	width:595px;
	margin-left:20px;
	height:400px;
}
#wide_col{
	float:left;
	width:697px;
	background:#FFFFFF;
	height:365px;
	border:1px #999999 solid;
	padding:20px;
}
#navigation{
	width:595px;
	height:25px;
	float:right;
	background:none;
	margin-right:-1px;
}
#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}
#navigation li{
	margin:0 5px 0 0;
	padding:0 0 0 5px;
	float:left;
	background:url(images/tab_left.jpg) no-repeat;
	height:25px;
}
#navigation a{
	float:left;
	display:block;
	background:url(images/tab_right.jpg) no-repeat right top;
	padding:7px 9px 7px 4px;
	text-decoration:none;
	height:11px;
	font-weight:bold;
	color:#343434;
	font-size:95%;
	line-height:12px;
}
#navigation li.active{
	background:url(images/tab_left_active.jpg) no-repeat;
}
#navigation a.active{
	background:url(images/tab_right_active.jpg) no-repeat right top;
	color:#FFFFFF;
}
#navigation li.last{
	margin:0;
	padding:0 0 0 9px;
}
#navigation a.last{
	padding:7px 12px 7px 4px;
}

#content{
	width:550px;
	background:#FFFFFF;
	border:1px #999999 solid;
	height:365px;
	float:right;
	padding:20px;
	margin-right:1px;
}
.image_right_caption{
	float:right;
	margin-left:20px;
}

h1{
	font-weight:bold;
	margin-bottom:15px;
}
p{
	margin-bottom:20px;	
}
a{
	text-decoration:none;
	color:#000000;
}
ul{
	list-style: disc url(bullet.gif) inside;
}
ul li{

}

div.standardform label{
	width: 100px;
	float: left;
	text-align: left;
	margin-right: 1em;
	display: block;
}
div.standardform {
	margin:0.5em 0;
}
div.standardform input,select,textarea{
	color: #404040;
	background: white;
	border: 1px solid #404040;
}
input.submit{
	color: #404040;
	background: #EFF0F0;
	border: 1px solid #404040;
	font-weight:bold;
	padding:2px;
	margin:5px 0 5px 0;
	
}
.important{
	font-weight:bold;
}

strong{
	font-weight:bold;
}
div.text_col{
	width:280px;
	height:365px;
}
img.text_col{
	margin-left:0;
}
.scrollyes{
	overflow:scroll;
	overflow-x:hidden;
}
table#clients tr td{
	padding:5px;

}
.focus{
	color:#C41130;
	font-weight: bold;
}
.red {
	color: #C41130;
	font-weight: bold;
}

