/* Begin default CSS */

* { 
	margin:0;
	padding:0;
}

html {
	height:100%; 
	max-height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

body {
	background-color: white;
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color: #0071b9;
}

a:hover {
	text-decoration: underline;
}

a:focus
{
	outline: none;
}

h1 {
	color: #e42018;
	font-size: 16px;
	font-weight: bold;
}
				
hr {
	width: 100%;
	height: 1px;
	background-color: #0071b9;
	color: #0071b9;
	margin: 3px 0px 12px 0px;
	overflow: hidden;
}

h2 {}

h3 {}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.clear {
	height: 0px;
	overflow: hidden;
	clear: both;
	line-height: 0px;
}

.cmsError {
	border: 1px solid black;
	background-color: #D1E428;
}

input.readOnly {
	color: black;
	background-color: #D4D0C8;
}

div.cms-internal-error {
	color: #dd0000;
}

div {
    behavior: url(/resources/iepngfix.htc);
}

/* Einde default CSS */

/* Begin standaard bladeren */

.pager td {
	padding: 4px;
}

.pagerFirst, .pagerPrevious {
	text-align: left;
	width: 10%;
}

.pagerNext, .pagerLast {
	text-align: right;
	width: 10%;
}

.pagerSelection {
	text-align: center;
	width: 60%;
}

.pagerSelectionItem {
	text-align: center;
}

.pagerSelectionItemActive {
	text-align: center;
	font-weight: bold;
}

.pagerAbstract {
	font-weight: bold;
	text-align: center;
}

/* Einde standaard bladeren */

/* Start template */

div#siteContainer {
	width: 990px;
	background-color: #ffffff;
	margin: 0px auto;
	padding-bottom: 25px;
	min-height: 100%;
}
* html div#siteContainer {
	height: 100%;
}

	div#headerContainer {
		height: 225px;
	}
	
		div#headerContainer div#headerTop {
			height: 75px;
			overflow: hidden;
		}
	
			div#headerTop .logo {
				float: left;
			}
			
			div#subMenu {
				display: none;
			}
				
		div#headerContainer .headerImage {
			height: 150px;
			overflow: hidden;
		}
		
	div#menuContainer {
		display: none;
	}
	
	div#mainContainer {
		padding: 20px 0px 0px 0px;
	}
	
		div#leftContainer {
			width: 75%;
			float: left;
		}
			
			div#Intro {
				padding: 0px 10px 15px 10px;
				margin-bottom: 20px;				
			}
				
				div#Intro .column {
					width: 210px;
					float: left;
					margin-right: 10px;
				}
		
		div#rightContainer {
			width: 215px;
			float: right;
		}
					
		div#buttons img {
			margin-top: 20px;
		}
		
	div#contentContainer {
		padding: 20px 0px 0px 0px;
	}
	
		div#breadCrumbs {
			display: none;
		}
		
		div#breadCrumbs a {
			color: #0071b9;
		}
		
		div#pageTitle {
			padding: 0px 0px 0px 0px;
		}
	
		div#leftContent {
			width: 50%;
			float: left;
		}
		
			div#leftContent ul {
				margin: 0px 0px 10px 3px;
				padding: 0px 0px 0px 10px;
			}
			
				div#leftContent ul li {
					list-style-position: outside;
					list-style-type: square;
					list-style-image: url(../images/dot.gif);
				}
		
			div.newsArticle {
				padding-bottom: 10px;	
			}
			
			div.newsArticle img {
				padding-bottom: 10px;
			}
			
		div#Content {
			margin-bottom: 20px;
		}
		
		div#rightContent {
			width: 450px;
			float: right;
		}
		
			div#rightContent img {
				padding-bottom: 20px;
			}

/* Nieuws */

	div#newsContainer {
		padding: 20px 0px 0px 0px;
	}
	
		div#newsContainer img {
			
		}
			
			div#newsColumn {
				width: 215px;
				float: left;			
			}
			
			div#newslettersColumn {
				width: 215px;
				float: right;		
			}
			
				div#newsColumn .more {
					margin: 0px 0px 10px 10px;			
				}
				
					div#newsColumn .more a {
						color: #0071b9;
						font-style: italic;
						text-decoration: none;
						font-size: 11px;			
					}
				
				div#newsContainer div#newsColumn .more, div#newsContainer div#newslettersColumn .more {
					margin: 0px 0px 10px 0px;				
				}
				
					div#newsContainer div#newsColumn .more a, div#newsContainer div#newslettersColumn .more a {
						color: #0071b9;
						font-style: italic;
						text-decoration: none;
						font-size: 11px;				
					}
				
				div#newsColumn .more a:hover, div#newslettersColumn .more a:hover {
					text-decoration: underline;					
				}
			
				div#newsColumn .newsItem, div#newslettersColumn .newsItem {
					margin: 10px 10px;
				}
				
				div#newsContainer div#newsColumn .newsItem, div#newsContainer div#newslettersColumn .newsItem {
					margin: 10px 0px;
				}
				
					div#newsColumn .newsItem a, div#newslettersColumn .newsItem a {
						color: #000000;
						text-decoration: none;	
					}
					
					div#newsColumn .newsItem a:hover, div#newslettersColumn .newsItem a:hover {
						text-decoration: underline;	
					}
					
					div#newsColumn .newsItem .date, div#newslettersColumn .newsItem .date {
						color: #0071b9;
						font-style: italic;
						font-size: 11px;							
					}
					
		div.newsarchive {
			display: none;
		}

/* Einde template */
