/**
 * Layout
 */
#right .mod_article{
	float: left;
	clear: left;
	padding: 10px;
	margin-bottom: 20px;
	background: #f8f5f0 url(../../images/alterna/alte_puff_bg.jpg) top left repeat-x;
}
#right .mod_article .mod_article{
	padding: 0;
	margin: 0;
}
#right .mod_article .ce_hyperlink{
	float: right;
	display: block;
	padding: 3px 4px 4px 4px;
}

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

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


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

#right .ce_text h2{
	color: #7cadba;
	font-size: 18px;
}

/** 
 * 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 8px 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{
	width: auto;
	margin: 0 0 2px 0;
}
#contactForm form textarea{
	width: 442px; /*Bredden på formuläret - padding*/
	height: 200px;
	padding: 2px;
	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{
	color: #C00;
}
/*Beställningsformulär*/

#contactForm form input.bestall
{
	float: left;
	width: 30px; /*Bredd på elementen*/
	height: 14px;
	margin: 0 15px 8px 0; /*mellanrum mellan elementen*/
}
#contactForm form .bestall_label
{
	float: left;
	width: 300px; /*Bredd på elementen*/
	height: 14px;
	margin: 5px 0 8px 0; /*mellanrum mellan elementen*/
}



/*Kontakt info*/
#contactInfo{
	float: left;
	width: 220px;
	padding: 0 0 0 80px;
}
/**
 * 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;
	font-family: Arial, sans-serif;
}
.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{
	margin-bottom: 10px;
}
#newsReader .image_container .caption{
	font-size: 10px;
	font-style: italic;
	color: #93989d;
}

/**
 * Dragspel
 */
.ce_accordion .toggler{
	margin: 0px 0 10px 0;
 	font-size: 11px;
	font-weight: bold;
	font-family: Museo, Arial, sans-serif;
 
 }
.ce_accordion .toggler:hover{
 	cursor:  pointer;
 
 }
 
.ce_accordion .accordion div{
	margin-right: 12px;
	margin-bottom: 10px;
	
}

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

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



/** 
 * Länk
 */
#main .ce_text a{
	color: #d87b3d;
	text-decoration:none;
	font-family: Arial, sans-serif;
}

#main .ce_text a:hover{
	text-decoration: underline;
	font-family: Arial, sans-serif;
}


