html{
	overflow-x: hidden;
	overflow-y: auto;
}
html, body{
	margin: 0;
	padding: 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	background: #000000;
	color: #fefefe;
}

div#container{
	position: relative;
	top: 0;
	left: 50%;
	width: 960px;
	margin-left: -480px;
        z-index:99;
}
div#meta{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
}
div#welcome{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #666666;
	font-family: arial, verdana;
	font-size: 14px;
	padding-top: 5px;
}
div#logo{
	position: relative;
	top: 0;
	left: 0;
	width: 710px;
	height: 85px;
	float: left;
}
div#logo a{
	background: url(/gfx/logo.jpg) no-repeat;
	display: block;
	width: 248px;
	height: 80px;	
}
div#metaMenu{
	position: relative;
	top: 0;
	left: 0;
	width: 250px;
	height: 93px;
	font-size: 12px;
	float: left;
}
div#metaMenu ul{
	list-style: none;
	padding: 0;
	margin: 0;	
}
div#metaMenu ul li{
	display: block;
	float: left;	
}
div#metaMenu ul li.separator{
	display: block;
	float:left;
	width:14px;
	text-align: center;
}
div#mainMenu{
	position: relative;
	top: 0;
	left: 0;
	width: 630px;
	height: 40px;
	float: left;
        z-index:99;
}
div#mainMenuCopmany{
	position: relative;
	top: 0;
	left: 0;
	width: 300px;
	height: 28px;
	text-align: center;
	background: url(/gfx/bg_voor_bedrijven.jpg) no-repeat left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px;
	margin-right: 4px;
	text-transform: uppercase;
	float: right;
}
div#notification{
        color:#ff0000;
}
div#notification a{
        color:#ff0000;
}
div#notification a:hover{
        color:#ffffff;
}
div#mainContent{
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	background: #0f2a2d;
}
div#footer{
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	height: 40px;
	padding-top: 10px;
	font-size: 12px;
}
div#footer ul{
	list-style: none;
	padding: 0;
	margin: 0;	
}
div#footer ul li{
	display: block;
	float: left;	
}
div#footer ul li.separator{
	display: block;
	float:left;
	width:14px;
	text-align: center;
}
div#mainMenu ul{
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	width: 940px;
        z-index:99;
}
div#mainMenu ul li{
	float: left;
	text-align: center;
        z-index:99;
}
div#mainMenu ul li a.pageLink{
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	display: block;
	font-weight: bold;
	font-size: 14px;
        z-index:99;
}
li#extremeLink{
        padding-top:8px;
}
li#extremeLink a{
        display:block;
        width:122px;
        height:20px;
        background:url(/gfx/extremeteam.png) no-repeat;
}
li#extremeLink a:hover{
        background:url(/gfx/extremeteam_over.png) no-repeat;
}
span.crumbSeparator{
	padding: 3px;	
}
.clear{
	clear: both;
	float: none;
}
.bold{
	font-weight: bold;
}
a, a:visited{
	color: #fefefe;
	text-decoration: none;
}
a:hover, div#mainMenu ul li.active a{
	color: #88CE2D;
}

h2{
	padding: 0;
	margin: 0;
	color: #88ce2d;
	font-size: 14px;
	font-weight: bold;
}
li.hovering{
	background: #56a33d;
}
li.hovering a{
	color:#000000;
}
div.dropdown{
	display: none;
	position: absolute;
	z-index: 10;
	background: url(/gfx/dropdown.png) bottom left no-repeat;
	width: 900px;
	top: 40px;
	left: 10px;
	text-align:left;
	padding: 0 20px;
        margin:0;
	color: #000;
}
li.hovering div.dropdown{
	display: block !important;
}
div#content p{
        margin: 0 0 10px 0;
        line-height: 18px;
}
div#beam div#beamPriceDescription{
        width:420px;
}
table.form tr td.key{
    white-space:nowrap;
}
table.flickr tr td img{
    margin:5px;
    border:1px solid #000000;
}
table.flickr tr td img:hover{
    border:1px solid #ffffff;
}
