/* DATEI: style.css */

/* GENERAL  */
body  { 
	padding: 0; 
	margin: 15pt;
	margin-left: 25pt;
	background:#fff;
	}
/* --- */

/* FONTS */
body, .txt_normal {
	/* font-size: 68.75%; =11px */
	/* font-size: 75%; =12px */
	font-size: 81.25%; /* =13px */
	/* */ line-height:1.35em;
}

/* --- */

/* LAYERS */
div { 
	position:relative;
	padding: 0; 
	margin: 0;
	border: 0;
	background:transparent;
	text-align:left;
	visibility:visible;
	}

#div_hcontainer { text-align:center; }
#div_hcenter { position:relative; top:0; margin:0; width:100%; height:auto; text-align:left; background:#fff; border:0; }

	#div_wrapHeader { position:relative; z-index:90; left:0; top:0; width:100%; height:auto; }
		#logo { position:relative; z-index:11; left:0; top:0; }
		#mainnav { display:none; }

	#div_wrapContent { position:relative; z-index:90; left:0; top:0; width:100%; height:auto; }
		#div_containerLeft { position:relative; float:none; z-index:51; margin:0; padding:0; left:0; top:10pt; width:100%; min-height:0; overflow:visible; }
			#div_contentLeft { padding:0; }
		#div_containerMain { position:relative; float:none; z-index:55; margin:0; padding:0; left:0; top:20pt; width:100%; min-height:0; overflow:visible; }
			#div_contentMain { padding:0; }
		#div_containerRight { position:relative; float:none; z-index:59; margin:0; padding:0; left:0; top:20pt; width:100%; min-height:0; overflow:visible; }
			#div_contentRight { padding:0; }

#div_wrapContent img { max-width:100%; } 
/* --- */

/* IMFARNEN content cols / width */
body.cols_2-5 #div_containerMain { width:100%; }
body.cols_2-5 #div_containerRight { width:100%; }
body.cols_3-4 #div_containerMain { width:100%; }
body.cols_3-4 #div_containerRight { width:100%; }
body.cols_4-3 #div_containerMain { width:100%; }
body.cols_4-3 #div_containerRight { width:100%; }
body.cols_5-2 #div_containerMain { width:100%; }
body.cols_5-2 #div_containerRight { width:100%; }
body.cols_7-0 #div_containerMain { width:100%; }
body.cols_7-0 #div_contentMain { padding:0; }
body.cols_7-0 #div_containerRight { display:none; }

/* IMFARNEN intro */
body.intro #div_wrapContent { position:relative; z-index:20; left:0; top:0; width:100%; height:auto; background:#fff; }
body.intro #div_containerMain { position:relative; float:none; left:0; top:10pt; width:100%; height:auto; padding:0; background:#fff; overflow:visible; }
body.intro #div_contentMain { width:100%; padding:0; color:#3c2326; }
body.intro #logo { display:block; }
body.intro #div_containerLeft { position:relative; float:none; left:0; top:10pt; width:100%; }
body.intro #div_containerLeft h1 { color:#3c2326; }
body.intro #div_containerRight { display:none; }
/* --- */

/* contao */
#div_wrapContent .caption { float:right; width:65%; }
body.cols_2-5 #div_wrapContent .caption { width:65%; }
body.cols_3-4 #div_wrapContent .caption { width:65%; }
body.cols_4-3 #div_wrapContent .caption { width:65%; }
body.cols_5-2 #div_wrapContent .caption { width:65%; }
body.cols_7-0 #div_wrapContent .caption { width:65%; }

#div_wrapContent .ce_gallery li { float:left; margin:0 15px 15px 0; padding:0; line-height:0; }
#div_wrapContent .ce_gallery .caption { float:right; width:90%; }
#div_wrapContent .image_container .caption { float:right; width:65%; }

