html, body
{
    margin: 0;
    padding: 0;
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    background: #FFF;
    min-width: 800px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
    font-size: 90%;
    height: 100%;
    text-align: center;
    font-family: "Bitstream Vera Sans" , "Lucida Grande" , "DejaVu Sans" , Verdana, Arial, sans-serif;
    background-image: url('img/background.png');
    background-repeat: repeat-y;
    background-position: center;
}

h1
{
	font-size: 2em;
}

h2
{
    padding: 0px;
	font-size: 1em;
	margin-bottom: 0.2em;
}

p
{
    margin: 0px;
    margin-bottom: 5px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

a:link, a:active, a:visited
{
    text-decoration: underline;
    color: #204A87;
    font-weight: bold;
}

#language-bar 
{
    height: 15px;
    background-color: #EFEFEF;
    border-bottom: #CCC;
    font-size: 0.7em;
    text-align: right;
    padding-right: 3px;
    padding-top: 1px;
}

#language-bar a:link, #language-bar a:active, #language-bar a:visited 
{
    text-decoration: none;
}

.container
{
    /*	background-color: #dedede; */
    background-color: white;
    width: 820px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    min-height: 100%;
    height: auto !important; /* voor moderne browsers */
    height: 100%; /* voor IE */
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    margin-bottom: -10px;
}

.logo-ribbon-container
{
    width: 820px;
    height: 74px;
}

.logo-ribbon
{
    position: absolute;
    margin-left: -25px;
    top: 30px;
    width: 865px;
    height: 99px;
    background-image: url('../../Content/img/logo.png');
}

.header-image-container
{
    margin-left: 10px;
    height: 300px;
    width: 800px;
    margin-top: 50px;
}

#header-image
{
    width: 780px;
    height: 300px;
    margin-left: 10px;
    overflow: hidden;
}

#header-image-secondary
{
    width: 780px;
    height: 300px;
    margin-left: 10px;
    overflow: hidden;
    position: absolute;
    top: 140px;
}


#header-image-overlay
{
    height: 4.5em;
    width: 500px;
    float: right;
    margin-top: 30px;
    display: none;
    position: absolute;
    top: 124px;
    float: left;
    margin-left: -10px;
}

.navigation-container
{
    margin-top: 10px;
    margin-right: 20px;
	margin-left: 10px;
	height: 50px;
	overflow: hidden;
}

.navigation
{
    margin: 0px;
    padding: 0px;
	display: none;
}

.navigation .navigation-item
{
    margin: 0px;
    padding: 0px;
    display: inline;
	float: left;
}

.navigation .navigation-item .navigation-item-button, .navigation-item-button-dummy
{
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 2em;
    height: 45px;
    width: 187px;
	margin-left: 10px;
	display: block;
}

.navigation-item-button-dummy
{
    cursor: default;
}

.navigation-item
{
	display: none;
}

.footer
{
    font-size: 0.7em;
    text-align: center;
}

.footer a 
{
    text-decoration: none;
}

.footer p 
{
    background-color: #EFEFEF;
    padding: 5px;
}

.footer-spacer 
{
    clear: both; 
    height: 30px;
}

.footer-container {
    margin-top: 10px; 
    margin-bottom: 10px;
}

.content-container
{
    width: 800px;
    margin-top: 0px;
}

.display-none
{
    display: none;
}


.content {
    color: #204A87; 
    margin: 20px;
    margin-top: 10px;
}

.contact
{
    width: 300px;
    float: left;
    margin-top: 30px;
    margin-bottom: 10px;
}

.contact-container
{
    padding-left: 120px;
    overflow: hidden;
}
 
/* PORTFOLIO */

/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
	width:700px;
	height:400px;	
    border: 1px solid #CCC;
    margin-left: 39px;
}

/* override single pane */
#flowpanes .portfolio-item {
	float:left;
	display:block;
	width:700px;
	height: 400px;
	font-size:14px;
	color:#fff;
	cursor: pointer;
}

/* our additional wrapper element for the items */
#flowpanes .portfolio-items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes a {
	color: Orange;		
	font-size:14px;
}


.portfolio-item-content-container
{
bottom:0px;
height:0px;
position:absolute;
width:700px;

}

.portfolio-item-content
{

background-image:  url('../../Content/img/portfolio/content-background.png');
	padding: 10px;
	color: #204A87;
	height: 110px;
}

.portfolio-item-content h1
{
    margin: 0px;
}

.portfolio-item-content .subtitle
{
    font-size: 0.8em;
    margin-bottom: 10px;
}

.label{    
	width:150px;    
	float:left;    
	font-weight:bold;

}

.text
{    
	width:530px;    
	float:left;

}

.row
{

    padding-bottom: 25px;
}

.next, .prev 
{
    position: absolute;
    top: 680px;
    cursor: pointer;
    height: 32px;
    width: 32px;
    background-position: top;
}

.prev
{
    background-image: url('../../Content/img/navigation/prev.png');
}

.next 
{
    background-image: url('../../Content/img/navigation/next.png');
    right: 20px;
}

#data-items
{
    display: none;
}
