/*
	Copyright 		www.verheulcommunicatie.com
	Orange			#ff591f
	Gray light		#c1c1c1
	Gray dark		#444545
*/


/* layout ________________________________________________________________________ layout*/

* {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	color:#444545;
	outline: none;}

img {
 	border: 0;}

p {
	margin:0 0 18px 0;}

ul {
	margin:0 0 0 16px;}

#container {
	width:780px;
	position:relative;
	left: 50%;
	margin-left: -390px;}
	
#header {}

#menu {
	background:url(../images/menu.gif) no-repeat;
	height:31px;
	color:#FFFFFF;
	line-height:31px;
	margin:0 0 20px 0;
	padding:6px 0 0 231px;}

#left {
	width:168px;
	font-weight:bold;
	margin:0 32px 0 21px;
	float:left;}
	
.normal {
	font-weight:normal;
	font-size:10px;}

#content {
	float:left;
	width:370px;}
	
#contentsub {
	float:left;
	width:538px;}
	
#contentsub img {
	padding:0 0 5px 5px;}

#right {
	float:right;
	width:168px;}
	
.sidetitle {
	background:#c1c1c1;
	color:#FFFFFF;
	font-weight:normal;
	width:168px;
	padding:3px 0;
	text-indent:-2px;}

.date {
	font-size:10px;
	font-weight:normal;}

/* heading _______________________________________________________________________ heading*/

H1,
.H1
{ 
	font-size:14px;
	font-weight:bold;
	margin:0 0 18px 0;}

H2,
.H2 { 
	color: #ff591f; 
	font-size:12px;
	font-weight:bold;}

H3,
.H3
 { 
	color: #000000;
	font-size:12px;
	font-weight:bold;}

/* links _________________________________________________________________________ links*/

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

a:hover {
	color:#c1c1c1;}
	
#left a {
	color: #ff591f;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;}

#left a:hover {
	color:#c1c1c1;}
	
#menu a {
	color:#FFFFFF;}
	
#menu a:hover {
	color:#444545;}

/* powered by ____________________________________________________________________ powered by*/

#poweredby {
	font-size:9px;
	text-align:center;
	position:relative;
	padding:10px 0 5px 0;
	clear:both;
	color:#c1c1c1}

#poweredby a{
	color: #c1c1c1;
	font-size:9px;}

#poweredby a:hover{
	color:#444545;}
	
/* menu ____________________________________________________________________ menu*/
	
.menu {
	color:#ffffff;}

.menu a {
	color:#ffffff;
	text-decoration:none;
	letter-spacing:0px;}

.menu a:visited {
	color:#ffffff;
	text-decoration:none;
	letter-spacing:0px;}

.menu a:hover {
	color:#444545;
	text-decoration:none;
	letter-spacing:0px;}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display:block;
	float:left;}

#down li { width: 65px; }

#nav li li a {
	color:#ffffff;
	display: block;
	font-weight: normal;
	background-color: #FF591f;
	padding: 0px 5px 0px 5px;
	border-left: solid 1px white;
	height: 21px; /* als hoogte weg of min-height is werkt menu niet in IE ?? */
	text-decoration: none;}

#nav li li a:hover {
	display: block;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	color:#444545;}

#nav li {
	color:#FFFFFF;
	float: left;
	position: relative;
	cursor: default;
	display:block;}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -6px;}

/*#nav li>ul {
	top: auto;
	left: auto;
	color:#fff;
}*/

#nav li li {
	display: block;
	float: none;
	border: 0;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

.SelectedMenuItem
{
    color:#444545;
}
