/* ------------------- HTML Tags ------------------- */
html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  
  background: #ccc;
}

th,
td {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.3em;
}

/* ------------------- Container ------------------- */
div#container_outer {
  width: 925px;
  margin: 0 auto;
  background: #fff;
}
div#container {
  width: 909px;
  margin: 0 auto;
  overflow: hidden;
}


/* ------------------- Header ------------------- */
div#header {
  height: 100px;
  overflow: hidden;
}
div#header h1 {
  overflow: hidden;
  float: left;
  width: 400px;
  height: 88px;
  margin: 0;
}
div#header h1 a {
  display: block;
  padding: 90px 0 0 0;
  background: url('images/headerh1-bg.jpg') no-repeat left top;
}

div#header ul.links {
  list-style: none;
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 25px;
}

div#header ul.links li {
  float: left;
  width: 123px;
  height: 23px;
}

div#header ul.links li a {
  display: block;
  padding: 50px 0 0 0;
}

div#header ul.links li.psywerkt {
  background: url('images/links-psywerkt-bg.png') no-repeat left top;
}
div#header ul.links li.psyx-tra {
  background: url('images/links-psyX-tra-bg.png') no-repeat left top;
}
div#header ul.links li.psy-is-me {
  background: url('images/links-psy=me-bg.png') no-repeat left top;
}

div#header div.banner {
  float: right;
}

div#header div.banner a img {
  border: 0;
}

div#header div.banner_inner {
  margin: 12px 0 0;
}


/* ------------------- Date ------------------- */
div#date {
  font-weight: bold;
  margin: 0 0 0 21px;
  font-size: 10px;
  height: 20px;
}


/* ------------------- Navigation ------------------- */
ul#nav {
  position: relative;
  background: #858585 url('images/nav-bg.gif') repeat-x top left;
  height: 45px;
  margin: 0;
  padding: 0 0 0 5px;
  list-style: none;
  font-family: Verdana;
}

ul#nav li {
  z-index: 100;
}

ul#nav li.active {
  z-index: 160;
}

ul#nav li,
ul#nav li.active:hover ul li {
  float: left;
  line-height: 25px;
  background: url('images/nav-scheiding.gif') no-repeat right top;
}

ul#nav li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 0 15px;
}

ul#nav ul li a,
ul#nav li.active:hover ul li a {
  font-size: 0.9em;
}

ul#nav li a:hover {
  text-decoration: underline;
}

ul#nav li.searchoption {
  float: right;
  background: none;
}

ul#nav li.searchoption form {
  margin: 0;
  padding: 0 5px 0 0;
}

ul#nav li.searchoption form input {
  width: 101px;
  border: 0;
  margin: 3px 0 0 0;
}
ul#nav li.searchoption form input.submit {
  width: 55px;
  margin: 3px 0 0 2px;
  background: #ff0000;
  color: #fff;
  text-transform: uppercase;
}

*:first-child+html ul#nav li.searchoption form input {
  height: 15px;
}
*:first-child+html ul#nav li.searchoption form input.submit {
  height: 16px;
}

ul#nav li ul {
  display: none;
}

ul#nav li ul li,
ul#nav li.active:hover ul li {
  line-height: 18px;
}

ul#nav li.hover,
ul#nav li:hover {
  position: relative;
}

ul#nav li.hover ul,
ul#nav li:hover ul {
  display: block;
  float: none;
  position: absolute;
  left: 0;
  top: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 50;
  background: #1B4F72 url('images/rastersubmenu.gif') repeat top left;
}

ul#nav li.hover ul li,
ul#nav li:hover ul li {
  white-space: nowrap;
  float: none;
  
}

ul#nav li.hover ul li a,
ul#nav li:hover ul li a {
  font-size: 1.0em;
  display: block;
  padding: 4px 15px;
}

ul#nav li.active:hover {
  position: static;
}

ul#nav li:hover.active ul,
ul#nav li.active ul {
  display: block;
  position: absolute;
  list-style: none;
  left: 0;
  top: 25px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  background: none;
  z-index: 30;
}

ul#nav li.active ul li {
  float: left;
  border-top: 0;
  z-index: 25;
}

ul#nav li.active:hover ul li a {
  padding: 0 15px;
}





/* ------------------- Content ------------------- */

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

div#content {
  margin: 10px 0 0 0;
  overflow: hidden;
}

div#content div#main_content {
  float: left;
  width: 700px;
}

div#content div#main_content p.bodytext a img {
  border: 0;
}

div#content div#full_content {
  padding: 0 5px;
}

div#content div#right_column {
  float: right;
  width: 202px;
}

div#right_column div.rssfeed {
  width: 202px;
  height: 25px;
  
  background: #666;
} 

div#right_column div.rssfeed p {
  margin: 0;
  padding: 0;
}

div#right_column div.rssfeed a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background: url('images/rsslogo-bg.jpg') no-repeat right center;
  display: block;
  line-height: 25px;
  text-align: right;
  padding: 0 30px 0 0;
}
div#right_column div.rssfeed a:hover {
  text-decoration: underline;
}

div#right_column div#newsletter,
div#right_column div.mostread {
  margin: 4px 0 9px;
  border: 1px solid #ccc;
  background: #e6e6e6;
  overflow: hidden;
}

div#right_column div#newsletter h3,
div#right_column div.mostread h3 {
  margin: 0;
  padding: 7px 0 7px 6px;
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

div#right_column div#newsletter p {
  margin: 0;
  padding: 0;
  padding: 0.3em 0 0 5px;
  
  font-size: 0.8em;
}

div#right_column div#newsletter input {
  border: 1px solid #000;
  width: 75px;
  line-height: 15px;
}

div#right_column div#newsletter input.button {
  width: 40px;
  background: #ff0000;
  color: #fff;
}

div#right_column div.mostread ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#right_column div.mostread ul li {
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #fff;
}

div#right_column div.mostread ul li img {
  display: block;
  float: left;
}

div#right_column div.mostread ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  margin: 0 0 0 20px;
}
div#right_column div.mostread ul li a:hover {
  text-decoration: underline;
}

div#right_column div.psyme {
  background: url('images/psymebox-bg.gif') no-repeat left top;
  height: 181px;
  width: 201px;
  margin: 9px 0 0 0;
}

div#right_column div.psyme h3 {
  margin: 0;
  background: url('images/psyismeboxheader-bg.gif') no-repeat left top;
  height: 27px;
  overflow: hidden;
}

div#right_column div.psyme h3 a {
  display: block;
  padding: 30px 0 0 0;
}

div#right_column div.psyme ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div#right_column div.psyme ul li {
  text-align: center;
  
}

div#right_column div.psyme ul li a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 105px;
  padding: 30px 8px 0;
  font-size: 1.3em;
}
div#right_column div.psyme ul li a:hover {
  text-decoration: underline;
}

div#right_column div.morelink {
  text-align: right;
  margin: 2px 0 0 0;
}

div#right_column div.morelink a {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url('images/buttonrechts.png') no-repeat right center;
  padding: 0 15px 0 0;
  margin: 0 5px 0 0 ;
}

div#right_column div.morelink a:hover {
  text-decoration: underline;
}

div#right_column div.inditnummer {
  border: 1px solid #ccc;
  margin: 9px 0 0 0;
  text-align: center;
}

div#right_column div.inditnummer img {
  border: 0;
  padding: 6px 0 0 0;
}

div#right_column div.inditnummer a {
  text-decoration: none;
}

div.banner,
div.banner_inner {
  text-align: center;
  margin: 2px 0;
}

div#rectangles {
  /* margin: 0 0 0 50px; */
}

div#rectangles div.banner_inner {
  float: left;
  /* margin: 0 3px; */
}

div#right_column div.banner_inner {
  margin: 10px 0;
}

div.banner a img,
div.banner_inner a img {
  border: 0;
}

/* ------------------- FCE's ------------------- */
div.fce_psywerkt,
div.fce_psyX-tra {
  border: 2px solid #ff0000;
  padding: 4px;
  margin: 4px 0;
  background: url('images/fce_psywerkt-bg.jpg') no-repeat 4px 4px;
}

div.fce_psywerkt ul,
div.fce_psyX-tra ul {
  list-style: none;
  margin: 0 0 0 269px;
  padding: 0;
  
  height: 59px;
  width: 421px;
  
  background: #ff0000;
  
  overflow: hidden;
}

div.fce_psywerkt ul li,
div.fce_psyX-tra ul li {
  text-align: center;
  margin: 15px 10px;
}

/*
div.fce_psywerkt ul li a {
  color: #fff;
  display: block;
  height: 59px;
  font-size: 1.2em;
}
div.fce_psywerkt ul li a:hover {
  text-decoration: none;
}
*/

div.fce_psywerkt div.morelink,
div.fce_psyX-tra div.morelink {
  text-align: right;
  margin: 2px 0 0 0;
}

div.fce_psywerkt div.morelink a,
div.fce_psyX-tra div.morelink a {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url('images/buttonrechts.png') no-repeat right center;
  padding: 0 15px 0 0;
}



div.fce_psyX-tra {
  border-color: #babb01;
  background-image: url('images/fce_psyxtra-bg.jpg');
}

div.fce_psyX-tra ul {
  background-color: #babb01;
}

div.fce_psywerkt ul li a,
div.fce_psyX-tra ul a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: block;
  font-size: 1.2em;
  padding: 0 10px 0;
}

div.fce_psywerkt ul li a:hover,
div.fce_psyX-tra ul a:hover {
  text-decoration: underline;
}

div.morenewsline {
  background: #1b4f72;
  line-height: 19px;
  height: 19px;
  overflow: hidden;
}

div.morenewsline a {
  display: block;
  text-align: right;
  margin: 0 5px 0 0;
  padding: 0 20px 0 0;
  background: url('images/buttonrechts.png') no-repeat right center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

div.morenewsline a:hover {
  text-decoration: underline;
}


/* ------------------- tt_news ------------------- */

div.tt_news {
  font-size: 1.1em;
}

div.tt_news_big_listitem {
  border: 1px solid #ccc;
  padding: 6px 6px;
  overflow: hidden;
}

div.tt_news_big_listitem div.image {
  float: left;
  width: 140px;
  text-align: left;
}

div.tt_news_big_listitem div.news-list-item {
  float: left;
  width: 542px;
  overflow: hidden;
}

div.tt_news_big_listitem div.news-list-item h2 {
  margin: 0;
} 

div.tt_news_big_listitem div.news-list-item p {
  margin: 10px 0 4px 0;
}

div.tt_news a img {
  border: 0;
}

div.tt_news h2 {
  margin: 0;
  padding: 0;
}

div.tt_news h2 a {
  color: #000;
  text-decoration: none;
}

div.tt_news_hover h2 a,
div.tt_news h2 a:hover {
  text-decoration: underline;
}

div.tt_news_list_two_column {
  overflow: hidden;
  margin: 7px 0;
}

div.tt_news_smallfullwidth_item,
div.tt_news_smallfullwidth_psyxtra,
div.tt_news_categories {
  margin: 0 0 5px 0;
} 

div.tt_news_meerniews {
  margin: 0 0 30px 0;
}

div.tt_news_list_two_column h2,
div.tt_news_smallfullwidth_item h2,
div.tt_news_smallfullwidth_psyxtra h2,
div.tt_news_categories  h2 {
  font-size: 1.0em;
}

div.tt_news_list_two_column p {
  margin: 5px;
}

div.tt_news_list_two_column div.two_column_left,
div.tt_news_list_two_column div.two_column_right {
  width: 344px;
  height: 142px;
  border: 1px solid #ccc;
  background: #e6e6e6;
}

div.tt_news_list_two_column div.two_column_outer {
  overflow: hidden;
  margin: 0 0 8px;
}

div.tt_news_list_two_column div.two_column_left {
  float: left;
}
div.tt_news_list_two_column div.two_column_right {
  float: right;
}

div.tt_news_list_two_column div.image_header {
  overflow: hidden;
  padding: 4px;
}

div.tt_news div.tt_news_block div.reactions {
  margin-left: 475px;
}

div.tt_news_list_two_column div.image,
div.tt_news_smallfullwidth_item div.image,
div.tt_news_smallfullwidth_psyxtra div.image ,
div.tt_news_categories div.image{
  float: left;
  width: 75px;
  text-align: center;
  padding: 0 5px 0 0;
}

div.tt_news_smallfullwidth_psyxtra div.image,
div.tt_news_categories div.image  {
  width: 120px;
}

div.tt_news_meerniews div.image {
  width: 140px;
}

div.tt_news_smallfullwidth_item div.newsitem,
div.tt_news_smallfullwidth_psyxtra div.newsitem,
div.tt_news_categories  div.newsitem {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 6px;
  overflow: hidden;
}

div.tt_news_smallfullwidth_item div.newsitem div.news-list-item,
div.tt_news_smallfullwidth_psyxtra div.newsitem div.news-list-item,
div.tt_news_categories div.newsitem div.news-list-item  {
  float: left;
  width: 600px;
}

div.tt_news_smallfullwidth_psyxtra div.newsitem div.news-list-item,
div.tt_news_categories div.newsitem div.news-list-item  {
  width: 450px;
}

div.tt_news_meerniews div.newsitem div.news-list-item {
  width: 430px;
}

div.tt_news_smallfullwidth_item div.newsitem h2 {
  font-size: 1em;
}

div.tt_news_meerniews div.newsitem h2 {
  font-size: 1.2em;
}

div.tt_news_smallfullwidth_item div.newsitem p,
div.tt_news_smallfullwidth_psyxtra div.newsitem p,
div.tt_news_categories div.newsitem p  {
  margin: 2px 0 0 0;
}

div.tt_news_smallfullwidth_item div.first,
div.tt_news_smallfullwidth_psyxtra div.first,
div.tt_news_categories div.first {
  border-top: 1px solid #ccc;
}

div.news-single-item h3 {
  font-size: 1em;
}

div.news-single-item div.content_image {
  overflow: hidden;
}

div.news-single-item div.content_image div.image {
  float: right;
  margin: 10px 0 10px 10px;
  width: 230px;
  height: 230px;
}

div.tt_news_hover {
  cursor: pointer;
}

div.tt_news_psyisme div.newsitem {
  overflow: hidden;
  background: url('images/psyisme_line.gif') no-repeat right bottom;
  padding: 7px 0;
  height: 130px;
}

div.tt_news_psyisme div.first-newsitem .tt_news_container {
  background: url('images/psyisme_line.gif') no-repeat right top;
}

div.tt_news_psyisme div.newsitem div.tt_news_container {
  overflow: hidden;
  padding: 0 0 0 10px;
}

div.tt_news_psyisme div.newsitem div.image {
  float: left;
  text-align: center;
  width: 120px;
}

div.tt_news_psyisme div.newsitem div.news-list-item {
  float: right;
  width: 310px;
}

div.tt_news_psyisme div.tt_news_noimage div.news-list-item {
  width: 400px;
  float: none;
}

div.tt_news_psyisme div.newsitem div.news-list-item h3,
div.tt_news_psyisme div.newsitem div.news-list-item p {
  margin: 0;
}

div.tt_news_psyisme div.newsitem div.news-list-item h3 {
  margin: 0 0 10px 0;
}

div.tt_news_psyisme div.newsitem div.news-list-item h3 a {
  color: #000;
  text-decoration: none;
}

div.tt_news_psyisme div.morenewsline {
  background: none;
}

div.tt_news_psyisme div.morenewsline a {
  color: #000;
}

div.news-list-browse {
  margin: 2em 0 0 0;
}

div.news-list-browse h3 {
  font-size: 100%;
  text-transform: uppercase;
  margin: 0 0 1em 0;
  padding: 0;
}

div.news-list-browse strong,
div.news-list-browse a {
  color: #000000;
  font-weight: bold;
  padding: 0 7px 0 0;
}

div.news-list-browse a span.previous,
div.news-list-browse a span.next {
  display: block;
  margin: 1em 0 0 0;
  text-transform: uppercase;
}

div.news-list-browse a span.previous {
  margin: 0 0 1em 0;
}

div.news-list-browse a span.volgende {
  display: block;
  background: #ececec;
  line-height: 20px;
  text-align: right;
  padding: 0 10px 0 0;
  margin: 5px 0 15px 0;
}

div.tt_news div.reactions {
  clear: left;
  color: #cc0000;
  font-style: italic;
  font-size: 0.9em;
  text-align: right;
}

div.tt_news div.reactions span {
  background: url('images/reddot.gif') no-repeat left center;
  padding: 0 10px;
}

div.tt_news div.newsitem div.reactions div.news-list-category,
div.tt_news_meerniews div.newsitem div.reactions div.news-list-category, 
div.tt_news_meerniews div.news-list-item div.reactions div.news-list-category,
div.tt_news div.newsitem div.reactions div.news-list-category, 
div.tt_news div.news-list-item div.reactions div.news-list-category,
div.tt_news div.two_column_outer div.two_column_right div.news-list-category,
div.tt_news div.two_column_outer div.two_column_left div.news-list-category {
  float: left;
  background-color: #369FE4;
  margin-right: 10px;
  margin-top: -5px;
}

div.tt_news div.newsitem div.reactions div.news-list-category, 
div.tt_news_meerniews div.newsitem div.reactions div.news-list-category {
  margin-top: 2px;
}

div.tt_news div.newsitem div.reactions div.news-list-category div.cat-text,
div.tt_news_meerniews div.newsitem div.reactions div.news-list-category div.cat-text, 
div.tt_news_meerniews div.newsitem div.reactions div.news-list-category a, 
div.tt_news div.news-list-item div.news-list-category a ,
div.tt_news div.two_column_outer div.two_column_right div.news-list-category a, 
div.tt_news div.two_column_outer div.two_column_left div.news-list-category a{
  color: #ffffff;
  text-decoration: none;
  font-style:normal;
  font-weight: bold;
}

div.tt_news_meerniews div.newsitem div.reactions div.news-list-category div.cat-text, 
div.tt_news_meerniews div.newsitem div.reactions div.news-list-category div.cat-image, 
div.tt_news div.newsitem div.reactions div.news-list-category div.cat-text,
div.tt_news div.newsitem div.reactions div.news-list-category div.cat-image,
div.tt_news div.news-list-item div.news-list-category div.cat-text,
div.tt_news div.news-list-item div.news-list-category div.cat-image,
div.tt_news div.two_column_outer div.two_column_right div.news-list-category div.cat-text,
div.tt_news div.two_column_outer div.two_column_right div.news-list-category div.cat-image,
div.tt_news div.two_column_outer div.two_column_left div.news-list-category div.cat-text,
div.tt_news div.two_column_outer div.two_column_left div.news-list-category div.cat-image {
  float: left;
}

div.tt_news div.two_column_outer div.two_column_right div.news-list-category div.cat-text,
div.tt_news div.two_column_outer div.two_column_left div.news-list-category div.cat-text {
  font-size: 10px;
}
div.tt_news div.newsitem div.reactions div.news-list-category div.cat-text,
div.tt_news_meerniews div.newsitem div.reactions div.news-list-category div.cat-text,
div.tt_news div.news-list-item div.news-list-category div.cat-text,
div.tt_news div.two_column_outer div.two_column_right div.news-list-category div.cat-text,
div.tt_news div.two_column_outer div.two_column_left div.news-list-category div.cat-text  {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
}

div.tt_news div.news-list-item div.reactions,
div.tt_news_meerniews div.news-list-item div.reactions,
div.tt_news div.two_column_outer div.two_column_right div.reactions,
div.tt_news div.two_column_outer div.two_column_left div.reactions  {
  float: right;
  margin-top: 3px;
}

/* ------------ Single nieuwsview ---------- */
div.news-single-item h2 {
  font-size: 18px;
  font-family: verdana;
}

div.news-single-item h3 {
  font-size: 12px;
}

div.news-single-item div.bericht {
  overflow: hidden;
  font-size: 12px;
}

div.news-single-item div.news-news-image {
  overflow: hidden;
}

div.news-single-item div.news-single-img {
  float: right;
  margin-left: 5px;
}

div.news-single-item p {
  margin: 0 0 9px 0;
  padding: 0;
}

div.news-single-item div.balkonderbericht {
  background-color: #ececec;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding: 0 10px 0 0;
}

div.news-single-item div.balkonderbericht img {
  margin: 2px 0 0 0;
  padding: 0;
  border: 0;
}

div.news-single-item div.balkonderbericht a {
  text-decoration: none;
  color: black;
  padding: 0;
  margin: 0;
}

div.news-single-item div.balkonderbericht a.reageren {
  margin: 0 10px 0 0;
}

div.news-single-item div.addthis_toolbox {
  margin: 5px 225px;
}



/* -------------- News reaction ------------ */
div.displayreactions div.reaction {
  margin-bottom: 5px;
  border: 1px solid #CCCCCC;
  padding: 5px;

  overflow: hidden;
}

div.displayreactions div.reaction div.extrainfo {
  margin: 10px 0 0 0;
  font-style: italic;
}

div.displayreactions div.reaction div.extrainfo div.name,
div.displayreactions div.reaction div.extrainfo div.place {
  float: left;
}

div.displayreactions div.reaction div.extrainfo div.date {
  float: right;
}



/* ------------------- Psy=Me ------------------- */
div#psyisme {

}

div#psyisme div.psyisme_twocontent {
  overflow: hidden;
  background: url('images/psyisme_twocontent_bg.gif') no-repeat 50% 0;
  margin: 40px 0 0 0;
}

div#psyisme div.psyisme_twocontent h2 {
  margin: 0;
  padding: 10px 0 0 10px;
  background: url('images/psyisme_line.gif') no-repeat right bottom;
}

div#psyisme div.psyisme_left {
  float: left;
  width: 440px;
}

div#psyisme div.psyisme_right {
  float: right;
  width: 440px;
}

div.psyisme_linkbar {
  background: #ececec;
}
div.psyisme_linkbar a {
  display: block;
  text-transform: uppercase;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  line-height: 18px;
  
  padding: 0 35px 0 0;
  
  background: url('images/psyisme_link_icon.gif') no-repeat right center;
}
div.psyisme_linkbar a:hover {
  text-decoration: underline;
}

/* news-list-container-jspagebrowser */

div.news-list-container-psyisme table tr td,
div.news-list-container-psyisme table tr td a,
div.news-list-container-jspagebrowser table tr td,
div.news-list-container-jspagebrowser table tr td a {
  font-size: 12px;
  font-weight: bold;
}

div.news-list-container-psyisme table tr td,
div.news-list-container-jspagebrowser table tr td {
  padding: 5px 0;
}

div.news-list-container-psyisme table tr td.news-list-date,
div.news-list-container-jspagebrowser table tr td.news-list-date {
  width: 70px;
}

div.news-list-container-psyisme table tr td a,
div.news-list-container-jspagebrowser table tr td a {
  color: #cc3333;
}

div.news-list-container-jspagebrowser ul#pages li a {
  font-weight: bold;
  color: #000;
}

div.news-list-container-jspagebrowser ul#pages li.current a {
  font-weight: normal;
  text-decoration: none;
}

div.news-list-container-jspagebrowser ul#pages {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.news-list-container-jspagebrowser ul#pages li {
  display: inline;
  padding: 0 7px 0 0;
}

div.news-list-container-jspagebrowser div#prevnext {
  overflow: hidden;
}

div.news-list-container-jspagebrowser div#previtems,
div.news-list-container-jspagebrowser div#nextitems {
  float: left;
  width: 45%;
  
  line-height: 20px;
  padding: 0 0 0 20px;
  margin: 5px 0 15px;
  background: #ececec none repeat scroll 0 0;
}

div.news-list-container-jspagebrowser div#nextitems {
  float: right;
  padding: 0 20px 0 0;
  text-align: right;
}


div.news-list-container-jspagebrowser div#previtems a,
div.news-list-container-jspagebrowser div#nextitems a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

div.news-list-container-jspagebrowser div#previtems a:hover,
div.news-list-container-jspagebrowser div#nextitems a:hover {
  text-decoration: underline;
}



/*******************************************************************************
 Tell a friend
*******************************************************************************/
div.tipafriend_form div.pair {
  overflow: hidden;
  padding: 1px 0;
}

div.tipafriend_form div.pair label {
    float: left;
    width: 100px;
    font-weight: bold;
}

div.tipafriend_form textarea {
    width: 360px;
    height: 100px;
  border: 1px solid black;
}

div.tipafriend_form input {
  width: 150px;
  border: 1px solid black;
  margin: 0;
  padding: 0;
}

/* ********************************************************************
      Reactie / aanmeld formulieren en systemen.
********************************************************************* */
div.csc-mailform-field fieldset,
fieldset.csc-mailform {
  border: 0;
}

div.windnewsinputform label,
div.csc-mailform-field label,
div.windnewsreactionform label {
  display: block;
  margin: 5px 0 0 0;
  font-weight: bold;
}

div.windnewsinputform label,
div.csc-mailform-field label {
  float: left;
  width: 157px;
}

div.csc-mailform-field {
  overflow: hidden;
}

div.windnewsinputform input,
div.windnewsinputform textarea,
div.csc-mailform-field input,
div#nieuwsbriefpagina input,
div.windnewsreactionform textarea,
div.windnewsreactionform input {
  width: 540px;

  border: 1px solid black;
}

div.csc-mailform-field input {
  width: 500px;
  float: left;
}

div.csc-mailform-field input.csc-mailform-radio {
  width: 10px;
  height: 20px;

  margin-right: 5px;
}

div.windnewsinputform textarea,
div.windnewsreactionform textarea {
  height: 75px;
}

div.windnewsreactionform div.knoppen {
  margin: 10px 60px 0 0;
  text-align: right;
}

div.windnewsinputform div.knoppen input,
div.csc-mailform-field input.csc-mailform-submit,
div#nieuwsbriefpagina input.button,
div.windnewsreactionform div.knoppen input {
  width: 100px;
  background-color: #CC0000;
  color: white;
}

div.csc-mailform-field input.csc-mailform-submit,
div#nieuwsbriefpagina input.button {
  text-align: center;
  float: right;

}

div.csc-mailform-field input.csc-mailform-submit {
  margin: 5px 50px 0 0;
}

fieldset#mailformstudent legend {
  display: none;
}


/* **** HTDig **** */
div.tx-htdig-pi1{
  overflow: hidden;
}
div.tx-htdig-pi1 div.tx-htdig-pi1-suggestions{
  margin: 1em 0;
}
div.tx-htdig-pi1 div.tx-htdig-pi1-suggestions a{
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}
div.tx-htdig-pi1 div.tx-htdig-pi1-res{
  margin: 0 0 2em 0;
}
div.tx-htdig-pi1 div.tx-htdig-pi1-title a{
  font-weight: bold;
  color: red;
}

div.tx-htdig-pi1 div.tx-htdig-pi1-info{
  color: #919796;
  overflow: hidden;
}
div.tx-htdig-pi1 div.tx-htdig-pi1-info div.tx-htdig-pi1-percent{
  padding-right: 4px;
  background-image: url('images/pipeline.png');
  background-repeat: no-repeat;
  background-position: right 50%;
}

div.tx-htdig-pi1 div.tx-htdig-pi1-info div.tx-htdig-pi1-text-item-mtime{
}

div.tx-htdig-pi1 div.tx-htdig-pi1-descr{
}

div.tx-htdig-pi1 div.tx-htdig-pi1-url {
  display: none;
}

div.tx-htdig-pi1 div.tx-htdig-pi1-url a{
  text-decoration: none;
}

div.tx-htdig-pi1 div.tx-htdig-pi1-paging{
  margin: 5em 0 0 0;
  float: left;
}
div.tx-htdig-pi1 div.tx-htdig-pi1-paging ul {
  list-style-type:none;
  overflow: hidden;
  float: left;
  padding: 0;
}
div.tx-htdig-pi1 div.tx-htdig-pi1-paging ul li {
  float: left;
}

div.tx-htdig-pi1 div.tx-htdig-pi1-paging a,
div.tx-htdig-pi1 div.tx-htdig-pi1-paging span.skipped {
  text-decoration: none;
  color: #000000;
  padding: 0 10px;
  font-weight: bold;
  background-image: url('images/pipeline_black.png');
  background-repeat: no-repeat;
  background-position: right 50%;
  display: block;
}

div.tx-htdig-pi1 div.tx-htdig-pi1-paging li.next a {
  background-image: none;
}

div.tx-htdig-pi1 div.tx-htdig-pi1-paging strong {
  margin:0 0 0 -1px;
  padding: 0 5px 0 5px;
  display: block;
  background-color: #1B4F72;
  color: #FFFFFF;
}
div.tx-htdig-pi1 div.tx-htdig-pi1-results{
  margin: 5em 0 0 0;
  float: right;  
  font-weight: bold;
}


/*******************************************************************************
 Advanced search
*******************************************************************************/
div.tx-htdig-pi1 div.morelink {
  margin: 10px 0 2em;
}

div.tx-htdig-pi1 div.morelink a {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: url('images/buttonrechts.png') no-repeat right center;
  padding: 0 15px 0 0;
  margin: 0 5px 0 0 ;
}

div.tx-htdig-pi1 div.morelink a:hover {
  text-decoration: underline;
}


div.tx-htdig-pi1-searchbox form {
  margin: 0;
  padding: 0;

}

div.tx-htdig-pi1-searchbox form fieldset {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}

div.tx-htdig-pi1-searchbox form fieldset.keywords {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 2px solid #eeeeee;
}

div.tx-htdig-pi1-searchbox form fieldset h4 {
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

div.tx-htdig-pi1-searchbox form fieldset.nokeywords h4 {
  float: left;
  width: 150px;
}

div.tx-htdig-pi1-searchbox form fieldset div.pair {
  margin: 0 0 .5em 110px;
  overflow: hidden;
}

div.tx-htdig-pi1-searchbox form fieldset div.pair label {
  float: left;
  width: 215px;
  overflow: hidden;
}

div.tx-htdig-pi1-searchbox form fieldset div.pair input {
  float: left;
  width: 185px;
  border: 2px solid #e8e8e8;
}

div.tx-htdig-pi1-searchbox form form fieldset div.pair select {
  width: 189px;
}

div.tx-htdig-pi1-searchbox form fieldset div.pair div.field {
  border: 0;
}

div.tx-htdig-pi1-searchbox form fieldset div.pair div.field div.pair {
  margin: 0;
}

div.tx-htdig-pi1-searchbox form fieldset div.pair div.field div.pair input {
  float: none;
  width: auto;
}



div.tx-htdig-pi1-searchbox form fieldset div.pair div.field div.pair {
  margin: 0;
}

div.tx-htdig-pi1-searchbox form fieldset div.pair div.field div.pair label {
  float: none;
  width: auto;
}

div.tx-htdig-pi1-searchbox form fieldset div.pair div.field div.pair input {
  float: none;
  width: auto;
}

div.tx-htdig-pi1-searchbox form fieldset div.pair span.date {
  float: left;
  width: 200px;
}

div.tx-htdig-pi1-searchbox form fieldset div.pair span.date input {
  float: left;
  width: 77px;
}

div.tx-htdig-pi1-searchbox form fieldset div.pair span.date label {
  float: left;
  width: 20px;
  display: block;
  padding: 0 2px;
}

div.tx-htdig-pi1-searchbox form div.buttons {
  text-align: right;
}

div.tx-htdig-pi1-searchbox form div.buttons input {
  cursor: pointer;
  color: #fff;
  background: #FF0000;
  border: 0;
  text-transform: uppercase;
}

/******************************************************************
 * FCE Twitter + Hyves.
 */
div#fce_twitter_rss {
  overflow: hidden;
  width: 202px;
  margin: 4px 0;
}

div#fce_twitter_rss a img {
  border: 0;
}

div#fce_twitter_rss div.twitter,
div#fce_twitter_rss div.rssfeed {
  float: left;
  width: 100px;
}

div#fce_twitter_rss div.rssfeed {
  float: right;
}

div#lezersonderzoek,
div#zomerschrijfwedstrijd {
  clear: left;
  padding: 5px 0 0;
}

/**************************************
 * Banners.
 */
div.banners {
  margin: 10px 0;
  overflow: hidden;
  width: 686px;
}

div.banners div.banner_left {
  float: left;
}

div.banners div.banner_right {
  float: right;
}

div.psyme {
    background: url("images/fce_psyme-bg.jpg") no-repeat scroll 4px 4px transparent;
    border: 2px solid #369FE4;
    margin: 4px 0;
    padding: 4px;
}

div.psyme div.morelink {
    margin: 2px 0 0;
    text-align: right;
}

div.psyme ul li {
    margin: 15px 10px 0;
    text-align: center;
}

div.psyme div.morelink a {
    background: url("images/buttonrechts.png") no-repeat scroll right center transparent;
    color: #000000;
    font-weight: bold;
    padding: 0 15px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

div.psyme ul {
    background-color: #369FE4;
}

div.psyme ul {
    background: none repeat scroll 0 0 #369FE4;
    height: 59px;
    list-style: none outside none;
    margin: 0 0 0 269px;
    overflow: hidden;
    padding: 0;
    width: 421px;
}

html body div#container_outer div#container div#content div#main_content div div#c5243.csc-default div.psyme h3.header {
  display: none;
}

div.psyme ul li a {
    color: #000000;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
}

.tx-quickpoll-pi1 table.polltable tbody tr td h2,
.tx-quickpoll-pi1 th.polltitle h2 {
  font-size: 1em;
  text-align: left;
  margin-top: 0px;
}

.poll {
  border: 1px solid #369fe4; 
  background: #dff0fb;
  padding: 5px;
}

.tx-quickpoll-pi1 {
  margin: 0px;
  padding: 0px;
}

.tx-quickpoll-pi1 td.pollquestion {
  display: block;
      margin-bottom: 10px;
}

.tx-quickpoll-pi1 table.polltable tbody tr td p.polltotal {
  
}

#right_column div.psyxtra_right,
#right_column .fce_psyX-tra {
  background: url("images/psyextra_short.jpg") no-repeat top left #f6f6ac;
    border: 1px solid #bbbb01;
    margin: 4px 0;
    padding: 4px;
}

#right_column .fce_psyX-tra ul#rotateul_psyxtra.rotateul {
    background: none repeat scroll 0 0 transparent;
    height: 100%;
    list-style: none outside none;
    margin: 22px 0 0 0;
    overflow: hidden;
    padding: 0;
    width: 185px;
}

#main_content .tt_news div.newsitem div.tt_news_container div.news-list-item {
  width: 580px;
  
}

#main_content .tt_news div.tt_news_noimage {
  background: none;
  border-bottom: 1px dotted #000;
  height: 100%;
}

#main_content .tt_news div.tt_news_noimage div.tt_news_container div.news-list-item h3 {
  font-size: 1em;
}


.event_selector {
	clear: both;
}

.tx-eventbrowser-pi1 div.event_selector .tx_eventselector_link {
    background: none repeat scroll 0 0 #EEEEEE;

    float: left;
    margin: 2px;
    padding: 2px;
    text-align: center;
    width: 192px;
}

.news-list-container {
    clear: both;
    float: left;
    padding: 10px 0;
}

/* events */
.mbl_newsevent_singledayevent,
.mbl_newsevent_multidayevent {
	clear: both;		
	float: left;
	margin-bottom: 5px;
}
.priceLabel,
.whereLabel,
.eventlocation,
.organizerLabel,
.toLabel,
.dateLabel,
.datesLabel {
	font-weight: bold;
	width: 150px;
}

.news-latest-item {
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
}
.news-list-container p,
.news-latest-item p {
	clear: both;
    margin-top: 5px;
}

.news-list-item a div.subheader p {
	color: #ff0000;
	font-weight: bold;
}
.news-list-container div.news-list-item a p {
	font-weight: normal;
}

.news-list-container div.news-list-item h3 {
	margin: 0;
	padding: 0;
}

.eventlocation {
	font-weight: normal;
	float: left;
	width: 414px;
}

.whereLabel {
	float: left;
}
.dateLabel,
.datesLabel {
	clear: both;
	float: left;
}

.tijd,
.datum {
	font-weight: normal;
	float: left;
}

.price {
	font-weight: normal;
	float: left;
	margin-right: 10px;
}

.tijd {
	background:url("images/clock.png") no-repeat;
	padding-left: 20px;
	margin-right: 5px;
}

.datum {
	background:url("images/kalender.png") no-repeat;
	padding-left: 20px;
	margin-right: 5px;
}

.toLabel {
	clear: both;
	float: left;
}

.priceLabel {
	clear: both;
	float: left;
}

.news-list-container div.news-list-item h3 a,
.news-latest-container div.news-latest-item h3 a {
	color: #ff0000;
	font-size: 0.8em;
	text-decoration: none;
}

.priceNote {
	color: #ff0000;
	font-weight: normal;
	
}
