/* general properties */

body {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  line-height: 14pt;
  color: #00209F;
  background: #ffffff;
}

/* wrapper elements */

#wrap_top {
  background-color: #ffffff;
  border-bottom: 2px solid #4FD73B;
  height: 102px;
}

#wrap_menu {
  background-color: #00209F;
  border-bottom: 2px solid #4FD73B;
}

#wrap_title {
}

#wrap_content {
}

/* elements */

#logo_space {
	background: url('../img/vanhelden.gif');
	height: 100px;
	width: 800px;
}

#contentboxa, #contentboxb, #contentbox {
  border: 1px solid #4FD73B;
  background: #FFFFFF;
}

#footer {
  font-size: 9pt; 
  font-style: italic;
}

/* classes */

.contentbox_heading {
  background-color: #00209F;
  color: white;
  font-size: 12pt;
  font-weight: bold;
}

/* text */

a, a:visited, a:active {
  color: #00209F;
}

a:hover {
  color: #4FD73B;
  text-decoration: none;
}

a.menu_link, a.menu_link:visited, a.menu_link:active {
  text-decoration: none;
  color: #327463C;
  font-size: 11pt;
  font-weight: bold;
  color: white;
}

a.menu_link:hover {
  text-decoration: none;
  background-color: #4FD73B;
  color: #FFFFFF;
  font-size: 11pt;
  font-weight: bold;
}

.header_text {
  color: #FFFFFF;
  font-size: 20pt;
}

h1 {
/* page title */
  color: #27463C;
  font-size: 20pt;
}

/*article list*/
.co2_news_article_title {
  font-weight: bold;
}
.co2_news_article_date {
  font-style: italic;
}
.co2_news_article_intro {
}
.co2_news_article_link {
  font-style: italic;
}

/*headlines list*/
.co2_news_headline, a.co2_news_headline, a.co2_news_headline:active, a.co2_news_headline:visited {
  text-decoration: none;
  margin-bottom; 2px;
}
a.co2_news_headline:hover {
  text-decoration: underline;
  margin-bottom; 2px;
}
.co2_news_headline_div {  
}

/*show full article*/
.co2_news_full_article_title {
  font-size: 150%;
  font-weight: bold;
}
.co2_news_full_article_intro {
  font-weight: bold;
}
.co2_news_full_article_body {
}
.co2_news_back_button, a.co2_news_back_button, a.co2_news_back_button:active, a.co2_news_back_button:visited {
  text-decoration: none;
}
a.co2_news_back_button:hover {
  text-decoration: underline;
}

