html {
     overflow: -moz-scrollbars-vertical;
}

*
{
	margin: 0px;
	padding: 0px;
}

a img
{
	border: 0px;
}

body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	background-image: url('/afb/bg_body.jpg');
	background-color: #5c5d5f;
	background-repeat: repeat-y;
	background-position: center;
}

#container 
{
	text-align: left;
	width: 926px;
	margin:0 auto; /* center, not in IE5 */
}

#inner
{
	text-align: left;
	width: 926px;
	min-height: 626px;
	_height: 626px;
	float: left;
	background-image: url('/afb/container_bg.gif');
}


#top
{
	float: left; 
	width: 926px;
	height: 38px;
	background-repeat: no-repeat;
	background-image: url('/afb/top.gif');
}

#middle
{
	float: left;
	width: 880px;
	min-height: 544px;
	_height: 544px;
	padding-left: 21px;
	padding-right: 25px;
	background-image: url('/afb/lanceerbg.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#header
{
	float: left; 
	width: 880px;
	height: 158px;
	background-position: bottom;
	background-image: url('/afb/bg_header.gif');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

#logo
{
	float: left; 
	width: 131px;
	height: 65px;
	margin-left: 24px;
	margin-top: 13px;
	position: relative;
	display:block;
}


#vis
{
	float: left; 
	width: 76px;
	height: 63px;
	margin-top: 0px;
	margin-left: 62px;
}

#kom
{
	float: left; 
	width: 459px;
	height: 113px;
	margin-left: 56px;
	margin-top: 45px;
}


#left
{
	float: left; 
	width: 150px;
	height: 354px;
}

#center
{
	float: left;
	width: 470px;
	min-height: 350px;
	_height: 350px;
	margin-left: 60px;
	margin-top: 40px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #7e7e7e;
	padding-bottom: 14px;
}

#centerContact
{
	float: left;
	width: 650px;
	min-height: 350px;
	_height: 350px;
	margin-left: 60px;
	margin-top: 40px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #7e7e7e;
	padding-bottom: 14px;
}

#alliantie
{
	float: left;
	width: 470px;
	margin-top: 20px;
	margin-bottom: 100px;
	display: inline;
}

#alliantie div
{
	float: left;
	width: 470px;
	display: block;
	margin-bottom: 20px;
	display: inline;
}

#alliantie div h2
{
	float: left;
	width: 300px;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

#alliantie div p
{
	clear: left;
	width: 300px;
	display: inline;
}

#alliantie div a
{
	float: right;
}

#alliantie div a img
{
	width: 150px;
	height: 115px;
	display: block;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}


p
{
	font-size: 12px;
	line-height: 18px;
	margin-bottom:10px;
	float: left;
	width:100%;
}

p a
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #7e7e7e;
}

ol
{
	clear: left;
	margin-left: 25px;
}

#footer
{
	float: left;
	height: 44px;
	width: 926px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica;
	font-size: 9px;
	text-align: center;
	line-height: 18px;
	background-image: url('/afb/bottom.gif');
	color: #7e7e7e;
}

#footer a
{
	font-family: Arial, Helvetica;
	font-size: 9px;
	color: #7e7e7e;
	text-decoration: none;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 32px; width: 880px;
    background-image: url('/afb/bg.gif');
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }

        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url('/afb/balk_right_menu.jpg') no-repeat right;
            width: 25px; height: 31px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url('/afb/balk_left_menu.jpg') no-repeat top left;
                height: 31px;
				margin-right: 25px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font:11px arial;
            color: #7e7e7e; outline: none;
            text-align: center;
            height: 31px;
			line-height: 31px;
            z-index: 10; letter-spacing: 0;
            float: left;
            margin: auto;
			background-color: #ffffff;
			padding-left: 20px;
			padding-right: 21px;
			margin-right: 1px;
			display:inline;
			margin-top: 1px;
        }
		
		.lavaLamp li a.menu1 {
			width: 29px;
		}
		
		.lavaLamp li a.menu2 {
			width: 88px;
		}
		
		.lavaLamp li a.menu3 {
			width: 74px;
		}
		
		.lavaLamp li a.menu4 {
			width: 70px;
		}
		
		.lavaLamp li a.menu5 {
			width: 128px;
		}
		
		.lavaLamp li a.menu6 {
			width: 54px;
		}
		
		.lavaLamp li a.menu7 {
			width: 54px;
		}
		
		.lavaLamp li a.menu8 {
			width: 48px;
			margin-right: 0px;
		}
		
		.lavaLamp li a:hover
		{
			color: #f26100;
		}




/** Forms **/

fieldset
{
	padding: 5px;
	border: 0px solid #7e7e7e;
}

legend
{
	margin-left: 0px;
	text-indent: -10000px;
}

label
{
	width: 120px;
	float: left;
}

input
{
	margin-bottom: 3px;
	font-family: Arial, Helvetica;
	width: 250px;
	border: 1px solid #7e7e7e;
	background-color: #fff;
	color: #7e7e7e;
	font-size: 12px;
}

input.button
{
	margin-left: 120px;
	width: 251px;
}

textarea
{
	width: 250px;
	height: 100px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	border: 1px solid b3b3b3;
	color: #7e7e7e;
}

/** contact **/

#contactLinks
{
	float: left;
	width: 440px;
}

#contactRechts
{
	float: left;
	margin-top: 50px;
	width: 210px;
}

/** contact **/

#proj_text
{
	float: left;
	width: 350px;
	margin-bottom: 100px;
	margin-right: 30px;
	display: inline;
}

.divlb
{
	width: 100px; 
	height: 100px; 
	border: 1px solid #b3b3b3; 
	float: left; 
	margin: 0px 0px 10px 10px;
}

#allLinks
{ 
	width: 380px; float: left;
}

#allRechts
{
	width: 180px; margin-top: 165px; float: left;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

