body {
	background-color: #81C187;
	color: black;
	margin: 2px;
	background-image: url("grass.jpg");
	background-attachment: fixed;
	background-position: top left;
}

div.menublock {
	display: none;
}
@media screen and (min-width: 1280px) {
div.menublock {
	display: initial;
	width: 234px;
	border-color: #304732;
	position: fixed;
	border-color: #304732;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	padding-top: 60px;
	background-color: #a2c1a5;
}
}

a {
	text-decoration: underline;
	color: #304732;
}

.menublock a {
	text-decoration: none;
}

div.ad0 {
	text-align: center;
}

div.ad1 {
	width: 234px;
	border-color: #304732;
	border-style: none;
	border-width: 1px;
	border-bottom-style: solid;
	position: fixed;
	padding: 0px;
	padding-left: 1px;
	padding-top: 1px;
	z-index: 2;
}

div.ad2 {
	float: left;
	margin-right: 10px;
}

a:hover {
	text-decoration: underline;
	text-shadow: 0px 0px 3px #304732;
}

div.data {
	width: 860px;
	margin-left: 300px;
	text-align: justify;
	background: inherit;
	z-index: 3;
}

div.article {
	border-right-color: #304732;
	border-right-style: solid;
	border-right-width: 10px;
	padding: 50px;
	padding-top: 40px;
	background-color: #a2c1a5;
	//opacity: 0.6;
	//filter: alpha(opacity=60);
}

.article img {
	//opacity: 1;
	//filter: alpha(opacity=100);
}

div.footer {
	padding-right: 60px;
}

div#aux1 {
	position: fixed;
	width: 150px;
	height: 150px;
	bottom: 0px;
	left: 0px;
	background-image: url("wouter3.png");
	/*background-attachment: fixed;*/
	background-position: top right;
	background-repeat: no-repeat;
	background-origin: content-box;
	-webkit-background-origin: content-box;
	display: block;
	z-index: -1;
}

h1 {
	text-align: center;
	width: 800px;
	margin-left: 300px;
}

h1,h2,h3,h4,h5 {
	text-shadow: 5px 5px 5px #304732;
	font-family: sans-serif;
}

h1,h2,h3,h4,h5 a:hover {
	text-shadow: 5px 5px 5px #304732;
	font-family: sans-serif;
}

.menuhead {
	font-weight: bold;
}

.aux {
	display: none;
	//filter: alpha(opacity=100);
	//opacity: 1.0;
}

div.grasscredits {
	display: inline;
	float: right;
	font-size: 75%;
	position: fixed;
	bottom: 0px;
	right: 3px;
	text-align: left;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	z-index: -1;
}

div.contrast {
	display: inline;
}

.commentlevel {
	padding-left: 1em;
	margin-top: 1em;
	border-left-style: solid;
	border-width: 1px;
	border-color: #304732;
}

.commenttitle {
	font-weight: bold;
	color: black;
}

.important {
	border-color: red;
	border-style: solid;
	border-width: 3px;
}

.commentauthor, .commentemail, .commentdate {
	color: #304732;
}
