/***********************************************/
/* Brandweer Zwartewaterland                   */
/* Z-RTV                                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #222222;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

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

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

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

a:hover{
	color: #ffffff;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 80%;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 110%;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 90%;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/*  Layout ID                                  */
/***********************************************/

#mainbox {
	width: 100%;
	margin: 0px;
}

#headlines{
	float:left;
	width: 15%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: url("../images/top2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000099;
	margin: 0px;
	font-size: 80%;
	height: 600px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* #menu = extern  ddmenu.css*/

#veld{
  float: right;
	background-color: #ffffff;  
	width: 81%;
	margin: 0px;
	padding: 0px;	
}

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 15px;
}

/***********************************************/
/* Sub Layout ID MAINBOX                       */
/***********************************************/

#subnav {
	background-color: #ca0d1e;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#globalNav{
	padding: 0px 0px 5px 10px;
	background-color: #ca0d1e;	
	height: 25px;
}

#header {
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#headerleft {
	width: 30%;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/logogemzwl.gif);
	background-repeat: no-repeat;
	height: 100px;
}

#headerright {
	float: right;
	width: 70%;
	background-color: #ffffff;
	background-image: url(../images/logobrweer.gif);
	height: 100px;
	background-repeat: no-repeat;
	background-position: right;
}

#headerrightdoor {
	float: right;
	width: 100%;
	background-color: #ffffff;
	background-image: url(../images/logobrweer.gif);
	height: 100px;
	background-repeat: no-repeat;
	background-position: right;
}

#headerrightg {
	float: right;
	width: 70%;
	background-color: #ffffff;
	background-image: url(../images/logobrweergenemuiden.gif);
	height: 100px;
	background-repeat: no-repeat;
	background-position: right;
}

#headerrighth {
	float: right;
	width: 70%;
	background-color: #ffffff;
	background-image: url(../images/logobrweerhasselt.gif);
	height: 100px;
	background-repeat: no-repeat;
	background-position: right;
}

#headerrightz {
	float: right;
	width: 70%;
	background-color: #ffffff;
	background-image: url(../images/logobrweerzwartsluis.gif);
	height: 100px;
	background-repeat: no-repeat;
	background-position: right;
}

/***********************************************/
/* Sub Layout ID globalNav                     */
/***********************************************/
#globalNav a {
	font-size: 90%;
	color: #ffffff;
	padding: 6px;
}

#siteName{
	margin: 0;
	padding: 6px;
    float: right;
}

/***********************************************/
/* Sub Layout ID header                        */
/***********************************************/

#headerright img {
	float: right;
}

/***********************************************/
/* Sub Layout ID VELD                          */
/***********************************************/
#midden{
	float: left;
	width: 70%;
	font-size: 85%;
	background-color: #ffffff;
}

#links{
  float: left;
  width: 240px;
  padding: 0px 0px 5px 10px;
}

#rechts{
  float: right;
  width: 240px;
  padding: 0px 0px 5px 10px;
}

#navright{
  float: right;
  width: 24%;
  font-size: 85%;
  background-color: #ffffff;  
  border-left: 1px solid #ca0d1e;
  border-bottom: 1px solid #ca0d1e;  
  border-right: 1px solid #ca0d1e;  
}

/***********************************************/
/* Sub Layout CLASS midden                     */
/***********************************************/

.kort{
	padding: 20px 0px 10px 10px;
	font-size: 90%;
}

.kort h3{
	text-align: left;
	font-size: 110%;
	padding: 0px 0px 15px 0px;
}

.kort img{
	float: left;
	padding: 0px 0px 15px 0px;
}

.lang{
	clear: both;
	padding: 0px 0px 10px 20px;
	width: 450px;
	background-position: left;
}

.lang p{
	padding: 0px 0px 0px 0px;
	font-size: 90%;	
}

.lang h3{
	font-size: 100%;
	padding: 5px 0px 5px 0px;
	text-align: left;
}

.lang img{
	padding: 0px 0px 0px 0px;

}
.verder{
	font-size: 90%;
	border-bottom: 1px dotted #cccccc;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*********** a-stijl class verder**************/

.verder a{ 	color: #000099;	text-decoration: none;}

.verder a:link{ color: #000099; text-decoration: none;}

.verder a:visited{ color: #000099; text-decoration: none; }

.verder a:hover{ 	color: #000099;	text-decoration: underline;}

/*********** a-stijl class overzicht**************/

.overzicht a{ 	color: #000099;	text-decoration: none;}

.overzicht a:link{ color: #000099; text-decoration: none;}

.overzicht a:visited{ color: #000099; text-decoration: none; }

.overzicht a:hover{ 	color: #000099;	text-decoration: underline;}

/***********************************************/
/* Sub Layout CLASS navright                   */
/***********************************************/
.topLinks{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	background-color: #ca0d1e;		
}

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

.weekfoto{
	background-color: #CA0D1E;
	margin: 0px;
	float: left;
}

/*********** a-stijl navright *****************/

#navright ul a:link, #navright ul a:visited {display: block; color: #222222; background-color: #ffffff;}
#navright ul {list-style: none; margin: 0; padding: 3px 10px 0px 10px; background-color: #ffffff;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navright li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navright li {border-bottom: none;}


/***********************************************/
/* Sub Layout ID SITEINFO                      */
/***********************************************/

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/*********** a-stijl class siteinfo**************/

#siteInfo a{color: #cccccc; text-decoration: none;}

#siteInfo a:link{ color: #cccccc; text-decoration: none;}

#siteInfo a:visited{ color: #cccccc; text-decoration: none; }

#siteInfo a:hover{ 	color: #cccccc;	text-decoration: underline;}

.plaats {
	font-style: italic;
	font-size: x-small;
}
#linkssub {
	width: 100px;
}


/***********************************************/
/* SUBPAGINA NIEWS                             */
/***********************************************/

#news {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.newsline {
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding-left: 20px;
}
#newsline hr {
	height: 1px;
	border: 1px dotted #cccccc;
}

.newsline hr {
	height: 1px;
	border: 1px dotted #cccccc;
}


/*********** a-stijl class newsline**************/

.newsline a{color: #cccccc; text-decoration: none;}

.newsline a:link{ color: #cccccc; text-decoration: none;}

.newsline a:visited{ color: #cccccc; text-decoration: none; }

.newsline a:hover{ 	color: #cccccc;	text-decoration: underline;}


#newstumb {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#newstumb img {
	margin-right: 11px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.kortsub{
	padding: 20px 0px 10px 10px;
	font-size: 90%;
}
.links{
	padding: 20px 0px 10px 10px;
	font-size: 90%;
}

.links a {	color: #22222; text-decoration: none;}
.links a:link{ color: #22222; text-decoration: none;}
.links a:visited{ color: #22222; text-decoration: none; }
.links a:hover{ 	color: #22222;	text-decoration: underline;}


.kortsub h3{
	padding: 0px 0px 15px 0px;
	text-align: left;
	font-size: 110%;	
}

.kortsub img{
	float: right;
    padding: 0px 0px 15px 15px;
}

/***********************************************/
/* SUBPAGINA FOTO VAN DE WEEK                  */
/***********************************************/

.kortsub1{
	width: 100%;
	font-size: 90%;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.kortsub1 h3{
	padding: 0px 0px 15px 0px;
	text-align: left;
	font-size: 110%;	
}

.kortsub1 img{
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#weekfotoarchief {
	padding-top: 20px;
	padding-left: 20px;
}
.datumfotoarchief {
	color: #cccccc;
}
#weekfotoarchief ul {
	width: 100%;
}
#weekfotoarchief li {
	width: 100%;
	margin-top: 5px;
}
#weekfotoarchief a {
	color: #333333;
}
.kortsub li {
	list-style-position: inside;
	list-style-type: square;
	background-color: #ffffff;
}


/***********************************************/
/* SUBPAGINA GASTENBOEK                        */
/***********************************************/

.dateright{
	float: right;
}
.dateright img{
	float: left;
	padding-right: 15px;
	border: 0px;
}

/***********************************************/
/* SUBPAGINA FOTOSLIDE                         */
/***********************************************/
.fotoslide{
	font-size: 90%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*********** a-stijl class verder**************/

.fotoslide a{ 	color: #000099;	text-decoration: none;}

.fotoslide a:link{ color: #000099; text-decoration: none;}

.fotoslide a:visited{ color: #000099; text-decoration: none; }

.fotoslide a:hover{ 	color: #000099;	text-decoration: underline;}

