@charset "UTF-8";
/* CSS Document */
<!--
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:#2E2827 url(side.jpg) repeat-x;
}

div#container { 
	position : relative;
	width : 650px; 
	margin : 0 auto;
	text-align : left;
	font-family:Arial, Helvetica, sans-serif;
	border:2px solid #333333;
	background: #5A524C;
	
}

div#header{
	margin-top:25px;
	width:650px;
	height:150px;
	position:relative;
	background: #5A524C url(kiekenhoeve-logo.jpg) no-repeat center;
	text-indent: -9999px;
}


div#content{
	background: #FFFFFF;
	position:relative;
	padding:25px;
	font-size:12px;
	color:#1D1716;
}

div#content a{
	color:#333333;
}

div#content a:hover{
	color:#ffffff;
	background-color:#333333;
	text-decoration:none;
}

p#flashWarning{
	background-color:#990000;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
	font-size:11px;
}

p#flashWarning a{
	color:#CCCCCC;
}

p#flashWarning a:hover{
	color:#544741;
	background-color:#FFFFFF;
	text-decoration:none;
}

h1,h2,h3,h4,h5{
	color:#5A524C;
}
-->
