﻿html, body
{
	margin: 0 auto;
	height: 100%;	
}

.container
{
	height: 100%;	
	min-height: 100%;		
	min-width: 987px;	
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 987 ? '987px' : 'auto');
}

html>body .container
{
	height:auto;
} 

.top
{	
	text-align: center;	
	background-color: #3399FF;
	border-bottom-style: solid;
	border-bottom-color: Black;
	height: 180px;
	padding-bottom: 20px;
}

.left
{
	background-color: #3399FF;
	border-right-style: solid;
	border-right-color: Black;
	width: 200px;	
	text-align: center;	
}

.content
{	
	background-color: #CCFF99;
}

div.logoadres
{	
	margin: 0px auto;	
	padding-top: 10px;	
	padding-bottom: 10px;
}

div.imageLeft
{
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}

div.imageRight
{
	float:right;
	padding-left: 10px;
	padding-right: 10px;
}

div.spacer
{
	clear: both;
}

div.logo
{		
	width: 250px;
	margin: 0 auto;
			
}

div.adresLeft
{
	float: left;
	font-size: 14px;
	text-align: left;
	width: 141px;
	padding-left: 0px;
	padding-right: 10px;
}

div.adresRight
{
	float: right;
	font-size: 14px;
	text-align: left;
	width: 141px;
	padding-left: 10px;
	padding-right: 0px;
}

div.labellogo
{
	font-style: italic;
}

div.menubalk
{
	
}

.menubalkButton
{
	width: 125px;
	margin-right: 5px;
	margin-left: 5px;
}

