/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

img {
border: 0;
}

body {
	color: #222222;
	font-family: Tahoma, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}





h1,h2,h3 {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	font-size: 18px;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3F9D53;
	background-image: url(../035%20Television%20website/img/grain_dark.gif);
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	font-size: 1.2em;
	height: 242px;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #3F9D53;
	background-image: url(../035%20Television%20website/img/grain_dark.gif);
}
.header .left, .header .right {
	background-color: #333;
	color: #FFF;
	height: 105px;	
}
.header .left {
	background-color: #77933D;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 105px;
width: 564px;
	text-align: left;	
	
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {
	background-image: url(img/organisatie.JPG);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #555;
	border-bottom-color: #000000;
	clip: rect(auto,auto,auto,auto);
}
.navigation a {
	color: #999999;
	display: block;
	float: left;
	line-height: 41px;
	text-decoration: none;
	background-color: #000000;
	background-image: url(img/organisatie.JPG);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 32px;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #555;
	border-right-color: #000000;
	border-bottom-color: #222;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}
.navigation a:hover {
	color: #999999;
	background-color: #CCCCCC;
	background-position: right bottom;
}
/* Sub navigation */
#subnav a {
	padding: 10px;
	font-size: 0.9em;
}


/* main */
.main {
	background: url(img/bgmain2.png) repeat-y;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #222222;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 250px;
}
.sidenavv {
	float: left;
	width: 150px;
}
.sidenav h2 {
	color: #333300;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 4px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #D8EBD8;
}
.sidenav li {border-bottom: 1px solid #D8EBD8;}
.sidenav li a {
	font-size: 1.1em;
	color: #333300;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #ebebeb;
	color: #654;	
}

/* content */
.content {
	float: left;
	width: 940px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content .imgright {
padding: 5px;
border: 1px solid #D8EBD8;
margin-left: 4px;
float: right;
}

.content p
{
color: #969696;
}


/* footer */
.footer {
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
	background-image: url(img/index_2.PNG);
	background-repeat: repeat-x;
}
.footer a,.footer a:hover {color: #FFF;}

