

	/**
	* ------------------------------------------------------------------
	* Basic Settings
	* 
	* ------------------------------------------------------------------
	*/
	
	
	
	body {
		
		color: #3C3C3C;
		
			background: #FFFFFF repeat-x top left fixed;
		
	}

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

	h1 {
		
		margin-bottom: 8px;
	}
	
	body h1 {
		color: #333333;
	}
	

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

	h3 { 
		
		margin-top: 5px;
		margin-bottom: 20px;
	}
	
	body h3 {
		color: #333333;
	}
	

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

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

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

	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: #2F539C;  
		text-decoration: none;
	}
	
	body a:focus,
	body a:hover,
	body a:active {
		color: #2F539C;
		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: #3C3C3C;
		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: #3C3C3C;
	}
	
	#breadcrumb {
		
		border-bottom: ;
		margin-bottom: 2px;
		padding: 0px 0px 0px 15px;
		position: relative;
		height: 1%;
	}
	
	#breadcrumb a {
		color: #3C3C3C;
		
	}
	
	.nav-breadcrumb {
		margin-bottom: 4px;
	}
	
	
	
	#main {
		padding: 15px 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: #3C3C3C;
		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 #3C3C3C; padding: 1px; color: #3C3C3C; 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 #3C3C3C; 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: #3C3C3C; 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 #3C3C3C; 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: #3C3C3C;
	}
	
	#nav_left li a:hover, #nav_left li a:focus, #nav_left li a:active {
		background: #2F539C;
		color: #FFFFFF;
	}
	
	#nav_left a.current {
		background-color: #2F539C;
		color: #FFFFFF;
		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: 30px;
		font-size: 11px;
		
		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: 5px 12px 0 2px;
		margin-right: 10px;
		text-decoration: none;
	}

	#nav_main a {
		
			color: #333333;
		
	}
	#nav_main a:hover {
		background: none;
		
			background-color: #FFFFFF;
		
			color: #2F539C;
		
	}
	#nav_main a.current {
		font-weight: bold;
		background:  none;
		
			background-color: #FFFFFF;
		
			color: #2F539C;
		
	}
	
	
	
	/* 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:			24px; /* 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:	#2F539C;
	border-top: 1px solid #f5f5f5;
}
.sf-menu li li:first-child {
	border-top: none;
}

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

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

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

#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:			7px; /* 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:			7px;
	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;
}  
.mobil-top, .footer-phone {display: none;}

#centercontainer img, #col3 img  {border-radius: 5px;}


/* ######################### Slider Content ############################ */
#centercontainer .banner-rotator ul.br-slides {margin: 0;}
#centercontainer .banner-rotator .br-stage {height: 300px !important;}
#centercontainer .banner-rotator img {top: 0px !important;}
.wt-rotator {width: 575px !important;  margin: 15px 0px 30px 0px;}
.screen {width: 575px !important;}
.wt-rotator .main-img {left: 0 !important;}
.c-panel {left: 470px !important; top: 10px !important;}
#centercontainer div.slider-text1 { font-family: 'Oswald', sans-serif,"Times New Roman",sans-serif;  font-weight: 550; font-size: 17px; line-height: 19px; margin: 0px 0px 8px 0px; padding: 0px; }
#centercontainer div.slider-text2 {font-size: 11px; line-height: 16px;}
.wt-rotator .desc {width: 200px !important; z-index: 2 !important;}
.wt-rotator .inner-bg {opacity: 0.9  !important;  -moz-opacity:.9 !important; filter:alpha(opacity=90) !important; }
.wt-rotator .inner-text {padding: 0px; width: 160px !important; }


/* ######################### Allgemein ############################ */

* {font-family: Verdana;  }
body {padding: 0px 0px 0px 0px; color: #333; }
#page {background: transparent url() no-repeat center 0px; }
#window {width: 100%; height: 100%; background: transparent url(/.content/_config_dateien/main-back-repeat.jpg) repeat 0 0;}
#header  { width:100%; margin: 0 auto;  background: transparent url(/.content/_config_dateien/head-top-back.jpg) repeat-x 0 0;}
#headercontainer { width: 980px;  margin: 0 auto;}
#main { width: 950px; padding: 0px 15px; margin: 0 auto; background: transparent; margin-top: 15px;  }

.element {margin-bottom: 20px;}
.paragraph {margin-bottom: 10px;}

.clear {   display: none;}
#col2, #col3 {background: #fff; border-radius: 6px; }
#col2_content {padding: 0px 0px 15px 0px;}
#col3_content {padding: 0px;}
#centercontainer {padding-bottom: 0px;}
#centercontainer p, #centercontainer div, #centercontainer b, #centercontainer li, #centercontainer strong,  #centercontainer a    {font-size: 13px; line-height: 18px; text-align: left;}
#col2 {width: 575px; padding: 20px 35px 0px 35px;  -webkit-box-shadow: 0px 0px 7px #ccc; -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc; behavior: url(/.content/_config_dateien/PIE.htc); position: relative;  }
#col3 {padding: 25px 20px 20px 20px;   -webkit-box-shadow: 0px 0px 7px #ccc; -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc;  behavior: url(/.content/_config_dateien/PIE.htc); position: relative;}

#centercontainer a, #centercontainer li a:hover, #centercontainer a:hover {text-decoration: underline;}

#centercontainer p.news-back {padding-top: 10px; text-align: right;}

#centerbottom {display: none;}
.element table {margin-top: 25px;}

.suchdiv,.navdiv {background: #f6f6f6;   margin: 0px 0px 30px 0px; padding: 20px 15px; width: 220px; border-radius: 5px; line-height: 19px;}
.navdiv {background: #E7F1D1;}


/* ######################### Sitemap ############################ */

#centercontainer .alkaconsitemap_level1_name  { border-bottom: 2px dotted #ccc !important; margin: 25px 0px 10px 0px;  padding: 9px 0px 7px 0px;  }
#centercontainer .alkaconsitemap_level1_name a {font-family: 'Oswald', sans-serif,"Times New Roman",sans-serif;   font-weight: 550; font-size: 22px !important;  padding: 0px;  text-decoration: none; }
#centercontainer .alkaconsitemap_level2 { margin-left: 0px;}
#centercontainer a.alkaconsitemap_level2_name  {font-weight: bold; line-height: 26px;}
#centercontainer #alkaconsitemap_mainelement label {display: none;}
#centercontainer .alkaconsitemap_level3 {   margin-left: 0px;  margin-bottom: 10px; border-left-width: 0px;}
#centercontainer .alkaconsitemap_level1_name br {display: none;}

/* ######################### Suche Rechts ############################ */

.search {background-color: #fff; border: 1px solid #ccc; color: #888; padding: 5px; width: 147px;border-radius: 3px;}
.formbutton {  background-color: #2F539C; border: none; border-radius: 4px; color: #eee; font-size: 11px; height: 25px; cursor: pointer;  padding: 5px;}





/* ######################### Suche Mitte ############################ */

#centercontainer .formbutton {background-color: #eee; border: 1px solid #ccc;  border-radius: 3px; color: #333; font-size: 12px; height: 27px; padding: 5px 10px; cursor: pointer;}
#centercontainer .formbutton:hover {background-color: #ddd;}
#centercontainer input.search {background-color: #FFFFFF;border: 1px solid #ccc;color: #888;padding: 5px; border-radius: 3px; margin-right: 15px; width: 280px !important;}
.searchoptions {border-bottom: 1px dotted #ccc; margin: 10px 0px 10px 0px; padding: 15px 0px 25px 0px;}
.searchresult {margin-bottom: 0px; padding: 15px 0px; border-bottom: 1px dotted #ccc;}
.searchresult a {font-weight: bold;}
.searchresult a img{margin-right: 8px;}
#centercontainer div.searchlinks {text-align: right; width: 100%; margin-top: 20px;}


/* ######################### Toplinks ############################ */

.toplinks { margin-bottom: 50px;  padding: 7px 0px 0px 17px; color: #fff; width: 950px; text-align: left;}
.toplinks ul {list-style: none outside none;   margin: 0px; }
.toplinks ul li {display: inline; line-height: 16px;  margin: 0px 7px 0px 0px; padding: 0px 0px 0px 19px; background: transparent url(/.content/_config_dateien/topmenu-divider2.png) no-repeat 0px 1px;}
.toplinks ul li a{color: #fff; text-transform: uppercase; font-size: 11px; }
.toplinks ul li:first-child {background: transparent url() no-repeat 0 0; padding-left: 0px;}


/* ######################### �berschriften ############################ */

h1, h1.lp_headline, .subline, .subline2  { 	  font-family: 'Oswald', sans-serif,"Times New Roman",sans-serif;  font-size: 24px; border-bottom: 0px dotted #ccc; line-height: 35px;  margin: 15px 0px 16px 0px; padding: 0px 0px 0px 0px; color: #333333; }
.subline, .subline2 {color: #2F539C; display: block; margin-top: 5px; font-weight: 300;}
.subline2 {margin-bottom: 30px;}

#col3_content h1 { margin: 0px 0px 0px 0px; width: 220px; background: transparent url() no-repeat 0 0px; padding: 0px 0px 10px 0px;} 
h2 {line-height: 21px;}
h2, #centercontainer h5 a   { font-family: 'Oswald', sans-serif,"Times New Roman",sans-serif;  font-weight: 550; font-size: 19px; margin: 3px 0px 8px 0px; padding: 0px; color: #888888; }

#centercontainer h5 a {font-size: 18px; margin: 3px 0 8px;text-decoration: none;}

#sliderwrap h2 {font-family:"OpenSansCondensedLight","Verdana",sans-serif;  font-weight: 600; font-size: 20px; margin: 3px 0px 8px 0px; padding: 0px; line-height: 23px; }
h3 {font-size: 13px; line-height: 18px; text-align: left; font-weight: bold; margin-bottom: 6px;}


/* ######################### Formular ############################ */

.webform_text {margin: 20px 0px 10px 0px;}
#centercontainer div.webform_button {text-align: right; margin-top: 20px;}
#emailform .formbutton {background-color: #F6F6F6; border: 1px solid #ccc;  color: #333; font-size: 12px;  height: 25px;  padding: 0 10px;}
.webform_text h2, h2.webform {background:#eee;  border-radius: 5px 5px 5px 5px;   line-height: 22px;   margin: 20px 0 15px;    padding: 6px 10px;}
	

/* ######################### Googlemap ############################ */

#ebkgooglemap {margin-bottom: 10px; margin-top: 12px;}

/* ######################### Bildergalerie ############################ */

.album_box {  margin: 3px;  padding: 5px; }
.album_box { float: left\9; }
#album_pages_72b2810c_63ce_11e2_92bc_000d88cca808 .album_box {  margin: 1px;  padding: 3px; }

#centercontainer div.album_box div {font-size: 10px; padding: 3px 0px; font-weight: bold;}
.album-wrapper {margin-bottom: 35px;}

#centercontainer, #col3_content img {border-radius: 6px;}
div.imagewrapper_top { padding: 10px 0 15px;}

/* ######################### Boxen + Listen allgenmein ############################ */

#col3_content .boxbody_listentry h5, #col3_content .boxbody_listentry h5 a {font-size: 12px;margin-bottom: 3px;}
#col3_content .boxbody_listentry div {line-height: 18px; font-size: 12px;}
#rightcontainer .boxbody_listentry {border-bottom: 3px dotted #ccc; padding: 7px 0px 13px 0px; margin-bottom: 0px;}
#rightcontainer .box, #rightcontainer .box-wrap {border-top: none; margin-bottom: 20px; text-align: justify;}
.boxbody p {text-align: left;}
.boxbody {padding: 0px; }
.boxbody .paragraph{margin-bottom: 10px; }
.boxbody_listentry #pagination .pagination {margin-top: 20px;}
.pagination a, .pagination span {   padding: 2px 7px; }

#centercontainer ul {list-style: none outside none; margin: 10px 0px;}
#centercontainer ul li {background: transparent url(/.content/_config_dateien/list.png) no-repeat 0 6px; margin-left: 0; padding-left: 17px; margin-bottom: 3px;}


/* ######################### Box Schema 1 Mitte ############################ */

#col2_content .box h2 { font-size: 19px; font-weight: 500; margin: 3px 0px 18px 0px; padding: 0px 0px 7px 0px; border-bottom: 3px dotted #ccc;}

#col2_content .boxbody p, #col2_content .boxbody a {text-align: left;}
#col2_content .box { border: 0px solid #ccc; margin: 20px 0px 30px 0px;  text-align: left; border-radius: 7px; padding: 20px 20px 7px 20px;}
#col2_content .box_schema1 {  background: #EDF0F6;}
#col2_content .box_schema1 .boxbody {padding: 0; }
#col2_content .box_schema1 img.left {border: none; margin: 0px 20px 0px 0px; padding: 0px;}
#col2_content  .box_schema1 h4{	background: transparent url(/.content/_config_dateien/pfeil-h1.png) no-repeat 0 3px; font-family: 'Oswald', sans-serif,"Times New Roman",sans-serif; border-bottom: 1px solid #333333; font-weight: 500; font-size: 26px;  margin: 5px 0px 16px 0px; padding: 0px 0px 10px 26px; color: #333333; }


/* ######################### Box Schema 2 Mitte ############################ */

#col2_content .box_schema2, #col2_content .box_schema3 {  background: #f6f6f6;}
#col2_content .box_schema2 .boxbody, #col2_content .box_schema3 .boxbody {padding: 0; }
#col2content .box_schema2 img.left,#col2content .box_schema3 img.left  {border: none; margin: 0px 20px 0px 0px; padding: 0px;}
#col2_content  .box_schema2 h4, #col2_content  .box_schema3 h4{	background: transparent url(/.content/_config_dateien/pfeil-h1.png) no-repeat 0 3px; font-family: 'Oswald', sans-serif,"Times New Roman",sans-serif; border-bottom: 1px solid #333333; font-weight: 500; font-size: 26px;  margin: 5px 0px 16px 0px; padding: 0px 0px 10px 26px; color: #333333; }


#centercontainer .box_schema3 .boxbody ul {margin-top: 10px;}
#centercontainer .box_schema3 .boxbody ul li {background: transparent url(/.content/_config_dateien/pdf.png) no-repeat 0 0; padding: 8px 0px 8px 39px;  }


/* ######################### Box Schema 1 Rechts ############################ */

#col3_content .boxbody p, #col3_content .boxbody a {text-align: left; font-size: 12px;}
#col3_content .box { border: 0px solid #ccc; margin-bottom: 25px;  text-align: left; border-radius: 7px; padding: 13px 15px 7px 15px;}
#col3_content .box_schema1 {  background: #f6f6f6;}
#col3_content .box_schema1 .boxbody {padding: 0; }
.box_schema1 h5, .box_schema1 h4 {color: #333333; line-height: 22px; font-family: 'Oswald', sans-serif,"Times New Roman",sans-serif;  background: transparent url() repeat-x 0 bottom; font-weight: 600; font-size: 18px;   margin-bottom: 10px; padding: 0px; border: 0;}
#col3_content .box_schema1 img.left {border: none; margin: 0px 10px 0px 0px; padding: 0px;}


/* ######################### Box Schema 2 Rechts ############################ */

#col3_content .box_schema2 {  background: #F1DFE6;}
#col3_content .box_schema2 .boxbody {padding: 0; }
.box_schema2 h5, .box_schema2 h4 {color: #333333; line-height: 22px; font-family: 'Oswald', sans-serif,"Times New Roman",sans-serif;  background: transparent url() repeat-x 0 bottom; font-weight: 600; font-size: 18px;   margin-bottom: 10px; padding: 0px; border: 0;}
#col3_content .box_schema2 img.left {border: none; margin: 0px 10px 0px 0px; padding: 0px;}


/* ######################### Box Schema 3 Rechts ############################ */

#col3_content .box_schema3 {  background: #fff;  margin-bottom: 25px; border: 0px solid #ccc; text-align: left; border-radius: 0; padding: 0px;}
#col3_content .box_schema3 .boxbody {padding: 0;}
#col3_content .box_schema3 h5, #col3_content .box_schema3 h4  {color: #333333; line-height: 22px; font-family: 'Oswald', sans-serif,"Times New Roman",sans-serif;  background: transparent url() repeat-x 0 bottom; font-weight: 600; font-size: 18px; margin-bottom: 10px; padding: 0px; border: 0;}
#col3_content .box_schema3 img.left {border: none; margin: 0px 10px 0px 0px; padding: 0px;}

.boxbody_listentry div.left img {border: 0; margin-right: 10px; margin-top: 4px; padding: 0;}
#col2_content .boxbody_listentry div.left img {margin-right: 20px;}


/* ######################### Bilder diverses ############################ */

td.lp_imgleft {padding: 6px 25px 0px 0px;}
td.lp_imgleft img {padding: 5px; border: 1px solid #ccc;}

span.lp_imgleft { float: left;text-align: left;  font-size: 10px; line-height: 14px; padding: 0px 25px 10px 0px;}
span.lp_imgleft img {padding: 5px; border: 1px solid #eee;  }

img.left {border: none; margin: 0; padding: 0px;}
img.right {border: none;  padding: 0px;  margin: 0; }
div.imagewrapper_right {border: none; margin: 0 0 10px 25px;  padding: 0px;}
div.imagewrapper_left {border: none; margin: 5px 25px 10px 0;  padding: 0px;}

span.cms-fotostrecke span.lp_fotostrecke_overlay { bottom: 9px;margin-left: 6px;}
img.links {float: left; margin: 0px 15px 0px 0px;}


/* ######################### Navigation Rechts ############################ */

#nav_left br, #breadcrumb br {display: none;}
#nav_left {border-top: none; background: #F6F6F6;  margin: 0px 0px 30px 0px; padding: 15px 15px 10px 15px; width: 220px; border-radius: 5px;}

#nav_left a {font-weight: bold;  border-bottom: none;}
#nav_left a.current {font-weight: bold; font-family: "Verdana",sans-serif;}

#nav_left ul li a {font-weight: normal; font-size: 22px; line-height: 26px; background: url() no-repeat scroll left 12px transparent; padding: 0px; margin-bottom: 14px; color: #333333; font-family: 'Oswald', sans-serif,"Times New Roman",sans-serif;  }
#nav_left ul li a:hover,#nav_left ul li a.current, #nav_left ul li a.current:hover  {font-weight: normal; background: url() no-repeat scroll left 12px transparent; padding: 0px; margin-bottom: 14px;  color: #333333; font-family: 'Oswald', sans-serif,"Times New Roman",sans-serif; }


#nav_left ul ul li a { font-family: "Verdana",sans-serif; font-weight: normal; color: #333333; line-height: 18px; margin-bottom: 0px; background: url(/.content/_config_dateien/arrow-active.png) no-repeat 0 16px transparent; padding: 10px 0px 10px 18px; border-top: 2px dotted #ccc; font-size: 14px; border-bottom: none; width: 90%;}
#nav_left ul ul li a:hover,#nav_left ul ul li a.current, #nav_left ul ul li a.current:hover  { font-family: "Verdana",sans-serif; font-weight: normal; color: #2F539C; padding: 10px 0px 10px 18px; margin-bottom: 0px; background: url(/.content/_config_dateien/arrow.png) no-repeat 0 16px transparent;}
#nav_left ul ul li a.current, #nav_left ul ul li a.current:hover  {font-family: "Verdana",sans-serif; font-weight: bold; color: #2F539C;  background: url(/.content/_config_dateien/arrow.png) no-repeat 0 16px transparent;}

#nav_left ul ul ul li a {font-family: "Verdana",sans-serif; color: #333333; line-height: 16px; font-weight: normal; margin-bottom: 0px; background: url() no-repeat 0 19px transparent; padding: 4px 0px 4px 18px; border-top: 0px dotted #ccc;  border-bottom: none; border-top: none; width: 90%; font-size: 14px;}
#nav_left ul ul ul li a:hover,#nav_left ul ul ul li a.current, #nav_left ul ul ul li a.current:hover  {font-family: "Verdana",sans-serif; font-weight: normal; color: #2F539C; padding: 4px 0px 4px 18px; margin-bottom: 0px; background: url() no-repeat 0 19px transparent;}
#nav_left ul ul ul li a.current, #nav_left ul ul ul li a.current:hover  {font-family: "Verdana",sans-serif; font-weight: bold; color: #2F539C;  background: url() no-repeat 0 19px transparent;}
#nav_left ul ul ul {margin: -8px 0px 7px 0px;}

#nav_left ul ul ul ul li a {font-family: "Verdana",sans-serif; font-weight: bold; color: #2F539C;  line-height: 18px; margin-bottom: 0px; background: url(/.content/_config_dateien/arrow.png) no-repeat 18px 8px transparent; padding: 2px 0px 2px 34px; border-top: 2px dotted #ccc; line-height: 18px; border-bottom: none; border-top: none; width: 90%; font-size: 13px;}
#nav_left ul ul ul ul li a:hover,#nav_left ul ul ul ul li a.current, #nav_left ul ul ul ul li a.current:hover  {font-family: "Verdana",sans-serif; font-weight: bold; color: #333333; padding: 2px 0px 2px 34px; margin-bottom: 0px; background: url(/.content/_config_dateien/arrow-active.png) no-repeat 18px 8px transparent;}
#nav_left ul ul ul ul li a.current, #nav_left ul ul ul ul li a.current:hover  {color: #333333; }
#nav_left ul ul ul ul {margin: -1px 0px 10px 0px;}

#nav_left ul ul ul ul ul li a {background: url() no-repeat 18px 8px transparent; color: #2F539C; padding: 0px 0px 0px 34px;  font-weight: normal;  }
#nav_left ul ul ul ul ul li a:hover, #nav_left ul ul ul ul ul li a.current, #nav_left ul ul ul ul ul li a.current:hover  {background: url() no-repeat 18px 8px transparent; padding: 0px 0px 0px 34px; color: #333333;  font-weight: normal;}



/* ######################### Navigation Breadcrumb ############################ */

#breadcrumb {font-size: 10px;  color: #333333; width: 810px; height: 32px; border-radius: 6px; margin: 15px 15px 0px 15px; padding: 83px 10px 0 130px;  background: transparent url(/.content/_config_dateien/back-breadcrumb.png) no-repeat 0px 0px; -webkit-box-shadow: 0px 0px 7px #ccc; -moz-box-shadow: 0px 0px 7px #ccc; box-shadow: 0px 0px 7px #ccc; position: relative;  }
#breadcrumb a {color: #333333; font-size: 12px; font-weight: bold;}


/* ######################### Navigation Main ############################ */

#nav_main {  width: 940px; padding: 0px 15px 0px 25px; background: transparent url() no-repeat 0 0;  display: block;  font-weight: normal;   height: 65px; z-index: 99; position:relative;}

#nav_main ul li a, #nav_main ul li a:hover, #nav_main ul li a.current {
display: block;
margin-right: 8px;
padding: 4px 4px 0 15px;
text-decoration: none;
background: transparent url() no-repeat left 0px;
text-decoration: none;
font-size: 19px;
font-family: 'Oswald', sans-serif,"Times New Roman",sans-serif;  font-weight: 550;
}

#nav_main ul li a.current {font-weight: 550; font-weight: normal;}
#nav_main ul li {line-height: 22px;}


.sf-menu ul {margin-top: 36px; filter:alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9; -khtml-opacity: 0.9; }
.sf-menu li li {border-top: 0;}


#nav_main ul li li a, #nav_main ul li li a:hover, #nav_main ul li li a.current {
display: block;
float: left;
margin: 0px 0px 0px 0px;
padding: 3px 6px 5px 0px;
text-decoration: none;
font-family: Verdana,sans-serif; 
font-size: 14px; 
border-left: 0px solid #666;
background: transparent url() no-repeat left 0px;
width: 190px;
font-weight: 500; 
}

#nav_main ul li:first-child a, #nav_main ul li:first-child a:hover, #nav_main ul li:first-child a.current { padding: 4px 4px 0px 0px;  background: transparent url() no-repeat left 0px;}
#nav_main ul li:last-child a, #nav_main ul li:last-child a:hover, #nav_main ul li:last-child a.current { padding-right: 0px;}
#nav_main li li a:hover { }
#nav_main ul li li:first-child a, #nav_main ul li li:first-child a:hover, #nav_main ul li li:first-child a.current {  padding: 0px 3px 0px 0px; margin: 15px 0px 0px 0px;  }
#nav_main ul li li:last-child a, #nav_main ul li li:last-child a:hover, #nav_main ul li li:last-child a.current { padding: 0px 3px 8px 0px; margin: 0px 0px 5px 0px;  }
#nav_main ul li li a.current {  }
#nav_main ul li li {width: 210px; padding: 1px 3px 4px 13px; line-height: 19px;}

.sf-sub-indicator {display: none;}


/* ######################### Footer ############################ */

#socialshareprivacy {margin-top: 40px;}
#socialshareprivacy  label, .social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {color: #333;}


.footer-bottom {margin-top: 42px;}
.footer-wrap {margin-top: 70px;}

#footer {  height: 337px; width: 100%; background: transparent url(/.content/_config_dateien/footer-wrap-back.jpg) repeat-x 0 57px;  margin-top: 40px;  padding: 0;}
#footercontainer {width: 950px; height: 337px; margin: 0 auto; color: #fff; padding: 0px 15px 0px 15px;}
#footercontainer a, footercontainer a:link, footercontainer a.text:visited, footercontainer a.text:hover { color: #333333;  font-size: 12px;  padding-left: 0px;}
.footer-block {float: left; padding: 0px 28px 0px 28px; background: transparent;}

.footer-block-kontakt {float: left; width: 200px; color: padding: 40px 0px 0px 0px; margin: -20px 0px 0px 40px; color: #333; background: transparent url() no-repeat 0 0px; }
.footer-block-kontakt-text {padding-top: 0px; line-height: 19px;  margin-top: 7px;}


.kontakt1 {width: 180px; color: #fff; margin-bottom: 15px; padding: 15px 15px 15px 50px; border-radius: 7px; background: #a65062 url(/.content/_config_dateien/icon-phone.png) no-repeat 5px 6px;}
.kontakt2 {width: 180px;  color: #fff;  margin-bottom: 15px; padding:  15px 15px 15px 50px; border-radius: 7px;  background: #a1590d url(/.content/_config_dateien/icon-mail.png) no-repeat 5px 6px;}
.kontakt3 {width: 180px; color: #fff; padding: 15px 15px 15px 50px; border-radius: 7px; background: #a38361 url(/.content/_config_dateien/icon-buchen.png) no-repeat 5px 6px;}
.kontakt2 a, .kontakt2 a:link,.kontakt3 a, .kontakt3 a:link   {color: #fff;}


#footercontainer ul {list-style: none;  margin: 0px 0px 0px 0px;}
#footercontainer ul li {line-height: 20px;  margin-left: 0px;  padding-left: 17px; background: transparent url(/.content/_config_dateien/pfeil-footer.png) no-repeat 0 4px;}
#footercontainer h2 {margin-top: 0px; margin-bottom: 15px; text-transform: uppercase; font-size: 16px;	font-family: 'Oswald', sans-serif,"Times New Roman",sans-serif;  font-weight: 550; }

.footer-bottom-left {float: left;  font-size: 11px;}
.footer-bottom-right {float: right;  font-size: 11px;}
.footer-bottom-right a {font-size: 11px;}


/* ######################### Print ############################ */

@media print {

#header {display: none;}
#page {background: #fff url() no-repeat center 0px;}
body{ width: 100%;border: 0;margin: 0;padding: 0;float: none !important;}
#window, #page, #main, #col2, #col2_content, #col3, #centercontainer {width: auto;border: 0;margin: 0;padding: 0;}

}


