/** 	algemeen.css 
 	Versie 1.1 / 25-2-2007
  	
  	(C) Doorn WebBouw 2007 
  	http://www.doornwebbouw.nl | info@doornwebbouw.nl
-----------------------------------------------------------------------------*/


/* Algemeen (reset.yahoo)
-----------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Achtergronden
-----------------------------------------------------------------------------*/

body{
	background: #ebf1f5;
}

#header{
	background: url(../images/header-back.gif) left top no-repeat;
}

#subheader{
}

#main{
	background: url(../images/main-back.gif) left top repeat-y;
	
}

#content{

}

#leftbar{

}

#rightbar{

}

#footer{
	background: url(../images/footer-back.gif) left top no-repeat;	
}



/* Typografie
-----------------------------------------------------------------------------*/

input{
	font-size: 1.1em;
}

body{
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

a{
	text-decoration: underline;
	color:  #333;
	font-weight: bold;
}

a:hover{
	color:black;
}

strong{
	font-weight: bold;
}

ul{
	list-style-type: square;
	margin: 12px 0px 12px 20px;
}

#navigation ul{
	list-style-type: none;
}

blockquote{
	margin: 24px 0px 0px 16px;
	border-left: 1px solid #666;
	padding-left: 6px;
}

#homeurl, #homeurl a{
	font-size: 1.1em;
	color: black;
	text-decoration: none;
}

#headeradres, #headeradres a{
	color: white;
	font-family: arial;
}

#taglinediv p{
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	line-height: 1.6em;	
}

#leftbar .box h2{
	text-align: right;
	font-size: 1em;
	padding: 3px 12px 0px 0px;
}

#leftbar .box h2 a{
	text-decoration: none;
	font-weight: normal;
	color: black;
}

#leftbar .box p{
	padding: 10px 8px 0px 8px;
	font-size: .95em;
}

#content{
	font-size: 11px;
	line-height: 1.5em;
	text-align: justify;
}

#content h1{
	font-size: 1.6em;
	color: #333;
	margin-bottom: 16px;
	font-weight: bold;
}

#content h2{
	font-size: 1.1em;
	color: #333;
	margin-bottom: 0px;
	font-weight: bold;
}

#content h3{

}

#content p{
	margin-bottom: 12px;
}

#navigation a{
	color: #FFD95D;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover{
	text-decoration: underline;
}


#footer, #footer a{
	color: white;
}

.klein{
	font-size: .85em;
	line-height: 1.4em;
}


/* Overall layout
-----------------------------------------------------------------------------*/

#container{
	position: relative;
	margin: auto;
	width: 780px;
	margin-top: 0px;
	overflow: visible;
}

#header{
	width: 100%;
	height: 234px;
}

#homeurl{
	position: absolute;
	left: 254px;
	top: 32px;
}

#flash{
	position: absolute;
	left: 439px;
	top: 0px;
	width: 330px;
	height: 166px;
}

#headeradres{
	position: absolute;
	top: 6px;
	left: 10px;
	width: 424px;
	padding: 0px 0px 0px 6px;
}

#taglinediv{
	position: absolute;
	left: 32px;
	top: 66px;
	width: 340px;
}

#taglinediv p{
	background: url(../images/taglinepijl.gif) left 6px no-repeat;
	padding-left: 30px;
}



#main{
	position: relative;
	width: 780px;
	padding-bottom: 15px;	
	min-height: 530px;
	_height: 440px;
	overflow: visible;
}


#content{
	margin-left: 233px;
	padding: 20px 60px 0px 30px;
}

#leftbar{
	position: absolute;
	left: 11px;
	top: 0px;
	width: 222px;
	z-index:110;	
}

#leftbar .box{
	position: relative;
	float: left;
	width: 221px;
	height: 102px; 
	background: url(../images/box-back.gif) left top no-repeat;
	margin: 4px 0px 6px 5px;
}


#footer{
	width: 760px;
	height: 54px;	
	text-align: right;
	padding: 20px 20px 0px 0px;
}



	
/* Suckerfish 
	Houd intact ivm begrip van de code
	Let op: IE (5?, 6?, 7?) vraagt een JS toevoeging
	
-----------------------------------------------------------------------------*/
#navigation{
	margin-bottom: 12px;
	margin-top: 22px;
	position: relative;
	float: left;
	font-size: .85em;
}


#navigation ul {
	padding: 0;
	margin: 0;
	list-style-image: none;
}
  
#navigation li {
	float: left;
	position: relative;
	width: 201px;
	height: 24px;
	text-align: left;
	padding: 6px 0px 0px 20px;
	background: url(../images/navbutt-back.gif) no-repeat;
}

#navigation li.topknop{
	text-align: left;
	padding: 6px 0px 0px 20px;
	background: url(../images/topknop-back.gif) left bottom no-repeat;
}
  
#navigation a{
	color: #444;
	font-weight: bold;
	tegxt-decoration: none;
}
 
#navigation li a:hover{
	color: #000;
}
 

/* einde suckerfish */



/* Template specifiek
-----------------------------------------------------------------------------*/

/* formulierpagina's */

.Tfrm table{
	margin-top: 20px;
}


.Tfrm td{
	padding-bottom: 4px;
	padding-top: 8px;
	text-align: left;
}

.Tfrm td input{
	font-size: .9em;
}

.Tfrm input, .Tfrm .input{
	border: 1px #aaa solid;
	border-width: 1px 1px 2px 1px;
	background: none;
	height: 18px;
}


.Tfrm .lang{
	width: 197px;
	padding-left: 3px;
}

.Tfrm .kort{
	width: 48px;
	padding-left: 2px;
}

.Tfrm .middel{
	width: 146px;
	padding-left: 3px;
}

.Tfrm .textarea{
	width: 340px;
	height: 80px;
}


.Tfrm .label{
	width: 140px;
}

.Tfrm #type{
	font-size: .9em;
	width: 202px;
}

.Tfrm #vanaf_dag, #vanaf_maand, #vanaf_tijd, #tot_dag, #tot_maand, #tot_tijd{
	font-size: .9em;
	width: 66px;
}

.ov{
	background: #f9f9f9;
	font-weight: bold;
	border-right: 4px solid #000;	
}



/* Pagina specifiek
-----------------------------------------------------------------------------*/

/* index pagina */

#Pindex #content{
	padding: 20px 30px 0px 30px;
}

#Pindex #intro{
	width: 300px;
	margin-right: 20px;
	float: left;
	margin-bottom: 0px;
	text-align: left;
	font-size: 11px;	
	line-height: 1.5em;
}

#Pindex #sidebox{
	width: 160px;
	float: left;	
	font-size: .9em;
	line-height: 1.4em;
	border-left: 1px solid #666;
	padding-left: 6px;
	text-align: left;font-family: arial;
}

#tticker{
	position: relative;
	left: -252px;
	border-top: 1px #e40000 solid;
	margin-right:-200px;
}

#ttickerdiv{
	top: 41px;
	
}




#Pindex h1{
	font-size: 1.9em;
	margin-bottom: 30px;
}

#Pindex #sidebox h2{
	margin-bottom: 12px;
}

#Pindex #sidebox strong{
	color: red;
}

#Pindex #sidebox p{
	margin-bottom: 22px;
}


/* tarieven */

#Ptarieven table{
	margin-top: 20px;
	margin-bottom: 30px;
}

#Ptarieven th{
	font-size: .9em;
	text-align: center;
	color: gray;
}

#Ptarieven td{
	border: 1px silver solid;
	font-size: .95em;
	padding: 2px 4px 2px 6px;
}

#Ptarieven td.omschrijving{
	width: 130px;
	background: #eee;
}

#Ptarieven td.etage{

}

#Ptarieven td.duur{
	width: 50px;
}

#Ptarieven td.mavrij{
	width: 60px;
}

#Ptarieven td.zat{
	width: 60px;
}

#Ptarieven td.zon{
	width: 60px;
}


/* Nieuwsoverzichtpagina */
.nieuws-overzicht-artikel{
	padding-bottom:	0px;
	border-bottom: 1px dotted #000;
	margin-bottom: 24px;
}

#content .nieuws-overzicht-artikel h2{
	font-size: 13px;
	color: #333;
	margin-bottom: 0px;
	font-weight: bold;	
}

.nieuws-overzicht-datum{
	font-size: 10px;
	font-weight: bold;
	color: #777;
	margin-bottom: 12px;
}

.nieuws-overzicht-body{

}

.nieuws-overzicht-leesmeer{
	text-align: right;
	margin-top: -12px;
}

.nieuws-overzicht-leesmeer a{
	text-decoration: none;
	font-size: 10px;

}


/* Pagina nieuwsartikel */
.nieuws-artikel{
	padding-bottom:	0px;
	margin-bottom: 24px;
}

#content .nieuws-artikel h1{
	font-size: 14px;
	color: #333;
	margin-bottom: 0px;
	font-weight: bold;	
}

.nieuws-datum{
	font-size: 11px;
	font-weight: bold;
	color: #777;
	margin-bottom: 14px;
	margin-top: 0px;
	
}

.nieuws-body{

}



/* Overig
-----------------------------------------------------------------------------*/

.floatright{
	float: right;
	padding-left: 8px;
}

.floatleft{
	float: left;
	padding-right: 8px;
}

.error{
	color: red;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}