/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #646464;
	background: transparent url(../images/bg.jpg) top center repeat-y;
	font-size: 12px;
}

.clr {
	float:left;
	overflow: hidden;
	height:0px;
	clear: both;
}

.clear {
	clear: both;	
}

.center {
	width: 770px;
	margin: 0px auto;
}

.margin {
	margin: 0 5px;
}

.header {
	height: 115px;
	background: transparent url(../images/topbanner.jpg) top left;
	position:relative;
}

.headerlinks {
	position: absolute;
	top: 30px;
	right: 100px;
	width: 150px;
	line-height: 24px;
}

.headerlinks a {
	font-size: 16px;
	color: #6a83b8;
	font-weight: bold;
	text-decoration: none;
}

.topmenu {
	height: 43px;
	border-bottom: 1px solid #ddd;
}

.topmenu ul {
	margin-left: 5px;
}

.topmenu ul li {
	float: left;
}

.topmenu ul li a {
	border-bottom:5px solid white;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 28px;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	padding: 10px 12px 0;
	color: #646464;
}

.topmenu ul li.active a {
	border-bottom:5px solid orange;
	color: #FF9900;
}

.content {
	padding: 0 17px;
	border-bottom: 1px solid #ddd;
}

.content .contentheading, .content .componentheading {
	font-size: 42px;
	color: #FF9900;
	line-height: 70px;
	letter-spacing: -2px;
}

.content .contentpaneopen {
	font-size: 12px;
	width: 100%;
}

.content .contentpane {
	margin-bottom: 10px;
}

.content .contentpaneopen strong {
	font-weight: bold;
	color: black;
}

.bigpicture {
	border-bottom: 1px solid #ddd;
}

.bigpicture .wrapper {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bigpicture .mod_placehere_slider {
	padding:3px;
	margin: 8px 17px;
	border: 1px solid #ddd;
	position: relative;
}

.bigpicture .mod_placehere_leading {
	position: absolute;
	top: 3px;
	left: 3px;
}

.bigpicture .slidercontrol_slider {
	position: absolute;
	top: 10px;
	left: 10px;
}

.bigpicture .slidercontrol_slider a {
	color: white;
	text-decoration: none;
	font-size: 11px;
}

.bigpicture .slidercontrol_slider li {
	clear: right;
}

.bigpicture .slidercontrol_slider li.active a {
	color: #FF9900;	
}

.banners {
	height: 119px;
	border-bottom: 1px solid #ddd;
}

.banners .cal {
	background: transparent url(../images/bannerbg_cal.gif) top left;
	float: left;
	width: 379px;
	height: 119px;
}

.banners .meny {
	background: transparent url(../images/bannerbg_meny.gif) top left;
	float: right;
	clear: right;
	width: 379px;
	height: 119px;
}

.banners a {
	display: inline-block;
	margin: 34px 35px;
	text-decoration: none;
	color: #333;
	font-size: 11px;
}

.banners a .title {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #533e26;
}

.footer {
	margin-top: 20px;
	height: 40px;
	background-color: #f3f3f3;
	display: block;
	color: #999;
	font-size: 10px;
	padding: 20px;
}

.footer td {
	width: 25%;
}

.footer a {
	text-decoration: none;
	color: #666;
}

/* css for mod_placehere (4-column layouts) */

.content .mod_placehere {
	overflow: auto;
}

.content .mod_placehere_following .contentheading {
	color: #646464;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.content .mod_placehere .contentpaneopen *, .content .mod_placehere_following .contentheading {
	color: #aaa;
}

.content .bloglayout .contentpaneopen * {
	color: #646464;
}

.spring .content .mod_placehere {
	background: url(../images/column1.gif) top left no-repeat;
}

.spring .content .mod_placehere_col1 {
	color: #646464;
}

.summer .content .mod_placehere {
	background: url(../images/column2.gif) top left no-repeat;
	color: #646464;
}

.autumn .content .mod_placehere {
	background: url(../images/column3.gif) top left no-repeat;
	color: #646464;
}

.winter .content .mod_placehere {
	background: url(../images/column4.gif) top left no-repeat;
	color: #646464;
}

.winter .content .bloglayout,
.spring .content .bloglayout, 
.summer .content .bloglayout, 
.autumn .content .bloglayout {
	background-image: none;
}

.winter .content .bloglayout .mod_placehere_following,
.spring .content .bloglayout .mod_placehere_following, 
.summer .content .bloglayout .mod_placehere_following, 
.autumn .content .bloglayout .mod_placehere_following {
	height: auto;
	width: 680px;
	padding: 0;
}

.winter .content .mod_placehere_col4 .contentpaneopen * {
	color: #646464;
}

.content .mod_placehere_following {
	width: 122px;
	float: left;
	height: 342px;
	margin-bottom: 20px;
	margin-right: 18px;
	padding: 0 23px;
}

.content .mod_placehere_col4 {
	margin-right: 0px;
}

.content .mod_placehere_following .contentpane {
	margin: 23px 23px 0 23px;
}


.sig {
	width: 250px;
}

.wards_karta {
	width: 342px;
	height: 300px;
	float: right;
	padding: 4px;
	border: 1px solid #ccc;
}

.gsmsc-mapDiv {
	height: 300px;
}

.gsmsc-idleMapDiv {
  display: none;
}

.gsmsc-controls {
	display: none;
}

#split_left {
	width: 370px;
	float: left;
}

#split_right {
	float: right;
	width: 330px;
	margin-top: 70px;
}
