@charset "UTF-8";
/* CSS Document */
/* styles for www.dekameel.nl */

body
{
	background: url(../images/bg.gif) #FFF top repeat-x;
	border-top: 5px solid #000;
	color: #333;
	font-size: 13px;
	padding: 20px 0 40px;
}

a
{
	color: #267eb2;
	/*text-decoration: none;*/
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
}

h2, h4
{
	font-family: Georgia, serif;
	padding: 10px 0 0;
	text-align: center;
}

h3{		
	font-family: Georgia, serif;
	font-size:16px;
}

p
{
	overflow: hidden;
}

.container_12
{
	margin-bottom: 20px;
}

.container_16
{
	background: #fff url(img/16_col.gif) repeat-y;
}

.menu{
    font-family: apple casual, comic sans, Georgia;
	font-size: 16px;
}

.menu a{
	padding-right:20px;
	text-decoration:none;
}

.note{
background:url(../images/note.jpg) no-repeat center; 
height:320px;
}

.blauwblok{
	background: #65a1c5;
	/*
	border: 1px solid #aeaeae;
	*/
	}

.wittekst {
color:#FFF;
margin: 10px;
}

.donkertekst {
 color:#036;
}

.indent{
margin-left:20px;
}

.bigborder{
	border: #267eb2 3px solid;
}

.praktijkblok{
	background-color:#B3D4E1;
	border:#666 1px solid;
	padding: 20px;
}