﻿  /* CSS layout */
body {
	background: url('img/205325-1024x768.jpg') fixed;
	font-size: 10pt;
	font-family: Verdana,Arial,sans-serif;
	color: #1D0F00;
	margin: 0;
	padding: 0;
}
a:link { text-decoration:underline;color:#321B00; }
a:visited { text-decoration:line-through;color:#361F07; }
a:hover { text-decoration:none;font-weight:bold;background-color:#361F07;color:#5C7C29; }
a:active { text-decoration:none;font-weight:bold;background-color:#FCF8ED;color:#412817 }

h1 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.linkstyle {
	font-size: xx-small;
	text-align: right;
}

.imagestyle {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	
}

.tabin {
	font-size: xx-small;
	text-align: center;
	background-color: #263E01;
	border-style: solid;
	border-width: 1px;
	border-color: #251400;

}

.tabin2 {
	font-size: xx-small;
	color: #619314;
	text-align: left;
	background-color: #251400;

}

.unterpunkt {
	font-weight: bold;
	text-decoration: underline;
}

.galcount {
	text-align: right;
}

.unterp {
	text-decoration: underline;
}

#head {
	width: 800px;
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#navi {
	width: 800px;
	border: 2px solid #5C7C29;
    background-color: #321B00;
    margin: 0px auto;
    margin-bottom: 15px;
    font-size: 8pt;
}	

#navi div {
	clear:left
}
    
    ul#links {
    margin: 0px auto;
    margin-bottom: 15px;
    text-align: center;
  }
    
  ul#links li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0; padding: 0;
  }

  ul#links li ul {
	margin: 0; padding: 0;
	position: absolute;
	display: none;
}
  
  ul#links li:hover ul {
	display: block;
}
  
  ul#links li ul li {
	float: none;
	display: block;
}
  
  ul#links a {
    display: block;
    width: 100px;
    margin: 4px; padding: 4px;
    text-decoration: underline;
    font-weight: bold;
    border: 1px solid #321B00;
    color: #5C7C29; background-color: #321B00;
    }
   
  ul#links a:hover {
    color: #F4C04A; background-color: #2D4800;
  }
      
#page_content {
	background: url('img/textback.png') repeat-x;
	background-color: #9F6C2D;
	border: 2px solid #321B00;
	width: 796px;
	margin: 0px auto;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 10px;
}

#foot {
	background-color: #9F6C2D;
	border: 2px solid #321B00;
	width: 800px;
	margin: 0px auto;
	margin-bottom: 15px;
	font-size:8pt;
	text-align:center;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #5C7C29;
}

.lbLoading {
	background: #5C7C29 url(css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #5C7C29;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(css/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #251400;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #5C7C29;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

