@import url(/css/menu.css);
@import url(/css/forms.css);
@import url(/css/sites.css);
@import url(/css/news.css);
@import url(/css/popup.css);

/********************************************************
   default.css
   (C) Mangrove 2005
   Default style properties
********************************************************/

body 
{
	padding: 0; 
	margin: 0; 
	line-height: 1.7em;
	font-family: verdana, arial, sans-serif;
	background-color: #e3e3e3;
	color: #5f5f5f;
	font-size: 0.7em;
}

/***************************************************/
/*****               basis div's               *****/
/***************************************************/

#wrapper
{
	width: 777px;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	width: 775px;
	height: 87px;
	margin-top: 12px;
}

#content
{
	width: 775px;
	background-color: #e3e3e3;
	background-image:url(/images/contentbg.gif); 
	background-repeat:repeat-y; 
	background-position:top left; 
	border-left: 1px solid #dbdbdb;
}

#contenthome
{
	width: 775px;
	background-color: #e3e3e3;
	background-image:url(/images/contentbghome.gif); 
	background-repeat:repeat-y; 
	background-position:top left; 
	border-left: 1px solid #dbdbdb;
}

/***************************************************/
/*****               basis content             *****/
/***************************************************/

img 
{
	border: 0; 
	margin: 0;
	padding: 0;
}

a
{
	color: #5f5f5f;
}

a:hover
{
	text-decoration: none;
}

a.green, a.red, a.blue, a.white
{
	text-decoration: none;
}

a.green:hover, a:hover.red, a:hover.blue, a:hover.white
{
	text-decoration: underline;
}

a.red
{
	color: #a71a20;
}

a.blue
{
	color: #3290a9;
}

a.white
{
	color: #ffffff;
}

h1, h2, h3, h4 
{
	color: #5f5f5f;
	margin:0;
	padding:0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.7em;
}

h1
{
	font-size: 1.5em;
}

h2
{
	font-size: 1.3em;
	color: #3290a9;
	font-weight: bold;
}

h3
{
	font-style: italic;
}

/***************************************************/
/*****                 content                 *****/
/***************************************************/

div.topblockimage
{
	width: 288px;
	height: 206px;
	border: 10px solid #FFFFFF;
	float: left; 
}

div.topblocktext, div.topblocktext_group
{
	width: 262px;
	height: 196px;
	border: 10px solid #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	padding: 5px 7px 5px 7px;
	float: left; 
	background: #e3e3e3;
}

div.topblocktext_group
{
	width: 443px;
}

#contentmain
{
	width: 505px;	
	border: 10px solid #FFFFFF;
	border-top: 0px;
	border-bottom: 0px;
	float: left; 
	background-image:url(/images/back_blocks_group.gif); 
	background-repeat:repeat-y; 
	background-position:top left;
}

div.content_titel, div.ticker
{
	height: 28px;
	background: #a71a20;
	border-bottom: 10px solid #ffffff;
	color: #ffffff;
}

div.ticker
{
	background: #282552;
	padding-top: 3px;
	height: 25px;
}

div.ticker a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
}

div.contentmain_text, div.contentmain_text_vervolg
{
	padding: 5px 7px 5px 7px;
	background: #FFFFFF;
	border-bottom: 10px solid #ffffff;
}

div.contentmain_text_vervolg
{
	background: #ffffff;
}

#contentitems
{
	width: 240px;
	height: 311px;
	border: 0;
	float: left; 
	background: #e3e3e3;
}

img.banner
{
margin-left: 10px;
}

/***************************************************/
/*****                   footer                *****/
/***************************************************/

#footer
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}

div.footermenu
{
	width: 775px;
	height: 76px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background: #282552;
	text-align: center;
	padding-top: 10px;
	font-size: 0.85em;
	color: #ffffff;
}

#copy
{
	font-size: 0.85em;
	color: #b7b7b7;
	background: #e3e3e3;
	width: 777px;
}

#copy a
{
	color: #b7b7b7;
}

address
{
	color: #c0bed3;
	font-style: normal;
}

address a
{
	color: #c0bed3; 
}