:focus { outline: 0;}

p {
	margin: 0;
	padding: 0;
}


html {
	height:100%;
	margin: 0px;
	padding:0px;
}

body {
	margin: 0;
	padding: 0;
	color: #2D3329;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height:100%;
	border:none;
	background: #C3C1C2 url(../layout/bg_body.jpg) repeat-y 50% 0;
}

#wrapperBody {
	width:1020px;
	margin: 0px auto 0px auto;
	height: 100%;
	padding: 0px 0px 0px 0px;
}

#wrapper {
	width:980px;
	margin: 0px auto 0px auto;
	min-height: 600px;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
}

#head {
	width: 980px;
	height:312px;
	margin: 0px 0px 0px 0px;
}

#Menu {
	width: 970px;
	float: left;
	padding: 0px 0px 0px 10px;
	height: 36px;
	margin: 0px 0px 12px 0px;
	vertical-align: bottom;
	background-image: url(../layout/menu_bg.jpg);
}

#mainContent {
	width: 980px;
	float: left;
	height:100%;
	margin: 0px 0px 0px 0px;
}

#Main {
	width: 656px;
	float: left;
	height: auto;
	padding: 0px 18px 0px 14px;
}

#MainLeft {
	width: 316px;
	float: left;
	height: auto;
	padding: 0px 14px 0px 0px;
}

#MainRight {
	width: 318px;
	float: right;
	height: auto;
	padding: 0px 0px 0px 8px;
}

#ListItem {
	width: 670px;
	float: none;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 10px 0px;
}

#ListItemFoto {
	width: 220px;
	float: left;
	margin: 0px 12px 0px 0px;
}

#ListItemTxt {
	width: 420px;
	float: left;
	margin: 0px 12px 0px 0px;
	overflow: hidden;
}

#ListItemArchief {
	width: 670px;
	float: none;
	height: 164px;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 10px 0px;
}

#ListItemFotoArchief {
	width: 140px;
	float: left;
	height: 160px;
	margin: 0px 12px 0px 0px;
}

#PageFoto {
	width: 330px;
	float: right;
	margin: 0px 0px 14px 20px;
}

#Right {
	width: 270px;
	float: right;
	text-align: left;
	padding: 0px 0px 0px 12px;
	border-left: 1px solid #cccccc;
}

#RightBlok {
	width: 270px;
	float: right;
	/*border-bottom: 1px solid #cccccc;*/
	margin: 0px 0px 2px 0px;
}

#onderVensters {
	width: 314px;
	float: left;
	margin: 0px 22px 6px 0px;
}

#onderVenstersR {
	width: 314px;
	float: left;
	margin: 0px 0px 6px 0px;
}

#Footer {
	width: 980px;	/*height: 537px;*/
	float: left;
	height: 30px;	/*background-color: #FFFFFF;*/
	margin: 6px 0px 0px 0px;
	background-color: #FFF;
	color: #FFFFFF;
	padding: 0px;
	line-height: 24px;
}

#cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

td.td1 {
	background-color: #ebeaea;
	padding: 6px 8px 6px 8px;
}

/* FONTS */
.head {
	font-size : 34px;
	font-weight: bold;
	font: Arial Narrow;
	color: #666;
}

.kop {
	font-size : 14px;
	letter-spacing : 0px;
	font-weight: normal;
	color: #F9134E;
	font-family: Verdana, Geneva, sans-serif;
}

.bold {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

.boldRed {
	font-weight: bold;
	color: #F9134E;
	font-size: 14px;
}

.bodyTekst {
	color: #2D3329;
	font-size: 12px;
}

.bodyTekstKlein {
	color: #2D3329;
	font-size: 11px;
}
/* Navigatie */
a {
	font-size : 12px;
	color: #727272;
}

#navigatie {
	/*width:100%;*/
	margin: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	font-size: 12px;
} 

#navigatie ul {
	list-style: none;
	padding: 6px 0px 0px 0px;
	margin: 0;
} 

#navigatie li {
	float: left;
	padding: 0;
	margin-right: 8px;
} 

#navigatie li a:link, #navigatie li a:visited {
	height: 24px;
	line-height: 24px;
	width: 100%;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0;
	vertical-align: top;
	font-size: 12px;
} 


#navigatie li a:hover, #navigatie li a:active {
	height: 24px;
	line-height: 24px;
	width: 100%;
	display: block;
	color: #999;
	text-decoration: none;
	text-align: center;
	margin: 0;
	vertical-align: top;
	font-size: 12px;
}

#navigatieSub {
	/*width:100%;*/
	margin: 0px 0px 0px 0px;
	float: right;
	width: 100%;
	font-size: 9px;
	text-align: right;
} 

#navigatieSub ul {
	list-style: none;
	padding: 6px 4px 0px 0px;
	margin: 0;
} 

#navigatieSub li {
	float: right;
	padding: 0;
	margin-right: 8px;
} 

#navigatieSub li a:link, #navigatieSub li a:visited {
	height: 24px;
	line-height: 24px;
	width: 100%;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	margin: 0;
	vertical-align: top;
	font-size: 9px;
} 

#navigatieSub li a:hover, #navigatieSub li a:active {
	height: 24px;
	line-height: 24px;
	width: 100%;
	display: block;
	color: #999;
	text-decoration: none;
	text-align: right;
	margin: 0;
	vertical-align: top;
	font-size: 9px;
} 

#smallRightBtn {
	float:right;
}

a:link, a:visited {
	color : #ED104E;
	text-decoration : none;
}

a:hover, a:active{
	color : #999;
	text-decoration : none;
}

a.sub {
	font-size : 10px;
}

a.sub:link, a.sub:visited {
	color : #FFF;
	text-decoration : none;
}

a.sub:hover, a.sub:active {
	color : #999;
	text-decoration : none;
}


a.klein {
	font-size : 11px;
}

a.klein:link, a.klein:visited {
	color : #e42322;
	text-decoration : none;
}

a.klein:hover, a.klein:active {
	color : #999999;
	text-decoration : none;
}

a.btn_rechts {
	font-size : 11px;
	text-align: right;
}

a.btn_rechts:link, a.btn_rechts:visited {
	color : #ED104E;
	text-decoration : none;
	text-align: right;
}

a.btn_rechts:hover, a.btn_rechts:active {
	color : #CCC;
	text-decoration : none;
}

