/*  news.articleList  */

div.newsArticleListItem {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
div.newsArticleListItem.front {
	padding-top: 0;
	border-bottom: 0px none;
}
	div.newsArticleListItem img {
		margin-bottom: 5px;
	}
	div.newsArticleListItem span.image_comment {
		font-size: 10px;
	}
	div.newsArticleListItem h2.title {
		margin-top: 5px;
		margin-bottom: 15px;
	}
	h1 a{
		text-decoration: none;
	}
		div.newsArticleListItem h2.title a:link,
		div.newsArticleListItem h2.title a:visited {
			text-decoration: none;
		}
	div.newsArticleListItem h3.date {
		margin-top: 10px;
		margin-bottom: 4px;
		font-weight: normal;
		color: #999;
	}
	div.newsArticleListItem div.tail {
		clear: both;
		margin-top: 10px;
		text-align: right;
		font-size: 10px;
	}
	div.newsArticleListItem.front div.tail {
		margin-top: 25px;
		padding: 5px 10px;
		background-color: #e9e9e9;
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
		font-size: 11px;
		color: #666;
	}
		div.tail div.article_date {
			float: left;
		}
		div.tail div.article_comments {
			float: left;
			margin-left: 15px;
		}
		div.tail div.article_readmore {
			float: left;
		}
		div.tail a {
			color: #666;
		}
div.article_list_column_left {
	float: left;
	width: 280px;
	margin: 0px 10px;
}
div.article_list_column_right {
	float: left;
	width: 280px;
	margin: 0px 10px;
}
div.article_image {
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}

div.newsHead {
	margin:0px 0px 10px 0px;
}
h3.header_news{
	font:bold 16px Georgia, "Times New Roman", Times, serif;
}
h3.title{
	font:10px Arial, Helvetica, sans-serif;
	margin:15px 0px 0px 0px;
}
h3.title a{
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0066CC	
}
div.news_preamble{
	font: 12px Arial, Helvetica, sans-serif;
}

/* news.articleRead */
div.newsArticleRead {
	margin-bottom: 10px;
	width:410px;
}
	div.newsArticleRead div.inner {
		padding: 5px;
		/*background: #ecfcff;
		border: 1px dashed #33CCFF;*/
	}
		div.newsArticleRead span.date {
			font-size: 9px;
		}		
		div.newsArticleRead h1.title {
			margin-bottom: 10px;
		}
		div.newsArticleRead div.preamble p {
			font-weight: bold;
		}
		div.newsArticleRead div.text {
			margin: 10px 0;
		}
		div.newsArticleRead div.imageContainer {
			margin: 10px 0;
			width: 408px;
			overflow: hidden;
			margin-left: -5px;
		}
			div.newsArticleRead div.imageContainer img {
				margin-bottom: 0;
			}
			div.newsArticleRead div.imageContainer span {
				font-size: 10px;
			}
		div.newsArticleRead div.author {
			font-size: 10px;
		}
		div.newsArticleRead div.newsToolbar {
			clear: both;
			padding-top: 4px;
			border-top: 1px dashed #33CCFF;
			font-size: 10px;
		}
			div.newsArticleRead div.newsToolbar div.newsToolbarButtons {
				float: left;
				font-size: 9px;
			}
		div.newsArticleRead div#tellSomebody {
			clear: both;
			display: none;
			margin-top: 4px;
			padding-top: 8px;
			border-top: 1px dashed #33CCFF;
		}
			div.newsArticleRead div#tellSomebody label {
				font-size: 9px;
			}
			div.newsArticleRead div#tellSomebody input {
				font-size: 9px;
				border: 1px solid #ccc;
			}

h1.newsitem_rubrik{
	font:20px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	color:#0066CC;
}
p.smallBlack{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	float:left;
}
div.newsitemIngress p{
	font:bold 12px Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}	
div.newsitem_text p{
	font:11px Arial, Helvetica, sans-serif;
	margin-bottom:30px;
}
div.newsitem_author{
	font:12px Arial, Helvetica, sans-serif;
}

/* kalendarium */

/* kalendarium.articleRead */
div.kalendariumArticleRead {
	margin: 10px 0;
}
	div.kalendariumArticleRead div.inner {
		padding: 5px;
		background: #eeffee;
		border: 1px dashed #99cc66;
	}	
	div.kalendariumArticleRead h1.title {
		margin: 10px 0;
		border-bottom: 1px solid #ddd;
	}
	div.kalendariumArticleRead div.dates {
		float: right;
		margin: 3px;
		padding: 3px;
		background: #fff;
		border: 1px solid #ddd;
		text-align: right;
		font-size: 10px;
	}
	div.kalendariumArticleRead div.preamble p {
		font-weight: bold;
	}
	div.kalendariumArticleRead div.text {
		margin: 10px 0;
	}
	div.kalendariumArticleRead div.imageContainer {
			margin-top: -5px;
			margin-bottom: 10px;
			width: 408px;
			overflow: hidden;
			margin-left: -5px;
	}
	div.kalendariumArticleRead div.author {
		font-size: 10px;
	}
	div.kalendariumArticleRead div.toolbar {
		clear: both;
		padding-top: 4px;
		border-top: 1px dashed #99cc66;
		font-size: 10px;
	}
		div.kalendariumArticleRead div.toolbar div.toolbarButton {
			float: left;
		}
		div.kalendariumArticleRead div#tellSomebody {
			display: none;
			margin-top: 4px;
			padding-top: 8px;
			border-top: 1px dashed #99cc66;
		}
			div.kalendariumArticleRead div#tellSomebody label {
				font-size: 9px;
			}
			div.kalendariumArticleRead div#tellSomebody input {
				font-size: 9px;
				border: 1px solid #ccc;
			}

/*  kalendarium.articleList   */
div.kalendariumArticleListItem {
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
	div.kalendariumArticleListItem div.imageContainer img {
		border: 0;
	}
	div.kalendariumArticleListItem h3 {
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 12px;
		font-weight: normal;
		color: #999;
	}
	div.kalendariumArticleListItem h2.title {
		margin-top: 4px;
		margin-bottom: 4px;
		font-size: 16px;
	}
		div.kalendariumArticleListItem h2.title a:link,
		div.kalendariumArticleListItem h2.title a:visited {
			text-decoration: none;
			color: #006600;
		}
	div.kalendariumArticleListItem span.dates {
		font-size: 10px;
	}
	div.kalendariumArticleListItem div.preamble {
		margin: 5px 0;
		font-size: 12px;
	}

/*
* Comment properties 
*/
#commentBox {
	font-size: 11px;
}
div#comments {
	padding-right: 10px;
}
	div.comment {
		padding: 3px;
		font-size: 1.2em;
		margin: 0 0 10px 0;
	}

	div.comment_header {
		height: 20px;
		background: #f2f2f2;
		border-top: #CCCCCC solid 1px;
	}
	div.comment_name {
		float: left;
		font-weight: 600;
		color:#333333;
		padding: 7px 0 0 4px;
	}
	
	div.comment_date {
		float: right;
		margin: 2px 5px 0 0;
		font-size: 0.8em;
	}
	.comment_header_title {
		padding: 10px;
		display: block;
	}
	.comment_title {
		font-weight: 600;
		margin: 6px 0 3px 0;
	}
	.comment_bodybgDark, comment_bodybgLight {
		margin-bottom: 5px;
		padding: 0 0 0 5px;
	}
	.comment_bodybgDark {
	
	}
	.report_comment_form {
		margin-top: 5px;
		display: none;
	}


    .fastigheter .fastighet{
        margin: 5px 0px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }
        .fastigheter .fastighet .title{
            font: bold 12px Arial;
        }
        .fastigheter .fastighet .info{
            padding-top: 2px;
            font: 11px Arial;
        }
        .fastigheter .fastighet .info a{
            font: 11px Arial;
        }
        .fastigheter .fastighet .bild{
            width: 85px;
            float: left;
        }
            .bild img{
                border: 1px solid #ddd;
                padding: 2px;
            }
        .fastigheter .fastighet .info{
            float: left;
        }
table.fastighet_read_more{
    border-bottom: 1px solid #ddd;
}
