* {
	font-family: Arial, Trebuchet MS;
	font-size: 13px;
	line-height: 16px;
	
	color: #FFFFFF;
	
	margin: 0px;
	padding: 0px;
}

body {
	background: #B47502;
}

img {
	border: 0px;
}

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

a:hover {
	text-decoration: underline;	
}

h1 {
	margin-bottom: 16px;
	
	font-size: 15px;
	font-weight: normal;
}

h2 {
	margin-bottom: 10px;
	
	font-size: 14px;
	font-weight: normal;
}

p {
	margin-bottom: 16px;
}	

/**************************************************************************************/


/*** WRAPPER ***/
#wrapper {
	margin: 0px auto;
	
	width: 950px;
}

#header {
	height: 180px;
}	

#main {
	background: #34280E url(../images/portal_background.jpg) no-repeat;
	min-height: 400px;
}

.homepage #main {
	background-color: #210B00;
	padding-bottom: 20px;
}

#menu {
	background: #000000;
	
	filter:alpha(opacity=80);
	opacity: 0.8;
	
	padding: 0px 50px;
	
	height: 24px;
}

#content-home {
	padding: 10px 120px 0px;
}

#content-home .big-block {
	background: url(../images/portal_content_block.png) no-repeat;
	
	padding: 15px 170px 15px 20px;
	
	width: 520px;
	height: 150px;
}

#content-home .big-block, #content-home .big-block p, #content-home .big-block a, #content-home .big-block strong, #content-home .big-block span {
	font-size: 12px;
}

#content-home h1 {
	font-weight: normal;
	font-size: 14px;
	
	margin-bottom: 8px;
}

#content {
	padding: 20px 40px 20px 0px;
	
	height: 336px;
}

.homepage #content {
	padding: 20px 120px 20px 0px;
}

#content .left {
	float: left;
	width: 255px;
	height: 336px;
	
	border-right: 1px solid #FFFFFF;
	
	text-align: center;
}

#content .right {
	float: right;
	width: 630px;
	
	padding-left: 20px;
}

.homepage #content .right {
	width: 550px;
}

#breadcrumbs {
	margin-bottom: 16px;
	
	font-size: 12px;
}

#breadcrumbs * {
	color: #FFFFFF;
	font-size: 12px;
}

#main-footer {
	background: #CCCCCC;
	height: 29px;
	
	padding: 6px 60px;
	
	display: none; /* NIET NODIG */
}

#main-footer, #main-footer * {
	color: #000000;
	font-size: 10px;
	line-height: 13px;
}

#footer-bar {
	background: #000000;
	padding: 6px 6px 6px 120px;
	
	font-size: 11px;
}

#footer-bar a {
	font-size: 11px;
	
	color: #FFFFFF;
}

#footer {
	padding: 6px;
	text-align: center;
	
	font-size: 11px;
}

#footer a {
	font-size: 11px;
	
	color: #FFFFFF;
}

/**************************************************************************************/


/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/**************************************************************************************/

/*
	filter:alpha(opacity=90);
	opacity: 0.9;
*/

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: 13px/24px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  display: block;
  padding: 0 24px;
  text-decoration: none;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
  color: #FFFFFF;
  text-align: center;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #000000;
  filter:alpha(opacity=70);
  opacity: 0.9;
  color: #FFFFFF;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #000000;
  filter:alpha(opacity=80);
  opacity: 1.0;
  color: #FFFFFF;	
}

.nav ul {
  list-style: none;
  margin: 0;
  width: 142px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 24px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}



/**************************************************************************************/


/*** CLASSES ***/
.clear {
	clear: both;
}

.pointer {
	cursor: pointer;
}

.fr {
	float: right;
}

.v-top {
	vertical-align: top;
}

.spacing {
	width: 40px;
}

.small-font * {
	font-size: 10px;
}