/* CSS Document Kirche Waldau*/
body {
	color: black;
	background-color: #CCCC99;
	font-family: Arial,Verdana,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: small;
}

.skiplink { 
			display: none;
			}		
/*================================================================
		1.Div-Bereiche
==================================================================*/

#wrapper {	
			color: black; 
			background-color: white; 
			width: 70%;
			margin-top: 10px;
			margin-right: auto;
			margin-bottom: 10px;
			margin-left: auto;
      border: 1px solid #8c8c8c
      }

#kopfbereich {
	color: black;
	background-color: #cccc33;
	height: 150px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../img/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#kopfbereich img { 
			background-color: #FFcc66;
			display:block;
 			margin: auto;
			}

#kopfbereich p {
			font-weight: bold;			
			padding: 5px 0 5px 0;
			margin-bottom: 0;
			}
		
#navibereich { 
			background-color: #cccc33;			
			text-align: left;
			color: black; 
			padding: 5px 10px 4px 1px; 
			border-bottom: 1px solid #8c8c8c;
			}
			
#navibereich li {
			display: inline;		/* li nebeneinander*/
			list-style-type: none;	/* ohne aufzählungspunkte*/
			margin: 0;
			}

#navibereich ul {
			padding: 0;
			margin-bottom: 0; margin-top: 0;
			margin-left: 8px;
			}

#navibereich a {
	color: black;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #CC9933;
	padding: 4px 6px 4px 6px;
	border: 1px solid #8c8c8c;
}

#navibereich a:active {
			background-color: white;
			}

#navibereich a:hover, #startseite #navi01 a, #akt #navi02 a, #gembr #navi03 a, #gesch #navi04 a, #linkseite #navi05 a, #kontaktseite #navi06 a, #terminseite #navi07 a, #sponsorenseite #navi08 a, #glosar #navi09 a {
			text-decoration: none;
			color: black;
			background-color: white;
			padding-bottom: 5px;
			border-bottom: none;
			}
			
#textbereich {
			padding-top: 20px; 
			padding-right: 10px; 
			padding-bottom: 20px;
			padding-left: 20px;
			}

#fussbereich {
      clear: both;
			padding: 20px; 
			padding-top: 10px; 
			border-top: 1px solid #8c8c8c;
			margin-top: 20px;
			}
			
/*================================================================
		2. Allgemeine HTML-Elemente
==================================================================*/

h1 {		
			font-weight: bold;  
			font-family: Arial,Verdana,Helvetica,Geneva,Swiss,SunSans-Regular;
			font-size:medium;
			}

h2 {		
			font-size: small; 
			font-weight: bold;  
			font-family: Arial,Verdana,Helvetica,Geneva,Swiss,SunSans-Regular;;
			}

address {	
			text-align: center; 
			font-size: 85%; 
			font-style: normal; 
			letter-spacing: 2px; 
			line-height: 1.5em; 		/*zeilenabstand */
			}

a {			
			text-decoration: none; 
			outline: none;				/*umriss beim drücken*/
			}							/*unterstreichung entfernen */

a:link {	
			color: #663300; 
			}

a:visited {	
			color: #663300;
			}

a:hover, a:focus { 
			text-decoration: underline;
			}

a:active {
	color: white;
	background-color: #663300;
}


ul li {		
			list-style-type: none;
			}


.hinweisbox {
			color: black;
			background-color: #8c8c8c;
			border: 3px solid #ecfddd;
			}

.blind-txt {
	    color: White;
    	}

hr {
    	border: 1px solid #8c8c8c;
      }
.durchge-txt {text-decoration:inherit}

			
/*================================================================
		archiv
==================================================================*/

.weatimages_thumbnail_cell {/* cell displayed in album view and containing image thumbnail, filename, description */
	font-family: Arial,Verdana,Helvetica,Geneva,Swiss,SunSans-Regular;;
	padding: 4px 4px 8px 4px;
	border-style: solid;
	border-color: #DDDDDD;
	text-align: center;
	vertical-align: top;
}
.weatimages_thumb_border {/* border of thumbnail */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 6px 6px 2px 6px;
}
.weatimages_link_size {/* links to original/resized image displayed under thumbnail in album */
	font-size: 9px;
	text-decoration: underline;
	color: #333366;
	text-align: center;
}
.weatimages_filename {/* filename displayed under image thumbnail in album */
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}
.weatimages_image_desc {/* description (from textfile or exif) displayed under image thumbnail in album */
	color: #555555;
	text-align: center;
}
.weatimages_pages_navigator {/* pager */
	font-size: 12px;
	color: #003366;
	text-align: center;
}
.weatimages_header {/* page title line - album/image name (or description) */
	font-size: 15px;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 20px;
	margin-right: 20px;
}
.weatimages_comment {/* string under page title - album/image description */
	font-size: 12px;
	color: #555555;
	margin-bottom: 3px;
	margin-left: 20px;
	margin-right: 20px;
}
.weatimages_thumb_album_name {/* album name shown on the right of album thumbnail */
	font-size: 14px;
	color: #333333;
}
.weatimages_thumb_album_desc {/* album decsription shown on the right of album thumbnail */
	font-size: 12px;
	color: #555555;
}
.weatimages_bigimage {/* style for big version of image */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #444444;
	margin: 5px;
	text-align: center;
}
.weatimages_container_navig {/* links to next/previous images displayed at the page vith big version of image */
	font-size: 11px;
	text-decoration: underline;
}
.weatimages_toppest_navig {/* style for a div containing top navigational links - to parent albums and next/prev images */
	color: #555555;
	background-color: #FAFBFB;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
}
.weatimages_hotkey_tip {/* tips beside links to next/previous images */
	font-size: 11px;
	color: #BBBBBB;
}
