/****PAGE GRUNDBEREICH**********************************************************/   
body {
    color: #000; 
	 background-color: white;
    font-size: 100.00%;
    font-family: Arial, Helvetica, sans-serif;
	 
    margin: 0; 
	 padding: 0;
    /* text-align: center;  Zentrierung im Internet Explorer */
	 
	 background-image: url(/prog/img/bg-left.gif);
	 background-repeat: repeat-y;
  }

#page {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0px;
	 width: 770px;
    padding: 0px;
  }

/********************************************************************************/ 






/****HEADER BEREICH**************************************************************/ 
#headerarea{
	height: 105px;
	background-image: url(/prog/img/bg-top.gif);
	background-repeat: repeat-x;
}   
#headerstart{
	width: 780px;
	height: 100%;
	background-image: url(/prog/img/header-start.gif);
	background-repeat: no-repeat;
}
#headercontent{
	width: 780px;
	height: 100%;
	background-image: url(/prog/img/header-content.gif);
	background-repeat: no-repeat;
}


#headernav{
	text-align: right;
	padding-top: 65px;
	font-size: 0.8em;
	color: #fff;
}
#headernav a, #headernav a:link    { 
	text-decoration: none;
	color: #fff;
}
#headernav a:hover{
	color: #333333;
}
/********************************************************************************/ 









/****NAVIGATION BEREICH**********************************************************/  
#navigationarea{
	float: left;
	margin: 0; 
	padding: 0;
	width: 190px;
	 
	height: 520px;
   background-image: url(/prog/img/bg-kirche-navigation2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 65px;
}

#navigation{
   float: left;  		/* Muss da sein sonst ist die Navigation total verzogen NUR bei Mac */
	width: 100%;  		/* Content muss berechent werden width */
   margin: 0px;
	margin-top: 10px; 
	padding: 0px;
	
	border-top: 1px solid #DBDBDB;
}


/* Grundlayout-Definition Level 1*/
#navigation ul{
   margin: 0px;
	padding: 0px;
   font-weight: bold;
	font-size: 0.9em;
}

#navigation li{
	 /*  margin-bottom: 1px; !important ; -->Bug zur Behebung Border -Bottom mit Styleswitcher einbinden falls noetig */
	 list-style: none;
	 display: inline; /* Damit IE keine Abstand mehr macht! */	 
}

#navigation a{
	display: block;
	padding-left: 12px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 100%;
	text-decoration: none;
	letter-spacing : 0.1em;
	font-weight: bold;
	font-size: 0.9em;
	
	border-bottom: 1px solid #DBDBDB;
}

#navigation ul li a:link, #navigation ul li a:visited  {
   background-color: #CFCFCF;
	color: #000000; 
}

#navigation ul li a.active:link, #navigation ul li a.active:visited, #navigation ul li a:hover  {
	color: #ffffff; 
	background-color: #4b7fb1;
}



/* Level 2 */
#navigation ul ul{
   margin: 0px;
	padding: 0px;
	background-color: #eaeaea;
   font-weight: normal;
	font-size: 0.95em;
}

#navigation ul ul a { 
	 display: block;
	 padding-left: 20px;
	 padding-top: 2px;
	 padding-bottom: 2px;
	 letter-spacing : 0px;
	 font-weight: normal;
	 font-size: 0.95em;
	 
	 border-bottom: 1px solid #fff;
}

#navigation ul ul li a:link, #navigation ul ul li a:visited {
	 background-color: transparent; 
	 color: #000000; 
}

#navigation ul ul li a.active:link, #navigation ul ul li a.active:visited, #navigation ul ul li a:hover {
	color: #ffffff; 
	background-color: #999;
}

/* Level 3 */
#navigation ul ul ul{
   margin: 0px;
	padding: 0px;
	background-color: #FAFAFA;
   font-weight: normal;
	font-size: 0.95em;
}

#navigation ul ul ul a {
	 display: block; 
	/* padding-left: 24px;*/
	 padding-top: 2px;
	 padding-bottom: 2px;
	 letter-spacing : 0px;
	 font-weight: normal;
	 font-size: 0.95em;	
	 
	  border-bottom: 1px solid #ccc;
}

#navigation ul ul ul li a:link, #navigation ul ul ul li a:visited  {
	 background-color: #FAFAFA;
	 color: #000000; 
}

#navigation ul ul ul li a.active:link, #navigation ul ul ul li a.active:visited, #navigation ul ul ul li a:hover {
	color: #000000;  
   background-color: #FAFAFA;
	font-weight: bold;
}




#suche{
	margin-top: 30px;
	margin-left: 12px;
	font-size: 0.8em;
}
#suche .suchEingabe{
	width: 90px;
}
#suche .suchButton{
	font-size: 0.7em;
	width: 50px;
	margin-left: 2px;
}
/********************************************************************************/ 
  

  
  
  
  
  
/****CONTENT BEREICH  (KOPIE cms.css machen) ************************************/ 
#content {
	 float: left;
	 margin-left: 15px;
	 width: 565px;
   /* margin-left: 205px;*/
    padding: 0px;
    border: 0px dashed silver;
	 font-size: 0.75em;
}
#content h1 {
	 color: #999;
    font-size: 1.3em;
    margin-top: 0px;
	 margin-bottom: 10px;
}
#content h2 {
	 color: #000;
    font-size: 1.0em;
    margin-top: 0px;
	 margin-bottom: 5px;
	 letter-spacing: 0.08em;
}

/*Dekativiere diese Styles*/
#content h3, #content h4, #content h5 {
	color: #000;
	font-size: 0em;
}

#content p {
    margin-top: 0px;
    margin-bottom: 15px;
}

#content b, #content strong{
	color: #666;
	font-weight: bold;
}


#content a{
	color: #4b7fb1;
	text-decoration: none;
}
#content a:hover{
	color: #4b7fb1;
	text-decoration: underline;
}

#content img.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
	border: 1px solid #339999;
}
#content img.left{
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	border: 1px solid #339999;
}

#content #boxHeaderBilder{ 
	border: 0px solid #339999;
	padding-bottom: 15px;
}
/*
#content #boxHeaderBilder img{
	height: 90px;
	border: 0px solid #339999;
}
*/



#content .tabZeilentrenner{
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	
	font-size: 1px;
}






#content .frmMussfeld{
	font-weight: bold;
}

#content .dropDown{
	width: 200px;
	background-color: #EEEEEE;
}

#content .zusatzText{
	margin-top: 15px;
	margin-bottom: 10px;
}

#content ul{
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 15px;
}
/*Standard - Tabellenformatierung*/
#content .tabStandard td p{
	padding: 0px;
	margin: 0px;
}
#content .tabStandard td{
	padding-right: 10px;
}
/********************************************************************************/ 








/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { display: none; }


#copyRight {
	font-size: 0.9em;
	text-align: right;
	color: #666;
	padding-right: 5px;
}
#copyRight a:active, #copyRight a:link, #copyRight a:visited  	{color: #666;	text-decoration: none;}
#copyRight a:hover 	{color: #666;	text-decoration: underline;}
/********************************************************************************/ 



