body {
	background-color: gray;
	font-family: Georgia;
	line-height: 150%;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover { 
	text-decoration: none;
}

h1 {
	margin-top: 18px;
        line-height: 40px;
}

#mainframe {
	position: relative;
	width: 940px;
	margin: auto;
	background: #045E04;
	margin-top: 110px;
}

#banner {
	margin-top: 12px;
	height:88px;
	width:605px;
	margin-left: 16px;
}

#chaple {
	position:absolute;
	top:-105px;
	left:50%;
	margin-left: 192px;

	height:200px;
	width:275px;

	background: url(https://www.trachtenverein-alkofen.de/images/kapelle.png) no-repeat;
	background-size: 100%;
	z-index: 23;
}

#navigation {
	margin: 0px;
	height: 30px;
	width: 935px;
	padding-left: 5px;
	
	color:#DDDDDD;
	background-image: -webkit-linear-gradient(#045E04 90%, white 100%);
        background-image: -moz-linear-gradient(#045E04 90%, white 100%);
        background-image: -o-linear-gradient(#045E04 90%, white 100%);
        background-image: linear-gradient(#045E04 90%, white 100%);
}

#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navigation li {
	display: block;
	float:left;
	height:20px;
	border-right:2px groove #88DD88;
	padding:0px 8px;
}
#navigation a {
	display: block;
	font-style:italic;
	font-weight:500;
	font-size:12pt;
	line-height:14pt;
	font-family:Georgia;
	color:#eeeeee;
}

#navigation a:hover {
	color: #ffffff;
}

.content {
	padding-top: 10px;
	padding-left:30px;
	padding-bottom:40px;
	padding-right:50px;
	background: white;
	min-height: 405px;	
	z-index: 15;
}

.content .head {
	margin-left:-15px;	
}
.content table {
	width:100%;
}
.content table td {
	vertical-align:top;
}


#footer {
	height:26px;

	padding-left: 10px;
	padding-right: 15px;
	padding-top: 0px;
	margin-bottom: 20px;
}
	
#footer * {
	color: #eeeeee;
}

#borderLeftLinie,
#borderRightLinie {
	position: absolute;
	width: 12px;
	top:0px;
	bottom:0px;
	background: url(https://www.trachtenverein-alkofen.de/images/linie.png) right repeat-y transparent;
	z-index: 21;
}
#borderLeftLinie { left: 50%; margin-left: -476px; background-position-y: -3px;  }
#borderRightLinie { right:50%; margin-right: -476px; background-position-y: 3px; }	

.roweven {
	background-color: rgb(255,255,255);
}
.rowodd {
	background-color: rgb(240,240,240);
}

#gallery__overlay {
	background-image:url(/lib/plugins/gallery/images/overlay.png);
}

#gallery__lightbox {
	background-color:#EEEEEE;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:10px;
}

#gallery__lightboxCaption {
	background-color:#EEEEEE;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	color:#333333;
	font-size:10px;
	line-height:10px;
	text-align:center;
}

/* DokuWiki style classes */
.inline {
	border-collapse: collapse;
	border-spacing: 0;
}

.leftalign {
	text-align: left;
}

.rightalign {
	text-align: right;
}

th {
	text-decoration: underline;
}

.medialeft {
	text-align: left;
	float: left;
	margin: .2em 1em .2em 0;
}

.mediacenter {
	display: block;
	margin: auto;
}
.mediaright {
	text-align: right;
	float: right;
	margin: .2em 0 .2em 1em;
}

/*h2,.level2 { margin-left: 20px; }
h3,.level3 { margin-left: 30px; }
h4,.level4 { margin-left: 40px; }
h5,.level5 { margin-left: 50px; }
*/
p {
	text-align: justify;
}

.tn {
	border: 1px solid #045E04;
	padding: 2px;
}

#buttons { position: fixed; right: 5px; bottom: 5px; height: 16px; }
#buttons a img { border: 0; opacity: 0.5; }
#buttons a:hover img { opacity: 1; }


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ max-width: 100%; max-height: 100%;}
#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-image: url('data:image/gif;base64,AAAA'); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(https://www.trachtenverein-alkofen.de/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(https://www.trachtenverein-alkofen.de/images/lightbox/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }
div.thumb2{
margin-bottom:.5em;
width:auto;
}
div.trien{
float:left;
margin:.5em 1.4em .8em 0;
}
div.tleft{
clear:left;
float:left;
margin:.5em 1.4em .8em 0;
}
div.tright{
clear:right;
float:right;
margin:.5em 0 .8em 1.4em;
}
div.tcenter{
clear:both;
margin:.5em auto .8em auto;
}
div.thumb2 .thumbinner{
background-color:#F9F9F9;
border:1px solid #CCC;
font-size:94%;
overflow:hidden;
padding:3px;
}
div.thumb2 .mediabox2{
background:#FFF none repeat scroll 0 0;
margin:0;
border:1px solid #CCC!important;
}
html .thumbcaption{
border:medium none;
font-size:94%;
line-height:1.4em;
padding:3px;
text-align:left;
}
div.thumb2 .magnify{
background:transparent none repeat scroll 0 0;
border:medium none!important;
float:right;
}
div.thumb2 .magnify a,div.thumb2 .magnify img{
background:transparent none repeat scroll 0 0;
border:medium none!important;
display:block;
}
div.thumb2 .interwiki{
background-position:0 center;
padding-left:17px;
}
/* Uncomment these lines to force the edit button show up bellow the imagebox. */
/* div.dokuwiki div.secedit input.button{
 * clear:both !important;
 * }
 */