body {
	background-image: url(afbeeldingen/meerkoet.jpg);
	background-attachment: fixed;
	background-position: top center;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%; }
a {
	color: #FF3300;
	text-decoration: none }
a:hover {
	color: #CC0000;
	text-decoration: underline }
.half {					/*lijst_menu*/
	display: block;
	margin-top: 0.5em; }
a[rel="external"], a.external {					/*externe link*/
	white-space: nowrap;
	padding-right: 11px;
	background: url('afbeeldingen/links.gif') no-repeat 100% 50%;
	zoom: 1; }
a:hover[rel="external"], a.external {
	white-space: nowrap;
	padding-right: 11px;
	background: url('afbeeldingen/link.gif') no-repeat 100% 50%;
	zoom: 1; }

/*titels en paragraaf*/

h1 {
	height: 22px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 5px;
	padding-right: 10px;
    margin: 0; }
h1.storytitle {
	background-color: #339933; }
h1 a {
	color: white;
	text-decoration: none; }
h1 a:visited {
	color: white;
	text-decoration: none; }
h1 a:hover {
	color: #ff6600;
	text-decoration: none; }
#midden { 				/*content_midden*/
	padding-left: 225px; }
h2, {
	height: 18px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px; }
h2 a {
	color: white; }
h2 a:hover {
	color: #FF6600;
	text-decoration: none; }
h3 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	margin-bottom: 0; }
h4 {
	height: 18px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 4px;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px; }
h4:hover {
	color: #ff6600; }
h5 {
	height: 18px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	margin-top: 0;
	margin-bottom: 4px; }
#sidebar ul li, #sidebar2 ul li {
	list-style-type: none; }
#sidebar h2, #sidebar2 h2 {
	height: 22px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 5px;
	padding-right: 10px;
    margin: 0;
    margin-bottom: 10px;
    background-color: #339933;
	}
#sidebar li.current_page_item a {
	color: green; }
#sidebar2 {
	text-align: center; }

.tab1, .tab2, .tab3 {					/*h1 historie*/
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-opera-border-top-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #FF9900;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 225px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px; }
.tab1 {
	left: 10px; }
.tab2 {
	left: 250px; }
.tab3 {
	left: 490px; }
#actieve_tab {
	background-color: #CC6600; }
.tab4, .tab5 {					/*h1 reunie*/
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-opera-border-top-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #627300;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 225px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px; }
.tab4 {
	left: 10px; }
.tab5 {
	left: 250px; }
#actieve_tab2 {
	background-color: #042B04; }

p {
	padding-left: 10px;
	padding-right: 10px; }
.geenbreak {					/*h3*/
	margin-top: 0; }
.blogdata, .meta {
	font-size: 10px;
	text-transform: uppercase }

/*kleuren*/

.rood, #sidebar2 .rood, h1.rood {
	background-color: #c93900; }
.donkergroen, #sidebar2 .donkergroen {
	background-color: #339933; }
.olijf, #sidebar2 .olijf {
	background-color: #339933; }
.gras, #sidebar2 .gras {
	background-color: #339933; }
.roze, #sidebar2 .roze {
	background-color: #e2007a; }
.bruin, #sidebar2 .bruin, #sidebar .bruin {
	background-color: #ad532f; }
.geel, #sidebar2 .geel, h1.geel {
	background-color: #ffc202; }
.paars, #sidebar2 .paars, #sidebar .paars {
	background-color: #a7006f; }
.blauw, #sidebar2 .blauw, #sidebar .blauw, h1.blauw {
	background-color: #066ec9; }
.lichtblauw, #sidebar2 .lichtblauw {
	background-color: #066ec9; }

/*afbeeldingen*/

img {
	border: none;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px; }
img.niks {
	border: none;
	margin: 0; }
img.blog2 {
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%; }
img.rechts {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px; }
img.links {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px; }
img.midden {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px; }

/*kop*/

#container {
	background-color: white;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; }
#kop {
	width: 1000px;
	height: 250px;
	border-top: 5px solid white;
	border-bottom: 4px solid white;
	margin-left: auto;
	margin-right: auto; }
#kopfoto {
	z-index:-1; }
.pngie {
	behavior: url(wp-content/themes/default/pngie/iepngfix.htc) }
#logo {
	position: absolute ;
	top: 115px;
	margin-left: 20px; }

/*blauwe rand*/

#blauwe_rand {
	width: 100%;
	height: 54px;
	position: absolute;
	top: 259px;
	background-color: #000066; }
#blauwe_rand_webshop {
	width: 100%;
	height: 54px;
	top: 0;
	background-color: #000066; }
#navigatie {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: white; }
	
#navigatie a { 
	color: white;
	text-decoration: none; }
#navigatie a:visited {
	color: white;
	text-decoration: none; }
#navigatie a:hover {
	color: #ff6600;
	text-decoration: none; }
	
#menu {
	position: absolute;
	bottom: 0px;
	table-layout: auto;
	border-collapse: collapse;
	font-size: 13px; }
#witlijn, #actief_witlijn {
	border-bottom: 1px solid white; }
.menu1 {
	padding-left: 8px;
	padding-right: 8px; }
.menu2 {
	padding-left: 6px;
	padding-right: 6px;
	font-size: 10px; }

	
#actief_menu {
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid #000066; }
#actief_menu a, #actief a, #actief_witlijn a {
	color: #ff6600;
	text-decoration: none; }
#actief_menu a:visited, #actief a:visited, #actief_witlijn a:visited {
	color: #ff6600;
	text-decoration: none; }
#actief_menu a:hover, #actief a:hover, #actief_witlijn a:hover {
	color: white;
	text-decoration: none; }

/*rss feed*/

.rss a {
	display: block;
	background-color: transparent;
	background-image:url("afbeeldingen/feed10s.png");
	background-repeat: no-repeat; }
.rss a:hover {
	display: block;
	background-color: transparent;
	background-image:url("afbeeldingen/feed10t.png");
	background-repeat: no-repeat; }
.rss2 {
	display: inline;
	background-color: transparent;
	background-image:url("afbeeldingen/feed13s.png");
	background-repeat: no-repeat; }
.rss2 a {
	background-color: transparent;
	background-image:url("afbeeldingen/feed13s.png");
	background-repeat: no-repeat; }
.rss2 a:hover {
	background-color: transparent;
	background-image:url("afbeeldingen/feed13t.png");
	background-repeat: no-repeat; }

/*breed lichaam*/

#breed_lichaam {
	position: absolute;
	top: 313px;
	left: 0px;
	right: 0px;
	bottom: 0px; }
#breed_lichaam_webshop {
	position: absolute;
	top: 73px;
	left: 0px;
	right: 0px;
	bottom:0px; }
#breed_lichaam_sub {
	width: 100%;
	position: absolute;
	top: 313px; }

#berghout {
	position: absolute;
	top: 312px;
	left: 0px;
	width: 100%;
	height: 10px; }

/*subnavigatie*/

#blauwere_rand {
	background-color: #000066;
	height: 19px; }
#shop {
	position: absolute;
	top: 54px;
	width: 100%; }
#subnavigatie {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #ff6600;
	text-decoration: none;
	font-size: 13px; }
#submenu_links {
	float: left;
	margin-left: 10px; }
#submenu_rechts {
	float: right;
	margin-right: 10px; }
#subnavigatie a { 
	color: #ff6600;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px; }
#subnavigatie a:visited {
	color: #ff6600;
	text-decoration: none; }
#subnavigatie a:hover {
	color: white;
	text-decoration: none; }

/*lichaam*/

#lichaam {
	width: 1000px;
	margin-left: auto;
	margin-right: auto; }
.content {
	width: 520px;
	float: left;
	top: 30px;
	margin-right: 10px;
	margin-top: 10px;
 }
.contenttimeline {
	width: 530px;
	float: left;
	margin-top: 10px; }

/*video*/

.zwart {
	background-color: black;
	display: inline-block;
	width: 980px;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-opera-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	color: white; }

#video {
	float: left;
	top: 0px;
	width: 730px; }
#video p {
	margin-top: 0; }
.videotitel {
	padding-left: 20px;
	color: white;
	font-size: 18px ;
	font-family: Arial; Trebuchet MS, Verdana, sans-serif;
	text-transform: uppercase; }
a.videotitel {
	color: white;
	text-decoration: none; }
a.videotitel:hover {
	color: #ff6600;
	text-decoration: none; }

#videoreacties {
	background-color: black;
	width: 980px;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-opera-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	color: white; }
#videoreacties ol li {
	background-color: black; }
#videoreacties h1 {
	background-color: black; }
#videoreacties h3 {
	color: white; }
#videolijst {
	float: left;
	width: 250px;
	height: 630px;
	overflow: auto; }
#videolijst img {
	margin: 0;
	width: 200px;
	height: 160px;
	border: 10px solid black; }
#videolijst img:hover {
	border: 10px solid #ff6600; }
#videolijst ul {
	margin: 0;
	list-style: none;
	padding-left: 0; }

/*lijst met content*/

.content_links {
	position: absolute;
	top: 30px;
	width: 715px; }
.lijst_links {
	width: 205px;
	margin-top: 19px; }
.lijst_menu {
	text-indent: -11px;
	list-style-type: none;
	line-height: 150%;
	padding-left: 21px;
	margin-left: 0px; }
.lijst_menu li {
	margin-left: 0px;
	padding-left: 0px; }
.content_midden {
	position: absolute;
	top: 44px;
	left: 215px;
	width: 500px; }
	
.content_links_kielzog {
	position: absolute;
	top: 30px;
	width: 980px; }
.lijst_links_kielzog {
	width: 205px;
	margin-top: 19px; }
.content_midden_kielzog {
	position: absolute;
	top: 44px;
	left: 215px;
	width: 765px; }

textarea#comment {
	max-width: 480px; }

/*kolommen*/

.kolom_links {
	position: absolute;
	width: 205px;
	top: 30px;
	padding: 0px;
	background-color: transparent;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-opera-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px; }


#sidebar_links {
	width: 215px;
	float: left; }
#sidebar, #sidebar ul, #sidebar2, #sidebar2 ul {
	margin: 0;
	padding: 0; }
#sidebar {
	width: 210px;
	float: left; 
	margin-right: 10px;
	margin-top: 10px; }
#sidebar ul li {
	max-width: 190px;
	margin-bottom: 10px; }
#sidebar ul li ul, #sidebar ul li ul li {
	margin-bottom: 0;
	margin-top: 5px; }
#sidebar ul li ul li ul {
 	margin-left: 10px; }
#sidebar ul li ul li ul li ul {
	margin-left: 25px; }
.klap {
	color: black;
	text-decoration: none; }
h2 .klap {
	color: white; }
h2 .klap:hover {
	color: #ff6600; }
h2:hover .klap {
	color: #ff6600; }
#sidebar_rechts, #sidebar2 {
	width: 250px;
	float: left;
	margin-top: 10px; }

#sidebar2 ul li {
	max-width: 230px;
	margin-bottom: 10px; }

.kolom_rechts {
	position: absolute;
	margin-left: 745px;
	width: 235px;
	top: 30px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-opera-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px; }

/*twee kolommen*/

.linkshalf {
	position: absolute;
	width: 475px;
	top: 30px; }
.rechtshalf {
	position: absolute;
	margin-left: 505px;
	width: 475px;
	top: 30px; }

.widget, .widget_links, .content2, .content_kielzog, .content_l, .content_linkshalf, .content_rechtshalf, .content_breed {
	background-color: white;
	padding: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-opera-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px; }
.content_breed {
	width: 980px; }
.content_linkshalf, .content_rechtshalf {
	width: 475px; }
.content_l {
	width: 715px; }
.content2  {
	width: 500px; }
.content_kielzog {
	width: 765px; }
.kolom_rechts .widget {
	width: 235px; }
.widget_links {
	width: 185px; }
.widg {
	height: 10px; }

/*timeline*/

#timelined {
	width: 980px;
	height: 215px;
	background-color: white;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-opera-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px; }
#timeline {
	line-height: 110%;
	border: 10px solid black;
	background-color: black;
	color: white;
	height: 195px;
	overflow: auto; }
#timeline a {
	color: white; }
#timeline a:hover {
	color: #ff6600;
	text-decoration: none;}
#timeline a img {
	margin-right: 0;
	max-height: 100px;
	border: 5px solid white; }
#timeline a:hover img {
	border: 5px solid #ff6600;}
#timeline td {
	padding-right: 10px;
	border: 0;
	height: 170px;
	vertical-align: bottom; }

a.driehoek:hover {
	text-decoration: none; }

.asp {
	font-size: 13px;}

