@charset "utf-8";
/* CSS Document */

h2{
	font-size: 16px;
}

h3{
	font-size: 14px;
}

/* Advertentie google */
.menu-ads{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/* weerkaart menu */
#weerkaartje{
	background-color: transparent;
}

#weerkaartje img{
	border: none;
	margin-left: 25px;
}

#weerkaartje img{
	border: none;
}

/* tip vermelding links */
#tip{
	color:#C00;
	font-size: 12px;
	font-weight: bold;
}

/* overzicht tabel krantenkoppen */
.tabel{
	border-collapse: collapse;
	border:  thin solid black;
	margin-top: 10px;
}

a:link {
	color: #333333;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #333333;
	}
a:hover {
	text-decoration: underline;
	color: #000000;
	}
a:active {
	text-decoration: none;
	color: #333333;
	}

.tabel a{
	font-size: 13px;
}

/* advertentie content */
#advertenties{
	padding-top: 5px;
}


/* Krantenkoppen */
.inhoud{
	vertical-align: top;
	padding-top:5px;
	padding-bottom:5px;
    padding-left: 10px;
	}
	
.inhoud a{
	font-size: 13px;
}

.titel{
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
	}

/* uitleg bij U kiest pagina's */
.uitleg{
	margin-top: 10px;
	margin-bottom: 10px;
	
	padding-left: 10px;
	padding-bottom: 5px;
	
	font-size: 13px;
	
	border:  thin solid black;
	background-color: #333;
	width: 97%;
	color: white;
}

.uitleg a{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.uitleg a:hover{
	color: white;
	text-decoration: none;
}

/*buienradar breedte*/
#buien{
	/*min-width: 75%;*/
	max-width: 100%;
}