* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 13pt;
	color: #6e6e6e;
}

a {
	color: #003960;
	text-decoration: underline;
}

a img {
	border: none;
}

a.arrow {
	color: #003960;
	text-decoration: underline;
	background: url(../img/arrowlink.gif) no-repeat left;
	padding: 0 0 0 10px;
}

a.arrowlink {
	color: #003960;
	text-decoration: none;
	background: url(../img/arrowlink.gif) no-repeat left;
	padding: 0 0 0 10px;
}

a.arrow-bold {
	color: #003960;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/arrowlink.gif) no-repeat left;
	padding: 0 0 0 10px;
}

.rand {
	border-right: 1px solid #e6e6e6;
}

img.greyborder {
	border: 1px solid #afafad;
	padding: 2px;
}

h1 {
	background: url(../img/logga.png) no-repeat;
	float: left;
	height: 31px;
	width: 142px;
}

h1 a {
	display: block;
	text-indent: -5000px;
	height: 31px;
	width: 142px;
}

h2 {
	padding: 0;
	margin: 0;
}

.headline-2 {
	color: #797979;
	font-size: 20px;
	font-family: gill sans, times, serif;
}

.headline-blue {
	color: #003a62;
	font-size: 14px;
	font-family: gill sans, times, serif;
}

.headline-grey {
	color: #797979;
	font-size: 14px;
	font-family: gill sans, times, serif;
}

hr {
	margin: 14px 0 14px 0;
	*margin:  8px 0 8px 0;
	*padding: 0px;
	color: #e6e6e6;
	height: 1px;
	border: 0;
	background-color: #e6e6e6;
}

img.textonleft {
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
}

img.textonright {
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	float:left;
}

.normal{
	clear: both;
}


ul {
	list-style: bullet;
	margin: 0 0 0 20px;
}

div#top {
	background: url(../img/bg_shadow_top.gif) repeat-x bottom;
	padding: 52px 0 0px 0;
	overflow: hidden;
}

div#middle {
	padding: 18px 0 11px 0;
	width: 887px;
	margin: 0 auto;	
}

div#middle-sub {
	margin: 18px auto 11px auto;
	width: 887px;
	background: url(../img/bg_divider_sub.gif) repeat-y;
	height: 100%;
	overflow: hidden;
}

div#bottom {
	background: url(../img/bg_shadow_bottom.gif) repeat-x top;
	padding: 33px 0 0 0;
}

div#menu-top {
	width: 887px;
	margin: 0 auto;
}

div#container {
	background: url(../img/bg_divider.gif) repeat-y;
	height: 100%;
	overflow: hidden;
}

div#container-left {
	float: left;
	width: 426px;
}

div#container-right {
	float: right;
	width: 411px;
}

div#container-right div#split-left {
	float: left;
	width: 243px;
}

div#container-right div#split-right {
	float: right;
	width: 151px;
}

div#footer {
	width: 887px;
	margin: 0 auto;
}

div#footer a {
	text-decoration: none;
	color: #003960;
}

div#footer .fot-rand {
	border-bottom: 1px solid #cecece;
}

/* Menu level 1 start */

div#menu1 {
	float: right;
	padding: 9px 0 0 0;
}

div#menu1 ul {
	color: #797979;
	list-style:none;
}

div#menu1 ul li {
	float: left;
	padding: 0 0 0 15px;
	height: 53px;
}

div#menu1 ul li a {
	float: left;
	padding: 14px 15px 0px 0;
	height: 38px;
}

div#menu1 ul li.active {
	background: url(../img/left_tab.gif) no-repeat;
}

div#menu1 ul li.active a {
	background: url(../img/right_tab.gif) no-repeat top right;	
}

/* Menu level 1 end */


/* Menu level 2 start */

div#menu2 {
	width: 169px;
	float: left;
	/*min-height: 10px;
	*height: 10px;*/
}

ul.menu2 {
	color: #797979;
	list-style: none;
}

ul.menu2 li.two {
	padding: 0 0 0 15px;
	background: url(../img/submenu_arrow.gif) no-repeat left top;
	margin-bottom: 15px;
}

ul.menu2 li.two-active {
	padding: 0 0 0 15px;
	background: url(../img/submenu_arrow_active.gif) no-repeat left top;
	margin-bottom: 15px;
}

/* Menu level 2 end */

/* Menu level 3 start */

ul.menu3 {
	color: #797979;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu3 li.three {
	background: url(../img/menu_arrow.gif) no-repeat left top;
	padding: 0 0 0 10px;
}

ul.menu3 li.three-active {
	padding: 0 0 0 16px;
}

ul.menu3 li.three-active a {
	color: #bababa !important;
	font-weight: bold;
	text-decoration: none;
}

/* Menu level 3 end */

/* Menu level 4 start */

ul.menu4 {
	color: #797979;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu4 li.four {
	padding: 0 0 0 0px;
	background: url(../img/submenu_arrow.gif) no-repeat left top;
}

ul.menu4 li.four-active {
	padding: 0 0 0 0px;
	background: url(../img/submenu_arrow_active.gif) no-repeat left top;
}

/* Menu level 4 end */

div.content-full {
	width: 680px;
	float: right;
	padding: 0 0 0 0px;
}

div#content-split {
	width: 698px;
	float: right;
	height: 100%;
	overflow: hidden;
}

div#content-split div.content {
	width: 313px;
	float: left;
	padding: 0 0 0 18px;
}

 div#content-split div.content-right {
	width: 342px;
	float: right;
	padding: 0 0 0 0px;
}

div#content-split-second {
	width: 698px;
	float: right;
}

div#content-split-second div.content {
	width: 385px;
	float: left;
	padding: 0 0 0 18px;
}

div#content-split-second div.content-right {
	width: 270px;
	float: right;
	padding: 0 0 0 0px;
}

/* Form module */
form.form-module {
	padding: 10px 0 0 0;
}

form.form-module .row {
	width: 350px;
	overflow: hidden;
}

form.form-module .col {
	padding: 0 0 5px 0;
	overflow: hidden;
}

form.form-module label span {
	display: block;
	float: left;
}

form.form-module label input {
	width: 200px;
	display: block;
	float: right;
}

form.form-module select {
	width: 200px;
	float: right;
}

form.form-module textarea {
	width: 200px;
	height: 200px;
	float: right;
}

form.form-module textarea, form.form-module input, form.form-module select {
	border: 1px solid #6E6E6E;
}

form.form-module .col {
	
}

/* nyhetsarkiv */

div.newsarch-year {

}

div.newsarch .entry {
	padding: 15px 0;
}

div.newsarch .date {
	font-weight: bold;
	color: #003960
}

div.newsarch .name a {
	font-weight: bold;
	text-decoration: none;
	color: #6e6e6e;
}

div.newsarch .description a {
	color: #6e6e6e;
	text-decoration: none;
	padding-bottom: 20px;
}

/* Apartments module */

.rub {
	font-weight: bold;
	color: #003960;
}

fieldset {
	border: none;
}

fieldset ol {
	list-style-type: none;
}

fieldset ol li {
	padding: 0 0 7px 0;
	overflow: hidden;
}

.border {
	border: 1px solid #00395f;
	float: left;
	width: 200px;
}

.button {
	padding: 15px 0 0 220px;
}

li.rub-first {
	padding: 0px 0 0px 0;
}

li.rub {
	padding: 25px 0 0px 0;
}

fieldset ol li label {
	width: 100px;
	display: block;
	float: left;
}

.submit-button {
	border: 0px !important;
	margin: 15px 0px 0px 266px;
	background: transparent url(/img/button-background.gif) no-repeat top right;
	height: 19px;
	line-height: 19px;
	width: 84px;
	color: #fff;
}

.gallery-list {
	display: none;
}

p.error {
  color: red;
  display: block;
  clear: left;
  margin-bottom: 1em;
}

/*#gallery-container, #gallery-secondary {
	height: 172px;
	width: 151px;
	overflow: hidden;
}*/

/** Report **/

form.report textarea, form.report input, form.report select {
	border: 1px solid #6E6E6E;
}

.report-ruta {
	width: 150px;
	margin: 2px 0;
	padding: 2px 0;
}

.report-drop {
	margin: 2px 0;
	padding: 2px 0;
}

/*** Lediga lokaler ***/

div.lediga-lokaler {
	clear: both;
	padding: 0 0 15px 0;
	overflow: hidden;
}

div.lediga-lokaler-first {
	float: left;
	padding: 0 17px 0 0;
	width: 103px;
}

div.lediga-lokaler-second {
	float: left;
	padding: 0 0px 0 0;
	width: 103px;
}

div.lediga-lokaler-third {
	float: right;
	width: 103px;
}