html {
		margin: 0px;
		padding: 0px;
}
body {
		margin: 0px;
		padding: 0px;
}
#background {
	width:100%;
	min-width:896px;
	min-height:100%;
	background-image:url(img/bg_holland.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
* html #background {
	height:100%;
}
table {
		margin: 0px;
		padding:0px;
		border: 0px;
}

td {
		vertical-align:top;
		align:left;
}

a {
	text-decoration:none;
    font: 12/16px Arial, Helvetica, sans-serif;
    font-weight: bold;
	color:#999999;
}

a:hover {
	color:#333333;
}

a.more {
  color:#0099ff;
}

h3 a {
  color:#0099ff;
}

/*************************
           DIVS         
 *************************/

#top {
		background-image: url(img/head.gif);
		background-repeat: no-repeat;
		width: 896px;
		height: 176px;
}

#history { 
		position:absolute;
		left: 32px; top: 143px;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #999999;
		width: 866px;
		height:14px;
}

#search {
		position:relative;
		left: 704px;
		top: 108px;
		width:192px;
		margin: 0px 0px 0px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #999999;
}

#more {
  text-align:right;        
}

/* CONTENT AREA */

td.rahmen {
		background-image: url(img/margin32.gif) ;
		background-repeat: repeat-y;
	  
}

DIV.csc-header {
		border-bottom: 1px solid #999999;
		font-size: 12px;
		margin-bottom: 15px;
}
td.csc-form-fieldcell input{
	border: 1px solid #999999;
}
td.csc-form-fieldcell submit{
	border: 0px;
}


/* Text */
#content p {
		font: 12/16px Arial, Helvetica, sans-serif;
		color: #666666;
		margin: 0px;
		margin-bottom: 5px;
		
		line-height: 16px;
		text-align:justify;
	   font-weight: bold;
}

ul {
		font: 12/16px Arial, Helvetica, sans-serif;
		color: #666666;
        list-style-image: url(img/dotli.gif);
		font-weight: bold;
		padding:0px;
		margin:20px;
}
li {
		margin:5px;
}

/* SEARCH Plugin */

h3 {
		 color:#0099ff;
}

#news-list-container {}
#news-list-date{}
#news-list-item{}
#news-list-item.H3{}
#news-list-more-link{}
#news-list-browse{}



	/**********/
	/* Images */
	/**********/
	
	/* Images / Captions */
	#content p.csc-caption {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #999999;
			text-align:right;
			margin-top:3px;
			text-align:justify;
	}


	
	/* Images / Tables / Floating text */
	TABLE.imgtext-table { border: 0px;}
	
	/* Images / Tables / Wrapped text */
	/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
	TABLE.imgtext-nowrap { border: 0px; }
	TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }

	
/* Headlines Content*/
#content h1, h2, h3, h4, h5, h6 {
		border-bottom: 1px solid #999999;
		font-size: 12px;
		margin-bottom: 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #0099ff;
	
}





