html {overflow-y: scroll;}

#main {
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	width:1000px;
background: #FFFFFF; <!-- baggrund main skal være FFFFFF -->

}


#top {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	
	top:0px;

	width:1000px;
	height: 140px;

}

#menu1 {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	left:0px;
	top:0px;

	width:1000px;
	height: 25px;
background: #0070C0;
text-align:center;
color:FloralWhite ;

}


#main2 {
position:relative;
	left: 0px;
	top:0px;
	width:1000px;
	margin-left: 20px;
	margin-right: 20px;
}

#menu2 {
position:relative;
	left: 0px;
	top:0px;
        height: 650px;
	width:150px;
margin-left: -20px;
margin-top: 30px;
line-height: 2;


background-image: url(http://www.vilstedif.dk/uploads/images/menu2_back.gif);
background-position: right; 

}

#content {
position:relative;
	left: 160px;
	top:-680px;
	width:800px;
background: #FFFFFF;
}




#bot {
position:fixed;	
vertical position:center;
bottom:30px;


width:1000px;
height: 25px;
background: #0070C0;
text-align:center;
color:FloralWhite ;
}



#made {
position:fixed;	
vertical position:center;
bottom:0px;

width:1000px;
height: 30px;
background: #FFFFFF;
text-align:center;
vertical-align: middle;

}

/* Stylesheet: vif Modified On 2015-04-12 20:55:09 */
