*
{
	margin: 0;
	padding: 0;
}


body
{
	background: white;
	text-align: center;
}




#container
{

	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: center;
	padding: 0;	

}


#top
{
	clear: both;
	width: 750px;
	height: 76px;
	text-align: left;
	background: white;
}

#vanster
{
	float: left;
	width: 750px;
	padding-top: 15px;
	text-align: center;
	height: 35px;
	margin-bottom: 10px;
	background-image: url(bilder/meny.gif);
	background-repeat: no-repeat;
	background-color: #547743;
}

#content
{
	float: left;
	width: 750px;
	text-align: left;
	background-image: url(bilder/upp.jpg);
	background-repeat: no-repeat;
	background-color: #547743;
}




#hoger
{
	float: left;
	width: 400px;
	margin-left: 0;
	padding-left: 30px;
	padding-top: 20px;
	text-align: left;
}

#ner
{
	clear: both;
	height: 25px;
	background-image: url(bilder/ner.gif);
	background-repeat: no-repeat;
	background-color: #547743;
}



p 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: left;
	margin: 0px;
	color: white;
	padding-top: 10px;

}

a 
{
	font-family: Verdana, Arial, sans-serif;

	text-align: left;
	margin: 0px;
	color: white;
	text-decoration: none;

}

p.adress 
{
	font-family: "Century gothic", Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.0em;
	text-align: right;
	padding: 5px 20px 0 0;
	margin: 0;
	color: black;
}



h2
{
	font-family: "Century gothic", Verdana, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.6em;
	text-align: left;
	padding: 20px 0 0 0;
	color: white;
	font-weight: normal;
}






img 
{
	border: 0;
	margin: 0;
	padding: 0;
}

