/* CSS Document */

html {
	height: 100%;
	}

body {
	font: 12px Arial, Helvetica, sans-serif;
	background-image:url(bilder/bild2.jpg);
	background-repeat:repeat-x;
	color: #5A5A5A;
	margin: 0;
	padding: 0;
	text-align:center;
	height: 100%;
/*	behavior: url(pages/hover.htc);*/
	}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
}

a {
	color: #EA4941;
	text-decoration: underline;
	}

p { 
	line-height: 135%;
	margin: 0;
	padding: 0;
	}
	
div.dm ul { display:none; } div.dm:hover ul { display:block; }

hr {
	height: 1px;
	background: #bababa;
	color: #bababa;
	border:0px solid #bababa;
	}


#head {
	width: 760px;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-color:#000000;
	border-right: solid 1px;
/*	border-left: solid 1px; */
	border-color:#000000;
	background-image:url(bilder/head04.jpg);

}
#abstand {
	width: 750px;
	height: 20px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	padding-left: 9px;
	border-right: solid 1px;
	border-left: solid 1px;
/*	border-bottom: dashed 1px; */
	border-bottom-color:#000000;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 10px 9px 10px 10px;
	border-right: solid 1px;
	border-left: solid 1px;
	border-color:#000000;
	background-color:#ffFFFF;
	color:#333333;
	font-size:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration:none;
	background-image:url(bilder/logo.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-attachment:scroll;
}

#buttom {
	width:740px;
	height:25px;
	margin: auto;
	padding: 6px 10px 6px 11px;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#buttom a:link{color:#ffffff; text-decoration: none;}
#buttom a:visited{color:#FFFFFF; text-decoration: none;}
#buttom a:hover, #buttom a:active, #buttom a:focus {color: #EA4941;}

/* Navigation */

#navigation {
	width: 760px;
	height: 31px;
	background-image:url(bilder/button1.gif);
	background-repeat:repeat-x;
	border-right: solid 1px;
	/*	border-left: solid 1px; */
	border-color:#000000;
	top: 200px;
	left:auto;
	right:auto;
	margin: auto;
	color: #333333;
	}

#mainMenu, ul {
	padding:0;
	margin:0 0 0 0px;
	list-style-type:none;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	}

#mainMenu li {
	background-image: url(bilder/button1.gif);
	background-repeat: repeat-x;
	height: 31px;
	float:left;
	margin: 0;
	padding: 0;
/*	border-right: 1px solid #5A6573;*/
	border-left: 1px solid #5A6573;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	}

#mainMenu li a {
	margin: 0;
	padding: 7px 10px 9px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	}	

#mainMenu li a:hover {
	background-image: url(bilder/button2.gif);
	background-repeat: repeat-x;
	color: #000000;
	}

#mainMenu li:hover ul, #mainMenu li.hover ul {
	visibility:visible;
	}


#subMenu {
	position:absolute;
	visibility:hidden;
	margin: 0;
	padding: 0;
	border-left: 1px solid #e4f1f9;
	border-right: 1px solid #e4f1f9;
	border-bottom: 1px solid #e4f1f9;
	background-color: #e4f1f9;
	color: #FFFFFF;
	width: 150px;
	}
	

#subMenu li {
	height: 28px;
	margin: 1px 0 0 0;
	padding:0;
	border:0;
	clear:left;
	width:150px;
	background: #ffffff;
	}

#subMenu li a {
	display:block;
	text-decoration:none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0;
	padding:5px 0 8px 5px;
	}	

#subMenu li a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #CDDCEF;
	}

#links { 
	width: 240px; 
	height: 370px;
	margin: 0;
	padding: 0;
	float:left;
	text-align:center;
	overflow:hidden;
	}




div.rex-ptag {
    overflow: hidden;
}

/* CSS Document */




/* CSS Teil für "Lighbox" */

/* Anfang der Datei lightbox.css  */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.boemic.de/feuerwehr/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* Ende der Datei lightbox.css */

/* Anfang der Datei thumbs.css */

td.tdImg { width:140px; height:110px;}
body{background-color:#ffffff;}
#divWG {text-align:center; font: 11px Verdana, Arial, Helvetica, sans-serif;}
#divWG img, #divWG table {border:none;}
#divWG a:link, #divWG a:visited {text-decoration:none;}
#divWG a:hover {color:red;text-decoration:underline;}
#tblThumbsLayout {text-align:left; margin: 0 auto;}
#tblGalleryName{margin-top:2px;}
#currentGalleryLocation {font-weight:bold;}
td#galleryNameCell {font-size: 18px; font-weight:bold; color:#606060; margin: 6px 6px 0 0;}
td#pagingCell {text-align:right; white-space:nowrap;}
.currentPage {font-weight: bold;}
td#pagingCell a, .currentPage {font-size: 12px; padding: 3px 5px; border:0px solid #ccc;vertical-align:middle; }
td#pagingCell a:hover, .currentPage {border: #666 1px solid; background-color:#fff; text-decoration:none;}
td.tdImg {border: 0px solid; border-color: #aaa #666 #666 #aaa;
  text-align:center; background-color:#fff; vertical-align:middle;padding:4px;}
td.tdImg img {margin-top:11px;}
#pnCell {text-align:right;}
a.pn, a.pn:LINK,a.pn:VISITED {color: #606060; font: 9px arial, helvetica, sans-serif; text-decoration: none; padding: 1px 4px;}

/* Ende der Datei thumbs.css */

