/* 
	Thema: #4baae4 
	Accent: #e54444
	Border: #4baae4;
	Donker: #255167; 
	Zilver: #C0C0C0
	Grijs: #888
*/

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {  
	background-color: #eee;

	background-image: url('/templates/achtergrond-grunge.jpg');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #111;
}

#clickable_background {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
	background: transparent;
	display: none;
}

/* Algemeen */

p, td, li, .normaal { 
	color: #111;
	margin: 0 0 0.5em 0;
	padding: 0;
}

input[type=text], input[type=password],textarea {
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	
	background-color: #def;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;	
	
	margin: 0 5px 4px 0;
	padding: 5px;
}

input[type=submit] {
	
	cursor: pointer;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	text-shadow: 0 1px 0 #fff;
	
	background-color: #eee;
	border: 2px solid #ddd;
	border-top: 2px solid #fff;
	margin: 0 10px 0 0;
	padding: 2px 10px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
		
	box-shadow: 0 0 2px #333;
}

input[type=submit]:hover, input[type=submit]:active {
	color: #000;
	background-color: #ddd;
	border: 2px solid #ccc;
	box-shadow: 0 0 2px #111;
}

a:link { text-decoration: underline; color: #333}
a:visited { text-decoration: underline; color: #333 }
a:hover { text-decoration: underline; color: #4baae4 }
a:active { text-decoration: underline; color: #4baae4}

a img {
	border: none;
}

h1, .kop1, .kop1spec {
	 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold; 
	color: #444; 
	text-align: left;
	text-shadow: 0 1px 0 #fff;
	
	min-height: 1.2em;
	line-height: 1.2em;
	padding: 2px 0.5em; 
	margin: 0.6em 3px 0.4em 0;

	background-color: #eee;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e1e1e1)); 
	background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1); 
	background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1); 
	background-image: -ms-linear-gradient(top, #f3f3f3, #e1e1e1); 
	background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1); 
	background-image: linear-gradient(top, #f3f3f3, #e1e1e1);
	
}

h2, .kop2 { 
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold; 
	color: #666; 
	text-shadow: 0 1px 0 #fff;

	line-height: 1.2em;
	min-height: 1.2em; 
	padding: 2px 0.5em; 
	margin: 0.6em 3px 0.4em 0;

	background-color: #eee;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e1e1e1)); 
	background-image: -webkit-linear-gradient(top, #f3f3f3, #e1e1e1); 
	background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1); 
	background-image: -ms-linear-gradient(top, #f3f3f3, #e1e1e1); 
	background-image: -o-linear-gradient(top, #f3f3f3, #e1e1e1); 
	background-image: linear-gradient(top, #f3f3f3, #e1e1e1);

}

h3, .kop3 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold; 
	line-height: 1.0em;
}

h4, .kop4 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold; 
	line-height: 1.0em;
	margin: 0px;
	padding: 0px;
}

pre {
	font-size: small;
}

.hidden {
	display: none;
}

.clear-both {
	clear: both;
}

.no-shade {
	text-shadow: none;
	box-shadow: none;
}

/* Menu */

.menubg {
	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	
	background-color: #333;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111)); 
	background-image: -webkit-linear-gradient(top, #444444, #111111); 
	background-image: -moz-linear-gradient(top, #444444, #111111); 
	background-image: -ms-linear-gradient(top, #444444, #111111); 
	background-image: -o-linear-gradient(top, #444444, #111111); 
	background-image: linear-gradient(top, #444444, #111111);
	
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	
	text-align: right;
	box-shadow: 0 0 7px #333;
}

#logo {
	margin: 5px 0;
	padding: 0;
	border: none;
	float: left;
	height: 30px;
}

.menu {
	height: 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	margin: 0 1% 0 0;
	padding: 0;
	white-space: nowrap;
}

.menu a { 
	margin: 0;
	padding: 5px 0.3%;
	text-decoration: none;
	
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

.menu a:link, .menu a:visited	{ 
	background-color: transparent;
	color: #eee;
	background-image: none;
	text-shadow: 0 -1px 0 #000;
}

.menu a:hover, .menu a:active	{ 
	background-color: #fff;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); 
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee); 
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee); 
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee); 
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee); 
	background-image: linear-gradient(top, #ffffff, #eeeeee);
	
	box-shadow: 0 0 2px #000;
}

.menu a.promo:link, .menu a.promo:visited	{ 
	background-color: #e54444;
	color: #FFF;
}

.menu a.promo:hover, .menu a.promo:active	{ 
	background-color: #FFF;
	color: #e54444;
}

/* Follow us */

#follow-us {
	float: right;
	height: 40px;
	line-height: 40px;
	margin: 0 1%;
	padding: 0;
	white-space: nowrap;
}

#follow-us img {
	height: 16px;
	width: 16px;
	border: none;
	margin: 12px 1px;
	box-shadow: 0 0 1px #000;
}

/* Opmaak */

div#introduction {
	display: none;
}

#contents {

	position: relative;
	top: 50px;
	
	width: 970px;
	z-index: 10;
	
	margin: 0 auto;
	padding: 0;
	
	background-color: transparent;

}

.layout {
	display: block;
	width: 970px;
	margin: auto;
	padding: 0px;	
	text-align: left;
}

.whitebg {
	
	display: inline-block;
	
	background-color: #fff;
	width: 820px;
	padding: 5px;
	margin: 0;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	
	box-shadow: 0 0 5px #666;

}

.mainbody, #mainbody {
	margin: 0;
	padding: 5px;
	width: 810px;
	text-align: left;
}

#table43 {
	width: 810px;
	padding: 0;
	margin: 0;
}

.home {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

.home-kolom {
	display: inline-block;
	clear: none;
	width: 33%;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.float-links {
	float: left;
}

.float-rechts {
	float: right;
}

#advboven {
	height: 65px;
	width: 970px;
	padding: 0;
	margin: 5px 0;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;	
}

#advrechts, #bottomrechts {
	float: right;
	text-align: center;
	width: 124px;
	margin: 0px;
	padding: 2px;
	text-shadow: 0 1px 0 #fff;
}

#advrechts a {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.banner {
	box-shadow: 0 0 3px #999;
}


#advboven .banner {
	display: inline-block;
	
	/* IE7 fix */
	zoom: 1; 
	*display: inline;
	
	width: 234px;
	height: 60px;
	border: none;
	margin: 0 10px 0 0;
	padding: 0;
}

#advrechts .banner {
	width: 120px;
	border: none;
	margin: 0 0 12px 0;
	padding: 0;
	clear: both;
}

#google-adwords {
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	clear: both;
}

#bottomBanner {
	position: fixed;
	bottom: 0px;
	left: 150%;
	margin-left: -399px;
	z-index: 9;
}

#bottomBanner img {
	border: 1px solid #4baae4;
	border-bottom: none;
}

.bannerMidden {
	width: 200px;
	height: 200px;
	overflow: visible;
	margin: auto;
	background: #fff;
	text-align: center;
}

.spike .bannerMidden {
	float: left;
}

.bottombg {
	width: 820px;
	background-color: transparent;
	min-height: 250px;
	font-size: 85%;
}

.icon {
	float: right;
	clear: right;
}

.fotoblok {
	margin: 0px;
	padding: 0px;
	width: 260px;
	max-height: 180px;
	line-height: 180px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.googleads-blok {
	text-align: center;
	margin: 20px auto;
	padding: 0px;
}

.formulier td {
	padding: 10px;
	border: none;
}

.reactie {
	margin: 10px 0px 10px 0px;
	padding: 10px 30px 10px 30px;
	line-height: 130%;
	color: #000;
	background-color: rgba(190, 190, 190, 0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.links { 
	margin: 0px 0px 3px 0px; 
	width: 260px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* Nieuws */

.nieuws {
}

.nieuws a:link, .links a:link {
	text-decoration: none; 
}
.nieuws a:visited, .links a:visited  {
	text-decoration: none; 
}

.nieuws a:hover, .links a:hover, .nieuws a:active, .links a:active { 
	text-decoration: underline; 
	color: #4baae4;
}

.paginabreednieuws {
	margin: 10px 0;
	padding: 10px;
	font-size: 90%;
	line-height: 130%;
}

.paginabreednieuws .regel {
	width: 100%;
	margin: 1% 0;
	padding: 0; 
	vertical-align: top;
	clear: both;
}

.paginabreednieuws .bericht {
	float: left;
	width: 30%;
	margin: 0 1%;
	padding: 0; 
	vertical-align: top;
}

.paginabreednieuws h2 {
	background: none;
	margin: 0.2em 0;
	padding: 0;
	font-size: 130%;
	line-height: 110%;
	border: none;
	box-shadow: none;
}

.paginabreednieuws h2 a {
	text-decoration: none;
}

.paginabreednieuws p {
}

/* Prikbord */

.prikbord {
	width: 100%;
	margin: 10px 0;
	padding: 0;
}

.prikbord tr {
	vertical-align: top;
}

.prikbord td {
	
	width: 400px !important;
	padding: 10px;
	border: none;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;	
	
    box-shadow: 0 0 5px #999;
}

.prikbord h4 {
    text-shadow: 0 1px 0 #fff;
	margin-bottom: 3px;
}

.prikbord h4 a {
	color: #000;
	text-decoration: none;
}

.prikbord p {
	max-height: 300px;
	overflow: auto;
	font-size: 90%;
	line-height: 140%;
	padding: 3px 0px;
}

/* Marktplaats */

.marktplaats-container {
	background: #fff; 
	width: 260px;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
	font-size: 0.9em;
}

.marktplaats-items {
	width: 260px;
	height: 260px;
	overflow: auto;
	border: 1px inset #eee;
	line-height: 140%;
	overflow: auto;
	white-space: nowrap;
	background-color: #FFEF94;
	margin: 0;
	padding: 0;
}

.marktplaats-items a {
	color: #006;
	text-decoration: none;
}

.marktplaats-items a:hover, .marktplaats-items a:active {
	text-decoration: underline;
}

th {
	font-size: small;
	font-weight: bold; 
}
 
/* Allerlei */

.tussenkopje {  
	text-decoration: underline; 
}

.bijschrift {
	color: #888;
}

.mini {  
	font-size: 80%; 
	line-height: 130%;
	font-weight: bold; 
	color: #888;
}

.tip { 
	font-size: 80%; 
	line-height: 110%;
	margin-bottom: 2px;
	font-weight: bold; 
	color: #e54444; 
	/* font-variant: small-caps;  */
}

.melding { 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #333333; 
	text-indent: 5px; 
	padding: 2px; 
	font-size: 80%; 
	margin-top: 5px; 
	margin-bottom: 3px ; 
}

.mimg {
	margin: 0px;
	padding: 0px;
	vertical-align: base-line;
	border: none;
}

.marker {
	font-size: small; 
	line-height: 110%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.quote {  
	font-family: Courier, mono; 
	font-size: small; 
	color: #000000; 
	background-color: #EEEEEE; 
	padding: 5px
}

.gemeente { 
	font-family:Arial; 
	font-size: 10pt; 
	color: #41638B;
	background-color: #D9E8FF; 
	padding: 5px
}

#vlag {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	cursor: pointer;
	clear: none;
}

#vlag img {
	border: none;
}

#tabadverteren {
	position: absolute;
	bottom: 5%;
	left: 0px;
	z-index: 98;
}

#tabadverteren img {
	border: 0px;
}

a.inline_advertentie {
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
}

a.inline_advertentie:link, a.inline_advertentie:visited {
	background-color: #FF0;
	color: #000;
	text-decoration: none;
}

a.inline_advertentie:hover, a.inline_advertentie:active {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

#alert {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 888;
}

/* Tag cloud */

.tagcloud {
	margin: 10px 0;
	text-align: left;
}

.tag_cloud { 
	margin: 10px 0; 
	padding: 0x; 
	text-decoration: none; 
	text-align: justify;
	vertical-align: baseline;
	line-height: 0.7em; 
}

.tag_cloud:link  { text-decoration: none; color: #888; }
.tag_cloud:visited { text-decoration: none; color: #888; }
.tag_cloud:hover { text-decoration: underline; color: #4baae4 }
.tag_cloud:active { text-decoration: underline; color: #4baae4 }

/* Zoeken */

.zoeken_tabel {
	border: none;
	padding: 10px;
}

.zoeken_tabel td {
	padding: 10px;
}

.zoeken_tekst {
	color: #888;
	line-height: normal;
}

.zoeken_woord {
	background-color: #FFFF00;
	color: #000;
}

.zoeken_site {
	background-color: #FFFF00;
	color: #000;
	padding: 10px;
}

/* Video */

.video_blok_lijst{
	vertical-align: top;
	display: block;
	clear: both;
	padding: 0px;
	margin: 0px;
}

.video_blok {
	width: 135px;
	margin: 4px 4px 0px 0px;
	padding: 0px; 
	text-align: center;
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: top;
	display: inline-block;
}

.video_blok img {
	background: #000;
	height: 90px;
	margin: 0px;
	padding: 0px;
	border: 5px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.video_blok a:link { text-decoration: none; color: #000}
.video_blok a:visited { text-decoration: none; color: #000 }
.video_blok a:hover { text-decoration: none; color: #4baae4}
.video_blok a:active { text-decoration: none; color: #4baae4}

.videotitel {
	font-size: small;
	font-weight: bold;
	color: #550000;
	margin-top: 0px;
	margin-bottom: 5px;
}

.videodescr {
	margin-top: 7px;
	margin-bottom: 2px;
	font-size: small; 
	font-weight: normal;
	color: #555555;
	line-height: 110%;
}

.videolink {
	font-size: small;
	font-weight: bold;
	margin: 0px;
}

table.videolist {
	width: 100%;
	border: none;
}

table.videolist tr {
	vertical-align: top;
	border: none;
}

table.videolist td {
	font-size: small;
	padding: 10px;
	border: none;
}


/* Foto */

.foto_blok_lijst{
	display: block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	clear: both;
}

.foto_blok_lijst img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

/* Spikes --- plaatjes gekoppeld aan nieuws */

.spike {
	float: left !important;
	margin: 0.5em 25px 25px 0px;
	padding: 0px;
	text-align: center;
}

.spike img {
	border: none;
}

.spike a {
	color: #888;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #888;
}

/* Agenda */

table.agenda {
	width: 100%;
	text-align: left;
	border: none;
	border-collapse: collapse;
	border: none;
	margin-bottom: 20px;
}

table.agenda tr {
	vertical-align: top;
}

table.agenda td {
	font-size: small;
	border-bottom: 1px solid #C0C0C0;
	padding: 3px 10px 3px 10px;
}

table.agenda th {
	font-size: 1.8em;
	font-weight: bold;
	color: #888;
	text-align: left;
	padding: 20px 0px 10px 8px;
	border-bottom: 1px solid #C0C0C0;
}

/* Heiloo-TV */

.tv_intro {
	font-size: 1.2em; 
	padding:20px;
	line-height:1.8em;
}

.tv_video_container {
	width:100%;
	min-height:350px;
	background:#000;
	text-align:center;
	color: #fff;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

/* Sitemap */

.copyright {
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	color: #333; 
	text-shadow: 0 1px 0 #fff;
	padding: 2px 10px;
}

.copyright a { 
	text-decoration: none; 
	color: #333; 
}

.copyright a:hover, .copyright a:active { 
	text-decoration: underline; 
	color: #000; 
}

.sitemap {
	color: #666;
	line-height: 150%;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

.sitemap_column {
	margin: 20px;
	float: left;
	clear: none;
}

.sitemap a {
	text-decoration: none;
	color: #000;
}

.sitemap a:hover, .sitemap a:active { 
	text-decoration: underline;
	color: #000; 
}

/* Tweets */

#livetweet {
	font-family: Georgia, serif; 
	font-style: italic;
	font-weight: normal;
	margin: 2px 0 0 0;
	padding: 0;
	clear: both;
	height: 48px;
	overflow: hidden;
}

#livetweet ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#livetweet li {
	width: 810px;
	height: 48px;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 20px;
	line-height: 22px;
	color: #666;
	text-shadow: 0 0 1px #eee;
	overflow: hidden;
}

#livetweet a {
	color: #666;
}

#livetweet a:link, #livetweet a:visited { 
	text-decoration: none; 
	color: #666;
}
#livetweet a:hover, #livetweet a:active { 
	text-decoration: none; 
	color: #4baae4;
}

#livetweet .tweet_avatar {
    padding: 0;
    margin: 0 10px 0 0;
    float: left; 
    vertical-align: middle; 
}

#livetweet .tweet_avatar img {
	height: 48px;
	width: 48px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border: none;
}  

/* Twitter pagina */

.twitter {
	width: 810px;
	padding: 5px;
	font-size: 90%;
	line-height: 140%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.twitter a:link, .twitter a:visited { 
	text-decoration: none; 
	color: #000;
}

.twitter a:hover, .twitter a:active { 
	text-decoration: underline; 
	color: #4baae4;
}

#tweet {
	font-family: Georgia, serif; 
	font-style: italic;
	font-weight: normal;
	font-size: 3em;
	color: #333;
	line-height: 120%;
}

#tweet a:link, #tweet a:visited { 
	text-decoration: none; 
	color: #333;
}

#tweet a:hover, #tweet a:active { 
	text-decoration: underline; 
	color: #4baae4;
}

/* Retweeter */

.retweeter {
	margin: 0px 0px 5px 10px;
	padding: 0px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.twitter-share-button {
	float: right;
}

/* votes */

.votes {
	font-weight: bold;
	color: #888;
}

.voteimg {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 12px;
	height: 11px;
}

/* tekstpagina */

.tekstpagina {
	margin: 50px 80px;
}

.tekstpagina p { 
	margin: 0 0 1em 0;
}

.tekstpagina strong {
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
}

.tekstpagina h2 {
	background: none;
	font-size: 2.2em;
	color: #000;
	margin: 20px 0px 15px 0px;
	padding: 0px;
	border: none;
	box-shadow: none;
}

.tekstpagina h3 {
	background: none;
	font-size: 1.5em;
	color: #333;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	
}

/* nabestellen */

.fotomap {
	font-family: Georgia, serif; 
	background: #eee;
	float:left;
	width:220px;
	min-height: 180px;
	margin:10px;
	padding:10px;
	clear: none;
	font-size: 0.9em;
	line-height: 1.2em;
}

.fotomap a {
	font-size: 1.4em;
	line-height: 1.1em;
	text-decoration: none;
}

/* Poll */
.poll_question {	
	width: 260px;
	overflow: normal;
	white-space: normal;
	text-overflow: clip;
	font-family: Georgia, serif; 
	font-size: 1.3em;
	font-style: italic;
	margin: 5px 0px 5px 0px;
}

.poll_container {
	width: 260px;
	height: 300px;
	overflow: hidden;
	margin: 5px;
	padding: 5px;
	float: left;
}

/* Slideshow */
#slideshow {  
    padding: 0;  
    margin:  0;  
	clear: both;
} 
 
#slideshow img {  
    border:  none;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

/* Socials */

.social {
	margin: 1em 0;
	padding: 0;
	vertical-align: middle;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	
}

/* Toeristisch bruine bordjes */

.bruin-pagina {
	margin: 50px 100px;
	padding: 0; 
	font-size: 200%;
	
}

.bruin-bord {
	margin: 1em 1em 0.5em 0;
	padding: 0;
	list-style-type: none;
	
	background-color: #663300;
	border: 0.2em solid #663300;
	
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	border-radius: 0.4em;
}

.bruin-item {
	height: 2.1em;
	line-height: 2.1em;
	font-size: 0.9em;
	
	margin: 0.1em 0;
	padding: 0;
	
	border: 0.1em solid #fff;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-khtml-border-radius: 0.3em;
	border-radius: 0.3em;
}

.bruin-item a, .bruin-item a:link,.bruin-item a:hover, .bruin-item a:active, .bruin-item a:visited {
	display: block;
	padding: 0 0.5em;
	color: #fff;
	text-decoration: none;
	background-color: #663300;
	background-image: url('/templates/bruin-pijl.png');
	background-size: 2.0em;
	background-position: center right;
	background-repeat: no-repeat;
}

.bruin-item a:hover, .bruin-item a:active {
	color: #fff;
	background-color: #996600;
}
