@charset "UTF-8";
/* CSS Document */

:focus { outline: 0;}

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

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0px;
	height: 100%;
	color: #FFF;
	background: #150B0D url(../layout/body_bg.jpg) repeat-x;
	margin: 0px;
	line-height: 20px;
}

#wrapper {
	width: 1020px;
	margin: 0px auto;
	background: url(../layout/BG_wrapper.jpg);
	background-repeat: no-repeat;
	padding: 12px 0px 0px 0px;
}

#wrapperMedia {
	width: 1020px;
	margin: 0px auto;
	background: url(../layout/BG_wrapper_media.jpg);
	background-repeat: no-repeat;
	padding: 12px 0px 0px 0px;
}

#left {
	float: left;
	width: 200px;
	min-height: 550px;
}
#logo {
	margin-right: auto;
	margin-left: auto;	
}
#subMenu {
	padding-left: 23px;
	line-height: 25px;
}

#menu {
	float: left;
	width: 720px;
	text-align: left;
	height: 62px;
	margin-bottom: 10px;
	padding: 20px 0px 0px 25px;
}

#Content {
	float: right;
	width: 816px;
}

#mainContent {
	float: left;
	width: 520px;
}

#foto {
	height: 150px;
	width: 180px;
	margin: 0px 9px 9px 0px;
	float: left;
}

#foto_pers {
	height: 200px;
	width: 250px;
	margin: 0px 10px 10px 0px;
	float: left;
}

#kopContent {
	width: 486px;
	text-align: left;
	padding-left: 16px;
}

#txtContent {
	width: 476px;
	padding: 12px 10px 0px 16px;
	margin: 0px 0px 34px 0px;
}

#mainContentMedia {
	float: left;
	width: 800px;
}

#kopContentMedia {
	width: 770px;
	text-align: left;
	padding-left: 16px;
}

#txtContentMedia {
	width: 760px;
	padding: 12px 10px 0px 16px;
	margin: 0px 0px 34px 0px;
}

#beeld {
	float: right;
	width: 262px;
	padding: 0px 0px 0px 26px;
}

#footer {
	clear: both;
	width: 1020px;
	text-align: center;
	margin-bottom: 20px;
}

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

h6 strong   {
	font-size: 13px;
}

h1 {
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h2 {
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}

h6 {
	font-size: 11px;
	font-weight: normal;
}

/* NAVIGATIE */
#navigatie {
	/*width:100%;*/
	margin: 0px 0px 0px 0px;
	float: left;
	width: 100%;
} 

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

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

#navigatie li a:link, #navigatie li a:visited {
	height: 28px;
	line-height: 27px;
	display: block;
	color: #C1162B;
	text-decoration: none;
	text-align: center;
	margin: 0px 10px 0px 0px;
	padding: 0px 4px 0px 0px;
} 

#navigatie li a:hover, #navigatie li a:active {
	height: 28px;
	line-height: 27px;
	display: block;
	color: #333;
	text-decoration: none;
	text-align: center;
	margin: 0px 10px 0px 0px;
	padding: 0px 4px 0px 0px;
}


a {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #C1162B;
}
a:active {
	text-decoration: none;
	color: #C1162B;
}

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

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

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

a.sub {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}
a.sub:visited {
	color: #FFF;
	text-decoration: none;
}
a.sub:link {
	text-decoration: none;
}
a.sub:hover {
	text-decoration: none;
	color: #C1162B;
}
a.sub:active {
	text-decoration: none;
	color: #C1162B;
}
html,body,p,pre,ol,ul,li,h1,h2,h3,dl,dt,dd{margin:0;padding:0;}
li{list-style-type:none;}
code,th{font-style:normal;font-weight:normal;}
th{text-align:left;}
table{border-collapse:collapse;border-spacing:0;}

html,body{height:100%;}

img{
	border:none;
}
h1{
	font-size:18px;
	line-height:36px;
	font-weight: bold;
}
h2{font-size:16px;}

p,h1,h2,h3,ol,ul,pre{margin-bottom:18px;}
h1,h2,h3,#subtitle{font-weight:normal;}

a:active {
	color: #BF152B;
	text-decoration: none;
}
link {
	font-weight: bold;
}

p, ul, li {
	font-size: 12px;
}

#txtContent ul {
	padding-left: 10px;
}

#txtContent li {
	list-style: disc;
}

