html {
	overflow-x:auto;
	overflow-y:scroll;
}

#container {
overflow: hidden;
}

.container {
	background-color: #ffffff;
}

#secondary1, #secondary2 {
background: gray;
}

#secondary1 p,
#secondary2 p,
#mainContent p {
padding: 1em;
}

#header {
	background: url(../images/top.png) bottom no-repeat;
	width: 944px;
	height:204px;
}

#logo {
	position: relative;
	top: 64px;
	left:42px;
	width:159px;
	z-index:100;
}

#toptekst {
	position: relative;
	top: 75px;
	width: 388px;
	font-size: 12px;
	background:url("../images/toptekst.png") no-repeat;
	height:26px;
	left:10px;
	overflow:hidden;
	position:relative;
	text-indent:-100em;	
}

#mainbg {
	background-color: #ffffff;
}

#pige {
	width:944px;
	height: 496px;
	position: relative;
	background:url("../images/pige.jpg") no-repeat;
	overflow:hidden;
	position:relative;
	text-indent:-100em;	
}

a:link,
a:visited {
	color: #DF2525;
	text-decoration: none;
}

a:hover {
color:#000000;
text-decoration: underline;
}


.end {
	margin-bottom: 20px;
}

.endrod {
	margin-bottom: 40px;
}

#rod {
	background:url("../images/rod.png") no-repeat scroll center bottom transparent;
	width: 944px;
	height:140px;
}


#footer {
	height: 107px;
	background-color: #ffffff;
	background-image: none;

}

#footer img {
	float: right;
	margin: 31px 40px 15px 0px;
}

#footer a img {
	margin-right: 17px;
	margin-top: 36px;
}

