body {
background:#f1e9f3;
font-size: 11px;
font-style:
normal;
line-height: 16px;
font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}


p
{
font-size: 11px;
font-style:normal;
line-height: 18px;
}

.container { 
	width: 900px;  /* this will create a container 80% of the browser width */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

div.content {
padding: 15px;
font-size: 11px;
font-style:normal;
line-height: 18px;
margin-top: 50px;
}


.article_row {
width: 100%;
padding: 0px;
}

td.article_column
{
padding: 0px;
width: 320px;
font-size: 11px;
font-style: normal;
line-height: 18px;
margin-left: 5px;
float:left;
}

div.contentpaneopen {
	padding: 10px;
	border-bottom:1px solid #ccc;
}

.contentpaneopen {
	border:0px solid #f0f0f0;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}

h2.contentheading
{
font-size:11pt;
font-weight:bold;
color: #000;
}		


h4 {
	
	font-size:11px;
	font-weight:normal;
	
}

td.contentheading {
	font-size:12pt;
	font-weight: bold;
	color: #666;
}
a
{
text-decoration:underline;
color: #000;
}

h1 {
color: #336699;
}

.header #logo  {
	clear:left;
	padding: 0px;
	margin: -10px 0px 0px 0px;
	float:left;
	margin-left:100px;
}

.header #info  {
	padding: 15px 0px 0px 0px;
	float:left;
}

.header #rss  {
	padding: 15px 0px 0px 0px;
	float:left;
}

.header #linkedin  {
	padding: 15px 0px 0px 0px;
	float:left;
}

.header #twitter  {
	padding: 15px 0px 0px 0px;
	float:left;
}

.header #hoofdsponsor  {
	clear:right;
	padding: 0px 0px 5px 5px;
	background:#f1e9f3;	
	float:right;
	margin-top: -50px;
}

.header { 
	padding: 0px;  
	background:url(../images/bg_header.gif);
	height: 175px;
	border-left: 1px solid #ccc;
} 

.menu  {
margin-top: 0px;
background: #fff;	
float:left;
height: 25px;
padding:0px;
margin-left:0px;
width:100%;
}

.menu ul {
padding: 0px;
}

.menu li {
display:inline;
padding: 0px;
}

.menu a {
color: #fff;
font-size:10pt;
font-weight:bold;
text-decoration:none;
padding: 0px;

}

.menu li#current a, .menu a:hover, .menu li.parent.active a {
color: #000;
font-weight:bold;
text-decoration:none;
background: #fff;	
width: 100px;
}

a img  {
	border:0px;
}

.main {
	width: 100%;
	height: 100%;
}

.leftcontainer {
	background:#fff;
	float:left;
	border-right: 1px;
	border-left: 1px;
	border-bottom:1px;
	border-top:0px;
	border-color: #ccc;
	border-style:solid;
width: 728px;
}

.main #leftcolumn {
background:#fff;
height:100%;
min-height: 400px;
float:left;
width: 100%;
}	

p.counter {
	float:left;
	display:block;
	width: 600px;
	text-align:center;
}

ul.pagination  {
	float:left;
	width: 600px;
	padding: 5px auto 5px auto;
}

ul.pagination li {
	display:block;
	float:left;
	padding: 5px;
}

.sidebar {
	float: right; 
	width: 170px; /* since this element is floated, a width must be given */
	margin: -75px 0px 0px 0px; /* top and bottom padding create visual space within this div  */
	height: 100%;
	padding-right: 0px;
	border: 0px solid red;
	background:#f1e9f3;
	float:left;
}

#sidebarlogo {
	border:0px solid #ccc;
	padding: 0px;
	float:left;
	margin:5px 0px 5px 15px;
}

#sidebarlogo a IMG, #hoofdsponsor a IMG {
	border:0px;
}

.footer { 
float:left;
width: 100%;
background: #80197f;		
color: #f0f0f0;
} 

.footer a {
	color: #f0f0f0;
}

.payoff a {
	color: #333;
}


.footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.payoff { 
float:left;
width: 100%;
border-top:1px solid #666;
color: #333;
height:22px;
background: #f1e9f3;
text-align:center;
padding: 0px;
margin:0px;
} 

.payoff p  {
	line-height:8px;
	padding: 2px;
	margin:4px;
}


.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;
    font-size: 0px;
    line-height: 0px;
}

fieldset {
	border: 1px solid #ccc;
	padding: 5px;
	margin:10px;
}


#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #000; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #80197f; border-bottom: 3px solid #80197f;}

	
table.links
{
	
}


table.links  table strong {
background:#80197f;	
color: #fff;
padding: 2px;
width: 100%;
display:block;
}

table.links table tr   {
	background:#f1e9f3;
	display:block;
	width: 100%;
	padding: 0px;
	
}



#archive-list {
	border:0px solid #ccc;
padding: 2px;
}


#archive-list li {
	border-bottom:1px solid #ccc;
}

#search_searchword.inputbox, #subscriber_name.inputbox, #cm_email.inputbox
 {
	background:#f1e9f3;
	width: 200px;
}


.article-content img {
	padding: 5px;
}


.list {
	padding:0px;
	margin:0px;
}
.results ol li  {
	border:1px solid #ccc;
	list-style:none;
	padding:5px;
	margin:5px;
}

.search_result h4 {
	border:0px solid red;
	width:600px;
	padding: 10px;
	font-weight:bold;
}


