body {
	background-color: white;
	padding: 0;
	margin: 0;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color:#000000;
  text-decoration:none;
  font-size: 10px;
}

a {
	/*color: #006699;*/
	color: #3a84c1;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h1 { font-size: 25px; margin: 0; margin-top: 0px; padding:0px 0 3px 0; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;} /* Rubrik 1 */
h2 { font-size: 20px; margin: 0; margin-top: 3px; padding:3px 0 3px 0; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;} /* Rubrik 2 */
h3 { font-size: 16px; margin: 0; padding:3px 0 3px 0; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;} /* Rubrik 3 */
h4 { font-size: 11px; margin: 0; padding:3px 0 3px 0; font-weight:bold; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;} /* Rubrik 4 */
p { margin: 0; padding: 0 0 10px 0; line-height: 1.2em; }

.small { font-size: 0.85em; }

hr {
	border: 0px;
	margin: 0px;
	/*border-bottom: 1px dotted #b2aeaa;*/
	font-size:0;
	line-height:0;
	padding: 1px;
	background: url(../img/css-dotted.png) repeat-x bottom;
	margin-bottom: 3px;
	margin-top: 3px;
}

.content hr { margin-bottom: 10px; }

/** html hr {
	border-bottom: none;
	padding: 1px;
	background: url(../img/css-dotted.png) repeat-x bottom;
}*/

img {
	border: none;
}

img.button {
	cursor: pointer;
	margin-right:15px;
	margin:0;
	margin-bottom:0;
	padding:0;
}

img.button2 {
	margin:0;
	padding:0;
}

ul {
	margin: 0;
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
}

li {
	padding: 0 0 3px 0;
}

form {
	padding: 0;
	margin: 0;
}

input.button {
	font-size:11px;
}

th {
	text-align: left;
	font-weight: bold;
}

#wrapper {
	width: 1024px;
	padding: 0;
	margin: 0;
}

#wrapper1 {
  width:786px;
  margin: 0;
  float: left;
  padding: 3px 3px 0 3px;
  background-color: #fff;
  border-right: 2px solid #9B9B9B;
}

#wrapper2 {
	background-image: url(../img/background.png);
	background-repeat: repeat-y;
	clear:both;
	margin: 0;
	padding: 0;
	margin-top:7px;
}

#wrapper2 .headline {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 4px;
}

#header {
	clear: both;
	padding: 0;
	margin-bottom: 5px;
	text-transform:uppercase;
	font-size: 11px;
	font-weight: bold;
	border-top:1px solid #ccc;
	padding-top:10px;
}

#topborder {
	height: 3px;
	background-color: #006598;
	margin-bottom:3px;
}

#menu-top {
	clear: both;
	padding: 0;
	margin-bottom: 3px;
	border-bottom:1px dotted #ccc;
}

#banner-top {
	clear: both;
	margin: 0 0 0 0px;
	/*padding: 0.5em 0 0.5em 0;
	border: 1px solid #000;*/
}

#top-bar {
	padding: 0;
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

#top-bar div.start {
	width: 2px;
	height: 58px;
	background-image: url(../img/bar_start.png);
	background-repeat: no-repeat;
	float:left;
}

#top-bar div.middle {
	height: 58px;
	background-image: url(../img/bar_middle.png);
	background-repeat: repeat-x;
	float:left;
	/*width: 746px;*/
	width: 744px;
	padding-left: 0.5em;
}

#top-bar div.item {
	margin-right: 15px;
	float: left;
	padding-top: 6px;
}

#top-bar div.head {
	padding-bottom: 4px;
	text-transform: uppercase;
}

#top-bar div.end {
	width: 2px;
	height: 58px;
	background-image: url(../img/bar_end.png);
	background-repeat: no-repeat;
	float: left;
}

#left {
	/*border: 1px solid #000;*/
	float: left;
	width: 125px;
	background-color: transparent;
}

#left input.button {
	margin: 0;
	padding: 0;
}

#left .content {
	padding: 3px 3px 3px 0px;
}

#menu {
	margin: 0 0 0 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 10px;
	margin-top:-1px;
}

#menu a:hover {
	color: #fff;
	text-decoration: none;
}

#menu a.active {
	color: #fff;
}

#menu .item {
	background-image: url(../img/headline_bg2.png);
	height: 19px;
	background-repeat: no-repeat;
	margin-top:1px;
}

#menu .itemactive {
	background-image: url(../img/menu_bg_active.png);
	height: 19px;
	background-repeat: no-repeat;
	margin-top:2px;
}

/* ne 2008_06_06
#menu .item a:hover {
	background-image: url(../img/headline_bg_hover.png);
	background-repeat: no-repeat;
	border: none;
	margin-bottom: 0; padding-bottom: 0;
	display: block;
}*/

#menu a {
	margin: 0;
	padding: 0;
	padding-left:20px;
	padding-top: 3px;
	display: block;
	color: #fff;
}

#search {
	background-image: url(../img/search_bg.png);
	background-repeat: no-repeat;
	color: #fff;
	height: 61px;
	margin-bottom: 5px;
	margin-top:5px;
	height: 55px;
}

#search .content {
	padding: 5px;
}



#alandskortet {
	margin-bottom: 3px;
}

#alandskortet ul.menu {
	color: #fff;
}

#alandskortet ul.menu a {
	color: #fff;
}

#alandskortet_box, #alandskortet_box_logged  {
	background-image: url(../img/alandskortet_150high.png);
	background-repeat: no-repeat;
	height: 150px;
	margin-bottom: 3px;
	padding: 0;
	margin-left: 1px;
}

#alandskortet_box_logged {
	padding: 3px;
	background-image: url(../img/alandskortet_logged.png);
	height: 230px; }

#alandskortet_box h3, #alandskortet_box_logged h3 {
	font-size: 14px;
}

#alandskortet_box ul, #alandskortet_box_logged ul {
	margin: 0; padding: 0; 
	list-style-type: disc;
	margin-left: 16px;
	color: black;
	}

#alandskortet_box a, #alandskortet_box_logged a {
	font-weight: normal;
	color: black;
	font-size: 9px;
}



#alandskortet_box .content, #alandskortet_box_logged .content {
	padding: 5px 3px 0px 4px;
	color: #fff !important;
}


#alandskortet input.text{
	width: 80px;
}

#menu2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 10px;
}

#menu2 .root-item {
	color: #3a84c1;
	text-transform: uppercase;
	font-weight: bold;
	background: url('../img/arrow_black.png') center left no-repeat;
	padding-left: 8px;
}

#menu2 .item {
	color: #696763;
	padding: 3px 0 0 5px;
}

#menu2 a {
	color: #696763;
	font-weight: normal;
}

#menu2 a:hover {
	color: #696763;
	text-decoration: underline;
}

#main {
	margin: 0 5px 0 5px;
	float: left;
	width: 456px;
}

#main .content {
	padding: 0px 10px 5px 5px;
	font-size:11px;
}

img.border {
	border: 1px solid #000;
}

#main .content p {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 8px 0;
	padding: 0;
}

#main .content .image-left {
	text-align: right;
	margin-right:10px;
	color: #494747;
}

#main .content .image-right {
	text-align: right;
	margin-left:10px;
	color: #494747;
}

#main .img-text {
	font-size: 10px;

}
#main .form{
	background-color: #ECECEC;
	padding: 5px;
	border: 1px solid #B2B2B2;
}

#main .banner-item {
	margin-bottom: 5px;
}

#right {
	float: left;
	width: 185px;
	padding: 0;
	margin: 0;
}

#julleklubben {
	text-align: left;
}

#right .heading {
	background-image: url('../img/headline_bg2.png');
	background-repeat: no-repeat;
	height: 19px;
	margin-bottom:5px;
	padding-left:10px;
	padding-top:2px;
	color:#fff;
}

#right .heading .content {
	padding: 1px 0 0 8px;
	font-size: 11px;
	text-align: left;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
}

H5 { margin-top: 0; background-image: url('../img/headline_bg2.png'); background-repeat: no-repeat; height: 19px; margin-bottom:0px; color:#fff; font-size: 11px; text-align: left; color: #fff; font-weight:bold; text-transform: uppercase; padding: 3px 0px 3px 18px; } /* Blå-rubrik-smal */

H6 { margin-top: 0; background-image: url('../img/headline_bg3.jpg'); background-repeat: no-repeat; height: 19px; margin-bottom:5px; color:#fff; font-size: 11px; text-align: left; color: #fff; font-weight:bold; text-transform: uppercase; padding: 3px 0px 3px 18px; } /* Blå-rubrik-bred */

#latest-news {
	padding: 5px 0px 5px 2px;
	font-size: 10px;
}

#latest-news .headline {
	background-color: #fff;
	padding: 0 4px 0px 0;
}

#latest-news .news {
	background-image: url('../img/bg_row_blue.png');
	background-repeat: repeat-x;
	background-position: 0 3px;
	margin: 0 0 3px 0;
}

#latest-news .sport {
	background-image: url('../img/bg_row_yellow.png');
	background-repeat: repeat-x;
	background-position: 0 3px;
	margin: 0px 0 3px 0;
}

#latest-news .time {
	float:left;
	width: 36px;
	clear:both;
}

#latest-news .item {
	float:left;
	width: 141px;
	margin-bottom: 5px;
}

.feed .time {
	float:left;
	width: 36px;
	clear:both;
}

.feed .item {
	float:left;
	width: 141px;
	margin-bottom: 5px;
}

.articlelist .time{
	float:left;
	width: 36px;
	clear:both;
}

.articlelist .item {
	float:left;
	margin-bottom: 5px;
}

#bilwebben {
	padding: 5px 2px 5px 2px;
	font-size: 10px;
}

#debatt {
	padding: 5px 2px 5px 2px;
	font-size: 10px;
}

#debatt .headline2 {
	margin-bottom: 4px;
	font-weight: bold;
}

#debatt a {
	margin-bottom: 3px;
	display: block;
}

.sublink {
	color:#c82b1c;
	text-decoration: none;
}
.sublink a {
	text-decoration:none;
}

#vader {
	padding: 5px 2px 5px 2px;
	font-size: 10px;
}

#footer  {
	clear: both;
	margin: 0;
	/*background: #ff9933;*/
	padding: 0.5em;
	border-top: 5px solid #004B74;
	font-size: 11px;
	background-image:url(../img/footer_bg.png);
	background-repeat:repeat-x;
	color:#fff;
}

#footer a {
	color:#fff;
	font-weight: normal;
}

#banner-right {
	width: 200px;
	float: left;
	margin: 0 0 0 4px;
	font-size: 10px;

}

#banner-right .headline {
	font-size: 10px;
	margin-bottom: 3px;
}

#banner-right .item {
	margin-bottom: 6px;
}

input.text, textarea, select {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

table.form {
	margin-left: 0.5em;
}

table.form th, table.form td {
	padding: 0 0.3em 0.7em 0;
	text-align: left;
}

table.form textarea {
	font-weight: normal;
	width: 200px;
	height: 15em;
}

table .line {
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 0;
	height: 6px;
	font-size: 0;
}

table.th {
	font-weight: bold;
	text-align: left;
}

.error {
	color: #f00;
	font-weight: bold;
}

.required {
	/*text-decoration: underline;*/
	color: #f00;
	font-weight: bold;
}

.grey {
	color: #B4B4B4;
}

.date {
	color: #B4B4B4;
}

/* Blue box (main ) */
.box-top {
	height: 4px;
	width: 441px;
	background-image: url('../img/box_top.png');
	background-repeat: no-repeat;
}

.box-middle {
	background-color: #dce4fb;
	width: 441px;
}

.box-middle .headline {
	color: #055f91 !important;
}

.box-middle input.button {
	font-size: 12px;
}

.box-middle .content {
	padding: 0 7px 0 7px !important;
}

.box-bottom {
	height: 4px;
	width: 441px;
	background-image: url('../img/box_bottom.png');
	background-repeat: no-repeat;
}

/* Blue box (column) */
.boxcol-top {
	height: 4px;
	width: 179px;
	background-image: url('../img/boxcol_top.png');
	background-repeat: no-repeat;
}

.boxcol-middle {
	background-color: #dce4fb;
	width: 179px;
}

.boxcol-middle .headline {
	color: #055f91 !important;
}

.boxcol-middle .content {
	padding: 0 7px 0 7px !important;
}

.boxcol-bottom {
	height: 4px;
	width: 179px;
	background-image: url('../img/boxcol_bottom.png');
	background-repeat: no-repeat;
}

/* Yellow box (column) for blogs */
.blogbox-top {
	height: 10px;
	width: 179px;
	background-image: url('../img/blogbox_top.png');
	background-repeat: no-repeat;
}

.blogbox-middle {
	background-image: url('../img/blogbox_middle.png');
	background-repeat: repeat-y;
	width: 179px;
}

.blogbox-middle .content {
	padding: 0 7px 0 7px !important;
}

.blogbox-bottom {
	height: 10px;
	width: 179px;
	background-image: url('../img/blogbox_bottom.png');
	background-repeat: no-repeat;
}

/* Poll */
.poll {
	background-color: #FF9933;
	padding: 5px 5px;
	margin-bottom: 5px;
}

/* Comments */
.comment {
	background-color: #ECECEC;
	padding: 3px 5px 3px 5px;
	margin-bottom: 3px;
	/*cursor: pointer;*/
}

.comment:hover {
	background-color:#dce4fb;
	cursor: pointer;

}

.subcomment {
	background-color:#f5f5f5;
	padding: 3px 5px 3px 5px;
	margin-bottom: 3px;
}

div.scontainer {
	background-image: url(../img/ydevisor.png);
	background-repeat: repeat-y;
	clear:both;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

div.sarticle {
	width: 220px;
	float:left;
}

div.sarticle.content {
	padding: 5px;
}

#gallery a {
	font-size: 10px;
	color: #c82b1c;
	text-decoration: none;
}

#logobox {
	float:left;
	background-image:url(../img/logo_blackbg.png);
	background-repeat:no-repeat;
	width:204px;
	height:70px;
}

tr.head {
	background-color: #EFEFEF;
}

.pointer {
	cursor: pointer;
}

#searchresult {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

.content ul {
	margin: 0;
	margin-left: 30px;
	padding: 0;
	list-style-type: disc;
}

.content li {
	margin-left: 20px;
}

#comment_top ol {
	margin: 0;
	padding-left: 20px;
	}

#frmLimeForm textarea { width: 300px; }

#printthis {
	padding: 5px;
	padding-bottom: 15px;
	padding-left: 0;
	}

.grey { color: #666; }

#otherarticles { padding-top: 2px; }

legend { padding: 3px; font-size: 12px; border: 1px solid #1373CF }
fieldset { border: 1px solid #1373CF; margin-bottom: 10px; }

.col1, .col2, .col3 { float: left; display: block; width: 200px; }
.col2 { width: 70px; text-align: right; }
.col3 { width: 80px; text-align: right; }

label { float: left; display: block; width: 150px;}

.portfolioDetails { display: none; }



















#xitBox { margin-bottom: 6px }
#xitBox .xitBoxTopMargin { border-bottom: 8px solid black; margin-bottom: 5px; padding-bottom: 5px}
#xitBox h1 { }
#xitBox .xitItem { padding: 3px 0px 6px 0px; margin: 0px 6px 6px 6px; border-bottom: 1px dotted #666 }
#xitBox .last { border-bottom: none }
#xitBox .xitItem a { color: black; font-weight: normal }

#xitBox h3 {  padding: 3px 6px 0px 6px; margin: 0px; font: 11px Georgia,Times,"Times New Roman", serif }
#xitBox h3 a {  color: #FF72E3; margin: 0px; font-size: 11px }
#xitBox p.xitPic { margin-bottom: 2px; padding: 0; text-align: center}
#xitBox p.xitPic img { padding: 0px  }

#xitBox p.xitLink { background-color: black; text-align: right; padding: 5px }
#xitBox p.xitLink a { color: white }













