/**
 * Layout
 */
#main{
}
#main .mod_article{
	background-color: #fff;
}

#right .mod_article{
	float: left;
	clear: left;
	width: 280px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #60492c;
}
#right .mod_article .ce_hyperlink{
	float: right;
	display: block;
	padding: 3px 4px 4px 4px;
	background: url(../images/tikva_meny_active_0908.jpg) bottom left repeat-x;
	background-color: #FFFFFF;
}

#right .mod_article a{
	color: #000;
	text-decoration:none;
}

#right .mod_article a:hover{
	text-decoration: underline;
}


#right .ce_text p{
	color: #fff;
}

#right .ce_text h2{
	color: #fff;
}

#ingress{
	margin-top: 20px;
}

#ingress .image_container{
	margin-right: 20px;
}

a
{
	font-size:12px;
	color: #000000;
}
/** 
 * Anatal namn
 */
#namesCountPuff{
	color: white;
	margin: 10px 0 20px 0;
}
#namesCountPuff h1{
	font-size: 18px;
	color: white;
	margin: 0;
}
#namesCount{
	margin: 10px 0 20px 0;
}
#namesCount h1{
	font-size: 24px;
	margin: 0 0 2px 0;
}

/** 
 * Dokumentsidna
 */
#dokument{
	border-bottom: 1px solid #c5c5c5;
	margin: 0;
	padding: 6px 0 6px 0;
	width: 610px;
}

#dokument .mime_icon{
	width: 18px;
	height: 18px;
	float: left;
	margin: 0 3px 0 0;
}

#dokument a{
	display: block;
	width: 589px;
	margin: 2px 0 0 0;
}



/** 
 * Formulär 
 */
#contactForm .mandatory{
	width: 450px;
	margin-bottom:5px; 
}

#contactForm .select mandatory{
	display: block;
	width: 450px;
}

#contactForm .checkbox{
/*	width: 350px;*/
	margin: 0;
	float: left;
}

#contactForm,
#contactForm form{
	float: left;
	clear: left;
	width: 450px; /*Bredd på formuläret*/
}
#contactForm form input.text,
#contactForm form textarea,
#contactForm form label,
#contactForm form .checkbox_container,
#contactForm form .submit_container
{
	float: left;
	clear: left;
	width: 450px; /*Bredd på elementen*/
	margin: 0 0 10px 0; /*mellanrum mellan elementen*/
}
#contactForm form input.text{
	width: 442px; /*Bredden på formuläret - padding*/
	height: 17px;
	padding: 5px 2px 0 2px;
	border: solid 1px;
}
#contactForm form label,
#contactForm form .mandatory
{
	width: auto;
	margin: 0 0 2px 0;
}
#contactForm form .textarea{
	width: 442px; /*Bredden på formuläret - padding*/
	height: 200px;
	padding: 2px;
	margin-bottom: 5px;
	border: solid 1px;
}
/* checkboxes*/
#contactForm form .checkbox_container input.checkbox,
#contactForm form .checkbox_container label
{
	float: left;
	clear: none;
}
#contactForm form .checkbox_container input.checkbox{
	margin: 0 5px 0 0;
	padding: 0;
}
#contactForm form .checkbox_container label{
}
/* Submit */
#contactForm form .submit_container input.submit{
	float: right;	
}
#contactForm form p.error{
	float: left;
	clear: left;
	color: #C00;
}

/**
 * Nyhetslista/läsare 
 */
#newsListAll{

}
#newsListAll .layout_latest{
	float: left;
	clear: left;
	width: 620px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #383d43;
}
#newsListAll .layout_latest{
	float: left;
	clear: left;
}
#newsListAll .first{
	padding-top: 20px;
}

#newsListAll .odd {
}

#newsListAll .layout_latest .image_container{
	float: left;
	margin: 0 10px 0 0;
}
#newsListAll .layout_latest .image_container img{
	border: 5px solid #383d43;
}
#newsListAll .layout_latest p.info{
	margin: 0;
	font-size: 10px;
	color: #000;
}

#blogglista .back{
	display: none;
}

/* paginering */
.pagination{
	float: left;
	clear: left;
	width: 100%;
	margin: 5px 0;
}
.pagination p{
	float: right;
	margin: 0;
	font-size: 10px;
	color: #000;
}
.pagination ul{
	float: right;
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pagination ul li{
	float: left;
}
.pagination ul li span{
	padding: 0 2px;
	font-weight: bold;
	color: #000;
}
.pagination ul li a{
	color: #000;
}
.pagination ul li a.link{
	padding: 0 2px;
}
.pagination ul li a.next{
	padding-left: 2px;
}
.pagination ul li a.previous{
	padding-right: 2px;
}
/* Nyhetsläsare */
#newsReader{
}
#newsReader .image_container img{
	border: 5px solid #383d43;
}
#newsReader .image_container .caption{
	font-size: 10px;
	font-style: italic;
	color: #93989d;
}
/**
 * Komentarer
 */
/* Kommentar */
.ce_comments{
	margin-top: 40px;	
}
.ce_comments .comment_default{
	width: 620px;
	margin-bottom: 30px;
}
.ce_comments .comment_default .comment{
	padding: 10px;
	background-color: #000;
}
.ce_comments .comment_default p.info{
	font-size: 10px;
	color: #000;
}
.ce_comments .comment_default p.info a{
	font-size: 10px;
}
.ce_comments .even p.info{
	padding: 2px 0 0 30px;
	background: url(../images/comment_tab_even.jpg) 10px 0px no-repeat;
}
.ce_comments .odd p.info{
	padding: 2px 30px 0 0;
	text-align: right;
	background: url(../images/comment_tab_odd.jpg) 600px 0px no-repeat;
}

/*formuläret*/
.ce_comments div.form{
	margin-top: 30px;	 
}
.ce_comments form,
.ce_comments form formbody,
.ce_comments form .widget,
.ce_comments form textarea,
.ce_comments .submit_container 
{
	width: 610px;
}
.ce_comments form .widget{
	margin-bottom: 8px;
}
.ce_comments form input.text,
.ce_comments form input.captcha
{	
	width: 200px;
	height: 17px;
	margin: 0 5px 0 0;
	padding: 5px 2px 0 2px;
	border: solid 1px;
}
.ce_comments textarea{
	width: 610px;
	height: 100px;
	padding: 2px;
	border: solid 1px;
}
.ce_comments form label{

}
.ce_comments .submit_container input.submit{
	float: right;
}

.comment{
	color: #fff;
}

.form h3{
	margin:5px 0px 6px 0px;
	padding:0px;
	font-size: 20px;
	font-family: Georgia;
}
