@import url(http://www.testwebben.se/1271/5713.css); 


#container
{
	
	float: left;
	width: 640px;
	background-color: #fff;
	height: 450px;
	overflow: auto;
	margin-top: 0px;
	overflow-y: hidden;
	overflow-x: hidden;
	padding: 20px;
}

#form
{
	
	float: left;
	width: 300px;
	padding: 10px;
	margin-top: 10px;
	background-color: #fff;
	height: 320px;
	overflow-y: hidden;
	overflow-x: hidden;

}


#main-right
{
	
	float: left;
	width: 250px;
	padding: 10px;
	margin-top: 10px;
	background-color: #fff;
	height: 320px;
	overflow: auto;
	overflow-y: hidden;
	overflow-x: hidden;


}
#bottom
{
	
	float: left;
	width: 690px;
	padding: 10px;
	background-color: #fff;
	height: 140px;
	overflow-y: none;
}


/* KONTAKTFORMULÄR --------- */

#mContactForm input,
#mContactForm textarea
{
	color: black;
	width: 200px;
	margin: 0em;
}

#mContactForm textarea
{
	height: 70px;
}

