/* INIT
-----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:visited { text-decoration: none; }
a { color: #FFF; }
a:active, a:focus { outline: none; }
ol, ul { list-style: none; }
legend { display: none; }

body, input, textarea, select, option, optgroup, button {
	font-family: Tahoma;
}

input, textarea, select, option, optgroup, button {
	font-size: 1em;
}

/* LAYOUT
-----------------------------------------------------------------------------*/
/*html, body {
	height: 100%;
	overflow:hidden;
}*/

body {
	background-color: #26150a;
	background-image:url('../images/body-bg.png');
	background-repeat: no-repeat;
	background-position: center 0;
	font-size: 12px;
	text-align: center;
}

#page{
	background: url(../images/page-bg.png) no-repeat center top;
	width: 100%;
	height: 575px;
	margin: 0 auto;
}

#wrapper {
	margin: 0 auto;
	width: 641px;
	padding: 0 0 50px 11px;
	text-align: left;
}

#header {
	width: 100%;
	height: 66px;
	margin: 0 auto;
	position: relative;
}
#main{
	width:100%; 
	padding-left: 0px;
	float: left;
}
#left {
	background-image: url(../img/left2.png);
	width: 18px;
	height: 808px;
	float: left;
}
#right {
	background-image: url(../img/right2.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 808px;
	float: left;
}
/* MENU
-----------------------------------------------------------------------------*/
#menu {
	float: left;
	height: 41px;
	width: auto;
	background: url(../images/menu-bg.png) no-repeat 0 0;
	padding: 4px 0 0 13px
}
#menu ul {
	height: 34px;
	padding-top: 6px;
}
#menu li {
	float: left;
	height: 29px;
	padding: 0;
}
#menu li a {
	float: left;
	height: 21px;
	width: 100%;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 6px 0px;
}
#menu li a img{
	margin: 0 auto;
	display: block;
}
#menu li#menu-01.active{
	background: url(../images/menu-a.png) no-repeat 0 0;

}
#menu li#menu-02.active{
	background: url(../images/menu-a-02.png) no-repeat 0 0;

}
#menu li#menu-03.active{
	background: url(../images/menu-a-03.png) no-repeat 0 0;

}
#menu li#menu-04.active{
	background: url(../images/menu-a-04.png) no-repeat 0 0;

}
#menu li#menu-05.active{
	background: url(../images/menu-a-05.png) no-repeat 0 0;

}
#menu li#menu-06.active{
	background: url(../images/menu-a-06.png) no-repeat 0 0;

}
#menu li#menu-07.active{
	background: url(../images/menu-07-a.png) no-repeat 0 0;

}


#menu li#menu-01{
	background: 0;
	width: 68px;
}
#menu li#menu-02{
	background: 0;
	width: 118px;
}
#menu li#menu-03{
	background: 0;
	width: 64px;
}
#menu li#menu-04{
	background: 0;
	width: 107px;
}
#menu li#menu-05{
	background: 0;
	width: 78px;
}
#menu li#menu-06{
	background:0;
	width: 64px;
}



#menu li.active a img{display: none;}
#menu li a:hover {
	background-image: url(../img/hover2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* HEADER
-----------------------------------------------------------------------------*/
#logo a {
	float: left;
}

#top-nav{
	height: 19px;
	float: right;
	position: absolute;
	bottom: 10px;
	right: 6px;
}
#top-nav ul, #top-nav li{
	float: left;
	height: 19px;
}

#top-nav li{
	margin-right: 10px;
}
#top-nav ul li a {
	float: left;
	height: 19px;
	opacity: 0.65;
	filter: alpha(opacity=65);
}

/* CONTENT
-----------------------------------------------------------------------------*/
.lead-anim{
	background: url(../images/lead-anim-bg.png) no-repeat 0 0;
	width: 624px;
	height: 405px;
	margin: 6px 0 0 10px;
	float: left;
	padding: 11px;
}
.anim-cycle{
	position: relative;
}
.anim-cycle img{
	position: absolute;
	left: 0;
	top: 0;
}
#txt {
	
}
#txt h1{

}

#txt p{

}
#txt p.intro{font-weight: bold;}

#copyright{
	font-size: 11px;
	color: #6d4018;
	padding: 13px 0 0 12px;
	
}

/* GALERIA
-----------------------------------------------------------------------------*/
div.content{ display:none; float:left; position: relative; width: 641px; height: 423px;} /*js out*/
div.content a,div.navigation a{text-decoration:none;color:#777;}
div.content  a:focus,div.content  a:hover,div.content  a:active{text-decoration:underline;}

/*----IMAGE NAVI----*/
div.controls{
	height: 0; 
}
div.controls a{ width: 320px; height: 423px; }
div.controls a.prev{ 
	position: absolute; left:0;  
	background: url('../images/prev-page1.png') no-repeat 20px center;
}
div.controls a.prev:hover{
	background: url('../images/prev.png') no-repeat 0px center;
}
div.controls a.next{
	position: absolute; right:0;
	background: url('../images/next-page1.png') no-repeat 300px center;
}
div.controls a.next:hover{	
	background: url('../images/next.png') no-repeat 293px center;
}
div.ss-controls{float:left;}
div.nav-controls{float:right;}

/*----LOADER----*/
div.loader{background-image:url('loader.gif');background-repeat:no-repeat;background-position:center;position: absolute; top: 140px;
left: 320px; width: 20px; height: 20px;}

/*----IMAGE----*/
div.slideshow{clear:both;}
div.slideshow span.image-wrapper{display:block; margin: 0 auto;}
div.slideshow a.advance-link{padding:0;display:block;border:0;}
div.slideshow img{border:none;display:block; margin: 0 auto;}

/*----TITLES----*/
div.download{float:right;}
div.embox{
	border:0 ; 
	background: #361a09;
	padding:6px 10px;
	position: absolute;
	right: 0; bottom: 0;
	border: 1px #000 solid;
	border-width: 1px 0 0 0;	
}
div.image-title{font-weight:normal; font-size:14px; font-family: arial; color: #fff;}
div.image-desc{line-height:1.3em;padding-top:12px;}

/*----THUMBS----*/
div.navigation{position: relative; } /*js out*/ 
ul.thumbs{
	clear:both; margin:0; padding: 12px 0 0 22px; height: 100px; background: url('../images/thumbs-ul-bg.png') repeat-x 0 0;
}
ul.thumbs li{
	width: 104px;
	height: 85px;
	float:left; padding:0; margin:0px 19px 0px 0;
	list-style:none;
	background: url('../images/thumbs-li-bg.png') no-repeat 0 0;
}
a.thumb{padding: 8px 1px; display:block; border:0;}
ul.thumbs li.selected a.thumb{}
a.thumb:focus{outline:none;}
ul.thumbs img{border:none; display:block; margin: 0 auto;}

/*----THUMB NAVIGATION----*/
div.pagination{clear:both; position: absolute; width: 100%;}
div.navigation div.top{margin-bottom:12px;height:11px;}
div.navigation div.bottom{margin-top:12px;}
div.pagination a, div.pagination span.current{display:block; float:left; margin-right:0; padding:0; border:0;}
div.pagination a:hover{text-decoration:none;}
div.pagination span.current{font-weight:bold;background-color:#000;border-color:#000;color:#fff;}
a.prev-page{
	position: absolute;
	left: -23px; top: 35px;
	width:23px; height: 42px;
	background: url('../images/prev-page.png') no-repeat 0 0;		
}
a.prev-page:hover{background: url('../images/prev-page-h.png') no-repeat 0 0;}
a.next-page{
	position: absolute; 
	right: -23px; top: 35px; 
	width:23px; height: 42px; 
	background: url('../images/next-page.png') no-repeat 0 0;
}
a.next-page:hover{background: url('../images/next-page-h.png') no-repeat 0 0;}
/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li{float:none;padding:0;margin:0;list-style:none;}
#thumbs-min a.thumb{padding:0px;display:inline;border:none;}
#thumbs-min ul.thumbs li.selected a.thumb{background:inherit;color:#000;font-weight:bold;}

/* KONTAKT
-----------------------------------------------------------------------------*/
#kontakt{
	width: 601px;
	padding: 20px;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #e5dccd;
}
#kontakt p{
	padding-bottom: 15px;
}
.adres{
	float: left;
	text-align: left;
}

#form2{
	margin-top: 10px;
	float: left;
	text-align: left;
}
input, textarea{
	color: #966C47;
}
input.form {
	margin-bottom: 5px;
	background-color: #543217;
	border: 1px solid #784e29;
	width: 165px;
	height: 16px;
	font-size: 12px;
}
input.form:focus, textarea.form:focus {
	border: 1px solid #845934;
}

textarea.form {
	margin-top: 10px;
	background-color: #543217;
	border: 1px solid #784e29;
	width: 165px;
	font-size: 12px;
	height: 160px;
}
input.btn {
	margin: 10px 0 0 55px;
	background-color: #543217;
	border: 1px solid #784e29;
	color: #d5a276;
	height: 20px;
	padding-bottom: 4px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
input.btn:active {
	background-color: #A7B5C1;
	color: #fff;
}

