body {
	background: #4e1321 url(../img/bg_body.jpg) repeat-y;
	margin: 0px;
	padding: 0px;
}

body, table, td {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #515151;
}

a {
	color: #307500;
}

a.arrow {
	background: url(../img/arrow.gif) no-repeat;
	padding: 0 0 0 10px;
}

h1 {
	background: url(../img/logga.gif) no-repeat;
	height: 33px;
	margin: 0;
}

h1 a {
	display: block;
	text-indent: -5000px;
	height: 33px;
}

h2 {
	color: #a71a29;
	font-weight: normal;
	margin: 0;
	padding: 0 0 14px 0;
}

h3 {
	color: #a71a29;
	font-size: 12px;
	font-weight: bold;
}

/*** Bild styles ***/
img {
	border: 0px;
}

img.border {
	border: 1px solid #d9d9d9;
	padding: 1px;
}

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

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

/*** Positionering ***/

div#layout-body {
	width: 840px;
	padding: 0 0 0 102px;
	/*height: 50px;*/
}

div#top {
	background: #b65b66 url(../img/bg_top.gif) no-repeat;
	border-bottom: 7px solid #d4caa8;
	height: 100%;
	overflow: hidden;
}

div#top div#logga {
	padding: 34px 0 0px 18px;
	margin: 0px 0px 20px 0px;
	*margin: 0px 0px 15px 0px;
}

div#top-bild {
	padding: 0px 0 0px 2px;
	margin: 2px 0 16px 0;
}

/*** Footer ***/

div#footer {
	padding: 20px 19px 0px 30px;
	background: #fff url(../img/bg_footer.gif) repeat-x;
	height: 75px;
	line-height: 1.6em;
}

div#footer, div#footer a {
	color: #515151;
	font-size: 10px;
	text-decoration: none;
}

/*** Content start ***/

div#content-start {
	padding: 0 19px 0 30px;
	background: url(../img/bg_content_start.gif) repeat-y;
	height: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}

div#content-start div#left {
	float: left;
	width: 518px;
}

div#content-start div#right {
	float: right;
	width: 226px;
}

/*** Content sub ***/

div#content-sub {
	padding: 0 34px 0 26px;
	background: url(../img/bg_content_sub.gif) repeat-y;
	height: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}

div#content-sub div#left {
	float: left;
	width: 167px;
}

div#content-sub div#right {
	float: right;
	width: 557px;
}

/*** Topmeny ***/

div#menu {
	padding: 0 0 20px 28px;
	*padding: 0 0 5px 28px;
	float: left;
	width: 580px;
}

div#menu a {
	text-transform: uppercase;
	font-family: Frutiger Light, arial, verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

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

div#menu ul li {
	float: left;
	border-left: 1px solid #fff;
	padding: 0 12px 0 12px;
	height: 13px;
}

div#menu ul li.first {
	float: left;
	border-left: 0px solid #fff;
	padding: 0 12px 0 0px;
}

/*** Menu level 2 ***/

div#content-sub div#left ul {
	margin: 0;
	padding: 0;
	color: #2a2a2a;
	list-style: none;
}

div#content-sub div#left ul a {
	text-decoration: none;
	color: #2a2a2a;
}

div#content-sub div#left ul a.active {
	color: #9e0c1b;
}

div#content-sub li.menulevel3 {
	padding: 0 0 0 10px;
}

/*** Sök start ***/

div.search {
	padding: 0px 19px 0 0;
	float: right;
	height: 20px;
	text-align: right;
}

div.search .searchButton {
	display: block;
	width: 27px;
	padding: 0px 0 0 0;
	float: left;
}

div.search .searchBox {
	border: 1px solid #e3bfc3;
	background: #c87f88;
	padding: 1px 0;
	width: 120px;
	font-size: 10px;
	float: left;
}

div.module-search {
	padding: 0 0px 0 0px;
}

/*** Sök slut ***/

/* Formulär - ny ****************************************************/

form.form-module {
	background: #fff;
}

.text-input {
	width: 95%;
}

form.form-module div.form-module-inside {
  padding-left: 0px;
  padding-right: 0px;
}

form.form-module div.form-module-bottom {
  padding: 0px 0px 0px 0px;
}

.row {
  overflow: hidden;
  height: 100%;
}

.col {
  float: left;
  padding: 5px 0 5px 0;
  width: 46%;
  overflow: hidden;
}

.col1, .col2, .col3 {

}

.colspan1 {
  width: 30%;
}

.colspan2 {
  width: 60%;
}

.colspan3 {
  width: 90%;
}

form.form-module select {
  border: 1px solid silver;
  width: 100%;
}

.popup {
  width: 100%;
}

.section {
  
}

.reset-button {
  float: left;
}

label.checkbox-label span, label.radio-button-label span {
  padding-left: 3px;
}

label.file-label, label.file-label span, label.textarea-label span, span.popup, label.checkbox-label, label.radio-button-label {
  display: block;
  padding: 2px 0 2px 0;
}

.error {
  border: 1px dotted red;
  background-color: pink;
  display: block;
  padding: 3px;
  margin-top: 5px;
}
