@import "navigation.css";

/* ********** GLOBALS ********* */
body, html      { height: 100%; padding:0; margin: 0; background: #00498E; font-family:Arial, sans-serif; font-size: 13px; color:#000;background:#00498E url(./img/industry_bg.jpg) no-repeat center center;}
#wrapper        { position: relative; height: 610px; width: 986px; margin:0 auto; padding-top: 3px; }
/*#wrapper        { position: relative; height: 740px; width: 986px; margin:0 auto; background:#00498E url(./img/bg_986.jpg) no-repeat; padding-top: 50px; }*/
#content        { position: relative; height: 570px; width: 900px; margin: 0 auto; background:url(./img/bg_content.png) no-repeat; }
/* **************************** */

/* ********** HEADER ********* */
#header         { display:block; height:96px;}
#languages      { position: relative; top:105px; float:left; width: 120px; height: 18px; left:32px;/*padding: 18px 0 0 19px;*/ }
h1, h1.pagetitle    { position: relative; top:82px;  float:left; color:#fff; left:70px; line-height: normal; font-size:24px;}
/* **************************** */


/* ********** CONTENT ********* */
#sidemenu               { position: relative; width:140px; height: 300px; float:left; left:32px; top:100px; border-top:1px solid #000; overflow: hidden;}
#sidemenu ul            { list-style-type: none; margin:0; padding:0; }
#sidemenu ul li         { float:left; display: block; width: 135px; padding:5px; border-bottom:1px solid #000;}
#sidemenu ul li a       { display:block; text-decoration: none; color:#000; font-size:14px; }
#sidemenu ul li a:hover { display:block; text-decoration: none; color:#da4433; font-size:14px; }

#text_area           { position: relative; width:400px; height: 322px; float:left; left:50px; top:100px; overflow-x:hidden; overflow-y:auto; padding-right:25px; }

#fotos               { position: relative; width:200px; height: 300px; float:left; left:75px; top:100px; color:#fff;}
#fotos ul            { list-style-type: none; margin:0; padding:0; }
#fotos ul li         { float:left; display: block; width: 200px; height:150px; background:url(./img/fotobalkje.gif) no-repeat; padding:5px; overflow: hidden; }
#fotos ul li img     { display:block; text-decoration: none; margin-top:5px; margin-left:-5px; width:200px;}

#footer          { position: relative; width: 500px; height:40px; font-size: 11px; float:right; top:120px;}
/* **************************** */

#bottom_logos    { position: relative; width:200px; height:32px; font-size: 11px; float:right; top:5px; background:url(./img/logos.png); margin-right:100px; }

.image_container{
  padding-bottom:11px;
  width:192px;
  display:block;
  float:left;
}

#image{
	background-color: transparent;
	padding:0px;
	margin:0px;
}

#image_border{
	background-color: transparent;
}

.album_link:link, .album_link:visited, .album_link:active  		{ font-family:Arial, sans-serif; font-size: 13px; color:#000;}
.album_link:hover 	{font-family:Arial, sans-serif; font-size: 13px; color:#000;}
