/*
 * Generic Styles
 */
body, html {
    padding: 0px;
    margin: 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	text-align: center;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.rand20l { margin: 20px 20px 20px 0px; }
.rand20r { margin: 20px 0px 20px 20px; }

body {
    background-color: #FFFFFF;
	background-repeat: repeat-x;
} 

h1 {
	font-size: 20px; display:block; height: 22px;padding: 0px;margin-bottom: 0px;border: 0px solid blue;
}

h2 {
	font-size: 15.6px;
}

h3 {
	font-size: 15.6px;
}
p {margin:0px;}
/*
 * Wrapper
 */
.wrapper {
	width: 980px;
	border: 0px solid #000;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

/*
 * Header
 */
.header {
	height: 141px;
	border: 0px solid black;
}

.header .logo {
	background: url('img/logo.png') no-repeat;
	height: 79px;
	width: 382px;
	padding: 10px;
	background-position: left top;
}

.header .links {
	float: right;
	border: 0px solid black;
	margin-right: 20px;
}

.header .links a {
	font-family: Arial bold, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.header .links a.link_right_border {
	border-right: 1px solid #fff;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}

.header .links a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.header .menu {
	padding-top: 4px; float: left; border: 0px solid black;
}

.header .menu a {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 39px;
}

.header .menu td .active_left, .header .menu td .non_active_left, .header .menu td .active_right, .header .menu td .non_active_right {
	float: left;
	background-repeat: no-repeat;
	width: 13px;
	height: 38px;
}

.header .menu td .active, .header .menu td .non_active {
	float: left;
	background-repeat: repeat-x;
}
.header #header_search { position: relative; float: right; margin-top: 10px; margin-right: 7px; width: 170px; border: 0px solid white; padding: 0px; }
.header #header_search form { margin: 0px; }

/*
 * Content
 */
.content {
	border: 0px solid blue;
	width: 980px;
	float: left;
}

.content .title, .content th {
	font: bold 14pt Arial;
	text-align: left;
    display: table-cell;
}

.content a {
	text-decoration: underline;
}

/* 
 * Sublinks, SubSublinks 
 */
.content .sublinks, .content .subsublinks  {
	border: 0px solid #000;
	margin-top: 10px;
}
.content .subsublinks  {
	display: none;
}


.content .sublinks .pointer, .content .subsublinks .pointer {
	border: 0px solid #000;
	height: 9px;
	width: 16px;
	margin-left: 20px;
	background-repeat: no-repeat;
}

.content .sublinks ul, .content .subsublinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px solid #000;
}

.content .sublinks ul li, .content .subsublinks ul li {
	float: left;
	border: 0px solid #000; border-right: 1px solid #ffffff;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px 0px 10px; 
	color: #FFFFFF;
	font-size: 10pt;
	display: inline;
	white-space: nowrap;
}
.content .sublinks ul li.menu-last, .content .subsublinks ul li.menu-last {
border-right: 0px;}
}

.content .sublinks a, .content .subsublinks a{
	color: #FFFFFF;
	text-decoration: none;
}

a.menu-expand {
	color: #FFFFFF;
	text-decoration: none;
}

.content .sublinks .sublink_table, .content .subsublinks .subsublink_table {
	/*border: 0px solid red;*/
}

.content .sublinks .sublink_table td, .content .subsublinks .subsublink_table td {
	/*border: 0px solid green;*/
	padding: 0px;
}

.content .sublinks .sublink_left_top, 
.content .sublinks .sublink_right_top, 
.content .sublinks .sublink_left_bottom, 
.content .sublinks .sublink_right_bottom,
.content .subsublinks .subsublink_left_top, 
.content .subsublinks .subsublink_right_top, 
.content .subsublinks .subsublink_left_bottom, 
.content .subsublinks .subsublink_right_bottom {
	width: 11px;
	height: 11px;
}

.content .sublinks .sublink_middle_bottom, 
.content .subsublinks .subsublink_middle_bottom {
	height: 11px;
}

.content .sublinks .sublink_left_middle,
.content .sublinks .sublink_right_middle,
.content .subsublinks .subsublink_left_middle,
.content .subsublinks .subsublink_right_middle {
	width: 11px;
}

.content .sublinks a:hover, .content .subsublinks a:hover {
	color: #fff;
	text-decoration: underline;
}
.content .sublinks a, .content .subsublinks a{
	color: #FFFFFF;
	text-decoration: none;
}
.content .sublinks a.underlineplus {text-decoration: underline;}
.content .sublinks a.nounderline { text-decoration: none;}
.plus {background: url(/media/template/img/plus.gif) no-repeat; }
/*
 * Main content
 */
.content .main_content {
	clear: both;
	border: 0px solid red;
	float: left;
	margin: 5px 0px 5px 25px;
	padding: 5px;
	width: 900px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.content .main_content td {
	font: 10pt Arial;
	padding-right: 5px;
	vertical-align: top;	
}

.content .main_content .search {
	width: 450px; 
}

.content .main_content .title {
	cursor: pointer;
}

/*
 * Left content
 */
.content .content_left {
	clear: both;
	border: 0px solid red;
	float: left;
	width: 367px;
	margin: 20px 0px 15px 25px;
}

/* 
 * Welcome 
 */
.content .content_left .welcome {
	border: 0px solid green;
	width: 362px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 0px;
	height: 110px;
	overflow: auto;
}

.content .content_left .welcome h1 {
	padding: 0px;
	margin: 0px;
}

.content .content_left .welcome p {
	padding: 0px;
	margin: 0px;
}

/* 
 * News 
 */
.content .news {
	border: 0px solid green;
	height: 260px;
	width: 282px;
	margin-top: 10px;
	padding-left: 80px;
	overflow: auto;
}

.content .news .read_more {
	border: 1px solid red;
	background-repeat: no-repeat;
	height: 20px;
}

.content .news td {
	font-size: 10pt;
	border: 0px solid red;
	width: 270px;
}

.content .news_date {
	font-style: italic;
}

.content .news_header {
	font-weight: bold;
}

.content .intro {
	font-weight: bold;
}

.content .intro .datum {
	font-style: italic;
}

/* 
 * Search 
 */
.content .search, .content .search_result {
	width: 525px; height: 90px;
	margin-top: 20px;
                background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
                border-radius: 10px;
	behavior: url(/border/border-radius.htc);
	border: 1px solid #ccc;
	padding: 10px;
	 
}

.content .content_right .search input {
	width: 300px;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.content .content_right .search input.search_img {
	width: 21px;
	border-width: 0px;
}
.search .middle { margin-left: 20px; width: 450px; color: #0093D0; font-weight: bold; }


/*

.content .search table {
	border: 1px solid green;
	margin-left: 10px;
}

.content .search td {
	font: bold 10pt Arial;
	text-align: right;
	padding-right: 5px;
	border: 0px solid green;
	padding-top: 5px;
}
*/
/*
 * Movie
 */
.content .movie {
	border: 0px solid red;
	width: 360px;
	padding-top: 15px;
}

/*
 * Right content
 */
.content .content_right {
	border: 0px solid red;
	float: left;
	width: 387px;
	margin: 20px 10px 10px 0px;
	padding-left: 10px;
	padding-top: 5px;
}

.content .content_right .banner {
	border: 0px solid red;
	width: 557px;
	height: 299px;
	margin-top: 0px;
}

.content .content_right .banner img {  
	top: 0; 
	left: 0;
} 

.content .content_right .projects {
	border: 1px solid #ccc;
	width: 525px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 15px;
	padding: 10px;
	overflow: hidden;
	height: 210px;
	background-color: #00FF00;
}

.content .content_right .projects td {
	font-size: 10pt;
	vertical-align: top;
}

.content .content_right .projects .project_header {
	font-weight: bold;
}

/*
 * tbv van de projecten
*/
.projectwrapper { float: left; clear: both; display: block; position: relative; margin: 10px 10px 10px 3px;  }
.projectimg {float: left; clear: left; display: block; position: relative; }
.projecttext {float: left; clear: right; display: block; position: relative; width: 500px; margin-left: 10px; }
.projecttext h2 {clear: none; margin-top: 0px; }
.projectheader { float: left; clear: both; display: block; position: relative; 
margin: 25px 0px 10px 0px; border: 0px solid #efefef; padding: 0px; width: 90%; }


.tl, .tm, .tr, .lm, .rm, .bl, .bm, .br {display: none;}
/*
 * Footer
 */
.footer {
	border: 0px solid green;
    height: 167px;
	clear: both;
	padding: 10px 0px 10px 0px;
}

.footer #footer {
	border: 1px solid #ccc;
	height: 167px;
    background: url('img/chain2.png') no-repeat bottom left;
	padding: 0px;
}
#footermenu { margin: 10px auto 0px auto; width: 980px; height: 65%;font-size: 9pt; border: 0px solid red; }
#footermenu ul  { position: relative; list-style-type: none; height : 100%; border: 0px solid white; margin-left: 160px; margin-top: 0px; text-align: left; padding: 0px;  }
#footermenu li { position: relative; display: inline; float: left; font-weight: bold; margin: 0px; margin-right: 32px; padding: 0px; width: auto; }  
#footermenu li ul { position: relative; float: left; border: 0px solid blue; margin: 0px; padding: 0px; }
#footermenu li li { position: relative; display: block; float: left; clear: both;  font-weight: normal;  margin: 0px; padding: 0px; }
#footermenu a {
	padding: 0px;
	margin: 0;
	color: #000000;
	text-decoration: none;
	display: block; }
#footermenu a:hover { text-decoration: underline; }

.footer_table {
	border: 0px solid green;
	margin-left: 300px;
}

.footer_table td {
	font-size: 9pt;
	vertical-align: top;
	padding-right: 10px;
	text-align: left;
}

.footer_table a {
	text-decoration: none;
	color: #000000;
}

.footer_table a:hover {
	text-decoration: underline;
	color: #000000;
}

.footer .footer_tables {
	position: relative;
	clear: both; 
        margin: 0px auto 0px auto;
	width: 980px;
	border: 0px solid yellow;
	padding-top: 5px;
	z-index: 10;
        color: #000000;
}

.footer form {
	margin: 0px; 
}

.footer #telform {
	border: 0px solid blue;
	opacity: 0.7;
	margin-top: 0px; margin-left: 450px;
}

.footer .contact_footer th, .footer .contact_footer td {
	color: #000;
	text-align: left;
	font-size: 12px;
}

.footer .contact_footer a {
	color: #000;
	text-decoration: none;
}

.footer .contact_footer a:hover {
	color: #444;
}

.footer .contact_footer .footer_input {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
                border-radius: 7px;
	/*behavior: url(/border/border-radius.htc);*/
	border: 1px solid #000;
	padding-left: 3px;
	color: #000000;
}
/*
 * Contact
 */
.contact {
	border: 0px solid red;
	margin-top: 10px;
}

.contact td {
	border: 0px solid red;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding-bottom: 5px;
}

.contact input {
	width: 250px;
}

.contact textarea {
	border: 0px solid #444;
	width: 264px;
	height: 100px;
}

/* 
 * error, designed by CRUZ 
 */
.error {
	width: 365px;
	border: 1px solid #990000;
	padding-bottom: 5px;
	color: #4A5549;
	line-height: 15px; 
	background: url('img/error.gif') no-repeat left top #FFFFCC;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 9pt;
}

.error div {
	margin: 3px 0px 0px 31px;
}

.info_message {
	width: 365px;
	border: 1px solid #006600;
	padding-bottom: 5px;
	color: #009900;
	line-height: 15px; 
	background: #FFFFCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.info_message_telform {
        width: 265px;
        border: 1px solid #000000;
        padding-bottom: 5px;
        color: #000000;
        line-height: 12px;
        background: #FFFFCC;
        margin-top: 5px;
        margin-bottom: 5px;
}

.info_message div {
	background: url('../img/ok_16.png') no-repeat left top #FFFFCC;
	margin: 3px 0px 0px 5px;
	color: #4A5549;
	padding-left: 30px;
}

#screenshot{
	position: absolute;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	display: none;
	color: #000;
}
.borderthin {border:1px solid #C6DFFF; width: 686px; padding: 10px; clear:both;}
