/* ================= */
/* === Structure === */
* {
  padding: 0;
  margin: 0;
}

html {
	background: url(../img/bg_zwart.jpg) top center no-repeat #e0e0e0;
	/*font-size: 9px;font:Verdana, Geneva, sans-serif; color:#CCC;*/
	line-height: 10px;
	background-color:#000;
	
}

.roc {
	top: -250px;
	position: relative;
	right: 150px;
}
a {
	color: #CCCCCC;
	text-decoration: none;
	outline: none;	
}

a:hover {
	color: #CCCCCC;
}

a.selected {
  color: #666;
}

a img {
  border: none;
}



.container {
	width: 950px;
	padding: 12px;
	/*background-color: #000;*/
	background-repeat: no-repeat;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* ============== */
/* === Header === */
.header {
  background: url(../img/bg_header.png) bottom center no-repeat;
  position: relative;
  min-height: 95px;
  padding: 1px 20px 6px;
  font-family:Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.header .logo {
  margin: 23px 0 0 22px;
}

/* == Header Nav == */
.header_nav {
	padding-right: 0px;
	position: absolute;
	top: 29px;
	right: -16px;
	height: auto;
	background-color: #000;
	color: #CCC;
}

.header_nav ul {
	overflow: hidden;
	margin-right: -20px;
	padding: 3px 0 0 10px;
	background-image: url(img/bg_headernav_slide.png);
	background-repeat: no-repeat;
	color: #CCC;
}

.header_nav li {
	float: left;
	list-style: none;
	text-transform: uppercase;
	padding: 6px;
	color: #CCC;
}

aside {
	display: block;
	float: right;
	width: 350px;
	margin: 10px 20px 0 0;
	overflow: auto;
	height: auto;	/* padding:10px; */
}
.side_content {
  background: url(../img/bg_sidebar.jpg) no-repeat;
  float: right;
  display: block;
  width: 180px;
  height: 270px;
  padding: 10px;
  /* margin: 10px 30px 0 0; */
}
/* =============== */
/* === Nav Bar === */
.nav {
  background: url(../img/bg_nav.png) repeat-x;
  position: relative;
  height: 29px;
  text-transform: uppercase;
  overflow: hidden;
}

.nav li {
  float: left;
  list-style: none;
  padding: 5px;
}

.nav li a {
  outline: none;
}

/* ========================= */
/* === Main Content area === */


.content {
    /*    background: url(img/bg_intbody.png) 697px top no-repeat;   */
    background: url(../img/bg_content.png) top left repeat-x;
	overflow: hidden;
}


.main_content {
	float: left;
	width: 650px;
	padding: 10px 10px 10px 45px;
	min-height: 540px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 100;
	font-size: 10px;
	background-image: url(../img/bg_int.png);
	color: #FFF;	
}

.main_content h1 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  color: #0066b3;
  border-bottom: 1px solid #d2d2d2; 
}

.main_content h3 {
  font-size: 14px;
  line-height: 19px;
  color: #0066b3;
  font-weight: normal;
  margin: 5px 0 20px 0px;
}

.main_content h4 {
	font-size:12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.content_side h4 {
	border-bottom:1px solid #CCCCCC;
	/* color:#666666; */
	font-size:11px;
	margin:5px 0 7px;
	text-transform:uppercase;
}

.content_col {
  width: 455px;
  padding: 10px 0;
  float: left;
  margin-top: 10px;
}

.content_col p {
  margin-bottom: 15px;
  line-height: 15px;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: smaller;
	}

li 	{
	padding-left:2em;
	text-indent:-1.7em;	

	}

li:before {
	content:".  ";
	color:#009;
	 	}	

.content .main_content ul, .content .main_content ol {
	padding-bottom:40px;
}
.content .main_content ul li, .content .main_content ol li {
	list-style-position:inside;
	padding-left:50px;
}

.footer {
  /* margin: 0 0 0 -10px; */
  padding-left: 0;
  /* text-align: left; */
}

/* ============== */
/* === Footer === 
.footer {
  padding: 15px 10px;
  width: 580px;
  margin: 0 auto;
  text-align: center;
}

.footer p {
	color:#666666;
	padding:5px 5px 0 9px;
}

.footer li {
  display: inline;
  color: #666;
  padding-bottom: 5px;
  line-height: 19px;
}

.footer li a {
  background: url(../img/bg_tabfoot.png) no-repeat;
  color: #666;
  padding: 0 5px 0 9px;
}

.footer li.first a {
  background: none;
}
*/
