/*  GENERIC
    WRAPPER
    HEADER
    PAGE HEADER
    CONTENT
    MENU
    CONTACTFORM
    FOOTER
    LANGUAGE CHOICE
    DEMOFILM IGEL
*/

/* =GENERIC
   ---------------------------------------------------- */
   
html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
        
    font-family: Trebuchet MS, Verdana, Arial, Times New Roman;
    color: #565656;
    
    background-color: #f0decd;
    background-image: url(../images/bg_body.jpg);
    background-repeat: repeat-x;
}

body
{
    font-size: 0.75em;
}

form
{
    margin: 0;
    padding: 0;
}

h1
{
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 1.5em;    
    text-transform: uppercase;
}

h2
{
    margin: 0;
    padding: 0;    
    
    font-size: 1.25em;
}

h3
{
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 1em;
}

a
{
    color: #75401c;
}

a:hover
{
    text-decoration: none;
}

img
{
    border: 0;
}

p
{
    /*margin: 0 0 0px 100px;
    padding: 20px 0px 20px 80px;
	width: 620px;
	color:#000000;
	line-height: 16px;*/
}

.clearBoth
{
    clear: both;
}



.news 
{
	margin-top: 40px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 60px;
	
}


/* =WRAPPER
   ---------------------------------------------------- */

#wrapper 
{
    position: relative;
    margin: 0;
    padding: 0;
    
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*width: 787px;*/
    
    /*background-image: url(../images/bg_wrapper.jpg);
    background-repeat: no-repeat;*/
    /*border: solid 1px red;*/
}

#websiteContent
{
    width: 787px;
    margin: 0 auto;
    padding: 0;
    	position: relative;
	z-index: 400;
}

/* =HEADER
   ---------------------------------------------------- */

#header
{
    position: relative;
    margin: 0;
    padding: 0;
    background-image: url(../images/header-topbackground.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;    
    /*border: solid 1px yellow;*/
}

#logo 
{
	display: block;
	margin: 0;
	padding: 0 0 28px 0;
}

#boom
{
    position: absolute;
    top: 0;
    right: -64px;    
    z-index: 100;
}

/* =PAGE HEADER
   ---------------------------------------------------- */

#pageHeader
{
    padding: 0 30px 0 30px;
    color: #FFFFFF;
    background-image: url(../images/pageheader-background.jpg);
    background-repeat: repeat-y;  
}

#pageHeaderBottom
{
    display: block;
    margin: 0 auto 0 6px; 
}

#pageHeader img
{
    display: block;
}

/* =CONTENT
   ---------------------------------------------------- */

#content
{
	margin: 0;
	padding: 10px 30px 120px 30px;
	font-size: 1.1em;
}

/* =MENU
   ---------------------------------------------------- */

#menuWrapper
{
    position: absolute;
    top: 123px;
    left: 175px;
    z-index: 200;
}

/*#menu
{
    margin: 0 0 0 24px;
    padding: 0px;
    list-style: none;
	text-transform:uppercase;	
}

#menu li
{
    float: left;
    padding: 0px;
    font-size: 1.17em;
	font-size: 12px;
	margin: 122px 7px 0px 7px;
	height: 18px;
	padding-bottom: 6px;
}

#menu li a
{
   display:inline-block;
    text-decoration: none;
	color:#000000;
	height: 18px;
	padding-bottom: 6px;
}

#menu li a:hover
{
    color: #333333;
    background-image:url(../images/bg_link.jpg);
	background-position:center bottom;
	background-repeat: no-repeat;
}

#menu li a.selected
{
    color: #333333;
     background-image:url(../images/bg_link.jpg);
	 background-position:center bottom;
	 background-repeat: no-repeat;
}*/

/* =CONTACTFORM
   ---------------------------------------------------- */
   
#contactHeader
{
    height: 1%;
    text-align: center;
    padding: 5px;
    background-color: #E6C7AA;    
}

#contactChoice
{
    width: 190px;
    margin: 0 auto;
}

.contactFormLeft
{
    width: 400px;
    float: left;
    border-right: solid 1px #E6C7AA;    
}

.contactFormRight
{
    width: 300px;
    float: right;
}

.contactForm
{
    margin: 19px 0 0 0;
    padding: 0;
    list-style: none;
}

.contactForm li
{
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 0 0 11px 0;
}

.contactForm li label
{
    float: left;
    width: 120px;
    margin: 0 5px 0 0;
    display: inline;
    text-align: right;
    position: relative;
}

.contactForm li label em
{
    position: absolute;
    top: 3px;
    right: -245px;
}

.contactForm li.submit
{
    width: 88%;
    text-align: right;  
}

.contactFormCheckList
{
    margin: 9px 0 0 10px;
    padding: 0;
    list-style: none;
}   

.TextBox
{
    float: left;
    width: 220px;
    margin: 0 0 0 5px;
}

.TextBoxLarge
{
    float: left;
    width: 220px;
    height: 150px;
    margin: 0 0 0 5px;   
}

.TextBoxError
{
    float: left;
    width: 220px;
    margin: 0 0 0 5px;
    border: solid 1px #CD3C3C;
}

.Error
{
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    padding: 6px 0 6px 0;
    color: #FFFFFF; 
    font-weight: bold;
    text-align: center;
    /*text-transform: uppercase;*/
    background-color: #CD3C3C;    
}

.notificationMessage
{
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    padding: 6px 0 6px 0;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #008000;    
}

.Sending
{
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    padding: 6px 0 6px 0;
    font-weight: bold;
    text-align: center;
    color: #000000;
    background-color: #FFFFFF;      
}

/* =FOOTER
   ---------------------------------------------------- */

#footer
{
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 35px 0 5px 0;
    bottom: 0;
    text-align: center;
    z-index: 100;
    /*height: 78px;*/
    /*border-top: solid 1px #9C4E03;*/
    background-image: url(../images/footer-background.gif);
    background-repeat: repeat-x;
}

#footer img
{
    margin: 0 auto;
    display: block;
}

/* =LANGUAGE CHOICE
   ---------------------------------------------------- */

#languageChoice
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px 8px 0 0 ;
    padding: 0;
    list-style: none;
    z-index: 1000;
}

#languageChoice li
{
    float: left;
    padding: 0 4px 0 0;
}

/* =DEMOFILM IGEL
   ---------------------------------------------------- */

#demoFilmIgel
{
    width: 502px;
    margin: 0 auto;
}

/* home */

#flashbox
{
    width: 533px;
    height: 300px;
    float: left;
    padding: 0px 0px 0px 7px;
}

#newsbox
{
    width: 239px;
    height: 300px;
    float: left;
    padding: 3px 0px 0px 0px;
}

#newstop
{
    background: url("../images/newstop.png");
    background-repeat: no-repeat;
    width: 239px;
    height: 11px;
    font-size: 0px;
}

#newsmiddle
{
    background: url("../images/newsmiddle.png");
    background-repeat: repeat-y;
    width: 239px;
}

#newsbottom
{
    background: url("../images/newsbottom.png");
    background-repeat: no-repeat;
    width: 239px;
    height: 14px;
}

#newsbox .title
{
    width: 220px;
    margin: 0px 0px 10px 9px;
    padding: 5px 0px 5px 0px;
    border-bottom: solid 1px #FFFFFF;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}

#newsbox .text
{
    width: 220px;
    margin: 0px 0px 0px 9px;
    color: #FFFFFF;
    font-weight: bold;
}

/*galerij*/

#ctl00_cphBody_dlFotos
{    
    margin: 0px auto;
}

#ctl00_cphBody_dlFotos img
{
    width: 70px;
    height: 70px;
    border: 3px solid #BC8F66;
}

#ctl00_cphBody_dlFotos img:hover
{
    border: 3px solid #9B4F03; 
}

#gallerypaging
{    
    margin: 0px auto;
    width: 324px;
}

.gallerypagingleft
{
    float: left;
    width: 12px;
    padding: 6px 10px 0px 0px;
}

.gallerypagingmiddle
{
    float: left;
    width: 280px;
    text-align: center;
}

.gallerypagingright
{
    float: left;
    width: 12px;
    padding: 6px 0px 0px 10px;
}

.item
{
    width: 80px;
    height: 80px;
}

#projectgegevens
{
    width: 475px;
    margin: 0px auto;
    font-size: 12px;
}

#projectgegevens h3
{
    font-size: 14px;
}