@charset "UTF-8";
html {
	height: 100%;
}
body  {
	height: 100%;
	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: #0F0F0F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
}
a{
outline:0;
}
.message {
	display: none;
	height:0px;
	padding:0px;
}
.message_fadein {
	padding:5px;
	margin-bottom:10px;
	border:1px solid #000000;
	color:#FFFFFF;
	width:450px;
	margin-left:51px;
	background-color: #cec9a9;
}
.message h1 {
	font-size: 1.2em;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}

/* FORM STYLING */
legend {
	color: #fff;
	border: 1px solid #781351;
	padding: 2px 6px;
	background-color: #E60004;
	font-weight: bold;
}
fieldset {
	border: 1px solid #781351;
	width: 98%;
	background-color: #FFFFFF;
}
input {
	color: #3C0000;
	border: 1px solid #781351;
	background-color: #EFE3E3;
}
.submit input {
	color: #000;
	border: 2px outset #d7b9c9;
	font-weight: bold;
	background-color: #E60005;
}

.thrColHybHdr #container {
	width: 100%;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left;
	position: relative;
	min-height: 100%;
	min-width: 750px;
} 
* html #.thrColHybHdr #container{
	height: 100%;
} 
.thrColHybHdr #header {
	background-color: #E60005;
	background-image: url(../images/slogan.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 
.thrColHybHdr #menutop {
	background-color: #F0F2F2;
	background-image: url(../images/but_normal.jpg);
	height: 31px;
} 
.thrColHybHdr #menutop a {
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 31px;
	float: left;	
} 
.thrColHybHdr #menutop a:hover {
	color: #E60005;
	background-image: url(../images/but_rollover.jpg);
	background-repeat: repeat-x;	
} 
.thrColHybHdr #menutop .selected a {
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 31px;
	float: left;
	color: #E60005;
	text-decoration: none;
	background-image: url(../images/but_rollover.jpg);
	background-repeat: repeat-x;	
} 


.thrColHybHdr #sidebar1 {
	width: 165px; /* top and bottom padding create visual space within this div */
	background-color: #FFFFFF;
	background-image: url(../images/overgang_wit.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
}


/*menu voor SIDEBAR 1
//////////////////////////*/
.thrColHybHdr #sidebar1 ul {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	color: #E60004;
	display: block;
}
.thrColHybHdr #sidebar1 ul li {
	font-size: 13px;
	margin-left: 0px;
	list-style-type: none;
	font-weight: bold;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.thrColHybHdr #sidebar1 ul ul li {
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-type: none;
	text-transform: lowercase;
	padding-left: 15px;
	font-weight: normal;
	line-height: 16px;
}
.thrColHybHdr #sidebar1 ul .menu {
	display: block;
}
.thrColHybHdr #sidebar1 ul .menu_sel a {
	display: block;
	color: #E60005;
}
.thrColHybHdr #sidebar1 ul a {
	text-decoration: none;
	color: #0F0F0F;
	display: block;
}
.thrColHybHdr #sidebar1 ul a:hover {
	text-decoration: none;
	color: #E60005;
}
.thrColHybHdr #sidebar1 ul li ul li ul li a {
	text-decoration: none;
	font-size: 11px;
	color: #0F0F0F;
	display: block;
}
.thrColHybHdr #sidebar1 .item {
	font-size: 11px;
	margin-left: 15px;
	margin-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
}
.thrColHybHdr #sidebar1 .item a {
	color: #E60004;
	text-decoration: none;
	text-align: right;
	float: right;
}
.thrColHybHdr #sidebar1 .item a:hover {
	color: #000000;	
}
.thrColHybHdr #sidebar1 .item h1 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: normal;
	color: #E60005;
	font-size: 11px;	
}

.thrColHybHdr #sidebar2 {
	width: 228px; /* top and bottom padding create visual space within this div */
	background-color: #FFFFFF;
	background-image: url(../images/overgang_wit.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 90px;
	padding-left: 10px;
	margin-left: 0px;
	z-index:5;
}
.thrColHybHdr #sidebar2 a {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColHybHdr #sidebar2 a:hover {
	color: #E6001B;
	text-decoration: none;
}
.thrColHybHdr #sidebar2 h1 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #C1C3C6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	
}
.thrColHybHdr #sidebar2 img {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.thrColHybHdr #mainContent {
	background-image: url(../images/overgang_grijs.jpg);
	background-repeat: repeat-x;
	background-position: top; /* padding here creates white space "inside the box." */
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 90px;
	padding-left: 30px;
	line-height: 1.5em;
	z-index:1;
}
.thrColHybHdr #mainContent .alleenLijn {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E60005;	
}
.thrColHybHdr #mainContent .item {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E60005;
	display: block;	
}
.thrColHybHdr #mainContent .item p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColHybHdr #mainContent .titel {
	font-size: 14px;
	font-weight: bold;
	color: #E60005;
	display: block;	
}
.thrColHybHdr #mainContent .item img {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
.thrColHybHdr #mainContent a {
	color: #E60005;
	text-decoration: underline;	
} 
.thrColHybHdr #mainContent a:hover {
	color: #0F0F0F;
	text-decoration: none;	
} 
.thrColHybHdr #mainContent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.thrColHybHdr #mainContent .intro {
	font-weight:bold;
	color: #000;
	z-index:2;
} 
.thrColHybHdr #mainContent img {
	z-index:3;}
.thrColHybHdr #mainContent input .submit {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E60005;
	border: 1px solid #000000;	
} 

.thrColHybHdr #mainContent input.text {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;	
} 
.thrColHybHdr #footer {
	position: relative;
	margin-top: -80px;
	background-color: #FFFFFF;
	height: 80px;
} 
.thrColHybHdr #footer #logocontainer {
	position: absolute;
	left: 0px;
	top: -129px;	
} 
.thrColHybHdr #footer #scrollbar {
	background-color: #E60005;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 24px;
	height: 24px;
	position: absolute;
	left: 0px;
	top: 7px;
	right: 0px;
	text-align: center;
	overflow: hidden;
	width: 100%;
} 
.thrColHybHdr #footer a {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
} 
.thrColHybHdr #footer a:hover {
	color: #E6001B;
} 
.thrColHybHdr #footer #menu {
	position: absolute;
	left: 0px;
	top: 40px;
	right: 0px;		
	width: 100%;
} 

/* Miscellaneous classes for reuse */
.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;
}
form label {
	font-weight: normal;
	color: #000000;
	text-transform: lowercase;
}
.item_ref{
width:150px;
float:left;
margin:10px;}
.item_ref_titel {
text-align:center;
background-color:#e60005;
padding:3px;
margin-bottom:3px;
color:#FFFFFF;}

.item_ref_foto	{}