@charset "utf-8";
/* CSS Document */

#nav { width: auto; margin: 0; }


body {
	background-color: #1c1c1c;
	color: #fff8e6;
	margin: 0;
	padding: 0;
	font: 12px Myriad Pro, Tahoma, Arial, Helvetica, sans-serif;
}

div#wrapper {
	width: 100%;
	height: 100%;	
	background: url(layout/dot_bg.gif) left bottom no-repeat;
	position: absolute;
	z-index: 1;
}

div#menu_block {
	position: absolute;
	top: 60px;
	left: 350px;
}

div#menu_block div#nav ul#menu li{
	display: inline;
	margin: 5px;
	padding: 0;
}

div#menu_block div#nav ul#menu li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #f4e1b1;
 	font: 16px bold Myriad Pro, Tahom, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

div#menu_block div#nav ul#menu li a:hover {
	border-bottom: 2px #f4e1b1 solid;
	cursor: pointer;
	text-decoration: none;
}

div#menu_block div#nav ul#menu li a.activeSlide {
	color: #b88a56;
	border-bottom: 2px #b88a56 solid;
}

div#content {
	width: 514px;
	height: 375px;
	position: absolute;
	padding: 15px 0 15px 0;
	top: 90px;
	left: 350px;
	z-index: 50;
	overflow: hidden;
}

h1, h2, h3, h4, h5 {
	text-shadow: 1px 2px 2px #111111;
}

h1 {
	display: none;
}

h2 {
	width: 450px;
	height: 65px;
	padding: 9px 0 0 20px;
	background: url(layout/header_bg.gif) no-repeat;
	font-size: 24px;
}

p {
	width: 450px;
	margin: 10px 0 10px 0;
	border-left: 2px #fff8e6 solid;
	padding: 0 0 0 5px;
	font-size: 14px;
	line-height: 22px;
}

a {
	color: #b88a56;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.nav {
	width: 15px;
	height: 300px;
	float: right;
	display: inline;
	position: relative;
	left: 5px;
	top: 0;
	z-index: 400;
	margin: 0;
	padding: 0;
}

a#prev1, a#next1, a#prev2, a#next2, a#prev3, a#next3 {
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	display: block;
}

a#prev1:hover, a#next1:hover, a#prev2:hover, a#next2:hover, a#prev3:hover, a#next3:hover {
	background-position: 0 -15px;
}

a#prev1, a#prev2, a#prev3 {
	background: url(layout/scrollUp.gif) 0 0 no-repeat;
	margin-bottom: 170px;
}

a#next1, a#next2, a#next3 {
	background: url(layout/scrollDown.gif) 0 0 no-repeat;
}

a#prev1:focus, a#next1:focus, a#prev2:focus, a#next2:focus, a#prev3:focus, a#next3:focus {
	outline: none;
}

ul#kontakt {
	margin: 10px 0 10px 0;
	border-left: 2px #fff8e6 solid;
	font-size: 14px;
}

ul#kontakt li {
	padding: 1px 0 1px 5px;
}

pre { display:none }

.pics {   
    padding: 0;  
    margin:  0;  
} 

div#content div.pics img {
	display: block;
	margin: 5px 0 5px 0;
	padding: 2px;
    border:  1px solid #3a3a47;  
    top: 0; 
}

div#content div.pics a:hover img {
    border:  1px solid #484859; 
}

div#frame_top {
	width: 535px;
	height: 17px;
	background: url(layout/frame_top.png) repeat-x;
	position: absolute;
	top: 90px;
	left: 345px;
	z-index: 100;
	behavior: url(iepngfix.htc);
}

div#frame_bottom {
	width: 535px;
	height: 27px;
	background: url(layout/frame_bottom.png) repeat-x;
	position: absolute;
	top: 475px;
	left: 345px;
	z-index: 100;
	behavior: url(iepngfix.htc);
}

div#left_bar {
	background-color: #484859;
	width: 29px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

div#title {
	width: 91px;
	height: 268px;
	background: url(layout/left_stip.gif) top left no-repeat;
	position: absolute;
	z-index: 5;
}