body{
	width: 100%;
	background-color: white;
	font-family: georgia, sans-serif;
}
.siteparent{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	width: 715px;
}
.logocontainer{
	width: 715px;
	height: 208px;
	background-image: url('tophovedbygning.jpg');
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-top: 3px solid black;
}
.menucontainer{
/*	border-top: 3px solid white;*/
	border-left: 3px solid black;
	border-right: 3px solid black;
	width: 715px;
	height: auto;
	background-image: url('menubarblomster.png');
	background-position: top;
	vertical-align: bottom;
	text-align: bottom;
	padding: 0px;
}
img{
	border: none;
}
img.floatleft{
	float: left;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-left: 0px;
}
img.floatright{
	float: right;
	margin-left: 12px;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-right: 0px;
}
a{
	border: none;
}
a.menu{
	display: table-cell;
	padding-left: 6px;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 5px;
	width: auto;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	border-top: 2px solid #666;
	background-color: #dad3b5;
	background-image: url('bottomfade.png');
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-size: small;
	margin-left: 16px;
	color: black;
	margin-right: 0px;
}
a.menu:hover {
	background-color: #fef6d2;
/*	background-image: none; */
	
}
.buttoncontainer{
	border-spacing: 15px 0px;
	display:block;
	position:relative;
	bottom:0px;
	padding:0px;
	margin:0px;
	margin-top: 0px;
	height: auto;
}
.content{
	background-color: #fef6d2;
	padding: 12px;
	border: 3px solid black;
	border-top: none;
	width: 691px;
}
h1{
	font-family: georgia, sans-serif;
	font-size: large;
}
h2{
	margin-top: 23px;
	font-family: georgia, sans-serif;
	font-size: medium;
}
h3{
	margin-top: 23px;
	font-family: georgia, sans-serif;
	font-size: medium;
}
p{
	font-family: georgia, serif;
	font-size: normal;
}
.submenucontainer{
	border-bottom: 2px dotted #666;
}
a.submenu{
	display:table-cell;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 4px;
	padding-right: 11px;
	font-family: sans-serif;
	color: black;
	font-size: small;

}
a.submenu:hover {
	color: #666;
}

div.floatdivright{
	float: right;
	border: 2px solid #777;
	width: 35%;
	margin: 10px;
	padding: 2px;
	padding-bottom: 5px;
	text-align: center;
}
div.floatdivleft{
	float: left;
	border: 2px solid #777;
	width: 35%;
	margin: 10px;
	padding: 2px;
	padding-bottom: 5px;
	text-align: center;
}
span.billedtekst{
	font-family: sans-serif;
}


img.floatimg{
	width: 100%;

}
.content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

