html
{
  background-color: #4a4a4a;
  background-image: url('/images/layout/site/bg_main.jpg');
  padding: 0;
  margin: 0;
  height: 100%;
}

body, html, td, div, p, a
{
  font-family: Verdana, Arial, Sans-serif;
  font-size: 11px;
  color:#686868;
}

body
{    
    width: 980px;
    height: 100%;
    margin: auto;
    font-family: Verdana, Arial, Helvetica;
}
h2
{
  padding-bottom:10px;
  font-size: 13px;
}

h3
{
  padding-top:5px;
  font-size:14px;
  text-align:right;
}
a
{
  color:#878787;
  text-decoration: none;
}
a:hover, a.active
{
  color:#fd9917;
}
#floater
{
    float:left;
    height:50%;
    margin-bottom:-330px;
    
}

#content
{
    width:980px;
    clear:both;
    height:660px;
    position:relative;
    background-color:white;
}

#content_center_admin
{
  float:left;
  padding:10px;
  top:0px;
  height:500px;
  overflow:scroll;
  width:960px;
  clear:left;
  
}

#content_center
{
  clear:both;
  width:980px;
  background-color: #f2f2f2;
  float:left;
  height:490px;
}

#content_center_content
{
  padding:20px;
  float:left;
  width:650px;
  
}

#content_left
{
  float:left;
  padding:15px;
  width:200px;
}
#content_left_small
{
  float:left;
  padding:15px;
  width:170px;
}

#content_contact
{
  padding-left:400px;
  font-size:12px;
  float:left;
  width:650px;
}
#content_overlay
{
  float:left;
  position:absolute;
  bottom:0px;
  clear:left;
  width:550px;
  background-color:white;
  left:230px;
  text-align:center;
}

#content_right
{
  float:right;  
  position:relative;
  top:10px;
  right:30px;
  width:150px;
}

#content_right_content
{
  overflow:hidden;

}
#logo
{
  float:left;
  padding:10px;
  height:100px;
}

#menu_main
{
  height:100px;
  float:right;
  padding:10px;
  padding-right:30px;
  font-weight:bold;
}

#menu_main a
{
  font-size:14px;
}

#menu_main a.active
{
  color:#ff9000;
}

.menu_sub_title{
  text-align:right;
  font-weight:bold;
  font-size:12px;
}

.menu_sub_title a{
  font-size:12px;
  display:block;
  padding-top:2px;
  padding-bottom:2px;

}

#menu_sub a
{
  padding-top:2px;
  padding-bottom:2px;
  display:block;
}

#menu_sub a.active
{
  color:#ff9000;
}

table.listtable
{  
  border-collapse: collapse;
  width: 100%;
}

table.listtable td
{
  padding: 2px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dashed #686868;
}

table.listtable th
{
  padding: 2px;
  text-align: left;
  border-top: 1px solid #686868;
  border-bottom: 1px solid #686868;
  background-color: lightgray;
}
.publicaties img
{
  border:1px solid #888;
}

.publicaties .description
{
  vertical-align:top;
  font-weight:bold;
  text-align:center;
  width:450px
}

.arrow_bt
{
  height:10px;
}
table.listtable img
{
  border: none;
}

#ref_photo
{
  float:left;
  position:relative;
  left:200px;
  overflow:hidden;
  width:570px;
}

#ref_photo_links
{
  float:left;
  position:relative;
  left:195px;
}

#ref_photo_right
{
  float:right;
  position:relative;
  right:205px;
}

#ref_photo_links img,
#ref_photo_right img
{
  padding-right:5px;
  padding-left:5px;
}

/* the overlayed element */
.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

