@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #F3ECE2;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.clearfloat {
        width: 100%;
        height: 1px;
        overflow: hidden;
        float: none;
        clear: both;
}

/* CSS Document */
#top {
	background-image: url(../images/top.jpg);
	height: 92px;
	background-repeat: no-repeat;
	background-position: center center;
}


#top #mainTop {
	height: 92px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#top #mainTop #logo {
	margin-top: 14px;
	height: 65px;
	float: left;
}

#top #mainTop #menyer {
	width: 550px;
	float: left;
	margin: 2px;
}
#top #mainTop #lastColumn {
	width: 150px;
	float: right;
}
#top #mainTop #lastColumn #kontaktoss {
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#top #mainTop #lastColumn #menyer2 {
	width: 188px;
	height: 28px;
	margin-top: 70px;
	float: right;
}

/*
#top #mainTop #lastColumn #menyer2 a {
	text-decoration: none;
	color: #865C80;;
	font-size: 12px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
*/

#top #mainTop #menyer #topMeny {
	margin-top: 55px;
	float: left;
	width: 500px;
	display: block;
}

#top #mainTop #menyer #topMeny ul {
	padding-top: 0px;
	list-style-type: none;
	float: left;
}
#top #mainTop #menyer #topMeny ul li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}


#top #mainTop #menyer #topMeny ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}


#top #mainTop #menyer #topMeny2 {
	float: left;
	width: 500px;
	margin-top: 5px;
	display: block;
}
#top #mainTop #menyer #topMeny2 ul {
	padding-top: 0px;
	list-style-type: none;
	float: left;
}
#top #mainTop #menyer #topMeny2 ul li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}


#top #mainTop #menyer #topMeny2 ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#mainBackground {
	background-image: url(../images/Bakgrunn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	min-height: 600px;
	text-align: center;
}

/* */

#main {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	min-height: 600px;
	text-align: left;
	/* border: 2px solid #000; */
}





#menu {
	width: 215px;
	float: left;
}
#content {
	width: 805px;
	float: left;
}
