/*
Document:		histyle.css
Ontworpen op:	1-1-2009
Door:			Stekama Multimedia
*/
html, body {
	margin: 0px;
}
a, img {
	outline: none;
}
body {
	background: #000000;
	color: #ffffff;
	font-family: verdana;
	font-size: 13px;
}
/* de buitenste div */
#maincontainer {
	background: #000000;
	width: 940px;
	margin: 0 auto;
}
#header {
	margin: 0px;
	background: URL(images/header.jpg);
	width: 940px;
	height: 300px;
}
/*	De zwarte doos! */
#container {
	width: 940px;
	margin: 10px 0px;
}
#leftcol {
	width: #220px;
	float:left;
/*	background: #ffff00;*/
}

/*	MENUBUTTONS	*/
ul {
	padding: 0;
	list-style-type: none;
}
 ul#sub_nav li a {
	background: url(images/menu_btn.gif) no-repeat #000000;
	width: 210px; /* 220px */
	padding: 11px 0 14px 15px;
	border-bottom: 1px solid #3e3e3e;
	color: #cdcac5;
	display: block;
}
.menulink {
	text-decoration: none;
}
ul#sub_nav {
	border-top: 1px solid #3e3e3e;
	padding: 0px;
	margin: 0px;
}
ul#sub_nav li a:hover,
 ul#sub_nav li a.active {
	background: url(images/menu_btn_active.gif) no-repeat;
	text-decoration: none;
	color: #6b8ecf;
}

/*	TEXTAREA		*/
#rightcol {
	width: 680px;
	float:right;
	margin-right: 20px;
	color: #cdcac5;
/*	background: #00ff00;*/
}
#rightcol h1 {
	font-size: 23px;	
	font-family: Helvetica, Arial, Verdana, sans-serif;
font-weight:normal;
color: #c0c0c0;
	margin: 0px 0px 0px 0px;
	

	color: #ffffff;
}
#footer a, #rightcol a{
	color: #6b8ecf;
	text-decoration:none;
}
#footer a{
	color: #6b8ecf;
	text-decoration:none;
}
#footer a:hover, #rightcol a:hover{
	text-decoration:none;
}
	
#footer {
	clear: both;
	margin-top: 30px;
	width: 940px;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	text-align: center;
} 
#footerleft {
	height:26px;
	padding-top: 9px;
	float: left;
	margin-left: 20px;
}
#footerright {
	height:26px;
	padding-top: 9px;
	float: right;
	margin-right: 20px;
}

/*	Slogan	*/
.slogan {	
	margin-top: 20px;
	width: 940px;
	text-align: center;
	font-size: 20px;
} 
