@charset "UTF-8";
/**
	Layoutupdateringar
*/
#wrapper{
	background: url(../images/wrapper_bg.jpg) top left repeat-x;
}
#footer{
	margin: 25px 0 0 0;
}
/**
	Layout - huvudstruktur
*/
#main{

}
#right{

}
/**
	Layout - sidelement
*/
#bannerStart{
	float: left;
	clear: left;
	width: 620px;
	height: 290px;
	margin: 0 10px 0 0;
}
#citat{
	float: left;
	clear: left;
	width: 620px;
	height: 23px;
	margin: 21px 10px 0px 0;
	padding-top: 8px;
	/*border: 1px solid red;
	width: 618px;
	height: 20px;*/
	/*background-color: green;*/
}
#citat .bibel_ord{
	font-size: 10px;
}
#citat .ce_text br{
	display: none;
}
#citat .ce_text .bibelnse_linkdiv{
	display: none;
}
#citat .ce_text a{
	display: none;
}
#eventListStart{
	height: 342px;
 	padding-left: 10px;
	/*background-color: #003399;*/
}
/* Puffar */
#main .one_col{
	display: inline;
	float: left;
	width: 305px;
	margin: 20px 10px 0 0;
}
#main .two_col{
	display: inline;
	float: left;
	width: 620px;
	margin: 20px 10px 0 0;
}
#right .one_col{
	width: 305px;
	margin: 20px 0 0 0;
}

/* Puffar - innehåll */
#main .one_col .puffBG{
	background-color: #f4f4f4;
	padding: 10px 0 10px 0;
	height: 380px;
}
#right .one_col .puffBG{
	background-color: #f4f4f4;
	padding: 10px 0 10px 0;
}

#main .one_col .ce_text,
#main .two_col .ce_text,
#main .one_col .mod_eventlist,
#main .one_col .mod_newslist,
#main .two_col .mod_eventlist,
#right .one_col .ce_text,
#right .one_col .ce_image
{
	border-top: 1px solid #c7c6c5;
	margin: 0 10px 10px 10px;	
}
#main .one_col .ce_hyperlink{
	margin: 0 10px 0px 10px;
}
#main .one_col .noBorder,
#right .one_col .noBorder
{
	border: 0;
}
#main .one_col .mod_eventlist .ce_text{
	border-top: none;	
	margin: 0;
}
#right #puffCafe .ce_text{
	height: 80px;
}
/**
	Typografi
*/
#main .one_col h1.ce_headline,
#main .two_col h1.ce_headline,
#right .one_col h1.ce_headline
{
	height: 22px;
	margin-bottom: 6px;
	border-bottom: 1px solid #c7c6c5;
	font-size: 16px;
	font-weight: normal; 
}
#eventListStart h1{
	margin-top: 15px;
	border-bottom: 1px solid #c7c6c5;
}
#eventListStart h2{
	color: black;
}
#eventListStart .event{
	margin: 0 0 0 0;
}
