/*css zingende kraai*/

body 
{	background-color: #FFDEB7;
	font-family: verdana, geneva, arial, sans-serif;
	color: #000000;
}

.menu
{	position: absolute;
	top: 10px;
	left: 10px;
	width: 135px;
	height: auto;
	color: #000000;
	font-family: verdana, georgia, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
line-height: 200%;
	background-color: #FFC887;
	border: 2px groove #DB7B15;
	padding: 8px;
	
}

.header
{ 	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana, georgia, helvetica, sans-serif;	
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 170px;
	margin-bottom: 13px;
	margin-right: 50px;
	border: 2px groove #DB7B15;
	padding: 6px;
}

.inhoud
{	background-color: #FFFFFF;
	color: #000000;
	margin-left: 170px;
	margin-right: 50px;
	margin-bottom: 20px;
	padding: 10px;
	font-family: verdana, georgia, helvetica, sans-serif;
	font-size: 13px;
	width: auto;
	border: 2px groove #DB7B15;
	overflow:hidden;
}

.box
/*plaats binnen inhoud dan loopt ie niet door menu heen, anders wel*/
{	background-color:	#FFC887;	
	color: #000000;
	font-family: georgia, verdana, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;					
	margin: 5px;
	margin-top: 20px;
	border-color: #DB7B15;
	border-style: groove;
	border-width: 2px;
}

.boxkort
/*plaats binnen inhoud dan loopt ie niet door menu heen, anders wel*/
{	background-color: #FFC887;	
	color: #000000;
	font-family: georgia, verdana, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;					
	margin: 5px;
	margin-top: 20px;
	border-color: #DB7B15;
	border-style: groove;
	border-width: 2px;
	width: 65%;
}

/*normale links in the text*/
a:link, a:visited, a:hover {
	text-decoration: underline; 
}

a:link {
	color: #CC0C42;
  }
a:visited {
	color: #8F0B30; 
  }
a:hover { 
	color: #FF0F31; 
  }


a.menulink:link, a.menulink:visited {/*links in menu*/
	text-decoration: none;
}

.kopje {
	font-weight: bold;
	font-size: 20px;
	color: #F74242;
}

img.onder 
{
	margin-top: 20px;
	margin-left: 15px;
	border: 2px groove;
	border-color: #DB7B15;
}

img.krachtdierplaatje
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	color: #F74242;

}

h2 {
	font-weight: bold;
	font-size: 15px;
	color: black;
}

img.zweef
{float: right;
z-index:-1;
}