/* CSS Document */
body, h1, h2, h3, h4, .caption {
	background-color:#FFFFFF;
	/*margin:0px 0px 10px 0px;*/
    font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal;
	text-decoration:none;
}	

img {
	border:none;
}

a { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3F8F63;
	text-decoration:none;
}

table { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	border-style:none; 
	font-size:12px; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal;
	text-decoration:none;
}

/*positionierung des logos*/
#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:139px;
	height:134px;
}

/*psositionen der navigation*/
#navi_grob {
	position:absolute; 
	top:134px; 
	left:0px; 
	width:139px; 
	height:413px;
}

#navi_fein {
	 position:absolute; 
	 left:138px; 
	 top:0px; 
	 width:91px; 
	 height:547px;
}


/*nicht versuchen zu vereinfachen, sonst funzt das navi.js nicht mehr*/
.navi_grob_1 {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:139px; 
	height:413px; 
	z-index:1;
}

.navi_grob_2 {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:139px; 
	height:413px; 
	z-index:1; 
	visibility:hidden;
}

.navi_fein_1 {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:91px; 
	height:547px; 
	z-index:1;
}

.navi_fein_2{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:91px; 
	height:547px; 
	z-index:1;
	visibility:hidden;
}

/*ausrichtung des header und dem darunter liegenden content*/
#header_and_content {
 	position:absolute; 
	left:230px; 
	top:0px; 
	width:541px; 
	text-align:center;
}

#header {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:521px; 
	padding:4px 0px 22px 20px;
}

#content {
	position:absolute; 
	left:0px; 
	top:65px; 
	width:477px;
	border-style:solid;
	border-width:25px 2px 2px 2px ;
	border-color:#6EBF93;
	margin:0px 0px 10px 20px;
	padding:10px 20px 10px 20px;
	font-size:12px;
	line-height:16px;
	color:#000000;
	text-align:justify;
	vertical-align:top; 	
}

#gebetszeiten_heute {
	position:absolute; 
	left:0px; 
	top:586px; 
	width:228px;
	border:2px solid #6EBF93;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 5px;
	text-align:center;
}

/*links in navi_fein*/
.navigation, .navigation:hover, .navigation:active { 
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	font-size:11px; 
	color:#333333; 
	text-decoration:none;
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal;
	display:block;
	margin-top:2px;
	margin-bottom:15px;
	margin-left:5px;
}

.navigation:hover {  
	color:#FFDB6D; 
}

.navigation:active {  
	color:#FFDB6D; 
}

/*Copyright unter jedem text*/
.caption {
	text-align:center;
	line-height:normal;
	font-size:10px;
	color:#3F8F63;
	margin-bottom:0px;
}


/*ueberschriften*/
h1 {
	font-size:16px;
	font-weight:bold;
	color:#3F8F63;
	line-height:normal;
	margin-bottom:0px;
}

h2 {
	font-size:15px;
	font-weight:bold;
	color:#3F8F63;
	line-height:normal;
	margin-bottom:0px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#3F8F63;
	margin-bottom:0px;
}

h4 {
	font-size:13px;
	font-weight:bold;
	color:#3F8F63;
	margin-bottom:0px;
}

/*felder in formularen*/
.fieldinactive { 
	border-style:solid;
	border-width:1px;
	border-color:#AAAAAA;
	background-color:#FFFFFF; 
}

.fieldactive { 
	border-style:solid; 
	border-width:1px; 
	border-color:#6EBF93;
	background-color:#F3F3F3;
}

.fielderror { 
	border-style:solid; 
	border-width:1px; 
	border-color:#FF0000;
}

/*einrückungen für unterpunkte in der sitemap*/
.eingerueckt { 
	padding-left:30px;
}
