

	/**
	* ------------------------------------------------------------------
	* Basic Settings
	* 
	* ------------------------------------------------------------------
	*/
	
	
	
	body {
		
		color: #666;
		
			background: #97B1D6 repeat-x top left fixed;
		
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 2px 0;
		text-align: left;}

	h1 {
		font-weight: bold;
		margin-bottom: 8px;
	}
	
	body h1 {
		color: #5C431A;
	}
	

	h2 {
		
		margin-bottom: 4px;
	}
	
	body h2 {
		color: #5C431B;
	}
	

	h3 { 
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	
	body h3 {
		color: #666;
	}
	

	h4 {
		
		margin-top: 8px;
	}
	
	body h4 {
		color: #666;
	}
	

	h5 {
		
		margin-top: 8px;
	}
	
	body h5 {
		color: #666;
	}
	

	h6 {
		
		margin-top: 8px;
		font-style: italic;
	}
	
	body h6 {
		color: #666;
	}
	

	p { 
		line-height: 16px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	
	ul, ol, dl { line-height: 15px; margin: 10px 0 10px 0px; }
	li {  }
	
	dt { font-weight: bold; }
	dd { margin: 0 0 10px 20px; }
	
	cite, blockquote { font-style: italic; }
	blockquote { margin: 0 0 10px 15px; }
	
	strong, b { font-weight: bold; font-size: inherit; }
	em, i { font-style: italic; font-size: inherit; }
	
	pre, code { 
		font-family: monospace; 
		font-size: 14px; 
		margin-top: 3px;
		margin-bottom: 3px;
	}
	
	acronym, abbr {
		letter-spacing: .07em;
		border-bottom: 1px dashed #c00;
		cursor: help;
	}
	
	body a {
		color: #990000;  
		text-decoration: none;
	}
	
	body a:focus,
	body a:hover,
	body a:active {
		color: #990000;
		text-decoration:underline;
	}
	
	a img {
		text-decoration: none;
		border: none;
	}
	
	option { padding-left: 4px; }
	

	/**
	* ------------------------------------------------------------------
	* Column Layout
	* ------------------------------------------------------------------
	*/	
	
	
	
	#page {
		background: #FFFFFF;
		padding: 0;
	}
	
	#header {
		background: #FFFFFF;
  		color: #666;
		position: relative;
		padding-top: 0px;
		z-index: 10;
	}
	
	#headercontainer a.text, headercontainer a.text:link, headercontainer a.text:visited, headercontainer a.text:hover {
		padding-left: 5px;
		
	}
	
	div.linkrow {
		margin-top: 2px;  margin-bottom: 2px;
	}
	
	
	
	#rightcontainer div.linkrow a {
		padding-left: 8px;
	}
	
	#topnav {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	
	#topnav a {
		color: #666;
	}
	
	#breadcrumb {
		
		border-bottom: ;
		margin-bottom: 2px;
		padding: 0px 0px 0px 15px;
		position: relative;
		height: 1%;
	}
	
	#breadcrumb a {
		color: #666;
		
	}
	
	.nav-breadcrumb {
		margin-bottom: 4px;
	}
	
	
	
	#main {
		padding: 0 0 10px 0;
	}
	
	
	
	.col2 ul {display: inline-block; margin-left: -12px;}
	.col2 ul.tabs-menu {margin-left: 0;}
	.col2 ul ul {display: block;}
	.col2 ul li {list-style-type: none; list-style-image: none; background:transparent url('/system/modules/de.erzbistumkoeln.v8.template/resources/img/cube.png') no-repeat 0px 6px; padding-left: 15px; padding-bottom: 5px;}
	
	#col2 {text-align: justify;}
	#col2 p, #col2 div, #col2 li {line-height: 18px;}
	
	#footercnt {
		margin: 5px 0px;
		clear: both;
		width: 100.6%;
	}
	
	#footercnt div.box {
		margin-right: 5px;
		width: 32.5%;
		float: left;
		min-height: 150px;
	}
	
	#footer {
		background: #FFFFFF;
    		color: #666;
		padding: 0px;
		margin-top: 10px;
		border-top: ;
	}
	
	#footercontainer a, footercontainer a:link, footercontainer a.text:visited, footercontainer a.text:hover {
		padding-left: 5px;
		
	}
	
	#header, #nav_main, #main, #footer, #breadcrumb { clear:both; }
	
	.clearfix:after { 
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden; 
	} 
	
	.clearfix { display: block; }
	
	.clear {
		clear: both;
	}
	
	/**
	* ------------------------------------------------------------------
	* Accessible
	* ------------------------------------------------------------------
	*/
	
	.skip {
		position: absolute;
		left: 0px;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}
	
	/**
	* ------------------------------------------------------------------
	* Search Page
	* ------------------------------------------------------------------
	*/
	
	#searchForm {
		margin-bottom: 10px;
	}
	
	.search_text {
		margin-bottom: 10px;
	}
	.search_noresult {
		margin-bottom: 10px;
	}
	
	.search_result, .search_error {
		margin-bottom: 10px;
	}
	
	.pagination {
		text-align: center;
	}
	
	/* search input form */
	.search { border: 1px solid #666; padding: 1px; color: #666; background-color: #FFFFFF; }
	.searchoptions { padding: 4px 0 12px; margin: 4px 0 12px; border-bottom: 1px dotted; }
	.searchoptions input { vertical align: bottom; }
	.searchoptions select { border: 1px solid #666; margin: 4px 0 0; }
	.searchlinks { text-align: center; width: 100%; }
	.searchresult { margin-bottom: 10px; padding: 2px; }
	.searchresulttop  {background-color: #F6F6F6; }
	.formbutton { height: 18px; background-color: #F6F6F6; color: #666; border: 1px solid #333; }
	
	/* head or foot linkrow short search field */
	.searchlinkrow {
		margin: 0; padding: 0; display: inline;
	}
	
	/**
	* ------------------------------------------------------------------
	* Box Layout
	* ------------------------------------------------------------------
	*/
	
	

	.box, .box-wrap {
		margin-bottom: 20px;
		border-top: none;
		text-align: justify;
	}
	
	

	.box h4 {
		background:  url() repeat-x scroll center top;
		
		padding: 5px 10px;
		
	}
	
	
	
	.box_schema1 {
		border: 1px solid #DDDDDD;
		background: #F0EDEA;   
	}
	
	.box_schema2 {
		border: 1px solid #DDDDDD;
		background: #FFFFFF;   
	}
	
	.box_schema3 {
		border: 1px solid #DDDDDD;
		background: #F0EDEA;
	}
	
	.box_schema1 h4 {
		border: 1px solid #DDDDDD; border-bottom: none; margin: -1px;
		background: #E5E0DB url() repeat-x scroll center top; 
		color: #5C431B;
	}
	
	.box_schema1 h4 a {
		color: #5C431B;
	}
	
	.box_schema2 h4 {
		border: 1px solid #DDDDDD; border-bottom: none; margin: -1px;
		background: #E5E0DB url() repeat-x scroll center top; 
		color: #5C431B; 
	}
	
	.box_schema2 h4 a {
		color: #5C431B;
	}
	
	.box_schema3 h4 {
		border: 1px solid #DDDDDD; border-bottom: none; margin: -1px;
		background: #958A47 url() repeat-x scroll center top; 
		color: #ffffff; 
	}
	
	.box_schema3 h4 a {
		color: #ffffff;
	}
	
	/* Indivudual styles for . */
	div.search-wrap div.box_schema1,
	div.newsletter-wrap div.box_schema1,
	div.parish-wrap div.box_schema1,
	div.templateswitch-wrap div.box_schema1 {
		background-color: #E5E0DB;
	}
	
	div.search-wrap div.box_schema2,
	div.newsletter-wrap div.box_schema2,
	div.parish-wrap div.box_schema2,
	div.templateswitch-wrap div.box_schema2 {
		background-color: #E5E0DB; 
	}
	
	div.search-wrap div.box_schema3,
	div.newsletter-wrap div.box_schema3,
	div.parish-wrap div.box_schema3,
	div.templateswitch-wrap div.box_schema3 {
		background-color: #958A47;
	}

	/** box schema styles for linkbox.  */
	.linkbox-wrapper.box_schema1,
	.linkbox-wrapper.box_schema2,
	.linkbox-wrapper.box_schema3 {
	 	background: none;
	 	border:none;
	}

	.linkbox-wrapper.box_schema1 .first-link,
	.linkbox-wrapper.box_schema1 .link{
	 	background-color: #F0EDEA;
	}		
	
	.linkbox-wrapper.box_schema2 .first-link,
	.linkbox-wrapper.box_schema2 .link{
	 	background-color: #FFFFFF;
	}
	
	.linkbox-wrapper.box_schema3 .first-link,
	.linkbox-wrapper.box_schema3 .link{
	 	background-color: #F0EDEA;
	}
	
	/** Individual styles for pegasus */
	.box_schema1.pegasus-list-wrapper,
	.box_schema2.pegasus-list-wrapper,
	.box_schema3.pegasus-list-wrapper {
		background: none repeat scroll 0 0 transparent;
		border: medium none;
	}
		
	.box_schema1.pegasus-box-wrapper h5,
	.box_schema2.pegasus-box-wrapper h5,
	.box_schema3.pegasus-box-wrapper h5 {
		background-color: none;
		font-weight: bold;
	}
	
	
	/** Further styles for search box and parish box */
	div.search-wrap .search-box,
	div.parish-box,
	div.templateswitch-wrap .templateswitch-box {	
		padding: 12px 0;	
	}
	
	div.search-wrap div.search-box h4,
	div.parish-wrap div.parish-box h4,
	div.templateswitch-wrap .templateswitch-box h4 {
	    background:none;
	  	border:none;
	  	padding-top:0;
	  	margin-top:0;
	}
	
	div.search-wrap div.form-line,
	div.parish-wrap div.form-line {
		padding: 0 10px;
		display: inline-block;	
	}
	
	div.parish-wrap div.form-line .upper-line {
	margin-bottom: 10px;
	}
	
	div.search-wrap div.left,
	div.parish-wrap div.left {
		float:left;
	}
	
	div.search-wrap div.right,
	div.parish-wrap div.right {
		float:right;
	}
	
	div.search-wrap button,
	div.parish-wrap button{	
		border: 1px solid #FFFFFF; 
		background-color: #FFFFFF;
		height:20px;
		width:20px;
		cursor:pointer;	
	}
	
	div.search-wrap input,
	div.parish-wrap input {
		 font: 11px/14px Verdana,sans-serif; 
		 height: 18px; 
		 padding: 0 3px; 
		 border: 1px solid #FFFFFF;
	}
	
	div.parish-wrap div.parish-item div.left-column{
		width:29%;
		float:left;	
	}
	
	div.parish-wrap div.parish-item div.right-column{
		width:69%;
		float:left;
	}
	
	div.parish-wrap h2 {		
    font-weight: bold;
		line-height: 15px;
		margin-top: 0;    
	}

	div.parish-wrap p{
		margin: 0 5px;
	} 

	div.parish-wrap .error {
		color:red;
	}
	
	div.templateswitch-wrap .templateswitch-box div {
		padding: 0 10px;
	}

	.boxbody {
		padding: 10px;
		
	}

	.nopadding { padding: 0; }

	.boxbody p, .boxbody div.paragraph, .boxbody a {
		
	}
	
	.boxbody small {
		
	}
	
	div.paragraph:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	
	div.paragraph{
		display: inline-block;
		width: 100%;
	}
	
	html[xmlns] div.paragraph{
		display: block;
	}
	
	* html div.paragraph {
		height: 1%;
	}
	
	.boxbody_listentry {
		margin-bottom: 8px;
		overflow:hidden;
	}
	
	#col1_content .boxbody_listentry h5, #col3_content .boxbody_listentry h5, #col1_content .boxbody_listentry h5 a, #col3_content .boxbody_listentry h5 a {
		font-weight: bold; margin-bottom: 5px;
	}
	
	.boxbody_listentry div.left img {
		margin-right: 8px;
		padding: 3px;
		border: 1px solid #ddd;
	}
	
	.boxbody_listentry div.right img {
		margin-left: 8px;
		padding: 3px;
		border: 1px solid #ddd;
	}
	
	form div.boxform {
		display: block;
		margin: 5px 0px 0px;
		padding: 1px 3px;
	}
	
	form div.boxform label {
		display: block;
		float: left;
		padding-right: 5px;
		text-align: right;
		width: 60px;
	}
	
	#calendarside { margin-bottom: 20px; }
	
	p.adrdata-back, p.blog-back, p.event-back, p.faq-back, p.idea-back, p.job-back, p.news-back, p.newsletter-back, p.service-back {
		margin-top: 6px;
	}
	
	div.mailheader, div.mailfooter  { margin-bottom: 6px; }
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	/**
	* ------------------------------------------------------------------
	* Images
	* ------------------------------------------------------------------
	*/
	
	img.left, div.imagewrapper_left {
		padding: 5px;
		border: 1px solid #ddd;
		margin: 0 15px 15px 0;
	}
	
	img.right, div.imagewrapper_right {
		padding: 5px;
		border: 1px solid #ddd;
		margin: 0 0 15px 15px;
	}

	img.top, div.imagewrapper_top {
		padding: 0 0 5px 0;
	}
	
	img.bottom, div.imagewrapper_bottom {
		padding: 5px 0 0 0;
	}

	div.cms-fotostrecke {
		position: relative;
	}

	div.cms-fotostrecke div {
		position: absolute;
		opacity: 0.7;
		filter:alpha(opacity=70); /* IE transparency */
		background-color: #666;
	}

	div.cms-fotostrecke div p {
		padding: 6px 6px 6px 6px;
		margin: 0pt;
		color: #FFF;
		font-size: 10px;
		font-weight: bold;
		cursor: pointer;
	}

	a.thickbox div.cms-fotostrecke {
		text-decoration: none !important;
	}

	*:first-child+html a.thickbox div.cms-fotostrecke div {
		bottom: 0px !important;
	}

	span.cms-fotostrecke span span {
		font-size: 10px;
	}

	/**
	* ------------------------------------------------------------------
	* Content opens in colorbox
	* ------------------------------------------------------------------
	*/
	
	div.colorbox-panel {
		width:630px;
	}
	
	div.popup {
		margin-top: 10px;
		width: 100%;
	}
	
	h1.popup { padding: 2px; width: 100%; }
 	div.popup h2 { width: 100%; }
 	div.popup h3 { width: 100%; }
	
	div.popup table td {
		padding-bottom: 3px;
	}	
	
	.popupform { border: 1px solid #666; width: 100%; }
	span.formerror { color: #EE0000; font-weight: bold;}
	
	/* Imprint */
	table.imprint {	width: 100%; }
	td.imprint { vertical-align: top; text-align: left; font-size: 11px; padding-bottom: 3px; }
	td.imprint a { font-size: 11px; }
	
	/**
	* ------------------------------------------------------------------
	* Tabs type
	* ------------------------------------------------------------------
	*/
	
	.tabs{
		border: 1px solid #DDDDDD;
		margin-bottom: 20px;	
	}
	
	/**
	* ------------------------------------------------------------------
	* Content detail views
	* ------------------------------------------------------------------
	*/
	
	td.subheadline, span.subheadline {
		font-weight: bold;
		padding: 4px 0 2px;
	}
	
	table.serialdate div.subtitle, div.idea div.subheadline {
		font-weight: bold;
		padding: 4px 0 2px;
	}
	
	table.serialdate hr {
		border:none; 
		border-top:1px dashed black; 
		height:1px; color:#000000; 
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	table.serialdate hr.lastrule {
		display: none;
	}
	
	span.servicelist-fest {
		font-weight: bold;
	}

	div.servicelist-time {
		float: left;
		width: 10%;
	}
	
	div.servicelist-location {
		float: left;
		width: 30%;
	}
	
	div.servicelist-bez {
		float: left;
		width: 60%;
	}
	
	#ebkservicegooglemap a {
		font-size: 85%;
	}
	
	/**
	* ------------------------------------------------------------------
	* Teaser Box
	* ------------------------------------------------------------------
	*/
	
	.teaser-wrapper{
       	margin-bottom:10px;
	}
	
	.teaser-wrapper div h4{	
		background: none;       
       	margin-top:0;
       	font-weight:bold;
       	
	}	
	
	.teaser-wrapper .box_schema1 h4{		
       	color: #E5E0DB;
       	border:none;       	
	}
	
	.teaser-wrapper .box_schema2 h4{		
       	color: #E5E0DB;
       	border:none;       	
	}
	
	.teaser-wrapper .box_schema3 h4{				
       	color: #958A47;
       	border:none;       	
	}
     
    .teaser-wrapper .box_schema1,
    .teaser-wrapper .box_schema2,
    .teaser-wrapper .box_schema3 {		
       border:none;
	}
	
	.teaser-wrapper .teaserdate {
		float: right;
	} 
		
	.teaser-left {
		float:left;		   
	}

	.teaser-right {
		float:right;		   
	}
	
	.teaser-text {
		padding: 16px 20px 0 12px;            
		height: 104px;
	}
	
	.teaser-text .teasertext {
		display: inline;
	}
       
	.teaser-image {              
		width: 170px;
		height: 120px;
		position:relative;
	}
	
	.teaser-image.teaser-left {
		margin-right: 10px;
	}

	.teaser-image.teaser-right {
		margin-left: 10px;
	}       	      

	.teaser-image-title{
		position: absolute;
		top: 0;
		left: 0 ;
		background-color:#0A214F;
		color: #FFFFFF;
		padding: 2px 12px;             	
	}
	
	/** Day Readings */
	
	div.dayreadings-wrapper div.readingdate {
		margin-bottom: 8px;
	}
	
	div.dayreadings-wrapper div.pericopes {
		margin-top: 12px;
		border-top: 1px solid #CCC;
		display: inline-block;
	}
	
	div.dayreadings-wrapper div.pericopes div.title {
		margin-top: 12px;
	}
	
	div.dayreadings-wrapper div.pericopes div.title span.type {
		font-weight: bold;
	}
	
	div.dayreadings-wrapper div.pericopes div.title span.reference {
	
	}
	
	div.dayreadings-wrapper div.pericopes div.motto {
		font-style: italic;
		margin-top: 8px;
	}
	
	div.dayreadings-wrapper div.pericopes div.verse div.number {
		float: left;
		display: inline-block;
		width: 10%;
		font-weight: bold;
	}
	
	div.dayreadings-wrapper div.pericopes div.verse div.text {
		float: right;
		display: inline-block;
		width: 90%;
		
	}
	
	div.dayreadings-wrapper div.pericopes div.verse {
		padding-top: 8px;
		clear: both;
	}
	
	div.dayreadings-wrapper div.pericopes div.verselast div {
		padding-bottom: 0;
	}
	
	/**
	* ------------------------------------------------------------------
	* Liturgy calender
	* ------------------------------------------------------------------
	*/
	.liturgy_white
	{
		padding: 2px 0px;
		background-color: #fff;
	}
	.liturgy_violet
	{
		padding: 2px 0px;
		background-color: #dad;
	}
	.liturgy_red
	{
		padding: 2px 0px;
		background-color: #faa;
	}
	.liturgy_green
	{
		padding: 2px 0px;
		background-color: #afa;
	}
	.liturgy_head {
		margin-bottom: 8px;
	}
	.liturgy_content {
		margin-bottom: 20px;
	}
	
	/**
	* ------------------------------------------------------------------
	* Navigation Menu
	* ------------------------------------------------------------------
	*/

	#nav_left li a {
		 color: #666;
	}
	
	#nav_left li a:hover, #nav_left li a:focus, #nav_left li a:active {
		background: #E5E0DB;
		color: #666;
	}
	
	#nav_left a.current {
		background-color: #E5E0DB;
		color: #5C431B;
		font-weight: bold;
	}
	
	#nav_left a {
		background-color: #FFFFFF;
		border-bottom: 1px solid #EEEEEE;
		display: block;
		padding: 7px 0 7px 2%;
		text-decoration: none;
		width: 98%;
	}
	
	#nav_left ul ul a {
		background-color: #F8F8F8;
		padding-left: 7%;
		width: 93%;
	}

	#nav_left ul a {
		background: url('/export/system/modules/de.erzbistumkoeln.v8.template/resources/img/arrow_right.png') no-repeat center right;
	}
	
	#nav_main {
		display: block;
		
		height: 58px;
		font-size: 11px;
		
			background: url('/export/system/modules/de.erzbistumkoeln.v8.template/resources/img/headnav_back.jpg') repeat-x top left;
		
		font-weight: normal;
		padding-left: 15px;
	}

	#nav_main ul { list-style-type: none; width:auto; }

	#nav_main ul li { display: block; float:left; margin:0 1px 0 0; }

	#nav_main ul li a, #nav_main ul li a:hover, #nav_main ul li a.current {
		display: block;
		float: left;
		text-decoration: none;
		
		padding: 10.0px 12px 0 2px;
		margin-right: 10px;
		text-decoration: none;
	}

	#nav_main a {
		
			color: #000000;
		
	}
	#nav_main a:hover {
		background: none;
		
			color: #000000;
		
	}
	#nav_main a.current {
		font-weight: bold;
		background:  none;
		
			color: #000000;
		
	}
	
	
	
	/* This css styles should be moved to somewhere else..*/
/* Styles for the kaPlan GD Kollektor, assuming the wrapper class .kaplanGD was set*/

/*KaPlan GD style start: */

.kaplanGD .teaser-body > a,
.kaplanGD .btn {
    margin: 0;
    padding: 4px 8px;
    min-width: 0;
    border: #dcd093;
    border-radius: 0;
    background-color: #7999bb;
    box-shadow: none;
	color:#FFFFFF;
    text-align: center;
    text-transform: none;
    line-height: 20px;
    transition: all .33s;
	display:inherit;
}

.kaplanGD .btn {
	margin-top: 10px;
}

.kaplanGD #formular .btn {
	min-width: 270px;
}

.kaplanGD .row.ap-teaser {
	margin-bottom: 20px;
    margin-right: -15px;
    margin-left: -15px;
	overflow: hidden;
}

.kaplanGD .row.ap-teaser::after,
.kaplanGD .row.ap-teaser::before {
    display: table;
    content: " ";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.kaplanGD .row.ap-teaser::after {
	clear: both;
}

.kaplanGD .btn.active,.kaplanGD .btn:active,.kaplanGD .btn:hover {
    border-color: #dcd093;
    background-color: #dcd093;
    color: #555;
    transition: all .33s;
}


.kaplanGD .teaser-body h2 > a,
.kaplanGD .input-group label {
    font-size: 16px;
}

.kaplanGD #gpspos {
	margin-top: 10px;
}

.kaplanGD .input-sm {

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	box-shadow: none;
	margin-top: 10px;
    line-height: 1.5;
	padding: 4px 8px;
    font-size: 12px;
	min-width: 250px;
}

@media (min-width: 768px){
	.kaplanGD .teaser-body{
		width: calc(100% - 155px);
	}
}

.kaplanGD .teaser-body{

    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
}

.kaplanGD .teaser-visual{
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
}

.kaplanGD .calendar-sheet {
    min-width: 90px;
    border: 1px solid #dddddf;
    background: #eeeef0;
    text-align: center;
}

.kaplanGD .calendar-sheet h3 {
    color: #beaa41;
    font-weight: 600;
	text-align:center;
}

.kaplanGD .teaser-btn{
margin:0px;
    padding: 8px 16px;
	width:inherit;

}

.kaplanGD .teaser-text{
	height:auto;
	padding: 8px 0 8px 0;
}

.kaplanGD .calendar-sheet .day,.kaplanGD .calendar-sheet .monthYear {
    padding: 10px;
}
/*KaPlan GD style end */
	
	/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index: 10;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			29.0px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0;
}

/*** EBK SKIN ***/
.sf-menu ul a {
	width: 150px;
}
.sf-menu li li {
	width: 150px;
	background-color:	#999999;
	border-top: 1px solid #DDDDDD;
}
.sf-menu li li:first-child {
	border-top: none;
}

.sf-menu li li:hover {
	background-color: #AAAAAA;
}

.sf-menu li li.current {
	background-color: #666666;
}

#nav_main li li a, #nav_main li li a.current, #nav_main li li a:hover {
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
}

#nav_main li li a {
	color:	#FFFFFF;
}

#nav_main li li a.current {
	color:	#CCCCCC;
}

#nav_main li li a:hover {
	color:	#FFFFFF
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			-2px;
	top:			12.0px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/export/system/modules/de.erzbistumkoeln.v8.template/resources/img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
.sf-menu ul .sf-sub-indicator, .sf-menu ul a > .sf-sub-indicator {
	right: 20px;
	top: 8px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			12.0px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/system/modules/de.erzbistumkoeln.v8.template/resources/img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}  html, body
{
    margin:0;
    padding:0;
    height:100%;
}
#col1, #col1_content
{
    min-height:100%;
    height:auto !important;
    height:100%;
}
#col3
{
    width: 0;
}
#col3_content
{
    padding: 10px;
}
#col2
{
    width: 710px;
}
#nav_left
{
    padding-top: 20px;
}
#nav_left ul
{
    margin: 0 0 0 20px;
    padding: 2px;
    text-align: left;
}
#nav_left ul a
{
    background-image: none;
}
#nav_left li
{
    list-style-image: url("/pfarrverband-kuerten/.content/images/navi_cube.gif");
}
div#nav_left_mobile ul.nav-tabs
{
    margin: 0 0 0 20px !important;
    padding: 2px !important;
    text-align: left !important;
}
div#nav_left_mobile ul.nav-tabs > li
{
    list-style-image: url("/pfarrverband-kuerten/.content/images/navi_cube.gif") !important;
}
#nav_left_mobile .nav-tabs.nav-stacked > li > a
{
    border: none !important;
    padding: 3px 5px;
}
div.paragraph img
{
    border: 0;
}
body h1
{
    font-size: 10pt;
    font-weight: bold;
    padding: 4px 5px 5px 0px;
    margin: 3px 0px 5px 0px;
    border-bottom: 1px dotted #666;
}
body h2
{
    font-size: 10pt;
    padding: 4px 5px 5px 0px;
    margin: 3px 0px 5px 0px;
}
body h3
{
    font-size: 9pt;
    padding: 4px 5px 5px 0px;
    margin: 3px 0px 5px 0px;
}
body h4
{
    font-size: 9pt;
    padding: 4px 5px 5px 0px;
    margin: 3px 0px 5px 0px;
}
body h5
{
    font-size: 9pt;
    padding: 4px 5px 5px 0px;
    margin: 3px 0px 5px 0px;
}