﻿html, body
{
    border: 0;
    margin: 0;
    padding: 0;
    font-family: arial, verdana, helvetica;
    font-size: 10px;
    color: #FFFFFF;
}

/** --- start Jello * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
	padding: 0 478px 0 478px;
	margin: 0;
	text-align: left;
	background: #708090;


}
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 0%;
	max-width: 0px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: #708090;
	margin: 0 -478px 0 -478px;
	min-width: 956px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { 


background: #708090;
width: 100%; 
height:600px;
top:10px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
position:relative;
margin-left:auto;
margin-right:auto;
} 


/** --- end Jello * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

div#sigi {
    position:absolute;
    width:359px;
    height:600px;
    top: 0px;
    left:0px;
    bottom:0px;
    right:0px;
    background-color: #FFFFFF;
}

div#menubar {
    position:absolute;
    width:596px;
    height:48px;
    top: 0px;
    left: 359px;
    background-color: #FFFFFF;
}


div#submenu {
    position:absolute;
    width:596px;
    height:30px;
    top: 48px;
    left: 359px;
	background-image: url(/Content/Images/Navigation/Black/submenu.jpg);
}

div#footer {

    position:absolute;
    width:596px;
    height:77px;
    top: 523px;
    left: 359px;
    bottom:0px;
    right:0px;      
    background-image: url(/Content/Images/Navigation/Black/footer.jpg);
}

div#menuoption {
    position:relative;
    float:left;
    height:48px;
    top: 0px;
    left: 0px;
    bottom:0px;
    right:0px;    
    background-color: #FFFFFF;
}


#content {

    position:absolute;
    width:596px;
    height:445px;
    top: 48px;
    left: 359px;
    bottom:0px;
    right:0px;      
    background-image: url(/Content/Images/Navigation/Black/content.jpg);
}

#main {

    position:absolute;
    width:596px;
    height:445px;
    top: 78px;
    left: 359px;
    bottom:0px;
    right:0px;      
    background-image: url(/Content/Images/Navigation/Black/content.jpg);
}

#details
{
position:relative;
text-align: left;
float: left;
width: 210px;
top:30px;
margin-left:3px;
margin-right:3px;


}


#headline
{
position:relative;
float:right;
text-align: left;
width: 210px;
top:30px;
margin-left:3px;
margin-right:3px;	

}


#footer { 
	clear: both; 
	padding: 0px;
	margin:0;

}

#linkgrijs
{
    color: #CCCCCC;
    text-decoration: none;
}

#linkgrijs a
{
    color: #CCCCCC;
    text-decoration: none;
}

#linkgrijs a:visited
{
    color: #CCCCCC;
    text-decoration: none;
}



#linkwit
{
    color: #FFFFFF;
    text-decoration: none;
}


#linkwit a
{
    color: #FFFFFF;
    text-decoration: none;
}

#linkwit a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

/*** --- end content definition **/