body {
	margin-top:0px;
	padding: 0px;
	background : #DEE4EB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
}
table {
	background: #DEE4EB;
}
p {
	margin: 5px 0px 12px 0px;
}
a {
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-size: 10px; 
	text-decoration: none;
}
a:HOVER {
	color: red;
}


/* frame om te centreren */
#frame, #framew {
	width:982px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	border: none;
}
#framew {
        width:1370px;
}

/* tabel opmaak */
td, table.preview table td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;	
}
th {
	vertical-align: top;
}
tr.top {
	background-color: #C0CBD9;
}
/*
TD.top {
	vertical-align: bottom;
}
*/

TD.lineleft {
	border-left : 1px solid Black;
	vertical-align: middle;
}
TD.lineright {
	border-right : 1px solid Black;
}
/*
td.lineright div.top {
	padding: 0px;
}
*/
div.dark {
	margin : 0px 0px 0px 0px;
	padding : 3px 2px 1px 2px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color : #9CA5B5;
	height: 17px;
}
div.dark a {
	color: black;
	font-size: 12px;
}
/*
.top {
	padding : 3px 2px 3px 2px;
}
*/
.content {
	clear: both;
	padding : 3px 3px 3px 3px;
}
.content2 {
	padding : 3px 3px 0px 3px;
}
.contentimg {
margin-top: 1px;
}

/* Menu ********************************************/

/***** uitklap menu ****/
/* 
http://www.cssplay.co.uk/menus/flyout_4level.html
*/

.menu { 
	border-top: 1px solid #DEE4EB;
	border-right : 1px solid black;

/*	margin: 0px;
	padding: 0px;
	margin: 10px; 
	height: 100px; 
	font-size: 10pt; 
	font-family: verdana; 
	font-weight: bold;*/
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul { 
	position: relative; 
	z-index: 500; 
	width: 150px; 	
	margin: 0px;
	padding: 0px;
	list-style-type: none; 

/*	margin: 0pt; 
	padding: 0pt; */
}
/* style the list items */
.menu li { 	
	float: left;
	background-color : #9CA5B5;

/*	display: block; 
	list-style-type: none;*/
/*	margin: 0px;
	padding: 0px;*/
/*	border-top: 1px solid #DEE4EB;*/
/*	background-color: #00ff33; */
}
.menu li.sub { 
	background: #9CA5B5 url('../images/sub.gif') no-repeat right center;
}

/* get rid of the table */
.menu table { 
	position: absolute; 
	border-collapse: collapse; 
	top: 0pt; 
	left: 0pt; 
	z-index: 100; 
/*	font-size: 1em; 
	margin-top: -1px; */
}
/* style the links */
.menu li a,
.menu li a:visited { 
	display: block; 
	height:15px;
	width: 146px; 		/* firefox */
	padding : 6px 2px 4px 2px;
	border-bottom:solid 1px #DEE4EB;
	font-size: 12px;
	font-weight: bold;
	color:black;

/*	border: 1px solid #ffffff; */
/*	text-decoration: none; */
/*	height: 2em; 
	line-height: 2em; */
/*	color: #000000; 
	padding-left: 1em; 
	font-weight: bold; 
	font-style: normal; 
	font-variant: normal; 
	text-transform: none;*/
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
}
.menu li b { 
	float: right; 
/*	margin-right: 5px; */
}

/* hack for IE5.5 */
* html .menu li a, 
* html .menu li a:visited { 
	width: 146px; 		/* ie6 */
/*	line-height: 1.4em;*/
}
/* style the link hover */
* html .menu li a:hover { 
	position: relative; 
	color:red;

/*	color: #ccff66; 
	background-color: #993333; */
/*	font-weight: normal; 
	font-style: normal; 
	font-variant: normal; 
	text-decoration: none; 
	text-transform: none; */
}
.menu li:hover { 
	position: relative;
}

/* For accessibility of the top level menu when tabbing */
.menu li a:active, 
.menu li a:focus { 
	color: red;
/*	color: #ccff66; 
	background-color: #993333; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal; 
	text-decoration: none; 
	text-transform: none; */
}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a { 
	color:red;
	
/*	color: #ccff66; 
	background-color: #993333; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal; 
	text-decoration: none; 
	text-transform: none; */
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul { 
	visibility:hidden;
	position:absolute;
	top:-30px;
	/* set up the overlap (minus the overrun) */
	left:120px;
	/* set up the overrun area */
	padding:30px;
	/* this is for IE to make it interpret the overrrun padding */
/*	background:transparent url(transparent.gif);*/
	background-color: transparent; 

}
.menu li ul li {
	border: 1px solid #DEE4EB;
	border-width:0 1px 0px 1px;
}
/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul { visibility: visible; }

/* hover on first level link */
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }

/* hover on second level link */
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }

/* hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }

/* hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }

/***** eind uitklap menu ****/



/*
#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #988F5E;
	}
#linkList li a:visited {
	color: #B3AE94;
	}
*/

/* uitklap gedeelte */
div.menu {
	width: 145px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border : none;
	background-color : #C0CBD9;
}
/* uitklap item */
div.menu H4 {
	margin : 0px 0px 0px 0px;
	padding : 0px 2px 0px 2px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #404040;
	border-top: 1px solid #DEE4EB;
}
/* links */
div.menu a {
	color: #404040;
	font-size: 10px; 
}
div.menu a:HOVER, .menu a.news:HOVER {
	color: red;
}
.menu a.news {
	display: block;
	color: blue;
	font-size: 10px; 
	margin: 0px 0px 6px 0px;
}

span.top {
	display: block;
}



/* tijd, dossiers en banners ***********************/
td.r {
	padding: 1px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
	border-left : 1px solid Black;
	text-align: center;
}
div.dossier {
	margin : 0px 0px 0px 0px;
	padding : 3px 2px 3px 2px;
	border-top: 1px solid #DEE4EB;
        font-size: 10px;
        font-weight: bold;
	background-color : #C0CBD9;
	height: 60px;
}
div.doscont {
	width: 120px;
	height: 60px;
	margin: 0px auto;
	padding : 1px 1px 1px 1px;
	background-image : url(dosback.jpg);
	background-position : center;
	background-repeat : no-repeat;
}
div.dossier a {
        font-size: 10px;
        font-weight: normal;
}
div.banner {
	margin : 0px 0px 0px 0px;
	padding : 1px 0px 1px 0px;
	border-top: 1px solid #DEE4EB;
}


/***************************************************/

div.demo {
}
div.demo p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
}
div.demo p img {
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.search {
	width: 300px;
}

TD.newso {
	padding: 0px 0px 0px 4px;
	font-size:10px;
	color: #404040;
}
TD.newse {
	padding: 0px 0px 0px 4px;
	font-size:10px;
	color: #404040;
	background-color : #C0CBD9;
}
td.newso img, td.newse img {
        margin: 0px 0px 0px 0px;  /* ie6 */
}
html>body td.newso img, td.newse img {
        margin: 0px 0px -2px 0px; /* overig css2 */
}
span.proef  {
        display:block;
        width:64px;
        height:25px;
        float:left;
		
        border-radius: 5px;
   -moz-border-radius: 5px;
-webkit-border-radius: 5px;

        box-shadow: 3px 3px 5px #888;
   -moz-box-shadow: 3px 3px 5px #888;
-webkit-box-shadow: 3px 3px 5px #888;
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');

		background-color: #C0CBD9;
        margin: 10px 15px 3px 00px;
        padding: 2px 10px;
        text-align:center;
}
span.proef a {
color: red;
font-family: verdana;
font-weight: bold;
}
span.shop {
        display:block;
        width:100px;
        float:right;
        margin-right: 90px; /* ie6 */
        text-align: right;
}
html>body span.shop {
        margin-right: 180px; /* overig css2 */
}

span.shopi {
        display:block;
        width:13px;
        float:right;
        margin-right: 1px; /* ie6 */
        text-align: right;
}
html>body span.shopi {
        margin: 1px 4px 0px 0px; /* overig css2 */
}
span.shopi img {
	margin: 0px;
	padding: 0px;
	border: none;
}
TD.newshead {
	padding: 0px 0px 0px 0px;
	font-size:10px;
	color: white;
}
TD.newsbodyo {
	padding: 0px 0px 5px 7px;
	font-size:10px;
	color: #404040;
}
TD.newsbodye {
	padding: 0px 0px 5px 7px;
	font-size:10px;
	color: #404040;
	background-color : #C0CBD9;
}

table.preview td {
	padding: 5px 5px 5px 5px;
}
table.preview h1  {
	border-top: 1px solid #666666;
}

/* demo berichten */
.c1 {
	font-size: 12px;
	color: #808080;
}
.c1 A.h {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #404040;
}

.c2 {
	font-size: 12px;
	color: #808080;
}
.c2 A.h{
	font-family: "Times New Roman", Times, serif;		
	font-size: 15px;
	color: #404040;
}

.c3 {
	font-size: 10px;
	color: #808080;
}
.c3 A.h{
	font-family: "Times New Roman", Times, serif;		
	font-size: 14px;
	color: #404040;
}
A.lv {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #0000FF;	
}
A.h:HOVER {
	color: red;
}


h1 { /* gebruiken buiten div.content */
	margin: 0px;
	padding : 10px 2px 3px 2px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: x-large;
	color: #666666;
}
h2 {
	margin: 10px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: small;
	line-height: normal;
}
h3 {
	margin: 5px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: small;
}

a.news {
	font-size:11px;
	color: black;
}
a:VISITED.news {
/*        
	color: #505050;
*/
        color: green;
}

.login {
	background-color: #C0CBD9;
	font-size:10px;
        font-weight: bold;
}
.warning {  color: #FF0000}
.english {  
        font-style: italic;
        font-size: 10px;
		font-weight: normal;
}
/* dossier disclaimer */
span.dossier {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #999999}




input, textarea, select, th {
	font-style: normal; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;


}

.down {
	color: #CC3300;
}
.eq {
	color: #0000FF;
}
.up {
	color: #009900;
}

a.koers {
	color: #000;
}
.koers {
/*	width: 100%; */
	margin : 12px 0px 0px 0px;
}
.koers TD {
	padding : 3px 3px 0px 3px;
}
TR.koerse {
	background-color : #C0CBD9;
}

p.disc {
	margin: 20px 0px 12px 0px;	
}
p.disci {
	margin: 20px 0px 12px 0px;	
	font-style: italic;
}
p.redpop {
	font-size:10px;
}
p.redpopl {
	font-size:10px;
        font-weight: bold;
}
p.red, span.red, .red {
	color: red;
}
span.nieuw {
	color: #CC3300;
	font-size:10px;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
img {
	border: none;
}
img.inline {
	margin-right: 5px;
}
img.graph {
	margin-bottom:10px;
}
table.aanmelden input,table.aanmelden textarea, table.aanmelden select {
	width: 150px;
}
img.euroview {
        margin-right: 147px;
}

.tweet 
{
padding-top: 10px;
padding-right: 7px;
padding-bottom: 10px;
padding-left: 10px;
font-size: 13px;
position: relative;
/* border: 1px solid #CCCCCC; */
width: 420px;
min-height: 50px;
}
.tweetmenu {
padding: 5px 5px 0px 0px;
width: 139px;
font-size: 10px;
}


span.opslaan {
float:right;
padding: 0px 0px 0px 0px;
border: 1px solid #CCCCCC;
margin: -10px -20px 0px 0px;
}

.tweet img {
float:left;
padding: 0px 0px 0px 0px;
}
.tweetmenu img {
float:left;
padding: 0px 5px 5px 0px;
}

.tweet .tweet-content {
margin-left: 60px;
}

.tweet-time {
font-size: 10px;
color: #999999;
}
