@charset "UTF-8";
/**
	Layoutuppdateringar
*/

/** 	Layout - huvudstruktur
*/
#left{
	background: url(../images/leftCol_bg.jpg) top left repeat-x;
	background-color: #f5f5f5;
	height: 600px;
}
#main{
	margin-left: 240px;
	background-color: white;
}
/**
	Layout - Sidelement
*/
#main .mod_article{
	padding: 20px;
}
/* Map locations */
.map_locations{

}
.mod_maplocations .location_description{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	background-color: white;
	white-space:nowrap;
	}
.mod_maplocations .location_description h1{
	display: none;
}
/**
	Layout - Personalsidan
*/
#main .person{
	padding: 0px 0px 30px 0px;
	margin: 0px 20px 40px 20px;
	border-bottom: 1px solid #ccc;
}
#main .person .ce_image{
	float: left;
	width: 120px;
	margin-right: 20px;
}
#main .person .ce_text{
	float: left;
	width: 515px;
}
#main .person .ce_text h2{
	margin-top: 0;
}

/**
	Layout - Konferens, lokaler
*/
#main .lokal{
	padding: 0px 0px 25px 0px;
	margin: 0px 20px 25px 20px;
	border-bottom: 1px solid #ccc;
}
#main .lokal .ce_image{
	float: left;
	width: 200px;
	margin-right: 20px;
}
#main .lokal .ce_text{
	float: left;
	width: 435px;
}
#main .lokal .ce_text h2{
	margin-top: 0;
}
