@charset "UTF-8";
/* CSS Document */
table.contentpaneopen tr td span.hasTip a img {
display: none;
}
/*******************************************
 main
********************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	background-color:#E3E8EE;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

hr {
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

td {
	border:0;
	padding: 0;
         vertical-align:top;
}
tr {
	border: 0;
}

.news table {width:600px;}
.news td {width:200px;}

.news h2 {
	font-size: 14px;
	color:#002053;
	margin:0;
	font-weight:bold;
}

.news p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-top:0;
}


h1 {
	font-size: 16px;
	color:#002053;
	margin-top:0;
	font-weight:bold;
}
h2 {
	font-size: 14px;
	color:#002053;
	margin-top:0;
	font-weight:bold;
}
h3 {
	font-size: 12px;
	color:#002053;
	margin-top:0;
	font-weight:bold;
}


a {
	color:#002053;
	text-decoration:none;
}

a:hover {
	color:#F97918;
	text-decoration:underline;
}

/*******************************************
 layout
********************************************/
#pagewrapper {
	background-color: #FFFFFF;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#hdr {
	width: 990px;
	height: 132px;
	
	float: left;
}


#contentwrapper {
	margin-right: auto;
	margin-left: auto;
	background-color:#E3E8EE;
	float: left;
	/*min-height:680px;
	min-height:auto; !important
	height: auto;*/
}
#leftpane {
	width: 290px;
	background-color:#E3E8EE;
	float: left;
	vertical-align: top;
	height: 430px;
	padding-top:52px;
}

#logocontainer {
	width: 290px;
	height: 104px;
}
#logoimg {
	margin-left: 50px;
	margin-right: 50px;
}

#round_corners {

        float:left;
        background-color:#CAD1DE;
		width:700px;
}

#content {
	background-image:url(../images/europa.gif);
	background-repeat: no-repeat;
	background-position: 50px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 660px;
	padding-left:20px;
        padding-right:20px;
	height:385px;
	padding-top:45px;
	vertical-align: top;
	background-color:#CAD1DE;
         overflow:auto;	
	float:right;
	clear:right;
}

#lcorner {
	background-image:url(../images/corner_l.gif);
	height:26px;
	width:25px;
	float:left;
}

#rcorner {
	background-image:url(../images/corner_r.gif);
	height:26px;
	width:25px;
	float:right;
}

#bottom {
	float:left;
	width:650px;
	height:26px;
}

#top {
      height:50px;
      border:1px solid black;
}

#breadcrumb {
     margin-top:29px;
     float:left;
     text-transform:lowercase;
     font-size:14px;
}

#breadcrumb a:hover {
     font-weight:normal;
}

.wrapper {
	width: 70%;
	border-width: 1.5em;
	border-style: groove;
	border-color: #000000;
	margin: 1em auto 0 auto;
	text-align: left;
	background-color: #ffffff;
	}
/*Tan hack*/
* html body # .wrapper {
	border-color: #b2b2b2;
}



/*******************************************
 class
********************************************/
.componentheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#002053;
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-weight:bold;
	padding-bottom: 10px;
}

.contentheading {
	font-size: 12px;
	color:#002053;
	margin-top:0;
	font-weight:bold;
}

td.createdate {
	padding-bottom: 4px;
}

.contentpaneopen {
	table-layout: fixed;
	width: 620px;
	padding-top:20px;
}

table.contentpaneopen{
  border-collapse: collapse;
  border-spacing: 0px;
}

.pagenav_wrapper{
  visibility:collapse;
  visibility:hidden;
}
.blauw {
	color:#002053;
}
/*******************************************
 form items
********************************************/
.input {
	font-size: 12px;
	color: #333;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	height: 18px;
	background-color: #FFFFFF;
	width: 150px;
}


/*******************************************
 awards
********************************************/
.awards {
	clear:left;
	padding: 2px 0;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-left: 18px;
	vertical-align: bottom;
	align: top;
	width: 520px;
}

/*******************************************
 producten
********************************************/

ul {
	padding-left: 20px;
	list-style-type: none;
	
}

li {
	
	list-style-image:url(../images/ball_o.gif);
	
	padding-left: 25px;
	margin-right: 25px;
	min-height: 20px;
}
a li:hover {
	background-image:url(../images/ball_b.gif);


	background-repeat: no-repeat;
	background-position: 2px 6px;
}

a.producten {
    background-image:url(../images/ball_o.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	display: block;
	padding: 2px 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	list-style-type: none;
	width: 200px;
	vertical-align: bottom;
	align: top;
    float:left;
}

a.producten:hover {
	font-weight: normal;
}


a.producten_2 {
	background-image:url(../images/ball_o.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	display: block;
	padding: 2px 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	list-style-type: none;
	font-size: 12px;
	float: left;
	width: 200px;
	vertical-align: bottom;
	align: top;
	float:left;
}

a.producten_2:hover {
	font-weight: normal;
}



/*******************************************
 referenties
********************************************/
.referenties {
	font-size: 12px;
}


/*******************************************
 validatie
********************************************/
.validation-advice {
	float: left;
	text-transform: lowercase;
	margin-top: -20px;
	margin-left: 270px;
}


/*******************************************
 menu correctie
********************************************/
.menucontainer {
	height: 360px;
}
.menucontainer img {
	padding-right: 10px;
	line-height: 25px;
}


/*******************************************
 breadcrumbs
********************************************/


.tableborder {

      border-bottom:1px solid black;
}