body  {
	font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
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: #2C2B2B;
	background-color: #c9dbf1;
	font-size: 70%;
}
a {
	/* color: #6799cc;*/
	color: black;
	
}

img {
	
	border:0px;
}
H1 {
	color: #161654;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #161654;
	
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	color: #01b0f1;
	margin: 
}
p,td,li {
	font-family: Arial, Helvetica, sans-serif;
	
}
p {
	margin-top: 0px;
	padding-top: 0px;
}





.twoColFixLtHdr #container {
	background-color:white;
	width: 1000px;  /* was 780 */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
.twoColFixLtHdr #topNav {
	background-color: #c9dbf1;
	text-align:right;
	padding: 0;  /* */
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	height: 33px;
}
.twoColFixLtHdr #topNav ul{
	padding: 0px;
	margin:0px;
	margin-top: 10px;
	margin-bottom: 0;
	
}

.twoColFixLtHdr #topNav ul li{
	
	margin-left: 10px;
	padding-right: 10px;
	display: inline;
	list-style: none;
	
}
.twoColFixLtHdr #topNav a{
	text-decoration: none;
}
.twoColFixLtHdr #topNav a:hover{
	text-decoration: underline;
}


.twoColFixLtHdr #header { 
	padding: 0;  /* */
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	font-weight: bold;
	height: 103px;
}
.twoColFixLtHdr #header  #headerImage_left {
	float:left;
	background-color:white;
	background-image: url(../images/logo_astrin.jpg);
	background-repeat: no-repeat;
	width:177px;
	height: 103px;
	
}

.twoColFixLtHdr #header  #headerImage_center {
	float:left;
	background-color:white;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	
	height: 103px;
	width: 640px;
}

.twoColFixLtHdr #header  #headerImage_right {
	float:left;
	background-color:white;
	/*background-image: url(../images/v_m.jpg);
	background-repeat: no-repeat;
	background-position: 10px 18px;*/
	height: 103px;
	width: 180px;
}
.twoColFixLtHdr #header  ul {
	padding-left: 0px;
	margin-left: 180px;
	margin-top: 2px;
}
.twoColFixLtHdr #header  ul li {
	
	margin-left: 10px;
	padding-right: 10px;
	display: inline;
	list-style: none;
	
}
.twoColFixLtHdr #header  a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;

	}
.twoColFixLtHdr #header  a:hover {
	color: #6699cc;
	text-decoration: none;
	}
.twoColFixLtHdr #header  a:active {
	color: #ffffff;
	text-decoration: none;
	}
	
	

/*SideBar Left*/


.twoColFixLtHdr #sidebar_left {
	
	float: left; /* since this element is floated, a width must be given */
	width: 177px; /* was 200 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;

}
.twoColFixLtHdr #sidebar_left div{
margin-left:10px;

}

.twoColFixLtHdr #sidebar_left  ul {
	margin-left: 5px;
	padding:0px;
}
.twoColFixLtHdr #sidebar_left  ul li {
	width: 152px;
	padding:10px 0 10px 0px;	
	background-color: #0a9ce5;
	margin-bottom: 2px;
	list-style: none;
	padding-left:15px;
}

.twoColFixLtHdr #sidebar_left  ul  ul{
	margin-top: -2px;
	width: 150px;
	margin-left: 0px;
	padding:0px;
	
}
.twoColFixLtHdr #sidebar_left  ul  ul li{
	font-size: 11px;
	width: 150px;
	padding:7px 0 7px 15px;	
	background-color: white;
	margin-bottom: 0px;
	list-style: none;
	color: #01b0f1;
	
	border-left: 1px solid #01b0f1;
	border-bottom: 1px solid #01b0f1;
	border-right: 1px solid #01b0f1;
}
.twoColFixLtHdr #sidebar_left  ul ul li a{
	color: #01b0f1;
}

.twoColFixLtHdr #sidebar_left p {
	float: left; /* since this element is floated, a width must be given */
	 /* was 200 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.twoColFixLtHdr #sidebar_left ul a {
	color: #FFFFFF;
	text-decoration: none;
	}
.twoColFixLtHdr #sidebar_left  a:hover {
	
	text-decoration: underline;
	}
.twoColFixLtHdr #sidebar_left  a:active {
	color: #000000;
	text-decoration: none;
	}
.twoColFixLtHdr #sidebar_left  a .linkselectheader { font-weight: bold; }
	
	
/*SideBar Right*/

.twoColFixLtHdr #sidebar_right {
	
	float: left; /* since this element is floated, a width must be given */
	width: 177px; /* was 200 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 20px;

}

.twoColFixLtHdr #sidebar_right  ul {
	padding-left: 20px;
}
.twoColFixLtHdr #sidebar_right  ul li {
	list-style: none;
}


.twoColFixLtHdr #sidebar_right p {
	float: left; /* since this element is floated, a width must be given */
	width: 107px; /* was 200 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.twoColFixLtHdr #sidebar_right  a {
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
	}
.twoColFixLtHdr #sidebar_right  a:hover {
	border: 0px;
	color: #000000;
	text-decoration: none;
	}
.twoColFixLtHdr #sidebar_right  a:active {
	border: 0px;
	color: #000000;
	text-decoration: none;
	}	
.twoColFixLtHdr #sidebar_right a img{
	border: 0px;	
}
	


.twoColFixLtHdr #mainContent {
	float: left;
	width:600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixLtHdr #footers {
	background-color: white;
	}

.twoColFixLtHdr #footerLeft {
	float:left;

	text-align:Left;
	padding: 0;  /* */
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	font-weight: bold;
}
.twoColFixLtHdr #footerLeft ul{
	padding-left: 0px;
}

.twoColFixLtHdr #footerLeft ul li{
	margin-left: 10px;
	padding-right: 10px;
	display: inline;
	list-style: none;
}



.twoColFixLtHdr #footerRight {
	float:right;
	text-align:right;
	padding: 0;  /* */
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	font-weight: bold;
}
.twoColFixLtHdr #footerRight ul{
	
}

.twoColFixLtHdr #footerRight ul li{
	margin-left: 10px;
	padding-right: 10px;
	display: inline;
	list-style: none;
}

.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;
}
.linkselect { color: black; }

div.navlijn{
	float:right;
	
	
}
div#search{
	margin-top:2px;
	float:right;
		
}
div#search input{
	margin-top: 4px;
	float:left;
	height: 15px;
}
div#search input.submit{
	height: 22px;
	margin-left: 4px;
	background-color: #01b0f1;
	color: white;
	border: 0px;
	font-size: 15px;
}

#newsitem{
	
	clear:both;
}

#newsCol{
	width:290px;
	float:left;
	margin-right: 10px;
}

#newsitem_today, .newsitem_list_month2{
	display:none;
}
.newsitem_list_image{
	border: 0px;
	width: 150px;
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.newsitem_list_title{
	display:block;
	float:left;
	text-decoration: none;
	width: 100%;
	color: #0eb0f0;
	border-top: 1px solid #666666;
}
.newsitem_list_title {
	color: #161654;
	
	       
}
a.newsitem_list_title:hover{
	text-decoration: underline;
}

.newsitem_list_title h2{
	margin: 5px 5px 5px 0px;
	
}

.newsitem_thumbnail{
	border: 0px;
	width: 200px;
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.newsitem_list_month{
	
	right: 0px;
	
	color: #999;
	display:block;
	float:left;
	
}
.newsitem_list_summary{
	display:block;
	clear:both;
}

.newsitem_list_more{
	color: #161654;
	float: left;

	margin-bottom: 20px;
}

.twoColFixLtHdr #footerLeft ul li.login_link, .twoColFixLtHdr #footerRight ul li.login_link{
	display: none;
}




/*EVENT LIST*/

#eventsummary {padding-left:20px;
}

#eventsummary .eventsummarytitle { 
display: block;
font-weight:bold; 
font-size: 12px;
margin-top: 6px;
margin-bottom: 15px;

}
#eventsummary ul { padding-left:0px; margin-left:0px;}


#eventsummary ul li { 
	
	margin-bottom:20px;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
font-size:12px;
font-weight: normal;

}

#mainContent #eventlist  .eventdate {  
font-weight: bold;
}

#mainContent #eventlist .eventdescription {  
display: block;
}


#mainContent #sidebar2 #eventlist ul { margin-left:0px; padding-left:0px;}

#mainContent #eventlist ul { margin-left:0px; padding-left:0px;}

#mainContent #eventlist ul li { 
	display: block;
margin-bottom:20px;

  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}



#mainContent #eventlist #eventitem .eventtitle { 
font-weight:bold; 
font-size:12px;
color:#111111;
float: clear;
display: block;
}

#mainContent  #eventlist .eventdate 
{
}


#mainContent #newsitemlist {
position: relative;
}

.breadcrumarrow{
	display:none;	
}

#mainContent div.navlijn {
	float:none;
}

#kruimelpad{
	display:none;
}

.organizations-list a{
	color:#2C2B2B;
	text-decoration:none;
}
.organizations-item {
	font-size: 13px;
}

.organizations-item h3{
	font-size: 15px;
	font-weight: bold;
}

.organizations-list img, .organizations-list h4, .organizations-list .beschrijving{
	display:none;
}

.organizations-list h3{
	display:block;
	color:#2C2B2B;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
}

.organizations-item .summary, .organizations-item h4{
	display:none;
}

.organizations-item img{

	
	margin-right: 15px;
	max-width: 170px;
}

.organizations-item .beschrijving img{
	float:none;
	margin:0px;
	
}
#tickerTape {
	margin-left:2px;
	margin-top: 5px;
}

#tickerTape img{
	max-height: 95px;
	border:0px;
	margin-right: 15px;
}

#organizations .col{
float:left;
	
}