@charset "utf-8";
/* CSS Document */

html,body
{
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	text-decoration: none;
	color: #f60;
}

a:hover
{
	color: #006;
}

p
{
	margin-top: 10px;	
}

a img
{
	border: none;
}


h1
{
	color: #006;
	font-size: 25px;
	margin-bottom: 15px;
}

h2
{
	color: #006;
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
}

#nav
{
	width: 100%;
	height: 45px;
	background-image: url(../img/navbg.png);
	background-repeat: repeat-x;
	border-bottom: solid 2px #f60;
}

#nav ul
{
	text-align:center;
	padding-top: 15px;
}

#nav ul li
{
	display: inline;
}

#nav a
{
	color: #f60;
	font-size: 18px;
	padding: 15px 31px 10px 32px;
}


#nav span a 
{
	background-image: url(../img/navbga.png);
}

#nav a:hover
{
	background-image: url(../img/navbga.png);
}

#content
{
	height: 300px;
	width: 964px;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -482px;
}

#headerimg
{
	margin-left: 225px;
	margin-top: -2px;
	height: 191px;
}

#headerimg img
{
	border: solid 2px #ff6600;
}

#leftmenu
{
	float: left;
	margin-top: -189px;
	padding: 15px;
	width: 150px;
	background-image: url(../img/leftmenubg.png);
	background-repeat: repeat;
	color: #006;
	margin-bottom: 30px;
	min-height: 300px;
	
}

#leftmenu img
{
	margin-bottom: 125px;	
}

#leftmenu ul
{
	margin-left: 20px;
}

#leftmenu ul li
{
	list-style-type: square;
	color: #f60;
}

#leftmenu ul li a
{
	text-decoration: none;
	color: #f60;
	line-height: 1.4em;
	font-size: 16px;
}

#leftmenu ul li span a
{
	font-weight: bold;
}

#tekst
{
	float: right;
	width: 739px;
	line-height: 1.2em;
}

#tekst table
{
	margin-top: 20px;
}


#tekst table td
{
	padding: 7px 10px 7px 0px;
	border-bottom: solid 1px #006;
}

#crop
{
	margin-left: 140px;
}

#croptekst
{
	margin-top: -100px;
}

#tekst ul
{
	margin-left: 20px;
	list-style: disc;
}

#tekst ol, #tekst li
{
	margin-left: 20px;
}

#maandmenu li
{
	padding-right: 5px;
	padding-left: 5px;
	margin:0px;
	border-left: solid 1px #006;
	display: inline;
}

#maandmenu li a
{
	color: #f60;
}

#maandmenu li:first-child
{
	padding-left: 0px;
	border: none;	
}

#maandmenu li a span
{
	margin: 0;
	color: #006;
	font-weight: bold;
}

#footer
{
	margin-top: 20px;
	float: left;
	font-size: 10px;
	color: #006;
	width: 100%;
	height: 30px;
	background-image: url(../img/navbg.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-bottom: 5px;
}

.indexArtikel
{
	border-bottom: solid 1px #006;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#klassenImg
{
	width: 500px;	
}

.thumbnail
{
	width: 80px;	
}

.updatedate
{
	margin-top: -7px;
	margin-bottom: 0px;
	color: #999;
	size: 10px;
}
