html
{
	overflow: scroll;
}

body
{
	font-family: 		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#000;
	background: 		url("../images/bg_body.gif") repeat-x;
	margin-top: 		7px;
}

#container
{
	margin: 			0 auto;
	width: 				840px;
}

form
{
    margin:             0px;
}

a:link, a:active, a:visited
{
	text-decoration: 	underline;
	color: 				#666;
}

input, select, textarea
{
	font-family: 		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#000;
}

a:hover
{
	text-decoration: 	none;
	color: 				#000;
}

a.newsContent:link, a.newsContent:active, a.newsContent:visited
{
	text-decoration: 	none;
	color: 				#000;
	font-weight:		normal;
}

a.newsContent:hover
{
	text-decoration: 	none;
	color: 				#333;
	font-weight:		normal;
}

p
{
    margin:             3px 0 15px 0;
}
/**
 * Header
 */

#logo
{
    margin-top: 		28px;
    margin-bottom:      8px;
	float: 				left;
}

#top_links
{
	float: 				right;
	padding-top: 		75px;
}

#header
{
	width: 				840px;
	height: 			164px;
	float: 				left;
	margin-bottom: 		1px;
	margin-top: 		0;
}

/**
 * Navigatie
 */

#nav
{
	background-color: 	#5e6b78;
	clear: 				both;
}

#nav ul
{
	margin: 			0;
	padding: 			0;
	background: 		url("../images/bg_nav.gif") repeat-x;
	height: 			50px;
}

#nav ul li
{
	display: 			inline;
}

#nav ul li a
{
	padding: 			8px 12px;
	color: 				#FFF;
	text-decoration: 	none;
	float: 				left;
	background: 		url("../images/bg_nav_link.gif") right no-repeat;
}

#nav ul li a:hover
{
	background: 		url("../images/bg_nav_hover.gif") right top no-repeat;	
	height: 			30px;
}

/**
 * Menu
 */

#menu
{
	width: 				250px;	
	line-height: 		160%;
}

#menu .item
{
	width: 				230px;	
	margin-bottom: 		20px;
	padding-right: 		29px;
}

#menu .item h1
{
	background: 		url("../images/head.gif") no-repeat;	
	font-size: 			14px;
	margin: 			0;	
	padding: 			10px 0 0 15px;
}

#menu .item .content
{
	background: 		url("../images/content.gif");
	padding-left: 		15px;
}

.contentMenu
{
	background: 		url("../images/content.gif");
	padding-left: 		0px;
}

#menu .item .content
{
	color: 				#d24300;
	font-weight: 		bold;
	text-decoration: 	none;	
}


a.newsTitle:link, a.newsTitle:active, a.newsTitle:visited
{
	color: 				#d24300;
	font-weight: 		bold;
}
a.newsTitle:hover
{
	text-decoration: 	none;
}

#menu .item .content p
{
	margin: 			0;
	padding-top: 		10px;
}


#menu .item .footer
{
	background: 		url("../images/foot.gif") no-repeat;	
	height: 			12px;
}
.header
{
	background: 		url("../images/head.gif") no-repeat;	
	height: 			12px;
}

/*#subMenu
{
    padding:                0px;
    margin:                 0px;
    width:                  220px;
}

*/
#subMenu li
{
    list-style:             none;
    margin:                 0;
    padding:                4px 0 4px 10px;  
    height:                 19px;
}


#subMenuTop
{
    padding:                0px;
    margin:                 0px;
    height:                 19px;
    width:                  220px;
    background:             #FFF url('../images/menuTopItem.jpg') no-repeat top left;
}
#subMenu
{
    padding:                0px;
	margin:					0px;
    width:                  220px;
    background:             #FFF url('../images/menuItem.jpg') no-repeat top left;
}
#subMenuBottom
{
    padding:                0px;
    margin:                 0px;
    width:                  220px;
    height:                 26px;
    background:             #FFF url('../images/menuBottomItem.jpg') no-repeat top left;
}
#subMenuOnce
{
    padding:                0px;
    margin:                 0px;
    width:                  220px;
    height:                 26px;
    background:             #FFF url('../images/menuItemOne.jpg') no-repeat top left;
}


.contentDemo
{
	background: 		url("../images/contentDemo.jpg") no-repeat top left;	
	height:				122px;
	padding:            0px;
	margin:				0px;
}
.demoContent
{
	padding:            8px 0 0 8px;
}
.demoButton
{
	padding:	        12px 0 0 8px;
}

/**
 * Content
 */

#content
{
	width: 				840px;
	float: 				left;
	line-height: 		200%;
}

.tdContent
{
	padding-top:		20px;
	line-height: 		200%;
}

.tdContent h1
{
	font-size: 			16px;
	color: 				#1d5995;
	background: 		url("../images/icon.gif") left no-repeat;
	padding-left: 		20px;
	margin: 			0;
}

.breadcrumb
{
	font-size: 			10px;
}

.print_icon
{

	background: 		url("../images/print_icon.gif") right no-repeat;
	padding:     		0 20px 0 0;
    margin:             0 10px 10px 0;     	
	font-size: 			10px;
}

.pageTop_icon
{

	background: 		url("../images/iconSiteTop.gif") right no-repeat;
	padding:     		0 20px 0 0;
    margin:             0 10px 10px 0;     	
	font-size: 			10px;
}

/**
 * Footer
 */ 
#footer
{
	background: 		url("../images/bg_footer.gif") no-repeat;	
	clear: 				both;	
	height: 			30px;	
	margin:				15px 0 0 0;
}
.innerFooter
{
	padding: 	        7px 0 0 10px;
}

.copyright
{
	text-align:			right;
	margin-left: 		288px;
	color:				#666666;
}

.newsRow1
{
	background: 		url("../images/caseBg.jpg") repeat-x top left;
    padding:            3px 0 0 8px;
    height:             26px; 
}
.newsRow2
{
	background: 		url("../images/caseBg.jpg") repeat-x top left;
    padding:            0;
    height:             26px; 
}

.newsRow3
{
	background: 		url("../images/caseBg.jpg") repeat-x top left;
    padding:            0 8px 0 0;
    height:             26px; 
}

.faqBg
{
	background: 		url("../images/caseBg.jpg") repeat-x top left;
    padding:            0 0 0 10px;
    height:             26px; 
}
.tdFaq, .divFaq
{
    padding-left:       10px;
}

a.newsLink:link, a.newsLink:active, a.newsLink:visited
{
	font-weight: 		bold;
    text-decoration: 	none;
    color:              #353535;
}
a.newsLink:hover
{
	font-weight: 		bold;
    text-decoration: 	none;
    color:              #353535;    
}

a.readMore:link, a.readMore:active, a.readMore:visited
{
	font-weight: 		bold;
    text-decoration: 	none;
    color:              #ff0000;
}
a.readMore:hover
{
	font-weight: 		bold;
    text-decoration: 	underline;
    color:              #ff0000;    
}


a.subMenu:link, a.subMenu:active, a.subMenu:visited
{
	font-weight: 		normal;
    text-decoration: 	none;
    color:              #1c3391;
}
a.subMenu:hover
{
	font-weight: 		normal;
    text-decoration: 	underline;
    color:              #1c3391;    
}

.col1
{
    float:              left;
    width:              100px;
    padding-bottom:     5px;    
}
.col2
{
    text-align:         right;
    float:              right;
    width:              400px;
    padding-bottom:     5px;
}

.colFullWidth
{
    text-align:         left;
    float:              left;
    width:              500px;
    padding-bottom:     5px;
}

