@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	padding:0;
	margin:0;
	width:100%;
}

a:link {color:#de238a;}
a:hover {color:#de238a; text-decoration:none;}
a:active {color:#de238a; text-decoration:none;}
a:visited {color:#911d57;}

.wrapper {
	width:960px;
	margin:0 auto;
}
/*                                               ------ Header ------ */
.header {
	position:relative;
	top:0px;
	right:0px;
	height:110px;
	width:100%;
	margin: 0 0 10px 0;
}

.header img {
	padding: 21px 0px 0px 0px;
	border:0;
	float:right;
}

/*                                               ------ Colomn Left ------ */
.colomn_left {
	position:absolute;
	top:83px;
	left:-10px;
	z-index:999999;
	width:180px;
	height:30px;
	margin:0px;
	padding:0px;
}

.menu {
	height:205px;
	background:url(../_images/bg_menu.gif) no-repeat 0px 0px;
}

.menu_items {
	padding:7px 0px 0px 7px;
}

.menu_items a {
	display:block;
	color:#FFF;	
	font-size:13px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;	
	width:139px;
	height:25px;
	padding:5px 0px 0px 15px;
	background:url(../_images/menuBtn_a.gif) no-repeat 0 0;
}

.menu_items a:hover {color:#fff; background:url(../_images/menuBtn_b.gif) no-repeat 0 0;}
.menu_items .active {color:#000; background:url(../_images/menuBtn_c.gif) no-repeat 0 0;}

.home_hover a {
	display:block;
	color:#FFF;	
	font-size:13px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;	
	width:139px;
	height:25px;
	padding:5px 0px 0px 15px;
	background:url(../_images/menuBtn_aHome.gif) no-repeat 0 0;
}

.home_hover a:hover {color:#fff; background:url(../_images/menuBtn_bHome.gif) no-repeat 0 0;}
a.active_home {color:#000; background:url(../_images/menuBtn_cHome.gif) no-repeat 0 0;}

.white {
	height:2px;
	width:154px;
	background-color:#FFF;
	overflow:hidden;
}

.banners img {
	border:0;
	padding:15px 0px 0px 0px;
}

/*                                               ------ Colomn middle ------ */
.colomn_middle {
	position:relative;
	float:left;
	width:575px;
	padding: 0 0 0 90px;
}

.content {
	float:left;
	width:575px;
	border: solid 2px #de238a;
	padding:10px 0 10px 0;
}

.cont_ber {
	float:left;
	width:490px;
	padding: 5px 0px 0px 75px;
}

.cont_bericht, .cont_page {
	float:left;
}

.cont_bericht h1, .cont_page h1 {
	font-size:12px;
	font-weight:bold;
	color:#de238a;
	padding: 0px 0px 0px 15px;	
}
.cont_bericht h2, .cont_page h2 {
	font-size:11px;
	font-weight:bold;
	color:#de238a;
	padding: 0px 0px 0px 15px;	
}

.cont_ber h1 a {
	font-size:12px;
	font-weight:bold;
	color:#de238a;
	text-decoration:underline;
}
.cont_ber h1 a {
	font-size:12px;
	font-weight:normal;
	color:#de238a;
	text-decoration:underline;
}

.cont_ber h1 a:visited {
	font-size:12px;
	font-weight:bold;
	color:#de238a;
	text-decoration:none;
}
.cont_ber img {/*-*/
  border:none;
  padding:0;
  margin:0;
}

.cont_bericht p {
	width:355px;
	line-height:150%;
	padding: 0px 0px 0px 15px;
}

.cont_page p {
	width:460px;
	line-height:150%;
	padding: 0px 0px 0px 15px;
}

.cont_ber_img {
	float:right;
	width:100px;
	height:100px;
  margin:14px 0px 0px 10px;
	padding:2px 0px 0px 2px;
	background:url(../_images/bg_cont_img.png) no-repeat 0 0;
}
.cont_ber_roze {
	float:left;
	display:inline;
	width:480px;
	margin:5px 0px 0px 75px; 
	padding: 10px 0px 10px 0px;
	background-color:#f8d3e7;
}

.cont_ber_roze p {
	width:450px;
}

.malmberg {
	border:0;
	padding: 30px 0px 0px 0px;
}

.content table {
	width:460px;
	padding: 0px 0px 0px 15px;	
}

.content table tr {
	height:20px;
	vertical-align:top;
}

/*                                               ------ Colomn Right ------ */
.column_right {
	position:relative;
	float:left;
	width:264px;
	height:450px;
	padding: 0;
	margin:110px 0 0 22px;
}

.twit_widget {
	background:#FFF url(../_images/bg_twitter.gif) no-repeat 0 0;
	width:265px;
	height:450px;
}

.twit_widget img {
	padding: 4px 0px 0px 4px;
	border:0;
}

.widget {
	padding:0px 0px 0px 4px;
}

#png {
	border:0;
}

a.prev-page {
  float:right;
  text-decoration:none;
  color:#a1a1a1;
}
a.prev-page:hover {
  text-decoration:underline;
}


table.program-list  {
  color:#000000;
  padding:0px;
  margin:0 0 0 15px;
	border-spacing: 0px;
	border-collapse: collapse;
  border:1px solid #de238a;
}
table.program-list a {
  color:#911d57;
}

table.program-list tr {
  padding:0px;
  margin:0px;
}
table.program-list tr.highlight {
  background-color:#f8d3e7;
  color:#000000;
}
table.program-list td {
  border-top:1px solid #de238a;
  border-bottom:1px solid #de238a;
  padding:8px;
  margin:0px;
	-moz-border-radius: 0px 0px 0px 0px;
}

  table.program-list ul{
    padding:0 0 2px 15px;;
    margin:0px;
  }
  table.program-list ul li{
    color:#911d57;    
    margin-top:5px;
  }

  
.sprekers-lijst ul, .sprekers-lijst li{
  list-style-type:none;
  padding:0px;margin:0px;
}
.sprekers-lijst ul{
}
.sprekers-lijst li{
  width:150px;;
  float:left;
  padding:0 30px 15px 10px;
}
.sprekers-lijst li img{
  border:none;
}
.sprekers-lijst li a{
  text-decoration:none;
}

.programma-lijst{
 color:#911d57;
}
.programma-lijst ul li{
  margin-bottom:10px;
}

