/* stijlblad voor eenvoudige pagina met weeroverzicht (c) 2007 Klaas Noordstra */



/* bovensre rij met weersverwachting en aktuele weer */
#bovensterij {
	width: 740px;
	position: relative;
	min-height: 380px;
	margin: 10px 0px 10px 0px;
	padding: 0;
	border-bottom: 1px solid #0000cc;

}

html>body #bovensterij
{
height: auto;
min-height: 380px;
}


#tweederij {
	width: 740px;
/*	height: 480px; */
	margin: 0px 0px 0px 0px;
	padding: 0;
	position: relative;
	top: 0px;
	left: 10px;

}





#weer_morgencontainer {
	width: 490px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 350px;
	font-size: 12px;
}

html>body #weer_morgencontainer{
height: auto;
min-height: 350px;
}




#zw_weercontainer {
	width: 200px;
	height: 296px;
	text-align: left;
	color: #000080;
	padding: 0px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 10px;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;

}

#zw_titel {
	font-size: 18px;
	color: #ffffff;
	margin-top: 5px;
	margin-left: 10px;
}

#zw_aktueelweer {
	width: 200px;
	height: 270px;
	margin: 0px;
	background-color: #ffffff;
	color: #000080;
}

#zw_statusregel {
	font-size: 10px;
	height: 18px;
	padding: 0px;
	width: 200px;
	margin: 0px;
	color: #999999;
	background-color: #eeeeee;
}

.zw_sectiekop {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 20px;
	background-color: #eeeeee;  /* #E9E9F4;	/*#CDDBF4; */
	margin: 0px;
	width: 200px;
	color: #000080;
}

.zw_hoofdwaarde {
	font-size: 26px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
}

.zw_subwaarde {
	margin: 2px 5px 1px 5px;
	text-align: right;
	height: 16px;
}

#zw_tempcontainer , #zw_windcontainer, #zw_regencontainer, #zw_barocontainer {
	width: 200px;
	background-repeat: no-repeat;
	background-position: 0px 16px;
	

}







#weer_vijfdagencontainer {
	width: 470px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}


#vijfdaagse_verwachting {
	margin: 0px;
	padding: 0;
/*	height: 260px; */
}

#negendaagse_verwachting {
	width: 460px;
	margin: 0;
	margin-left: 0px;
}

#negendaagse_verwachting h2 {
	font-size: 16px;
}


.vijfdaagse_tabel {
	font-size: 12px;
}



#weer_buienradar {
	width: 260px;
	height: 280px;
	padding: 0px;
	margin: 30px 20px 20px 0px;
	position: relative;
	left: 10px;
}











#weer_verwachting{
	width: 440px;
	padding: 0px;
	margin: 5px 10px 20px 10px;
}


#weermorgen_kop {
	font-weight: bold;
}



/* extra tekst die wel leesbaar is voor zoekmachines maar niet voor ons */
#extrauitleg {
	font-size: 4px;
	color: #ffffff;
}

#banner_container {
	width: 100%;
	height: 140px;
	margin: 50px 0px 20px 0px;
	padding: 0px;
	margin-bottom: 50px;
	background-color: #ffffff;
	position: relative;
	border-top: 1px solid #0000cc;
}


#weergrafieken {
	width: 100%;
	height: 240px;
	margin: 50px 0px 20px 0px;
	padding: 0px;
	margin-bottom: 50px;
	background-color: #ffffff;
	position: relative;
	border-top: 1px solid #0000cc;
}


#bezoekersinfo {
	position: absolute;
	top: 168px;
	right: 10px;
	color: #888888;
	font-size: 10px;
	width: 640px;
	text-align: right;

}



.weer5dgn_kop {
	font-size: 12px;
	font-weight: bold;
}

.weer5dgn_hoofdkop {
	font-size: 16px;
	font-weight: bold;
}

.datumtijd {
	font-size: 10px;
	padding-top: 30px; 
}







