/*********************************************/
/*                                           */
/*  Copyright: Cox IT Producties             */
/*  www.coxitproducties.nl                   */
/*  info@coxitproducties.nl                  */
/*                                           */
/*********************************************/


/* MAIN LAYOUT
--------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	/*background: #FF00FF;*/
	background: #202020 url('images/bg.jpg') center top no-repeat fixed;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	/*line-height: 16px;*/
	/*letter-spacing: 5px;*/
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

.wrap {
	clear: both;
	/*width: 100%;*/
}

.main {
	margin: 0 auto;
	width: 1040px;
}

.float_right {
  float:right;
}

.float_left {
  float:left;
}

.indent {
  padding-left:30px;
}
/* Clearfix
-------------------------------------------------------------*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}


/* LOGO LAYOUT
--------------------------------------------------------- */
#logoDiv{
	margin: auto;
	width: 1040px;
}

#logoDiv .logo_main{
	padding-top:15px;
	padding-bottom:25px;
	width:808px;
	margin:auto;
}

/* TOP MENU LAYOUT
--------------------------------------------------------- */
#top_menu_container{
	width: 690px;
	text-align:left;
	float:left;
	padding: 0px 25px 0px 0px;
	background:url('images/shadow_right_top.png') no-repeat top right;
}

#top_menuDiv{
	padding:25px 25px 25px 25px;
	width:640px;
	background:#FFF;
	float:right;
	/*margin:0px */
}

#top_menuDiv .top_menu_main{
  color:#000;
  font-size:10px;
}

#top_menuDiv a{
  color:#000;
	text-decoration:none;
}

#top_menuDiv a:hover{
	text-decoration:underline;
}

#top_menuDiv .searchBtn{
  background:#000;
  color:#FFF;
  font-weight:bold;
  font-size:10px;
  margin:0px;
  padding:1px 2px 2px 2px;
  border:0px;
  cursor:pointer;
}

#top_menuDiv .searchArg{
  background:#FFF;
  color:#000;
  font-size:10px;
  font-weight:normal;
  margin:0px 2px 0px 2px;
  padding:0px 2px 0px 2px;
  border:1px solid #000;
}

/* MAIN CONTAINER
--------------------------------------------------------- */
#main_container {
	clear: both;
	margin: auto;
	width: 1040px;
}

/*columns*/
#main_col1 {
	display: inline;
	float: left;
	/*padding-top: 15px;*/
	width: 225px;
	padding: 0;
	text-align: right;
}

#main_col2 {
	display: inline;
	float: left;
	width: 200px;
	padding: 55px 25px 0px 0px;
	text-align: right;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
/*#main_content {
	display: inline;
	float: left;
	width: 725px;
}

#main_content .main {
	width: 730px;
}

*/

/* BREADCRUMB
--------------------------------------------------------- */
#breadcrumbDiv {
	background-color:#EEEEEE;
	border-top: 1px solid #CCCCCC;
	color:#666666;
}

#breadcrumbDiv a{
	color:#666666;
	text-decoration:none;
}


/* HIGHLIGHT
--------------------------------------------------------- */
.highlightTop {
	background-color: #8C9621;
	/*background-color:#B98A84;*/
	/*background-color:#106494;*/
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

.highlightContent {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom:2px;
	border-bottom:1px solid #CCCCCC;
}

.highlightLink {
	text-align:right;
	margin-top: 10px;
}


/* NEWSHIGHLIGHT
--------------------------------------------------------- */
.newsHighlightTop {
	color: #222222;
	font-weight: bold;
	font-size:14px;
	margin-top: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

.newsHighlightContent {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom:1px solid #CCCCCC;
}

#main_news {
	width:530px;
	padding: 0px 5px 0px 5px;
	float:left;
}

/* NEWSLETTER
--------------------------------------------------------- */
.newsletterFormField {
	border: 1px solid #9E9E9E;
	background-color:#EFEFEF;
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #9F9F9F;
}

.newsletterButton {
	border: 1px solid #9E9E9E;
	background-color:#EFEFEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color: #666666;
}

/* SEARCH
--------------------------------------------------------- */
#search_results_container {
	display: block;
	padding:0px 25px 0px 25px;
	width:640px;
	min-height:60px;
	background:#FFF;
}

#search_results {
  padding: 0px 0px 0px 30px;
}

#search_results .title {
	padding-bottom: 4px; 
	text-align: left;
}

#search_results .title a {
	font-weight: bold;
	font-size:20px;
	text-decoration:none;
	color: #A65397;
}

#search_results .item_title {
	padding-bottom: 4px; 
	text-align: left;
}

#search_results .item_title a {
	font-weight: bold;
	text-decoration:none;
	color: #000000;
}

#search_results .content {
	color:#000000;
	padding-bottom: 30px; 
	margin: 0px; 
	text-decoration:none;
	border-bottom: 1px solid #DDD;
}

#search_results .content a {
	color:#000000;
	text-decoration:none;
}



