@charset "utf-8";
body{
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	text-align: center;
	background-image: url("/img/bg.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
form{
	margin: 0px;
	padding: 0px;
}
input.button{
	width: auto;
	cursor: pointer;
}
#page{
	width: 1000px;
	margin: auto;
	text-align: left;
}
.clear{
	clear: both;
	height: 0px;
}
.clear_left{
	clear: left;
}
.clear_right{
	clear: right;
}
.fl_left{
	float: left;
}
.fl_right{
	float: right;
}
#top{
	height: 421px;
	padding-top: 11px;
	background-image: url("/img/top.png");
	background-position: top;
	background-repeat: no-repeat;
}
#logo{
	background-image: url("/img/logo.png");
	background-position: top;
	background-repeat: no-repeat;
	height: 77px;
	behavior: url("/css/iepngfix.htc");
}
#menu{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#menu li{
	float: left;
	list-style-type: none;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	height: 82px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu li a, #menu li img{
	display: block;
	border: none;
}
#menu li.last{
	margin-right: 0px;
}
#main{
	padding: 20px;
	background-color: #121212;
	background-image: url("/img/raster.png");
	background-position: top;
	background-repeat: repeat-y;
}
.back{
	float: left;
}
h1{
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: right;
	font-size: 1.5em;
}
#chromeFix{
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	bottom: 0px;
	left: 0px;
}
#bottom{
	background-color: #000000;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	padding: 0px 8px 0px 20px;
	font-weight: bold;
	font-size: 0.8em;
	text-align: right;
}
#bottom img{
	border: none;
}
#login{
	text-align: center;
}
#logout_form, .admin_move{
	background-color: #FFFF99;
	position: fixed;
	right: 0px;
	z-index: 2;
}
.admin_move{
	position: absolute;
	top: 0px;
	z-index: 1;
}
#logout_form a, .admin_move a, .foto a, a.admin{
	color: #FF0000 !important;
}
#logout_form a, .admin_move a{
	display: block;
	float: right;
	margin: 5px;
}
#logout_form a.logout{
	font-weight: bold;
}
#editor{
	text-align: right;
}
#editor label{
	display: inline;
	float: none;
}
.ext{
	vertical-align: top;
}
.ikona{
	float: left;
	margin: 15px;
	text-align: center;
	position: relative;
	min-height: 115px;
}
.ikona a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
.ikona a:hover{
	color: #FFFFFF;
}
.ikona a img{
	border: 1px solid #666666;
	display: block;
	margin-bottom: 10px;
}
.ikona a img:hover{
	border: 1px solid #FFFFFF;
}
.ikona a div{
}
.novinka{
	margin-top: 15px;
	border-bottom: 1px dashed #666666;
}
.img{
	text-align: center;
	margin-bottom: 15px;
}
.novinka a.title{
	font-weight: bold;
}
.novinka div{
	margin-top: 10px;
}
.read{
	float: right;
	margin: 10px 0px !important;
}
.read a{
	font-weight: normal;
}
.foto{
	float: left;
	position: relative;
}
a.gal{
	width: 240px;
	height: 200px;
	padding: 10px 0px;
	display: block;
	float: left;
	text-align: center;
}
a.gal:hover{
	background-color: #333333;
}
a.gal2{
	width: 480px;
	height: 400px;
	height: auto;
}
.gal2 img{
	max-width: 400px;
	max-height: 400px;
}
.video{
	text-align: center;
	position: relative;
	margin: 10px 0px;
}
.video div, .video embed{
	margin: auto;
}
ul.banner{
	width: 480px;
	float: left;
	height: 304px;
	margin: auto;
	padding: 0px;
	list-style-type: none;
}
ul.banner li{
	display: none;
	margin: 0px;
	padding: 0px;
}
#video{
	position: relative;
	height: 251px;
}
#video video{
	image-fit: fill;
}
#ram{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 1000px;
	height: 251px;
	background-image: url("/img/ram.png");
	background-position: top;
	background-repeat: no-repeat;
}

