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



			body {
				text-align: center;
				font-size: 11px;
				background-color: #000000;
				margin: 0px;
				font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
				color: #ffffff;
				line-height: 15px;
			}
			
			h1 {
/*				font-family: Georgia, "Times New Roman", Times, serif;
*/				font-size: 18px;
				color: #D3007F;
				font-weight: bold;
				padding: 10px 0 30px 0;
			}
h2 {
	font-size: 12px;
	color: #D3007F; 
}
h3 {
/*	font-family: Century Gothic, Arial, Helvetica, sans-serif;
*/	font-size: 12px;
	font-weight: bold;
	color: #D3007F; /*blauw*/
}
h4 {
/*	font-family: Century Gothic, Arial, Helvetica, sans-serif;
*/	font-size: 10px;
	font-weight: bold;
	color: #D3007F; /*blauw*/
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #0099CC;
}

.geel {
	color: #f9ee3b; 
	font-size: 13px;
}

.grey {
	color: #666666; 
	font-size: 13px;
}


.rood {
	color: #e20a16; /*fel rood*/
	font-size: 15px;
	font-weight: bold;
}
.blauw {
	color: #00135d; /*donker blauw*/
	font-size: 15px;
	font-weight: bold;
}
.rood1 {
	color: #e20a16; /*fel rood*/
	font-size: 12px;
	font-weight: bold;
}
.blauw1 {
	color: #00135d; /*donker blauw*/
	font-size: 12px;
	font-weight: bold;
}


.aanb {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #00135d; /*donker blauw*/
	font-weight: normal;
}

			.bold1 {
/*				font-family: Georgia, "Times New Roman", Times, serif;
*/				font-size: 14px;
				font-weight: bold;
				color: #D3007F;
			}
			.bold2 {
/*				font-family: Georgia, "Times New Roman", Times, serif;
*/				font-size: 12px;
				font-weight: bold;
				color: #D3007F;
			}
			.bold3 {
/*				font-family: Georgia, "Times New Roman", Times, serif;
*/				font-size: 14px;
				font-weight: bold;
				color: #000000;
			}

/**********************************/
			#main {
				width: 900px;
				margin: 0 auto;
				text-align: left;
			
			}
			
			img {
				border: none;
				
			}
			
			

/**********************************/
/*********** HEADER ***************/
/**********************************/

			#header {
				width: 900px;
			}

/*#header-left {
	width: 440px;
	height: 250px;
	float: left;
}

#header-right {
	width: 460px;
	height: 250px;
	float: right;
}

#header-right-menu {
	width: 405px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-left: 55px;
}

#header-right-bottom {
	width: 460px;
	height: 160px;
	background-image: url(../images/header-right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
*/

/**********************************/
/*********** CONTENT **************/
/**********************************/
		#large_box {width:800; height:600;}


			
			#content {/*900*/
				width: 900px;
				padding-top: 80px;
			}

			#content img {
				border: none;
				padding-left: 20px;
				float: right;
			}
			
			#hometitel{
			  text-align: right;
			 line-height: 40px;
			padding: 150px 0 0 0;
			}

			#tekstveld {
				padding:20px;
				width: 860px;
				color:#333333;
				filter: alpha(opacity=85);
			-moz-opacity: .85; 
				opacity: .85;
				background-color: #ffffff;
/*				font-family: Georgia, "Times New Roman", Times, serif;
*/				font-size: 12px;
				font-weight: bold;
				border: medium solid #D3007F;
			}

/*******contentinhoud***************************/






#contentaanbieding {/*350px*/
	width: 350px;
	float: left;
}

#contentfoto {/*218px*/
	width: 218px;
	float: right;
}

#contentaanbieding img {
	border: none;
	padding-bottom: 10px;
}




/**********************************/
/*********** FOOTER ***************/
/**********************************/

#footer {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 90%;
  text-align: left;
	padding: 0 0 5px 0;
}


/**********************************/
/********** classes     ***********/


.home {
	float: left;
}

/***********************************/
/************ ALGEMENE DIVS ********/
/***********************************/
			
			li {
				list-style-position: outside;
				list-style-type: square;
				padding-bottom: 10px;
			}
			
			
			td {
				border-bottom-width: 1px;
				border-bottom-style: dotted;
				border-bottom-color: #CCCCCC;
				padding: 5px 20px 5px 0;
				font-size: 11px;
				vertical-align: top;
				}
			
			
			

/***********************************/
/***************** LINKS ***********/
/***********************************/
					a:link {
						color: #333333; 
						text-decoration: none;
					}
					a:visited {
						color: #333333; 
						text-decoration: none;
					}
					a:hover {
						color: #D3007F; /*rood*/
						text-decoration: none;
					}



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

#header-right-menu a:link {  	
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#header-right-menu a:visited {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#header-right-menu a:hover {
	font-size: 12px;
	color: #4a97da; /*blauw*/
	text-decoration: none;
}

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

#footer a:link {  	
	color: #ffffff; 
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff; 
	text-decoration: none;
}
#footer a:hover {
	color: #D3007F; /*rood*/
	text-decoration: none;
}


/*********** LI LINKS ***********/

li a:link {  	
	color: #ffffff; 
	text-decoration: none;
}

li a:visited {
	color: #ffffff; 
	text-decoration: none;
}
li a:hover {
	color: #f9ee3b; /*geel*/
	text-decoration: none;
}





			.titel1 {
/*				font-family: Georgia, "Times New Roman", Times, serif;
*/				font-size: 22px;
				font-weight: bold;
				color: #D3007F;
			}
			.doake {
/*				font-family: Georgia, "Times New Roman", Times, serif;
*/				font-size: 40px;
				font-weight: bold;
				color: #D3007F;
				padding:  10px 0 0 0;
			}
