
/** body **/
  body
  {
  	margin: 0;
  }

  #page_main
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
    width: 750px;
  }

  #first, #main
  {
    /*
top: 160px;
*/
  }


  #main
  {
  	position: relative;
    float: left;
	width: 600px;
    margin-left: 150px;
    margin-right: -600px; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

  #first
  {
  	z-index: 1;
  	
/*
position: fixed;
*/

    float: left;
    width: 150px;
    margin-left: 0;
    margin-right: -150px; /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    height: 3.6em; /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
  }
  
  #menu
  {
  	background-color: #fff;
  	
/*
position: fixed;
*/

    margin: 10px 20px 10px 0;
	padding: 0;
	/*
top: 120px;
*/
	z-index: 1;
  }
  
  #menu-inner
  {
    margin: 10px 10px 10px 0;
  }
  
  #page_header
  {
	height: 120px;
	margin: 0;
	padding: 0;

/*
position: fixed;
*/

	top: 0;
	z-index: -1;
  }
  

  
  #header_text
  {
  	position: relative;
  	font-size: 2.0em;
	margin: 0;
	padding: 0;
	top: -47px;
	left: 150px;
	width: 600px;
  }
  
  #page_header img 
  {
    margin: 0;
    padding: 0;
  }

#footer {
	height: 50px;
	width: 600px;
	float: left;
	clear: both;
	display: block;
}
    
/*
---------------------------HTM-ELEMENTS.CSS----------------------------------
*/

  
  body
  {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  }

  #page_main
  {
    /*
     * To use a 12px font size on the page, delete the 14px declarations.
     * to use a 14px font size on the page, delete the 12px declarations.
     */

    /* Use a 12px base font size with a 16px line height */
	/* 0.75 */
	/* 1.33 */

    /* Use a 14px base font size with a 18px line height */
    font-size: 0.875em; /* 16px x .875 = 14px */
    line-height: 1.286em; /* 14px x 1.286 = 18px */
  }
  
  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    /* The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.

    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

     */

    font-family: Arial, Helvetica, Tahoma, Verdana, "Bitstream Vera Sans", sans-serif;
  }

a {
	color: #000;
	text-decoration: none;
	border: 0 solid #fff;
}

  a:hover
  {
   /* text-decoration: underline;
	color: #111; */
	background-color: #27c0fb;
  }
  
  
.home a:hover {
	background-color: #fff;
}

  
a:active {
	background-color: #71b0c5;	
}
  
  
.map_img img, .pedfotolijn img {
	float: left;
	padding: 0;
	margin: 0;
	display: inline-block;
}
  
  
.pedfotolijn img
{
	width:  40px;
	height: 30px;
	margin: 0 2px 2px 0;
}

.map_img img 
{
	width:  50px;
	height: 50px;
}
  
.ref img {
	width:  50px;
	height: 50px;
}

.pedref_class {
	position: relative;
}
  
a img {
  	border: 0;
}

.pedref_class {
	font-size: 0px; /* ie8 compatibility mode */
}

.ref {
	display: inline;
	font-size: 0px; /* ie8 compatibility mode */
}

.ref_content {
	display: inline;
	margin: 0;
	padding: 0;
}
.ref_content a, .ref_content img {
	display: block;
}


.ref_category {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin: 0;
	padding: 0;
}

.ref_category a{
	font-size: 1.4em;
	width: 150px;
	display: block;
	margin: 0;
	padding: 10px 0;
	border: 0;
}


#page_header img {
	width: 120px;
	height: 120px;
}

.map {
	float: left;
	width: 200px;
	height: 80px;
	margin: 0;
}

.map_dossiernaam, .map_dossiernr, .map_locatie {
	width: 130px;
	overflow: hidden;
	white-space: nowrap;
}

.map_img {
	float: left;
	margin-right: 10px;
}

.map_content {
	float: left;
}

.map_dossiernaam, .map_locatie, .map_dossiernr {
	clear: right;
	float: none;
}


.map_dossiernr {
	font-size: 1.2em;
}
  
.map_dossiernaam {
	font-size: 1.0em;
} 

.map_locatie {
	font-size: 0.9em;
}

.img_line a {
	display: inline-block;
}
.img_line img.img_line_img {
	display: inline-block;
}

.pedtekst {
	
}

.pedtekst_content, .laureaat_content {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}

.dossiernr {
	font-size:  1.2em;
	width: 80px;
}

.dossiernaam {
	font-size: 1.0em;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 10px;	
}

.pedtekst_dossiernaam {
	width: 130px;
}

.laureaat_dossiernaam {
	width: 360px;
}

.locatie {
	font-size: 0.9em;
	width: 150px;
}

.laureaat_locatie {
	text-align: right;
}

.pedtekst_omschrijving {
	display: block;
	width: 600px;
	clear: both;
	float: none;
}

.pedfotolijn {
	vertical-align: top;
}

.pedfotolijn_content {
	float: left;
}

.home img {
	width: 400px;
	height: 400px;
}

.home {
	height: 400px;
	width: 400px;
}

.ref a span {
	display: none; 
	padding: 1px 2px; 
	margin-left: -50px; 
/*	width: 50px; */
/*	height: 20px; */
	font-size: 14px;
	text-align: center;
	vertical-align: center;
}

.ref a:hover span{
	display: inline; 
	position: absolute; 
	background-color: #27c0fb; 
	border: 0px solid #cccccc; 
	color: #000;
	white-space: nowrap;
}

.ref a:active {
	background-color: #71b0c5;	
}

.names.container {
	clear: right;
	min-height: 1%;
}

.names.float_left {
	float: left;
}

.names.float_right {
	float: right;
}

.peddossier.containter {
	padding-bottom: 20px;
}

.pedfoto.dossier_content {
	clear: left;
}

#contact_home {
	float: right;
	
}

#contact {
	float: left;
}

.ped_name {
	font-size: 1.2em;
}

.publicatie_content {	
	float: left;
	margin-bottom: 15px;	
}

.publicatie_tumb {
	clear: left;
	margin-right: 10px;
}

.publicatie_img {
	width: 100px;
	height: 140px;
}

.publicatie {
	width: 280px;
	height: 140px;
	margin-bottom: 10px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

.publicatie_tijdschrift, .publicatie_naam, .publicatie_datum {
	clear: right;
	float: none;
}

.box {
	margin-bottom: 20px;
}

.box_title {
	margin-bottom: 5px;
}

.profiel_img {
	margin: 10px 25px 10px 0;
	width: 100px;
	height: 100px;
	clear: none;
 	padding: 0;
	display: block;
	float: left;
}

.one .profiel_img {
	margin: 0px 25px 10px 0;
}

.profiel_img_last {
	float: right;
	margin: 10px 0;
}

.one .profiel_img_last {
	margin: 0;	
}

#bureau_voorstelling p {
	width: 600px;
	clear: both;
}

#bureau_voorstelling p.first_paragraph {
	clear: right;
	margin-top: 0;
}

.pedgreen {
	color: green;
}

.pedred {
	color: red;
}

#menuone {
	white-space: nowrap;
	overflow: hidden;
}
