/***********************************************/
/* Z-RTV                                       */
/*                                             */
/* Copyright © ZWARTEWATERLAND-RTV             */
/*                                             */
/* Z-RTV                                       */
/* WAN 1 - HASSELT [OV]                        */
/* TEL: 038 355 7682                           */
/*                                             */
/* WWW.ZRTV.NL                                 */
/* INFO@ZRTV.NL                                */
/*                                             */
/***********************************************/



body {
	text-align: center;
	font-family: #;
	font-size: 12px;
	color: #eeeeee;
	background-color: #214263;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/2010/mainbg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #ffffff; 
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #009ee0; /*blauw*/
}
h3 {/**/
	font-size: 12px;
	font-weight: bold;
	color: #009ee0; /*blauw*/
	text-align: left;
}
h4 {/**/
	font-size: 10px;
	font-weight: bold;
	color: #009ee0; /*blauw*/
}


hr {
	height: 0;
	border: 0;
	border-top: 1px dotted #cccccc;
}


.red {
color:#CC3300;
}

.grey{
color:#999999;
font-weight: bold;
}

img {
border: none;
}




#main {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background-color: #214263;
}
/**********************************/
/*********** MAIN DIVS ************/
/**********************************/

#left {
	width: 795px;
	float: left;
}

#adv {
	color: #214263;
	width: 160px;
	float: right;
	text-align: center;
	background-color: #7c91a4;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer {
	height: 30px;
	text-align: left;
	padding: 20px 0 10px 160px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7c91a4;
}

/***********************************/
/*********** LEFT DIVS *************/
#header {
	width: 795px;
	float: left;
}

#menu {
	width: 160px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
}


#content {
	width: 555px;
	float: right;
	padding: 145px 50px 20px 30px;
	text-align: justify;
	background-image: url(../images/2010/bgcontent.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#photocontent {
	text-align: left;
}

#photocontent img {
	float: right;
}

/***********************************/
/*********** MENU DIVS *************/

#navcontainer { width: 160px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 10px;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7c91a4;
}

#navcontainer a:link, #navlist a:visited
{
color: #eeeeee;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #ffffff;
}

/**********************************/
/********** CONTENT DIVS **********/

.td1{
	width: 75px;
	vertical-align: top;
	text-align: left;
	border: solid 1px #214263;
	padding: 5px 10px 5px 5px;
}
.td2{
	widht: 275px;
	vertical-align: top;
	text-align: left;
	border: solid 1px #214263;
	padding: 5px 10px 5px 5px;
}
.td3{
	widht: 200px;
	vertical-align: top;
	text-align: left;
	border: solid 1px #214263;
	padding: 5px 10px 5px 5px;
}

.td1-1{
	width: 75px;
	vertical-align: top;
	text-align: left;
	border: solid 1px #214263;
	padding: 5px 10px 5px 5px;
	background-color: #7c91a4;
}
.td2-1{
	widht: 275px;
	vertical-align: top;
	text-align: left;
	border: solid 1px #214263;
	padding: 5px 10px 5px 5px;
	background-color: #7c91a4;
}
.td3-1{
	widht: 200px;
	vertical-align: top;
	text-align: left;
	border: solid 1px #214263;
	padding: 5px 10px 5px 5px;
	background-color: #7c91a4;
}

/**********************************/
/********** FOOTER DIVS ***********/


/***********************************/
/************ ALGEMENE DIVS ********/
/***********************************/
#adv img {
	float: center;
	padding-top: 15px;
}
#content img {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}


/***********************************/
/***************** LINKS ***********/
/***********************************/

a:link {
	color: #009ee0; /*blauw*/
	text-decoration: none;
}
a:visited {
	color: #009ee0; /*blauw*/
	text-decoration: none;
}
a:hover {
	color: #990000; /*red*/
	text-decoration: none;
}

a.white:link {
	color: #ffffff; 
	text-decoration: none;
}
a.white:visited {
	color: #ffffff; 
	text-decoration: none;
}
a.white:hover {
	color: #990000; /*red*/
	text-decoration: none;
}



/*********** HEADER LINKS ***********/

/*********** FOOTER LINKS ***********/

/*********** PAGINATION ***********/


