@charset "UTF-8";
/* CSS Document */

body,html {
	margin: 0px;
	min-height: 100%;
	height: 100%;
	min-width: 100%;
	width: 100%;
	background-color: #CCCCCC;
}
#menu {
	height: 260px;
	width: 322px;
	background-color:#79b2d0;
}
#spare {
	height: 190px;
	width: 312px;
	float: left;
	background-repeat: no-repeat;
	background-color: #99d843;
	background-image: url(../images/layout/kop_small_binnenkort.png);
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#spare a {
	color: #FFFFFF;
}

#container {
	min-height: 700px;
	height: 700px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contact_container {
	padding: 5px;
}
#left {
	height: 100%;
	width: 322px;
	float: left;
}
#right {
	height: 100%;
	min-height: 100%;
	position:relative;
	width: 598px;
	float: left;
	background-color:#FFFFFF;
}
#right_expand {
	padding-bottom: 50px;
	background-color: #FFFFFF;
	overflow: visible;
}
#logo {
	background-color: #FFFFFF;
	background-image: url(../images/layout/logo.jpg);
	height: 180px;
	width: 322px;
	background-repeat: no-repeat;
	background-position: center;
}
