/* CSS menumall */

body {	margin: 30; 
	padding: 0;
	background-color: white;
	
}
p {font-family: tahoma; font-size: 1em; color: #808080}


#centrering {
	width: 660px;
	height: 350px;
	position: absolute; left: 10%; top: 20%; 
}

#sidhuvud {background: white; padding: 0px;}

#kolumncontainer {background: white; 
		float:left; width: 400px; 
		height: 130px; 
		position: relative; 
		left: 150px; top: 1px;}
#kolumn1 {float:left; border:"0"; padding: 10px; background: white;}
#kolumn2 {float:left; border:"0"; padding: 10px; background: white;}
#kolumn3 {float:left; border:"0"; padding: 10px; background: white;} 


.liten {font-size: 12px; 
	letter-spacing: 0.1em;
	underlining: none;
	color: white;}

#textbox{position: absolute; left: 3em; top: 200px; bottom: 1em;
	margin: 3em 1em 1em 1em; 
	text-align:justify;
	width: 100em;}

/* test för att hitta position - position: relative; left: 1px; top: 1px; */
