body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #d3d3d3 url(../img/bg_body.jpg) repeat-x top left;
	color: #444444;
}

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

.full .normal, .form-module {
	padding: 0 60px 0px 45px;
	clear: both;
}

.container-right .normal, .form-module, .module-search {
	padding: 0 55px 0px 45px;
	clear: both;
}

.content-right .nomargin {
	padding: 0 3px 3px 0;
}

/*** Fonts ***/
p {
	line-height:  16px;
}

.ingress {
	font-size: 13px;
	line-height: 18px;
	clear: both;
}

h1 {
	font-family: futura light, arial, geneva;
	font-size: 28px;
	font-weight: normal;
	margin: 30px 0 15px 0;
	padding: 0;
}
	
h2 {
	font-family: futura, arial, geneva;
	font-size: 18px;
	margin: 0px 0 4px 0;
	font-weight: bold;
}

h3 {
	font-family: futura, arial, geneva;
	font-size: 14px;
	border-bottom: 1px dotted silver;
}

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

a.arrow	{
	text-decoration: none;
	color: #b30d16;
	background: url(../img/arrow.gif) no-repeat;
	padding: 0 0 0 15px;
}

a.arrow:hover	{

}

a img	{
	border: 0;
}

a:hover {
	
}

a.anchor {
	color: #000;
}

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

/*** Positionering ***/

.layout-body {
	width: 1005px;
	/*margin: 0 auto;*/
}

.container-left {
	width: 221px;
	float: left;
	border:  0px solid pink;
}

.container-right {
	width: 765px;
	float: right;
	border: 0px solid green;
}

.content {
	background: url(../img/bg_container_right.png) repeat-y;
	padding: 0px 15px 0px 9px;
	border: 0px solid green;
	overflow: hidden;
}

* html .content {
	background: url(../img/bg_container_right.gif) repeat-y;
	overflow: hidden;
	height: 100%;
}

* html .content h1, * html .content h2, * html .content h3 {
	clear: both;
}

.full {
	padding: 0 0 3px 0;
}

.content-left {
	width: 502px;
	float: left;
	padding: 20px 0 0px 0;
}

.content-right {
	width: 235px;
	float: right;
	border: 0px solid green;
}

* html .content-right {
	width: 228px;
}

.content-extra {
	border-top: 1px solid #d4d4d4;
	clear: both;
	margin: 10px 10px 0 10px;
	padding: 10px 0 10px 0;
}

.content-bottom {
	height: 46px;
	background: url(../img/bg_bottom.png) no-repeat;
	border: 0px solid red;
	clear: both;
	padding: 40px 0 0 0;
}

* html .content-bottom {
	background: url(../img/bg_bottom.gif) no-repeat;
}

.logga {

}

/*** Search ***/
div#search {
	padding: 20px 0 0 23px;
}

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

input.search-input {
	border: 1px solid #c1c1c1; 
	width: 127px;
	height: 17px;
}

/*** Menu *********************************************************************************/
div.menu {
	padding: 0 0 0 23px;
}

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

li.li1 {
	padding: 0 0 11px 0;
}

li.active {
	padding: 0 0 11px 0;
}

div.menu ul.level-2 {
	padding: 5px 0 0 0px;
}

li.li2, li.active-l2 {
	padding: 0 0 5px 15px;
}

div.menu ul.level-3 {
	padding: 0px 0 0 0px;
}

li.li3, li.active-l3 {
	padding: 0 0 5px 25px;
}

a.l1 {
	color: #2a2a2a;
	font-size: 15px;
	font-weight: bold;
}

a.l2, a.l3 {
	color: #2a2a2a;
	font-size: 13px;
	font-weight: bold;
}

.li1 a:hover, .li2 a:hover, .li3 a:hover  {
	color: #93161e;
}

.active a.l1, .active-l2 a.l2, .active-l3 a.l3 {
	color: #93161e;
}

/* Kalender ************************************************************************/

div.calender {
	padding: 20px 3px 3px 0px;
	height: 100%;
	overflow: hidden;
}

div.content-left div.calender {
	padding: 20px 3px 3px 45px;
	height: 100%;
	overflow: hidden;
	width: 420px;
}

.day {
	height: 25px;
	/*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%;
	height: 40px;
}

.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: #ab1717;
	color: white;
	text-align: center;
}
.calendar_body .calendar_day_today {
	background: #989696;
	color: white;
	text-align: center;
}
.calendar_event {
	display: none;
}

.event, .list-event {
	border-bottom: 1px solid #D7D7D5;
	padding: 10px 0px 10px 5px;
	margin: 0px 60px 0px 45px;
}

.list-day {
	padding: 10px 0px 10px 5px;
	margin: 0px 60px 0px 45px;
font-weight: bold;
}

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

.calendar_date {
	padding: 0 0 10px 0;
}

.article_url {
	padding: 10px 0 0 0;
}

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

/** Pressgallery *******************************************************************************/

.gallery-overlay {
	background-image: url(/img/gallery/transparent.png);
	overflow: hidden;
}

* html .gallery-overlay {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	padding: 10px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/gallery/transparent.png", sizingMethod="scale");
}

.gallery-background {
	background: #fff url(/img/gallery/close.gif) no-repeat top right;
	padding: 15px;
	display: table;
	margin: 0 auto 0 auto;
	display: none;
}

.gallery-image {
	border: 0px solid red;
}

.gallery-list {
	margin: 3px 0 0 0;
}

/* Press modulen */

div.press {
	padding: 0 45px 0 45px;
}

div.press h2 {
	/*display: none;*/
}

td.gallery-td {
	vertical-align: bottom;
	padding: 0 0 15px 0;
}

.gallery-name {
	display: none;
}

.gallery-img img {
	border: 0px solid #999;
	padding: 0 0 2px 0;
}

.gallery-weight, .gallery-description, .gallery-size, .gallery-download a {
	font-size: 10px;
	color: #666;
	white-space: nowrap;
}

.gallery-weight {
	float: left;
	padding: 0 14px 0 0;
	background: url(/img/gallery/slash.gif) no-repeat right;
}

.gallery-size {
	float: left;
	padding: 0 0px 0 0px;
}

.gallery-download {
	padding: 0 0px 0 20px;
	background: url(/img/gallery/download.gif) no-repeat left;
	clear: both;
}

/* Blogg **********************************************************************/

/* blogmodul */

/* Right blog */

div.blog-start-box {
	
}

ul.blog-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.blog-list li.blog-list-item {

}

ul.blog-list li.blog-list-item-active {

}

.blog-list-item-active a.arrow {
	background: url(../img/arrow_down.gif) no-repeat;
}

a.blog-start-link {
	text-decoration: none;
	color: #393939;
	font-size: 11px;
}

a:hover.blog-start-link {
}

div.blog-title {
	
}

span.blog-rub {
	font-weight: bold;
}

div.blog-extra {
	padding: 0 0 15px 0;
}

ul.blog-list-sub {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.blog-list-sub li.blog-list-item-sub {
	list-style-type: none;
}

/* Right blog slut */

/* Main blog */

/* Nyhets meny categorier */

.blog-categories {
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 15px 0;
	display: block;
}

.blog-cat {
}


.blog-streck-first {
	text-decoration: none;
	padding: 0 5px 0 5px;
	color: #444929;
}

.blog-streck {
	text-decoration: none;
	padding: 0 5px 0 5px;
	border-left: 1px solid #e7e5e1;
	color: #444929;
}

.blog-streck-active {
	text-decoration: underline;
	padding: 0 5px 0 5px;
	border-left: 1px solid #e7e5e1;
	color: #444929;
}

/* Nyhets meny sida */

.blog-sida {
	float: right;
	text-transform: lowercase;
	font-size: 11px;
}

.sida-streck-first, .sida-streck-active-first {
	padding: 0 1px 0 2px;
	color: #444929;
}

.sida-streck, .sida-streck-active {
	padding: 0 2px 0 4px;
	border-left: 1px solid #e7e5e1;
	color: #444929;
}

.sida-streck, .sida-streck-first {
	text-decoration: none;
}

.sida-streck-active, .sida-streck-active-first {
	text-decoration: underline;
}

/* blog block */

.blog-block {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}

div.blog-block a.arrow-top {
	background: url(../img/arrow_top.gif) no-repeat left;
}

div.blog-block-top {
	float: right;
	text-align: right;
	display: none;
}

div.blog-block-footer {
	
}

.blog-title-text {
}

.blog-title-categories {
}

.blog-title-date, .blog-title-author, .blog-title-categories, .blog-title-comment {
	color: #ccc;
	font-size: 10px;
}

.pagecontents {
	height: 20px;
	display: block;
	position: absolute;
	width: 420px;
	height: 30px;
	border: 0px solid red;
}

.blog-title-comment a {
	font-size: 10px;
}

.blog-ruta {
	padding: 15px 0 0 0;	
}

.blog-info {
	border-bottom: 1px dotted #B3B3A9;
	margin: 15px 55px 15px 45px;
	padding: 0 0px 15px 0px;
}

/* blog block slut */

/* comments */

.comment-info {
	color: #ccc;
	font-size: 10px;
	padding: 10px 0 20px 0;
	display: block;
}

.comment-body {
	display: block;
}

.blog-comment {
	padding: 0 55px 0px 45px;
}

/* Trippel box **********************************************************************/

div.trippel-box {
	clear: both;
	padding: 0 0px 0px 45px;
}

div.trippel-box-one {
	width: 200px;
	float: left;
	padding: 0 0 0 0px;
}

div.trippel-box-two, div.trippel-box-three {
	width: 200px;
	float: left;
	padding: 0 0 0 19px;
}

/* Dela ***************************************************************************/

.print a, .mail a, .dela a, .print, .mail, .dela {
	color: #b4b4b4;
}

.print {
	padding: 0 0 0 0px;
	float: left;
}

.mail {
	padding: 0 0 0 0px ;
	float: right;
}

.dela{
	padding: 0 0 0 0;
	float: right;
}

/** 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 {

}

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

/** Dela ****************************************************/

.addthis_toolbox {
	display: inline;
}





