/*

File: css/default.css
Description: Main elements CSS stylesheet for Botkyrka website
Author: Magnus Grönberg, Houdini Interactive
Author URI: http://www.houdini.se

*/

/* LAYOUT ELEMENTS */

#wrapper{
	width: 980px;
	margin: 0 auto;
}

#top_buttons{
	float: right;
}

#tabs{
	margin-top: -0.2em;
	float: left;
}

#tabs li{
	list-style-type: none;
	margin-bottom: -0.5em;
}

#eu{
	width: 127px;
	height: 87px;
	position: absolute;
	right: -130px;
}

#main_content{
	float: right;
	width: 833px;
	margin-top: -0.2em;	
	background: url(../img/bg_main.png) repeat-y;
	background-position: right;
}

#content_box{
	margin: 9px 9px 9px 9px;
	width: 788px;
}

.column_left{
	width: 250px;
	float: left;
	margin-right: 9px;
	margin-top: 1em;
}

#main-nav{
	list-style-type: none;
	margin-top: 0.2em;
	margin-bottom: 3.5em;
}

#main-pic{
	
}

.main_column_right{
	width: 520px;
	float: right;
	margin-top: 1em;
}

.spalt{
	margin-top: 1em;
}

.main_thick{
	width: 507px;
	padding-top: 0.5em;
}

.thin{
	width: 246px;
	padding-top: 1em;
}

.kal-nav{
	text-align: center;
	margin-bottom: 1em;
}

.kal-heading{
	background: #e0dcd4;
	height: 20px;
	padding-left: 0.5em;
}

#footer{
	float: right;
}


