/* MAIN LAYOUT */

body
{
	text-align: center;
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
}

#content p,
#content div
{
	font-size: 11px;
}

#old-browser
{
	display: none;
}

#main-container
{
	width: 1000px;
	margin: 3px auto;
	text-align: left;
}

#columns
{
	width: 1000px;
	min-height: 635px;
	position: relative;
}

a img
{
	border: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
h3,h4,h5,h6 {
	font-size: 12px;
	font-weight: normal;
}

p, p.style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

a:hover {
	color:#333333;
}


/* HEADER */
#header
{
	width: 1000px;
	height: 191px;
	position: relative;
}

#url
{
	width: 9px;
	height: 77px;
	background-image: url('/_composer/images/www_sund_ax.jpg');	
	position: absolute;
	left: -10px;
	top: 25px;
}

#header-pic
{
	width: 1000px;
	height: 120px;
	background-image: url('/_composer/images/header-pic.jpg');	
}


/* TAB MENU */

#tab-menu-container
{
	width: 1000px;
	height: 25px;
}

#tab-menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}

li.tab-menu
{
	display: inline;
	float: left;
	text-align: center;
	position: relative;
}

a.tab-menu
{
	display: block;
	width: 100px;
	height: 19px;
	background-color: #bdd6ed;
	background-image: url('/_composer/images/tab-menu-bg.jpg');
	color: #36556b;
	text-decoration: none;
	padding-top: 6px;	
} 

#tab-menu li .active
{
	background-image: url('/_composer/images/tab-menu-bg-active.jpg');
	color: #fff;	
}



/* UTILITY MENU */

#utility-menu-container
{
	width: 1000px;
	height: 22px;
	max-height: 22px;
	position: absolute;
	overflow: hidden;
}

#utility-menu
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	margin-top: 4px;
	color: #36556b;
}

#utility-menu li
{
	display: inline;
	margin-right: 10px;
	float: left;
}

#utility-menu li a
{
	color: #36556b;
	text-decoration: none;
}

#search-container
{
	display: inline;
	float: right;
	width: 141px;
	height: 20px;
}

/* BREADCRUMB */
ul#breadcrumb
{
	margin: 0;
	list-style: decimal outside;
	display: inline;
}

ul#breadcrumb li
{
	padding-left: 0.5em;
	display: inline;
	float: left;
	margin-right: 0;
}

ul#breadcrumb li a
{
	color: #36556b;
}



/* SEARCHBOX */

.search
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Geneva,Arial,sans-serif;
	font-size: 11px;
}

#default_query
{
	overflow: hidden;
	position: absolute;
	top: 4px;
	left: 22px;
}

.searchbox
{
	background-color: #fff;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	width: 141px;
	height: 20px;
	position: relative;
	background-image: url('/.composer/images/search-bg.jpg');
	margin-top: 1px;
}
				
.searchbox_left
{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 19px;
	background-color: transparent;
	background-image: url('/.composer/images/magnifier.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

#query
{
	position: absolute;
	background-color: transparent;
	width: 110px;
	height: 16px;
	top: 2px;
	right: 10px;
	border: none;
}


/* MAIN MENU */

#main-menu-container
{
	width: 1000px;
	height: 24px;
	background-image: url('/_composer/images/menu-bg.jpg');
	margin-top: 22px;	
}

/* LEFT COLUMN */ 
#left-column
{
	width: 183px;
	height: 100%;
	position: absolute;
	display: inline;
	float: left;
	top: 0;
	left: 0;
}

.module-box
{
	padding-right: 7px;
	width: 176px;
	height: 153px;
	background-image: url('/_composer/images/module-box.png');	
	margin-bottom: 4px;
	position: relative;
}

#calendar-container
{
	margin-top: 9px;
	text-align: center;
	position: relative;
}

.module-heading
{
	width: 176px;
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	margin-bottom: 8px;
}

.module-box ul
{
	list-style: none;
	padding: 0 10px;
	margin: 0;
}

.module-box ul li a
{
	color: #000;
}

.vertical-divisor
{
	width: 1px;
	height: 100%;
	position: absolute;
	display: inline;
	float: left;
	background-image: url('/_composer/images/dotted.gif');	
	top: 0;
}

/* CALENDAR */
.calendar_main
{
	font-size: 11px;
	font-family: Verdana;
}

.calendar_month
{
	margin: 0 auto;
	width: 146px;
}

.calendar_month,
.calendar_month td
{
	text-align: center;
}


td.calendar_month_head
{
	text-align: center;
	position: relative;
	
}

.calendar_month_heading,
.calendar_month_heading a
{
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.calendar_month_mark a
{
	color: #444d56;
	text-decoration: none;
	font-weight: bold;
	background-color: #bdd6ed;
}

/* UPCOMING EVENTS */
.evenemangsruta
{
	position: relative;
	clear: left;
}

ul.calendar_list
{
	line-spacing: 0px;
}

.calendar_list
{
	text-align: left;
	margin-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.calendar_list li
{
	list-style: none;
	margin-bottom: 8px;
}


.calendar_list li h4 a
{
	font-family: arial;
	font-size:	11px;
	font-weight: normal;
	text-decoration: none;
}


/* PUBLIC NOTICES */
.kungorelser_kort_lista li
{
	margin-bottom: 12px;
}

.kungorelser_list_head
{
	font-family: verdana;
	font-size: 9px;
	text-decoration: none;
}

/* PROTOCOLS */
.protokoll_list li
{
	margin-bottom: 12px;
}


.protokoll_list li h4 a,
.protokoll_senaste
{
	font-family: verdana;
	font-size:	9px;
	text-decoration: none;
}

.gamla_protokoll, .protokoll_lista_mera
{
	display: none;	
}




/* CONTENTS */

#right-column
{
	width: 815px;
	display: inline;
	float: left;
	position: relative;
	left: 184px;
}

#content
{
	min-height: 500px;
	margin: 40px 32px 40px 23px;		
}

/* SERVICES */

#horizontal-divisor
{
	width: 815px;
	height: 1px;
	background-image: url('/_composer/images/dotted.gif');	
}

#services
{
	height: 124px;
}

#housing-container
{
	
}	

.service-box
{
	width: 196px;
	height: 116px;
	background-image: url('/_composer/images/service-box.png');	
	margin-right: 1px;
	margin-top: 5px;
	display: inline;
	float: left;
}

.service-heading
{
	width: 189px;
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	margin-bottom: 8px;
}

.service-banner
{
	margin-left: 2px;
	width: 186px;
	height: 64px;
	text-align: center;
	position: absolute;
	vertical-align: middle;
	display: table-cell;
	
}

.service-box ul
{
	list-style: none;
	margin: 0;
	padding: 10px 16px;
}

.service-box ul li
{
	margin: 0;
}

.service-box ul li a
{
	color: #000;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}

/* CONTACT US */
.opening-hours,
.contact-details
{
	font-family: Verdana;
	font-size: 10px;
}

.opening-hours
{
	text-align: center;
}

.contact-details
{
	padding-left: 10px;
}


/* FOOTER */

#footer
{
	width: 1000px;
	height: 48px;
	background-image: url('/_composer/images/footer-bg.jpg');
	color: #36556b;
	text-align: center;
	position: absolute;
}

.footer-text
{
	margin-top: 18px;
}

