/* stijlblad voor streeknieuws pagina (c) 2008 Klaas Noordstra voor GenemuidenActueel.nl */

@import url(reakties.css);


body, html {
	background: #fff;
	color: #333333;
	margin: 0;
	padding: 0px 10px;
	font: 11px Verdana, sans-serif;
/*	background-image: url(ga_images/kleurtest.jpg); */
	background-repeat: repeat-x;
	
}

a {
	color: #000066; /* #0066cc; */
	text-decoration: none;
}


a:hover {
	color: #36C; /*#ff6600; */
	text-decoration: underline;
}



h4 {
	font-size:12px;
	font-weight:bold;

}





/* voor centreren paginainhoud */
#canvas {
	text-align: center;         /* text-align word ge-erfd in pagina-div resetten! */
	margin-left: 0px;
	margin-right: 0px; 
	padding: 0;
	width: 100%;
}


#pagina {
	text-align: left;
	width: 850px; 
	margin: 0px auto 10px auto; 
	padding: 0;
	background-color: #ffffff;
}


#paginakop {
	background-image: url(../images/streeknieuws/header_streek.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 850px;
	margin: 0;
	padding: 0;
	height: 142px;
	position: relative;
}

#adresenzo {
	position: absolute;
	right: 10px;
	top: 3px;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
}

#adresenzo a:link, #adresenzo a:visited, #adresenzo a:active {
	color: #ffffff;
}

#adresenzo a:hover {
	color: #ffff00;
	text-decoration: none;

}



#footer {
	background-color: #6a96c7;
	color: #000080;
	font-size: 10px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: relative;
}



/* staat in de footer */
#allrights-msg {
	font-size: 11px;
	color: #003366;
	text-align: center;
	width: 100%;
	margin-top: 5px;
}

/* staat in de footer */

#footer_links {
	font-size: 10px;
	color: #003366;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}



#mainpagecontent {
	width: 850px;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	height: 400px;
}


html>body #mainpagecontent
{
height: auto;
min-height: 400px;
}



#kolom_links {
	background-color: #fff5f5;
	width: 180px;
	margin: 0px;
	padding: 0;
/*	position: relative;	*/
	overflow: hidden; 
	height: 100%;
}
}

.td_links {
	width: 180px;
	background-color: #fff5f5;
}

#midden_kolom {
	text-align: left;         /* text-align word ge-erfd in onderdelen resetten! */
	background-color: #ffffff;
	padding: 0;
	width: 500px;
	margin: 10px 10px;
	border: none;
	overflow: hidden;

}
.td_midden {
	text-align: center;
	background-color: #ffffff;
	width: 500px;
}


#kolom_rechts {
	width: 150px;
	background-color: #fff5f5;
	margin: 0px;
	padding: 0;
	border: none;
	overflow: hidden;
}

.td_rechts {
	background-color: #fff5f5;
	width: 150px;
}



.subitemkop {
	font-size: 11px;
	line-height: 24px;
	font-weight: bold;
	font-style: oblique;
	color: #ffffff;
	background-color: #16648e;
	padding-left: 10px;
	height: 24px;
	width: 100%;
	background-image: url(../images/kopbg_20x24.gif); 
	background-repeat: repeat-x;
	background-position: top left;
	margin: 20px 0px 10px 0px;

}

#navigatie {
	position: absolute;
	top: 121px;
	right: 10px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

#navigatie a:link, #navigatie a:visited, #navigatie a:active {
	color: #ffffff;
}

#navigatie a:hover {
	color: #ffff00;
	text-decoration: none;

}

#jaargang {
	position: absolute;
	top: 122px;
	left: 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}



/* -------------------------------	linkerkolom 	------------------------------------	*/


#bannercontainer {
	margin: 10px 0px;
	padding: 0;
	text-align: center;
	width: 100%;
}

.banner_img {
	border: 1px solid #999999;
	margin: 8px 0px;
	
}

.linkscontainer {
	width: 200px;
	margin: 10px 5px;
}

.linkslijst {
	color: #000000;
	padding: 0;
	margin: 5px 0px 5px 15px;
	font-size: 11px;

/*
	list-style: disc;
*/
}


/* -------------------------------	rechterkolom 	------------------------------------	*/


#bannersrechts {
	margin: 10px 0px;
	width: 100%;
	padding: 0;
	text-align: center;

}
.banner_img_r {
	border: 1px solid #999999;
	margin: 8px 0px;
	
}







/* ---------------------------- middenkolom -----------------------------*/


#last_modified {
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}


#inhoudtitel {
	width: 100%;
	font-size: 20px;
	font-style: oblique;
	color: #000080;
	text-align: right;
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	margin: 5px 0 25px 0;
}

.centerbanner, .banner {
	border: 1px solid #999999;
	margin: 0px auto 10px auto;
	text-align: left;
}

#midden_kolom p {
	margin: 5px 0px;
	font-size: 11px;
	line-height: 14px;
}

/* text boven een advertentie */
.advertentie {
	text-align: left;
	color: #999999;
	font-size: 10px;	
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 3px;

}


.nieuws_artikel {
	width: 500px;
	margin: 10px 0px 50px 0px;
	text-align: left;
}


















.algemeen_kort {
	margin: 20px auto 20px auto; 
	width: 480px;
	color: #111111;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}

.algemeen_kort p {
	text-align: left;
	color: #111111;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0;
}

.algemeen_kort h2 {
	font-size: 13px;
	font-weight: bold;
	color: #080000;
	text-align: left;
}


.leesverder {
	color: #003399;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	width: 98%;
	margin-right: 15px;
}


.leesverder a {
	color: #999999;
}




.pivot-image {
	border: 1px solid #999999;
	margin: 0;
	
}





/* wisselende banners ook de hide en show styles laten staan */
.rotating_banner {
	margin: 0px 0px 50px 0px;
}

.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}






/* diversen */


/* zoekformulier */

.pivot-search {
	position: absolute;
	top: 66px;
	left: 600px;
	font-weight: bold;
	font-size: 11px;
	color: #000080;
}

.pivot-search label { visibility:hidden; display:none;}
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:10px; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

.searchbox { border: 1px inset #555;
	padding: 2px;	
	background-color: #F8F8F8;
	width: 240px;
}

.searchbutton {
	padding: 0px 3px;
	border: 1px outset #555;
	background-color: #fff;
	width: 60px;
	margin-top: 5px;
	margin-left: 5px;
	
}






/* artikel pagina voor weergave van een enkel artikel na "lees meer.. " */

.entry {
	text-align: left;
	background-color: #ffffff;
	padding: 0;
	width: 480px;
	margin: 10px;
	border: none;
	line-height: 18px;
	border-bottom: 1px dashed #999;
	margin-bottom: 1.5em;
	padding-bottom: 0.8em;
	
	
}



.commentinput {
	border: 1px inset #888;
	background-color: #F8F8F8;
	font-size: 11px;
	margin: 2px;
}

.commentbutton {
	border: 1px outset #888;
	background-color: #DDD;
}

.pivot-message {
	font-weight: bold;
	border: 1px dashed #666; 
	padding: 5px;
}

p.entry-navigation {
	color: #666;
	text-align: center;
	padding-bottom: 0.4em;
}


.entryfooter {
	margin: 20px 0px 20px 0px;
	background-color: #eeeeee;
	border-bottom: #999999;
	border-right: #999999;
}

.entrynavigation {
	margin: 20px 0px 0px;
}


/* pagina met zoekresuktaten */

#zoeken {
	height: 300px;
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
	padding-botton: 50px;
	margin-bottom: 50px;
	border-bottom: 1px dotted #999999;
}



html>body #zoeken
{
height: auto;
min-height: 300px;
}






