@charset "UTF-8";
/* CSS Document */

body {
	background-attachment: scroll;
	background-color: #e6d9bf;
	background-image: url(bilder/layout/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #6e5f40;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bilder/layout/footer.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 29px;
	width: 100%;
	bottom: 0px;
	position: fixed;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	color: #000;
}
#container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: auto;
	bottom: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}



#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	
}

a.navigation_item {
	color: #9d9062;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

a.navigation_item:hover {
	color: #ccbb7f;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

a.navigation_item:active {
	color: #9d9062;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}

a {
	color: #9d9062;
	text-decoration: underline;
}

a:hover {
	color: #ccbb7f;
	text-decoration: underline;
}

.imgboxbig {
    background-color: rgb(157,144,98); /* Needed for IEs */
    -moz-box-shadow: 0px 0px 10px rgba(157,144,98,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(157,144,98,0.6);
    box-shadow: 0px 0px 10px rgba(157,144,98,0.6);
    zoom: 1;
}

h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
}

/*Slideshow*/

#slideshow {
    position:relative;
    height:400px;
	width:640px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*Lightbox*/

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 500%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
 
.white_content {
	display: none;
	position: fixed;
	top: 5%;
	width: 790px;
	height: 620px;
	border: 5px solid white;
	background-color: white;
	z-index:1002;
	overflow: auto;
	
}