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

body {
	margin: 0px auto 20px;
	padding: 0;
	background: #97AFF6 url(bg.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	text-align: center;
	}
	
img {
	border:0;
	}
		
#container { 
	width: 1000px;
	background:#E6C929   url(container-back.jpg) repeat-y;
	margin: 0 auto; 
	text-align: left;
	border-top:4px #0000E1 solid;
	border-top:1px #FFF solid;
	border-left:1px #fff solid;
	border-right:1px solid #999;
	border-bottom:2px solid #777;
} 

#header { 
	height:	300px;
	background:#E6C929 url(header.gif) left top no-repeat;
	padding: 0;
	margin:0;
} 

#header h1 {
	margin: 0; 
	padding:0;
	color: #EBC500;
	font-size:20px;
	line-height:18px;
}
	
#headertop	{
	background:url(headertop.jpg) bottom left no-repeat;
	height:13px;
}
	

#logo	{
	float:left;
	height:260px;
	width:250px;
}
			
#headflash	{
	float:right;
}

	
#content	{
	width:1000px;
	min-height:570px;
 	margin: 0;
	border-left:0px solid #B4C5F9;
	}
	

#main	{
	margin:34px 40px 20px 290px;
	line-height:1.7em;
	}

#main ul	{
	margin:0;
	margin-left:14px;
	padding:0;
	}
	
#main li	{
	margin:0;
	padding:0;
	}

#sidebar {
	float: left; 
	width: 230px; 
}

#sidebar h3 {
	color:#333333;
	width:194px;
	background: #9393FF url(box-top.jpg) left top no-repeat;
	padding:12px 10px 0 10px;
	margin:0 0 0 20px;
}

.box-boven {
	width:212px;
	background:#9393FF url(box-top.jpg) left top no-repeat;
	padding:14px 0px 0 0px;
	margin:0 0 0 20px;
	}
	
.box-onder {
	width:194px;
	background: #9393FF url(box-bottom.jpg) left bottom no-repeat;
	padding:0 10px 14px 10px ;
	margin:0 0 20px 0px;
	color:#000066;
	font-size:0.9em;
	line-height:1.5em;
	}
	
.box	{
	width:194px;
	background: #9393FF url(box-bottom.jpg) left bottom no-repeat;
	padding:10px;
	margin:0 0 12px 20px;
	color:#000066;
	font-size:0.9em;
	line-height:1.5em;
	}

.box p {
	margin:0 0 6px 0;
	}
	
#footer	{
	background-color: #EBC500 ;
	padding-left:20px; 
	
	}
	
#footer p {
	margin: 0;
	font-size:10px;
	color:#333333;
	padding:2px 0 0 42px;
	}
		
#footer a, a:link, a:visited {
	color:#535353;
	font-size:10px;
	text-decoration:none;
	line-height:normal;
}

#footer a:hover {
  	color:#FFF;
	}	

h1, h2, h3, h4, h5, h6 {
	color: #000088;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1	{
	font-size:24px;
	letter-spacing:1px;
	font-weight:normal;
	line-height:normal;
	width:550px;
	}	
	
h2  {
	font-size:18px;
	
	}	
	
h3	{
	font-size:14px;
	margin:0px;
	}
	
h4 {
	font-size:12px;
	margin:0px;
	}
					
#menu	{
	margin:40px 0 0 20px;
	width:230px;
	padding-bottom:20px;
	}
	
a, a:link, a:visited	{
	font-size:1em;
	color:#CC0000;
	}
	
a:hover	{
	color:#000;
	text-decoration:underline;
	}
	

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#menu li	{
	margin:0;
	padding:0;
	
}	
	
#menu a, #menu a:link, #menu a:visited {
	display:block;
	width:190px;
	padding:3px 20px 3px 20px;
	text-decoration:none;
	color:#444;
	font-weight:normal;
	background-color: #E6C400;
	background-image:url(menu-achter.jpg);
	border-bottom:1px solid #fff;
	font-size:12px;
}

#menu a:hover	{
	color: #000088;
	background-color:#FFF;
	background-image:none;
	}

#menu a.current, #menu a:link.current, #menu a:visited.current	{
	background-color:#FFF;
	}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	margin-bottom:10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.citaat {

 	text-align:center;
	font-size:18px;
	font-style:italic;
	color:#EBC500;
	}
	
#main img	{
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right :2px solid #999;
	border-bottom :2px solid #999;
	}	
	
#contact {
	clear:both;
	width:100%;
	border:1px solid #888;
	text-align:center;
	}
#contact img {
	border:0;
	}
	
.smallcolumn {
	display:block;
	width:450px;
	}
.extramarginleft {
	display:block;
	width:450px;
	margin-left:200px;
	}
	
.cellunderline {
	border-bottom:1px solid #AAA;
	}
	
.cellunderlinered {color:#CC0000;
	border-bottom:1px solid #AAA;
	}	
	
#chatbutton	   {
	margin:0px 0 10px 20px;
	}

.smallscreen {display:none}
.widescreen {display:block}


@media only screen and ( max-width: 513px) {
   .smallscreen {display:block}
   .widescreen {display:none}
}



