@charset "UTF-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../bilder/bk_7.jpg);
	background-repeat: no-repeat;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	color: #000;
}
#footer {
	margin-top: 2px;
	margin-bottom: 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	background-color: #000;
}
#logo {
	height: 150px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}
#nav {
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
	padding-left: 60px;
}

/*****************
* fader gallery
********************/

/*** set the width and height to match your images **/

#slideshow {
	position:relative;
	height:600x;
	
	width: 700px;
}

#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;
}

/*******************
* gallery 
*********************/

#gallery-thumbs {
	list-style:none;
	padding:0px;
	margin:0px;
	display:inline-block;
}


#gallery-thumbs li{
	float:left;
	margin-right:15px;
	list-style:none;
}

#gallery-thumbs li img{
	height:104px;
	padding:2px;
	border:1px solid #ccc;
}

#gallery-thumbs li img:hover{
	border-color:#aaa;
	/* css3 for safai and firefox engines */
	-webkit-box-shadow: 0 0 5px #999; 
	-moz-box-shadow: 0 0 5px #999;
}

#large-image-wrapper{
	height:414px;
	overflow:hidden;
	width: 400px;
	}
#main-image{
	margin-bottom:10px;
	padding-left: 2px;
	width: 400px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	}
