/* CSS Document */
body {
	background-color: #ccd8e5;
/*	background-image:url(images/bg.gif); */
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}
body, p, td, li, ul {
	font-size: 12px;
	line-height: 19px;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
}
ul, ol, li {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin-left: 1.5em;
}
ul {
	list-style-image:url(images/dot.gif);
}
/* content */

h1, .kopGroot {
	font-size: 18px;
	color: #ec008a;
	margin: 0;
	padding: 0;
}
h2, .kop {
	font-size: 15px;
	font-weight: bold;
	color: #ec008a;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ec008a;
	margin: 0;
	padding: 0;
}

.article h2,
.article .kop {
	padding: 0 0 1em 0;
}
.plain {
	padding: 10px;
}
.summary a {
	text-decoration: none;	
}
#content h1 {
	font-size: 16px;
	margin: 0 10px 0 10px;
	padding-left: 10px;
	background-color: #5780a9;
	background-image: url(images/bar_middle.png);
	background-position: center;
	color: white;
	line-height: 22px;
}
#news h2 {
	font-size: 16px;
	padding-left: 10px;
	background-color: #5780a9;
	background-image: url(images/bar_middle.png);
	background-position: center;
	color: white;
	line-height: 22px;
}
p {
	margin: 0 0 19px 0;

}
a, .link {
	color: black;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	color: #ec008a;
}
#news a:hover b{
	color: #ec008a;
}
a img {
	border: 1px solid #FFF;
}
a:hover img{
/*	border: 1px solid #ec008a; */
}
a.image:after{
}
.gradient {
	background-image: url(images/gradient_vert.png);
	background-position: top;
	background-repeat: repeat-x;
}
.gradient a {
	text-decoration: none;
}



.groot {
	font-size: 18pt;
	line-height: normal;
}
.klein {
	font-size: 10px;
	line-height: normal;
}
.article_middle table {
}
table { empty-cells:show; }

.tabel {
	background-color: #fff;
}
.tabel td, .tabel {
	border: 1px solid #82a7cd;
}
.tabel th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #82a7cd;
	border: 1px solid #82a7cd;
	color: #000000;
}
.tabel th a {
	color: white;
}
.highlight {
	font-weight: bold;
}

#scroll_table {
}
.magenta {
	color: #ec008a;
}
.article_column {
	border-left: 1px solid #CCCCCC;
}
.article td {
	vertical-align: top;
}
.article {
	width: 100%;
}


/* right column */

#ad, #news {
	border-left: 1px solid #CCCCCC;
	padding: 10px;
}
.newsItem {
 	margin-top: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}
.newsItem a {
	text-decoration: none;
	line-height: 16px;
}
#content mainNewsItem {
	padding: 0;
}

#news b  {
	color: #003e7e;
	text-decoration: none;
}
.product {
	width: 200px;
	height: 230px;
}
.product p{
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.product a{
	text-decoration: none;
}

#news p{
	margin: 0 5px 5px 5px;
	font-size: 12px;
	line-height: normal;
}
/* other stuff */

.people {
	float: left;	
}
.people .article_middle {
	font-size: 12px;

}

@media print {
	#top, #menu, .bar, #login, #footer, .noprint {
		display: none;
	}
	*, td, p, li {
		font-size: 12pt;
		font-weight: normal;
		line-height: normal;
	}
	.article_middle {
		margin-top: 1cm;
	}
	.groot * {	
		font-size: 13pt;
	}
	.tabel th {
		font-size: 12pt;
		font-weight: bold;
		text-align: left;
	}
}
