@charset "utf-8";

/* 
Dagtochtzeilen.nl
======================================================================================
URL:				http://www.dagtochtzeilen.nl/
Start ontwerp: 		onbekend
Start xhtml: 		1 december 2009
Auteur: 			Jelmer Hoekstra [http://www.jelmerhoekstra.nl]
======================================================================================
*/

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	color: #4d4d4f; 
	background: #4d4d4f;
	letter-spacing: 1px;
}

		
html
{
	height: 100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));	
}

a:link, a:visited { 
	}

a:hover, a:active { 

	}
	

#mainContainer {
	width: 978px;
	margin: auto;
}

#headerContainer {
	width: 100%;
}

.contentTop {
	width: 978px;
	padding: 0px 0px 0px 0px;
	background:#FFFFFF url(../img/contentTop.gif) no-repeat right top;
	height: 7px;
	float: left;
}

.contentMain {
	width: 948px;
	padding: 0px 15px 0px 15px;
	background:#FFFFFF url(../img/contentBg.gif) repeat-y right top;
	float: left;
}

.contentBottom {
	width: 978px;
	padding: 0px 0px 0px 0px;
	background:#FFFFFF url(../img/contentBottom.gif) no-repeat right top;
	height: 7px;
	float: left;
}

.slideshow {
	height: 211px;
	margin: auto;
	width: 922px;
}

.mainMenu {
	height: 36px;
	margin: auto;
	width: 922px;
}

.mainMenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.mainMenu li{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	float: left;
}

.mainMenu a:link, .mainMenu a:visited {
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 14px;
	color: #4d4d4f;
	border-right: 1px solid #4d4d4f;
}

.mainMenu a:hover {
	color: #CCC
}

.mainMenu a.selected:link, .mainMenu a.selected:visited {
	color: #00b5cc;
}

.selected {
	color: #00b5cc;
}

.mainMenu a.active:link, .mainMenu a.active:visited {
	color: #00b5cc;
}

.active {
	color: #00b5cc;
}

.active a:link, .active a:visited {
	color: #00b5cc;
}

.last {
	border: 0px;
	border-right: 0px;
}

.last a:link, .last a:visited{
	border: 0px;
	border-right: 0px;
}

#mainContent {
	width: 100%;
}

#mainWebsite {
	width: 924px;
	padding: 5px 12px 30px 12px;
}

.news {
	float: left;
	width: 218px;
}

.news a:link, .news a:visited{
	text-decoration: none;
	color: #bdb5b5;
	font-size: 9px;
}

.news .title{
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #cacbcd;
	font-size: 14px;
	color: #4d4d4f;
	font-weight: bold;
	text-transform: uppercase;
}

.homeTitleOne{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #00b5cc;
	font-weight: bold;
	text-transform: uppercase;
}

.homeTitleTwo{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #4d4d4f;
	font-weight: bold;
	text-transform: uppercase;
}

.websiteContent {
	float: right;
	width: 686px;
}

.websiteContent a:link, .websiteContent a:visited{
	color: #00b5cc;
}

.websiteContent a:hover{
	text-decoration: none;
}

.websiteContent .pageTitle{
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #cacbcd;
	font-size: 14px;
	color: #00b5cc;
	font-weight: bold;
}

form label{
	display: block;
	width: 200px;
	float: left;
}

form input{
	display: block;
	width: 200px;
	float: left;
}

.detailRow {
	float: left;
	width: 100%;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0px 0px 10px 0px;
}

.detailRowSign {
	float: left;
	width: 100%;
	display: block;
	height: 60px;
	padding: 0px 0px 10px 0px;
}

.detailRowComment {
	float: left;
	width: 100%;
	display: block;
	height: 190px;
	padding: 0px 0px 10px 0px;
}

.blueContent {
	background: #00b5cc;
	color: #FFF;
	padding: 10px;
}

.blueContent p{
	margin: 0px;
	padding: 0px;
}

a.homeLink:link, a.homeLink:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #00b5cc;
}

/* Fonts
------------------------------------------------------------------------------------------ */
	
h1 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px 0px 8px 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding: 0px 0px 13px 0px;
	background: transparent url(../images/line.gif) bottom left no-repeat;
	display: inline;
	}
	
h2 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	}	
	
h3 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px 0px 8px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	padding: 0px 0px 13px 0px;
	background: transparent url(../images/line.gif) bottom left no-repeat;
	display: inline;
	}	
	
h4 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px 0px 8px 0px;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	color: #242424;
	padding: 0px 0px 0px 0px;
	}	
	
h5 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px 0px 8px 0px;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	}		



/* Clearers
------------------------------------------------------------------------------------------ */

.blueLine {
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	background: #cacbcd;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 20px 0px;
	clear: both;
}

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer5 {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer10 {
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer15 {
	height: 15px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer20 {
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer25 {
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer30 {
	height: 30px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer35 {
	height: 35px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer40 {
	height: 40px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer45 {
	height: 45px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer50 {
	height: 50px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
