/* --------------------------------------------------------------------------
		created by Haaspress - www.haas.sk
	-------------------------------------------------------------------------- */

/* Reset ................. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; 	border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

blockquote2:before, blockquote2:after, q:before, q:after {}
blockquote2, q {}
	
	
/* Common ................. */
body {
	color: #fffbd5;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background-color: #511602;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
a, a:active, a:visited { color: #ffce7a; text-decoration: none; }
a:hover { color: #fff;text-decoration: underline;  }

a.gallery, a.gallery:active, a.gallery:visited { 
	color: #ffe4a9; text-decoration: none; 
	display:block;
	margin-left:18px;
	padding:5px;
	border-bottom: 1px solid #7c573a; 
	}
a.gallery:hover { color: #fff;text-decoration: none;  }

div { text-align: left; }
img { border: none; }
input, textarea { 
	font-size: 12px; font-family: Arial, Tahoma, Helvetica, sans-serif; 
	color: #fffbd5; margin:1px; border: 1px solid #ffe3a5; padding: 3px; overflow: visible; 
	background-color:#481302}
select, option { font-size: 12px; font-family: Arial, Tahoma, Helvetica, sans-serif; color: #666; }
input:focus {background-color:#541803; border: 1px solid #fff; }
textarea:focus {background-color:#541803; border: 1px solid #fff; }

/* Cleaners ................. */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.cleaner { height: 0; font-size: 0; line-height: 0; clear: both }
.line { height: 1px; font-size: 1px; line-height: 1px; clear: both; background-color:#a87d54; margin:10px 0 15px 0; }

/* Headings ................. */
h1 { font-size: 24px; color: #efd59a; margin: 5px 0 20px 0; font-weight: normal; font-family: Arial, Tahoma, Helvetica, sans-serif;line-height:120%; }
h2 { font-size: 16px; color: #666; margin: 25px 0 10px 0; font-weight: bold; font-family: Arial, Tahoma, Helvetica, sans-serif; line-height:120%;}
h3 { font-size: 16px; color: #efd59a; margin: 5px 0 10px 0; font-weight: normal; font-family: Arial, Tahoma, Helvetica, sans-serif; line-height:120%;}

/* Paragraphs ................. */
p { margin:0; padding:0; }


/* java zmena obrazkov  ................. */
#hlavny2 {
 background: white;
 float: left;
 display: inline;
 position: relative;
}

#imageContainer {
	height:309px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:10;
}

/* Layout ................. */
#wrapper { width: 902px; margin: 0 auto; 
		background-image: url(images/back_intro.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		line-height: 120%;
		}
#lave_menu { width: 219px; margin: 0 0 10px 0; 
		background-image: url(images/back_lave_menu.jpg);
		background-repeat: repeat-y;
		}
#top { width: 683px; height:195px; 
		background-image: url(images/back_top.jpg);
		background-repeat: repeat-x;
		}
#flash { z-index:0 }
#left {float:left; display:inline}
#right {float:right; display:inline}
#bottom {
		margin-bottom: 200px;
		color:#a87d54;
		text-align: center;
		}
#bottom a, #bottom a:active, #bottom a:visited { color: #a87d54; text-decoration: none; }
#bottom a:hover { color: #a87d54;text-decoration: underline;  }
		
		
		
		
.button {
	cursor: pointer; background-color: transparent; border:none;
	font-weight: bold; color: #ffff;
	padding:4px;
	text-align:center;
	margin:0;
	}
.button:focus {background-color:#541803; border: none; }
