
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #ddf7d3;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}

ul {
list-style: none;
margin: 0;
padding: 0;
}


p, h2, pre {
margin: 0px; 
padding: 5px 20px 5px 20px; 
}


a { 
color: #2f5f0f;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}

a.home { 
color: #417a1a;
font-size: 12px;
background-color:transparent;
text-decoration: none; 
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}

.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}

h4 {
font-size:12px;
padding-top:8px;
text-transform:uppercase;
color: #ffffff;
background-color: #215a0a;
	}
	
h3 {
font-size: 14px;
text-transform:uppercase;
text-align: center;
color: #ffffff;
background-color: #215a0a;
padding:5px 15px;
margin:0px

}

h2 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
	}


h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #ffffff;
background-color: #215a0a;
padding:5px 15px;
margin:0px

}


strong { 
font-size: 13px;
}

textarea,select { 
font-family:Monotype,Courier; 
font-size: 12px;
color:navy; 
background-color:#ddf7d3; 
}

/*  positioning-layers static and absolute */

#left {
position: absolute; 
left: 0px;
width: 190px;
color: #564b47;
margin: 0px; 
padding: 0px;
text-align: center;
}

#content {
margin: 0px 190px 0px 190px;
border-left: 2px solid #564b47;
border-right: 2px solid #564b47;
padding: 0px;
background-color: #ffffff;    
/*height:600px; */
}

#right {
position: absolute;
right: 0px;        
width: 190px;
color: #564b47;
margin: 0px; 
padding: 0px;
text-align: center;
}


/* Menue horizontal*/

.container {
        width: 500px;
        padding: 5px;
        margin: 3px 0 20px 0;
}

/* square */

#navSquare {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navSquare li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

/* right für rechtsbuendige navi - left für linksbuendig*/
#navSquare a:link, #navSquare a:visited {
        float: right;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
        color: #000;
        background: url(Square.gif) no-repeat bottom center;
}


/* Menue vertikal*/

#menuv {
        margin: 8px;
        border-style: solid;
        border-color: #656556;
        border-size: 1px;
        border-width: 1px;
	padding: 22px;
        }

#menuv li a {
        height: 14px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 12px;
        text-decoration: none;
        }

#menuv li a:link, #menuv li a:visited {
        color: #000000;
        display: block;
        background: #ddf7d3;
        padding: 2px 0 0 10px;
        }

#menuv li a:hover, #menuv li #current { 
        color: #ffffff;
        background: #215a0a;
        padding: 2px 0 0 10px;
        }


/* slimbox css anpassbar*/
/* #nav { float: left; width: 280px; } */
/* #preview { float: left; } */
a.thumb img { filter:alpha(opacity=50);	-moz-opacity: 0.50;	opacity: 0.50; border: solid 2px #FFFFFF; }
a.thumb:hover img {	filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;	border: solid 2px #215a0a; }

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

