<!--
/* CSS styles for OnnoKrijn.nl (c) Hessel Stuut*/



/* website layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #A2A2A2;
	text-align:center;
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#container {
	text-align: left;
	width: 655px;

	margin: 0 auto; 	
	background-image: url(http://www.onnokrijn.nl/site/images/content_bg.gif);
	background-repeat: repeat-y;
clear:both;
}
#header {
	height: 195px;
	background-image: url(http://www.onnokrijn.nl/site/images/header.jpg);
	background-repeat: no-repeat;
}

#menu {
	height: 83px;
	float:left;
}

#submenu {
float:right;	
	width: 150px;
margin: 10px;
	line-height: 1em;
margin-right: 80px;
display: inline;
}
#content {	
width: 300px;
	height:inherit;
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
min-height: 220px;
	margin-right: 0px;
}

#footer {
	margin: 0;
	padding:0;
	height: 190px;
	background-image: url(http://www.onnokrijn.nl/site/images/footer.jpg);
	background-repeat: no-repeat;
}

/* text styles */
h1 {
	font: 14px Georgia, "Times New Roman", serif; letter-spacing: 1px;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 6px;
	font-weight:bold;
}
h2 {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:normal;
	color: #BBBBBB;
	paddin-bottom: 4px;
	margin-top: 2px;
}

p {
	margin-top: 4px;
}
.titel {
	color: #1E71B8;
	font-weight: bold;
}
input {
	padding: 2px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	color: #666666;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input checkbox {
	background-color: #CCCCCC;
	color: #666666;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	padding: 2px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	color: #666666;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #7B7F35;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input[disabled] {
background-color: #999999;
color: #afafaf;

}
a img { text-decoration: none; 	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}
li { list-style: none; margin: 0 0 0 0px;
}
#navlist li { display: inline;
list-style-type: none;
padding-right: 5px;
}
.article_image {
margin: 5px;
padding: 5px;
}
.zemSubmit {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #7B7F35;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:link {
	color: #999900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999900;
}
a:active {
	text-decoration: underline;
	color: #B5B569;
}
a:hover {
	color: #B5B569;
	text-decoration:underline;
}

-->