body {
	font-family: lucida grande, verdana, arial, geneva;
	font-size: 11px;
	margin: 0;
	padding: 0 0 40px 40px;
	background: #fff;
	color: #3b372c;
	background: #f5f4f2 url(../img/bg_body.gif) repeat-y;
}

/** Fonts **/

h1 {
	font-family: AkzidGroStdSup, verdana, arial, geneva;
	font-size: 19px;
	text-transform: none;
	margin: 0 0 0px 0;
	padding: 0 0 10px 0;
	color: #3b372c;
}
	
h2 {
	font-family: AkzidGroStdSup, verdana, arial, geneva;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 0px 0;
	padding: 0 0 5px 0;
	color: #3b372c;
}

h3 {
	font-family: lucida grande, verdana, arial, geneva;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #3b372c;
}

a	{
	text-decoration: none;
	color: #f07e1b;
}

a.arrow, a.kbase-anchor-question	{
	text-decoration: none;
	color: #f07e1b;
	background: url(../img/arrow.gif) no-repeat;
	padding: 0 0 0 13px;
}

a.arrow:hover, a.kbase-anchor-question:hover	{
	background: url(../img/arrow_hover.gif) no-repeat;
}

a img	{
	border: 0;
}

a:hover {
	
}

img.textonright {
	float: left;
	margin: 5px 20px 5px 0px;
}

img.textonleft {
	float: right;
	margin: 5px 0 5px 20px;
}

hr {
	height: 1px;
	color: #d4d4d4;
	background-color: #d4d4d4;
	padding: 0;
	margin: 5px 0 10px 0;
	*margin: 5px 0 5px 0;
	border-bottom: 0px solid #fff;
	border-top: 0px solid #808183;
	border-right: 0px;
	border-left: 0px; 
}

.normal {
	clear: both;
}

.normal ul {
	padding: 10px 0 0px 20px;
}

.normal li {
	padding: 3px 0 3px 0;
}

/** Positionering **/

div.layout-body {
	margin: 0;
	width: 800px;
	border: 0px solid red;
}

div.top {
	height: 150px;
	background: url(../img/top_conto.jpg) no-repeat;
	padding: 0 0 20px 0;
	margin: 2px 0 0 0;
}

a.logga {
	display: block;
	float: left;
	height: 80px;
	position: relative;
	top: 40px;
	width: 300px;
}

div.content {
	float: right;
	width: 600px;
	border-left: 1px solid #b3b3a9;
	padding: 0 0 0 20px;
	}

div.full {
	width: 590px;
}

div.split-slot .left {
	float: left;
	width: 420px;
}

div.split-slot .right {
	float: right;
	width: 140px;
	padding: 0 10px 0 0;
}

/** menu **/

div.menu {
	float: left;
	width: 150px;
	padding: 0 0 0 20px;
}

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

div.menu ul li {
	margin: 0;
	padding: 0 0 2px 0;
	list-style-type: none;
}

div.menu ul a {
	color: #3b372c;
}

div.menu ul ul {
	margin: 0;
	padding: 0 0 10px 10px;
}

div.menu ul ul ul {
	margin: 0;
	padding: 0 10px 0 10px;
}

/** Search **/

#search {
	padding: 122px 10px 0px 0;
	float: right;
	width: 170px;
	text-align: right;
}

#searchform
{
	margin: 0;
	padding: 0;
}

.search-holder
{
	width: 170px;
	height: 19px;
	background: url(../img/bg_search.gif) no-repeat;
	padding: 0 0 0 0px;
	border: 0px solid green;
}

.search-input
{
	width: 120px;
	height: 19px;
	background: none;
	border: none;
	color: #000000;
	margin: 0px;
	padding: 3px 0 0 5px;
	font-size: 11px;
	display: block;
	float: left;
}

.searchButton {
	display: block;
	float: right;
}

/** Referensbox - full **/

div.full div.ref {
	clear: both;
	border-bottom: 1px solid #bfbbaf;
	padding: 20px 0px 20px 0;
	margin: 0 0px 0 0;
	overflow: hidden;
}

div.full div.ref-left {
	float: left;
	width: 244px;
}

div.full div.ref-right {
	float: right;
	width: 318px;
}

/** Referensbox - left **/

div.left div.ref {
	clear: both;
	border-bottom: 1px solid #bfbbaf;
	padding: 20px 0px 20px 0;
	margin: 0 0px 0 0;
	overflow: hidden;
}

div.left div.ref-left {
	float: left;
	width: 107px;
}

div.left div.ref-right {
	float: right;
	width: 300px;
}

/** Formulär - ny **/

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

.text-input {
	width: 97%;
}

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 {
	padding: 0 5px 0 0;
}

.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;
}


/*** Extended News module ***/

div#start-left .news-extra {
	padding: 0 28px;
}

.news-extra .content {
	border-left: 0px;
}

.news-extra-entry {
	border-bottom: 1px solid #D4D4D4;
	padding: 10px 0;
	clear: both;
	height: 100%;
	overflow: hidden;
}

.news-extra-entry-first {
	border-bottom: 1px solid #D4D4D4;
	padding: 0 0 10px 0;
	clear: both;
	height: 100%;
	overflow: hidden;
}

.news-extra-entry .image, .news-extra-entry-first .image {
	float: left;
	width: 150px;
	display: block;
}

.news-extra-entry .content, .news-extra-entry-first .content {
	float: left;
	width: 240px;
	display: block;
}

.news-extra-entry .format, .news-extra-entry-first .format {
	display: none;
}

.news-extra-entry .date, .news-extra-entry-first .date {
	font-weight: bold;
	display: none;
	font-size: 9px;
	color: #aaa;
	padding: 0 0 5px 0;
}

.news-extra-entry .title, .news-extra-entry-first .title {
	font-weight: bold;
	display: block;
}

.news-extra-entry .description, .news-extra-entry-first .description {
	display: block;
	clear: both;
	padding: 5px 0;
}

.news-extra-entry .link, .news-extra-entry-first .link {
	display: block;
}

/** Newsarch **/
div.newsarch-years {
	padding: 0 0 15px 0px;
}

span.newsarch-year-first {
	display: block;
	border-right: 1px solid #d4d4d4;
	float: left;
	padding: 0 5px;
}

span.newsarch-year {
	display: block;
	float: left;
	padding: 0 5px;
}

div.newsarch-entry {
	padding: 10px 0;
	clear: both;
}

div.newsarch-entry .date {
	display: block;
	float: left;
	width: 70px;
	font-weight: bold;
	font-size: 9px;
	color: #aaa;
}

div.newsarch-entry .news-content {
	display: block;
	float: left;
	width: 350px;
	padding: 0 0 0 15px;
}

div.left div.newsarch-entry .news-content {
	width: 250px;
}

div.newsarch-entry .news-content a {
	color: #3b372c;
}

div.newsarch-entry .arrow {
	display: block;
	float: left;
	width: 10px;
	padding: 0 0 0 15px;
}

/* Kalender */

div.calender {
	padding: 8px 0 0 15px;
	height: 100%;
	overflow: hidden;
}

.day {
	height: 20px;
	/*width: 15px;*/
	text-align: center !important;
}

#content-puff .day {
	height: 30px;
	/*width: 15px;*/
	text-align: center !important;
}

span.prev {
	display: block;
	width: 6px;
	float: left;
	padding: 0 0 5px 0;
}

span.month {
	display: block;
	margin: 0 auto;
	width: 100px;
	font-weight: bold;
	padding: 0 0 5px 0;
	text-align: center;
}

span.next {
	display: block;
	width: 6px;
	float: right;
	padding: 0 0 5px 0;
}

span.show-all {
	display: block;
	text-align: right;
	padding: 3px 0 0 0;
}

span.show-all a {
}

span.month a {
	color: #555;
	font-size: 11px;
}

div.calendar-left {
	float: left;
	padding: 0 10px 0 0;
	width: 100%;
}

div.day-content {
	float: left;
	width: 100%;
}

.calendar_vspace {
	background: url(../img/cal_div.gif) repeat-y;
	width: 1px;
}
.calendar_rowborder td {
	border-top: 1px #555 solid;
	cursor: default;
}
.calendar_body td, .calendar_heading td, .calendar_heading td a, .calendar_footer td {
	text-decoration: none;
	font-size: 11px;
}
.calendar_footer td {
	font-weight: normal;
}
.calendar_body td a {
	color: white;
	text-decoration: none;
	cursor: hand;
}
.calendar_body .calendar_day_event {
	background: #555;
	color: white;
	text-align: center;
}
.calendar_body .calendar_day_today {
	background: #DB8C11;
	color: white;
	text-align: center;
}
.calendar_event {
	display: none;
}

.event {
	border-bottom: 1px solid #D7D7D5;
	padding: 10px 0 10px 0;
}

.event-event {
	border-bottom: 1px solid #D7D7D5;
	padding: 4px 0 4px 0;
}

.calendar_body {
	clear: both;
	width: 100%;
}

.month-date {
	position: absolute;
}

.month-entry {
	padding: 0 0 0 80px;
}

div#content-right .calendar_event {
	display: none !important;	
}

div.calendar_intro {
	font-weight: bold;
	padding: 0 0 5px 0;
}

.calendar-show-month-name {
	text-transform: lowercase;
}

/** Knowledge Base **/

ul.kbase-anchor-list {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #b3b3a9;
} 

ul.kbase-anchor-list li {
	padding: 2px 0;
}

span.kbase-question {
	display: block;
	float: left;
}

span.kbase-question a {
	color: #000;
	font-weight: bold;
}

span.kbase-top {
	display: none;
	float: right;
}

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

span.kbase-answer {
	display: block;
	clear: both;
	padding: 5px 0 15px 0;
	border-bottom: 1px dotted #b3b3a9;
	margin: 0 0 15px 0;
}

/* Surveylist - högerkolumn  */

div.survey .servey-rub {
}

div.survey .servey-content {
}
div.survey .servey-q {
}

ul.survey-list {
	margin: 0 !important;
	padding: 5px 0 !important;
	list-style-type: none;
}

ul.survey-list li {
	padding: 2px 0;
}

/* Surveylist - mittenkolumn  */

div.main-left div.survey .servey-rub {
	background: none;
	margin: 0 0 0 0;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 14px;
	display: none;
}

div.main-left div.survey .servey-content {
	background: #ffffff !important;
	border: 0px solid #cecece !important;
	font-size: 12px !important;
}


div.main-left div.survey .servey-content h3 {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin: 5px 0;
	padding: 0;
	color: #860000;
	font-weight: bold;
}

ul.survey-list {
	margin: 0 !important;
	padding: 5px 0 !important;
	list-style-type: none;
}

ul.survey-list li {
	padding: 2px 0;
}

/* RSS */

div.rss-module {
	clear: both;
padding: 3px 0;
}