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

body
{
	background: url(achtergrond.png) repeat-x;
	background-color: #e8e9e9;
	font-size: 11px;
	font-family: Verdana;
	color: #404040;
	margin: 0;
}

a
{
	color: #404040;
	text-decoration: underline;
}

a:hover
{
	color: #ff6900;
}

img
{
	border: 0;
}

#container
{
	width: 900px;
	margin: auto auto;
	margin-top: 30px;
}

#logo
{
	width: 180px;
	height: 60px;
	float: left;
}

#talen
{
	float: right;
}

#talen a
{
	float: left;
}

#menu_items
{
	float: left;
}

#menu_sub
{
	float: left;
}

#menu_sub a
{
	float: left;
	margin-right: 15px;
	margin-top: 7px;
	text-decoration: none;
	color: #5e544a;
}

#menu_sub a.active
{
	color: #ff6900;
}
#menu_sub a.active:hover
{
	color: #ff6900;
}

#menu_sub a:hover
{
	color: #000;
}

#menu_items a
{
	float: left;
}

#header
{
	border: 1px solid #cfcdc9;
	clear: both;
}

#content
{
	margin-top: 30px;
	line-height: 16px;
}

#content_links
{
	float: left;
	margin-right: 30px;
	border: 1px solid #cfcdc9;
	width: 548px;
	background: #FFF;
	padding: 30px;
	margin-bottom: 30px;
}

h2
{
	background: url(assets/basis_lijn.png) bottom repeat-x;
	color: #000;
	font-size: 16px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: normal;
}

p
{
	margin-top: 0;
}

#content_rechts2
{
	float: left;
	border: 1px solid #cfcdc9;
	width: 258px;
	margin-bottom: 30px;
}

#content_rechts
{
	float: left;
	border: 1px solid #cfcdc9;
	width: 198px;
	padding: 30px;
	background: url(assets/gradient_vlakrechts.png) bottom repeat-x;
	background-color: #eeedeb;
	margin-bottom: 30px;
}

#content_rechts a
{
	color: #5f5f5e;
	text-decoration: none;
}

#content_rechts .menu a
{
	display: inline-block;	
	margin-bottom: 5px;
}

#content_rechts a.active
{
	color: #ff6900;
}

#content_rechts a.active:hover
{
	color: #ff6900;
}

#content_rechts a:hover
{
	color: #000;
}

#footer
{
	height: 30px;
	padding-top: 8px;
	clear: both;
	background: url(assets/basis_lijn.png) top repeat-x;
	color: #898582;
	margin-bottom: 30px;
}

#footer a
{
	color: #898582;
	text-decoration: none;
}

#footer_text a,span
{
	float: left;
	margin-right: 15px;
}

#footer #yellowfizz
{
	float: right;
	margin-top: -5px;
}

#yellowfizz img
{
	position: relative;
	top: 3px;
}





