#bgtable {
	width: 100%;
	height: 100%;
}

#top {
	width: 100%;
	height: 50px;
	background-image: url(billeder/top.jpg);
}

#menu {
	font-family: arial, sans-serif;
	color: #ffffff;
	font-size: 10px;
	height: 20px;
	padding-right: 20px;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #ffffff;
	text-decoration: underline;
}

#menu a:hover {
	text-decoration: none;
}

#main {
	width: 700px;
}

#main h1 {
	color: #668FBC;
	text-decoration: underline;
	margin: 0;
	padding-bottom: 10px;
	font-size: 20px;
}

#main h2 {
	color: #545454;
	margin: 0;
	padding-left: 10px;
	font-size: 15px;
	border-top: 1px solid #545454;
}

#main h3 {
	color: #545454;
	margin: 0;
	font-size: 15px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 5px;
}

.maintext {
	width: 385px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.maintext-no-width {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.mainright {
	width: 250px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #BBD0E8;
	border-left: 45px solid #ffffff;
}

.mainright p {
	padding-left: 5px;
	padding-right: 5px;
}

.maintext p {
	margin: 0 0 5px 0;
}

#header {
	height: 150px;
	background-color: #668FBC;
	background-image: url(billeder/header_velkommen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header2 {
	height: 150px;
	background-color: #668FBC;
	background-image: url(billeder/header_typehuse.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header3 {
	height: 150px;
	background-color: #668FBC;
	background-image: url(billeder/header_entreprise.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.headerh1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	padding-left: 15px;
	margin: 0;
}

#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 25px;
	text-align: center;
	bottom-margin: 5px;
	border-top: 1px solid #BFBFBF;
}

#design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: transparant;
	text-align: right;
	margin-right: 15px;
}

#design a:link, #design a:active, #design a:visited {
	color: #000000;
	text-decoration: underline;
	text-align: right;
}

#design a:hover {
	color: #545454;
	text-decoration: none;
}