/* SIDANS HUVUDELEMENT */

body
{
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

#main-container
{
	margin: 6px auto;
	width: 732px;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	text-align: left;
}

h1
{
	font-family: verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

img
{
	border: none;
}


/* SIDHUVUD & MENY */

#header
{
	width: 732px;
	height: 46px;
	background-image: url('/.composer/images/header.jpg');
	background-repeat: no-repeat;
}

#menu-container
{
	margin: 0px 12px 5px 12px;
}

#menu-container ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-container ul li
{
	display: inline;
	color: #000;
	float: left;
	margin-right: 5px;
}


#menu-container ul li a
{
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}

#menu-container ul li a.active
{
	font-size: 12px;
}

a.active
{
	font-weight: bold;
}


/* SIDANS INNEHÅLLSDEL */
#page-container
{
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: #cccccc;
	position: relative;
	display: block;
	
	padding: 0;
}


/* RÄTT HÖJD PÅ ALLA INNEHÅLLSSIDOR */
#content-firstpage,
#content,
#content-rightcol
{
	overflow: auto;
	/* height = 468px -contenttop 14px -contentbottom 48px */
	height: 406px;
	min-height: 406px;
}

/* SPECIALARE PÅ FÖRSTA SIDAN */
#content-firstpage
{
	margin: 14px 64px 10px 12px;
	width: 312px;	
	display: inline;
	float: left;
	font-size: 12px;
	color: #000;
	font-family: verdana;
}

#content-karta
{
	margin: 14px 12px 28px 12px;
	font-size: 12px;
	color: #000;
	font-family: verdana;
	min-height: 428px;
}

#content,
#content-rightcol
{
	margin: 14px 12px 10px 12px;
	font-size: 12px;
	color: #000;
	font-family: verdana;
	position: relative;
}

#content-rightcol
{
	margin-left: 148px;
}

#right-column
{
	margin-top: 22px;
	position: relative;
	display: inline;
	float: left;
}

#info-container
{
	width: 304px;
	background-color: #cccccc;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	font-family: helvetica, arial;
	font-size: 12px;
	margin-top: 25px;
	text-align: left;
}

#info-text
{
	margin: 7px 10px 12px 5px;
	border-style: none;
	color: #000;
}

#info-text a
{
	color: #000;
}

#content-firstpage,
#content,
#content-rightcol
{
	/* lägger till de 48px som var margin-top på footer förut */
	margin-bottom: 48px;
}


#right-column
{
	position: relative;
	text-align: center;
}

#karta_startsida
{
	margin: auto 0;
}


/* SIDFOT */

#footer
{
	display: relative;
	height: 45px;
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: #cccccc;
	margin-top: 0;
}

#footertext
{
	display: inline;
	float: left;
	margin-left: 12px;
	margin-top: 14px;
	font-style: italic;
	font-family: arial;
	font-size: 12px;
}

#banners
{
	display: inline;
	float: right;
	margin-top: 2px;	
	margin-right: 13px;
}

#banner1
{
	background-image: url('/.composer/images/hlr_logga.jpg');
	width: 114px;
	height: 28px;
	display: block;
	float: right;
	margin-right: 16px;
	margin-top: 6px;
}

#banner2
{
	background-image: url('/.composer/images/civil_logga.jpg');
	width: 147px;
	height: 37px;
	float: right;
}

/* Undermenyer på innehållssidor */
#submenu-container
{
	height: 468px;
	position: absolute;
	float: left;
	width: 136px;
	display: inline;
	top: 0;
	margin-left: 2px;
	border-width: 0 2px 0 0;
	border-color: black;
	border-style: solid;
}

#submenu
{
	margin-top: 68px;
	margin-left: 4px;
}

#submenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#submenu li
{
	margin: 13px 0;
	padding: 0;
}

#submenu li a
{
	color: #000603; 
	font-size: 13px;
	font-weight: normal;
	font-family: verdana;
}

/* Formulär */
.form_module_form table,
.form_module_form table td
{
	border-style: none;
	cell-spacing: 0;
	cell-padding: 0;
	border-width: 0;
	padding: 0;
	border-collapse: collapse;
}

.form_module_form table td
{
	vertical-align: top;
	padding: 0;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 8px;
}

.form_text,
.form_label,
.form_description,
.form_heading,
.form_alert
{
	font-family: Verdana;
}

.form_text,
.form_alert
{
	font-size: 12px;
}

.form_label,
.form_description,
.form_heading,
.form_alert
{
	font-size: 12px;
}

.form_label,
.form_heading,
.form_alert
{
	font-weight: bold;	
	margin-top: 8px;
	margin-bottom: 8px;
}

.form_heading
{
	text-decoration: underline;
}

.form_description,
.form_alert
{
	font-style: italic;
}

.form_alert
{
	color: #ff0000;
}

.form_beigefield,
.form_field
{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

.form_beigefield
{
	background-color: rgb(255, 255, 204);
}

/*höger kolumn på hjärtstartarsök*/
#directions
{
	position: relative;
}

.close_window
{
	width: 12px;
	height: 12px;
	background-image: url('/.composer/images/hjarta/exit.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 85px;
	right: 20px;
}

#copyright
{
	margin: 6px auto;
	width: 732px;
	font-family: arial;
	font-size: 8pt;
	clear: both;
	text-align: right;
}

#sysreq
{
	float: left;
}

