@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	/*background-color: #4e3989;*/
}
html, body {
	height: 100%;
}
body {
	background-image: url(../images/bg4.jpg);
	background-repeat: repeat-x;
	/* background-color: #80739c;
	margin-top: 5px; */
	background-color: #FFF;
}
.wrapper1 {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /*regulerer højden på den plads der er unden alt indholdet */
	/* background-image: url(../images/watermark.png);
	background-repeat: no-repeat; 
	background-position: bottom; */
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /*regulerer højden på den plads der er unden alt indholdet */
	/* background-image: url(../images/watermark8.png);
	background-repeat: no-repeat; 
	background-position: bottom; */
}
.push {
	height: 150px;
	clear: both;
}
.topcontainer {
	width: 940px;
	margin: auto;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
}
.toppen {
	height: 250px;
}
.top {
	height: 250px;
}


/*
.logo {
	padding: 0;
}
.logo img {
	margin: 20px 5px 5px 60px;
}
*/



.menuwrapper {
	height: 50px;
	background-color: #FFF;
}
.menu {
	padding: 0 10px;
}



.mainarea {
	width: 940px;
	margin: auto;
	clear: both;
}
.content {	
}
.boks1 {
	padding: 0px 10px 10px 10px;
}
.boks2 {
	padding: 0px 10px 10px 10px;
}



.advertising {
	width: 940px;
	margin: auto; 
	padding: 15px 0;
}
.footer {
	clear: both;
	height: 120px;
	background-color: #80739c;
	/*background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom; */
}
.bottomphoto {
	width: 940px;
	margin: auto;
	/*background-image: url(../images/bund.png);
	background-repeat: no-repeat; */
}
.contact {
	width: 940px;
	margin: auto;
	padding: 35px 0;
}
.content img {
	border: 3px solid #FFF;
	margin: 4px;
}


