html, body {  

	height: 100%;

}

/* not for mac ie\*/

html {

	overflow-y: scroll;

}

/* end hack */



body {

	/*background: #bbb url(../../user_upload/beispiele/bg_body.gif);*/
	background: #e8e8e6 url(../img/hintergrundfarbe_komplett.gif);
  /*text-align: center; *//*IE centered content*/	
}

#fullheightcontainer {

	min-height: 100%;  	

}

/* hack for all IE, who don't understand min-height */

* html #fullheightcontainer {

	height: 100%;

}

/*hack end*/



/*----------all relative elements-----*/

body, #fullheightcontainer, #footer  {
/*	position: relative;*/
}
#printlink {
	position: absolute;
}

/*---------all absolute elements-----*/
#header, #logo, #rootline, 
#search, #printlink, #language, #servicemenu, #servicemenu2, #headertext {
	position: absolute;
}

/*---------all floated elements left-----*/

#leftmenu,#contentMain, #contentRight, #contentBorder { 

	float:left;

}


/*---------all floated elements right-----*/

#contentWrap { 

	float:right;

}

/*----------width of whole content-----*/

#fullheightcontainer, #header, #content, #footer {

	width: 1024px; 

	/*margin: 0 auto;*/ /*centered content*/
	

	text-align: left; 

}



/*-------content elements definition-------*/

#fullheightcontainer {
	/*background: #fff url(../img/bg_content.gif);*/ /* Background for whole content: gray background left, dotline between content and right */
    background: url(../img/hintergrundfarbe2.jpg);  	
}

#ct1 #fullheightcontainer {  /* background for layout ct1 */
/*	background: #fff url(../img/bg_content_c2.gif) repeat-y;*/	
}

#content {
  margin-top:  190px;  /*distance to top = height of header*/
	padding-bottom:  0px; /*important! distance between content + page end incl. footer*/ 

}

#contentWrap {

	width: 774px; /* width = content - leftmenu - margin to leftmenu */
	/*background: #FEFCF0;*/
	margin-right:49px;
	border-left:0px solid #5f5f62;
}

* html #contentWrap {   
  /*Anpassung IE 6*/
	margin-right:23px;
}

#contentMain {
	width: 680px;
	padding-left:20px;
	padding-top:20px;	
	/*background:yellow*/
}

#ct1 #contentMain {  
	width: 250px;
}
#ct2 #contentMain {  
	width: 734px;	
}
#ct1 #contentMain .csc-textpic-left img{
  /*dl class="csc-textpic-image csc-textpic-lastcol*/
  margin-left:-20px;
  margin-top:-20px; 
}

#ct1 #contentMain .csc-textpic-center img{
  margin-left:-20px;
}

#ct1 #contentMain .csc-textpic-center .csc-textpic-caption{
  margin-right:20px;
}
DL.csc-textpic-image DD { margin: 0 20px 0 0; }
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0 20px 30px 0; }

#ct2 .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap{
/*Spezialfall Gottesdienste*/
  margin-top:-20px;
}



#ct3 #contentMain {  
	width: 320px;
}

#ct4 #contentMain {  
	width: 145px;
}

#contentRight {
	width: 394px;
	padding-left:20px;
	padding-top:20px;	 
	padding-right:20px;
  /*extra div for IE6*/
	/*background:orange*/
}
#contentRight img{
  margin-top:-20px; 
}


#ct1 #backlink {
	padding-left:290px;
	padding-top:20px;	
  padding-bottom:20px;	 
	padding-right:20px;
	width:350px;
	clear:both;
}

#ct4 #backlink {
	padding-left:185px;
	padding-top:20px;	
  padding-bottom:20px;	 
	padding-right:20px;
	width:350px;
	clear:both;
}


#right {

}

#leftmenu { 
	margin-left:50px;
	margin-top:21px;
	/*background:#FEFCF0;*/
}
#leftmenu2 { 
	padding-left:50px;
	padding-top:21px;	
	/*background:#FEFCF0;*/
}


#header {
	height: 190px;
	left: 0;
	top: 0;
	background: #fff;
}

#header img {
	position: absolute;
  top: 70px;
	left: 0px;
}

#headertext {
  height: 25px;
	left: 201px;
	top: 160px;
	width: 754px;
	background: #FEFCF0;
	border-left:0px solid #5f5f62;
	border-bottom:1px solid #5f5f62;
}

#logo {
	left: 0;
	top:0px;
	z-index: 2;
}

#servicemenu, #servicemenu2 {
	top: 40px;
	left: 750px;
	color:#742646;
}
#servicemenu a, #servicemenu2 a {
	color:#742646;
}

#language {

	top: 3px;

	right: 0;

}

#language div {

	display: inline;

}

#search {
	left:50px;
  top:190px;

}

#printlink {
  left:870px;
  top:165px;
}
#printlink a{
  color:#742646;
  font-size:1.15em
}

#rootline {
    width: 670px; /*width  of content-wrap*/
	top: 45px;
	left: 230px;
	height: 20px;
	font-size: 90%; 
  visibility:hidden;
}

#footer {

	background: #ccc;

	height: 40px;

	/*margin: -40px auto 0 auto;*/

	font-size: 90%; 

	clear: both;
  visibility:hidden;
}

#footer p {

	text-align: center;

	margin: 0;

	padding-top: 5px;

}

/* css classes to deactivate floats*/

.clearer {

	clear: both;

	display: block;

	height: 1px;

	margin-bottom: -1px;

	font-size: 1px;

	line-height: 1px;

}

.clearfix:after {

      content: ".";

      display: block;

      clear: both;

      height: 0;

      visibility: hidden;

}

.clearfix {

      display: inline-block;

}

/* without IE Mac \*/

* html .clearfix {

      height: 1%;

}

.clearfix {

      display: block;

}

/* End without IE Mac */






#dummy{
  position:absolute;
  background:white;
  top:0;
  left:0;
  width:100%;
  height:70px;
}

