/* CSS Document */
html,
body {
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size:12px;
	color: #555555;
}


#wrapper {
	position: relative;
	min-width: 1000px;
	margin: 0 auto;
	width:1000px;
	border:0px solid black;
  
}

/* Header */
#header { 
	min-width: 100%; 
  height: 151px;  
  background: url(../images/interface/backgroundMenu.png) repeat-x left bottom
}

#headerLogo {
  margin-left:96px;
  padding-top: 52px;
  background: url(../images/interface/logo.png) no-repeat left bottom;
  height: 75px;
}
* html #headerLogo {
  position:relative;
  top:52px;
  margin-left:96px;  
  background: url(../images/interface/logo.png) no-repeat left bottom;
  height: 75px;
}
/* Footer */

#footer {
  display:inline;
  position:relative;
  border:0px solid black;
  font-size: 12px;
  font-family: neutaFrace;
  color:#eae1cb;
  width:100%;  
}
#footer a{
  color:#eae1cb;
}
#footer a:hover,
a.hover{
  color:#7A532D;
}
/* Menu */
#menu {
  position:absolute;
  left:209px;
  top:112px;
  font-family: Neutra Text;
}

* HTML #menu {
  position:absolute;
  left:209px;
  top:113px;
  font-family: Neutra Text;
}
#menu ul,
#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	display: inline;
	position: relative;
}

#menu ul li a {
	display: block;
	width: 103px;
	margin-top: -4;
	padding: 0px 0px 0px 0px;
	font-family: "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 31px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #444;
	background: url(../images/interface/menu_back.png) no-repeat right top;
}
* html #menu ul li a {
	width: 103px;
	w\idth: 103px;	/* reset width for IE5 */

}
#leftColumn .co2_news_article_link:hover,
#leftColumn .co2_news_article_link.hover,
#menu .active,
#menu ul li.hover a,
#menu ul li:hover a,
#menu ul li a:hover,
#menu ul li.active a {
	cursor: hand;
}


/* Content */

#content {
	position: relative;
	top: -1px;
	margin: 0; padding: 0;
	width: 100%;
	min-height: 430px;
	background-color: #ebe2cb;

}
* html #content {
	height: 430px;
}
/* Left Column*/

#leftColumn {
  margin-left:12px;
  padding-left:14px;
  padding-bottom:25px;
}

/* Center Column*/

#secondaryContent {
  display:inline;
  float:left;
  margin-top:33px;
  padding:0px;
  width:554px;
  border: 0px solid black;
  margin-left:38px;
  margin-right:20px;
  padding-bottom:20px;
  line-height: 18px;
}
*html #secondaryContent {
  padding-top:20px;
}
/* Right column*/

#rightColumn {
  margin-right:10px;
  padding-right:10px;
}

/* Both Columns*/

#leftColumn,
#rightColumn {
  display:inline;
  float:left;
  margin:0px;
  width:180px;
	color: #555555;
}

.columnItemContainer {
  position: relative;
  left:0px;
  padding-top:20px;

}

.columnItemContainer .head {
  color: #bcac88;
  text-transform: uppercase;
}
.columnItemContainer .contact .clickNext {
  padding-top:10px;
}
.columnItemWrapper {
  background-color: #e2d8c0;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:5px;
}
.columnItemContainer .wrapper {
  min-height:1px;
}
* html .columnItemContainer .wrapper {
  height:1px;
}
.columnItemContainer .wrapper .itemDate{
  padding-top:10px;
  color: #e75311;
  font-size: 10px;
}

.columnItemContainer .wrapper .itemContent{
	color: #555555;
  font-size: 11px;
}
.columnItemContainer .wrapper .itemContentLarge{
  font-size: 12px;
  font-weight: normal;
}

/* Speci */
.left_pad_7 {
  float:left;
  padding: 9px 7px 7px;
}

.left_pad_9 {
  float:left;
  padding: 9px;
}

* HTML .left_pad_7 {
  float:left;
  margin: 9px 7px 7px;
}

* HTML .left_pad_9 {
  float:left;
  margin: 9px;
}
/* Global */
.noBorder {
  border:0px;
}

.right {
  float:right;
}

.left {
  float:left;
}

img {
  margin: 1px;
  padding: 1px;
}

.right_extraSpace {
  float:right;
  padding: 20px;
}

.left_extraSpace {
  float:left;
  padding: 20px;
}

*html .right_extraSpace {
  float:right;
  margin: 20px;
}

*html .left_extraSpace {
  float:left;
  margin: 20px;
}

.pageTitle {
	font-weight: bold;  
	color:#7A532D;
	margin: 0px;
	margin-left:0px;
	margin-bottom: 16px;
	padding-top:18px;
}
*html .pageTitle {
	font-weight: bold;  
	color:#7A532D;
	margin: 0px;
	margin-left:0px;
	padding-bottom: 14px;
	padding-top:22px;
	margin-top:18px;
}
h1 {
	font-size: 0.98em;
	text-transform: uppercase;
	margin-bottom:2px;
	font-weight: normal;

}
h2, h3 {
  margin-top:5px;
	font-size: 11px;	
  color: #e75311;

}
.clear {
  clear:both;
  display:block;
  font-size:0pt;
  height:0pt;
  line-height:0%;
  visibility:hidden;
}
a {
  color:#e75311;
  text-decoration: none;
  font-size: 11px;
}
a:hover,
a.hover {
  color:#7A532D;

}


.clickNext {
    text-align:right;
    width:100%;
    color: #e75311;    
}

#leftColumn .co2_news_content {
  display:none;
}

/* Nieuws */

#newsContainer .co2_news_article_container  {
	width:395px;
	border:0px solid red;
	margin-left:5px;
	padding-left:5px;
}



.co2_news_article_container {
  font-size:12px;

}
.co2_news_article_title {
  margin-top:5px;
	font-size: 11px;
	
  color: #e75311;
}
#leftColumn #search_column,
#newsletter_field_add_submit,
#remque {
  display:none;
}
#leftColumn .co2_news_article_title {
  padding-top:10px;
  display:block;
	color: #555555;
  font-size: 11px;
  font-weight: normal;

}
#leftColumn .co2_news_article_intro {
  display:none;
}
#leftColumn .co2_news_article_date {

  color: #e75311;
  font-size: 11px;
}  
#leftColumn .co2_news_article_link {
  float:left;

}
#leftColumn #co2_news_general_container,
#leftColumn co2_news_full_article_container {
  width:100%;
}
#newsletter_field_add_address {
  margin-top:23px;
  width:167px;
} 

* HTML #newsletter_field_add_address {
  margin-top:0px;
} 

.co2_news_full_article_title {
  margin-top:5px;
	font-size: 11px;	
  color: #e75311;
  font-weight: bolder;
}
#query {   
  background-color: white;
  border:1px solid black; 
  cursor:cursor;
}
#query:hover,
#query.hover {
  cursor: text;
}
.co2_news_content input {
  background-color: #EBE2CB;
  border:0px;
  color:#E75311
}

.co2_news_content input:hover,
.co2_news_content input.hover {
  background-color: #EBE2CB;
  border:0px;
  color:#7A532D;
  cursor:pointer;
} 

* HTML .co2_news_content input:hover, 
* HTML .co2_news_content input.hover {
  background-color: #EBE2CB;
  border:0px;
  color:#7A532D;
  cursor:pointer;      
}

.co2_news_content {
  font-size:0.98em;
  font-weight:normal;
  margin-bottom:2px;
  text-transform:uppercase;
  color:#E75311;
  
}
#co2_news_general_container {
  width: 500px;
}
