@charset "utf-8";
body{
	padding: 0px;
	margin: 0px;
	background-color: #070e16;
	background-image: url("/img/bg.jpg");
	background-repeat: no-repeat;
	/*background-color: #394d5a;
	background-image: url("/img/bg.png");
	background-repeat: repeat-x;*/
	background-position: top;
	text-align: center;
}
/*
#body_bg{
	background-image: url("/img/bg1.png");
	background-repeat: repeat;
	min-height: 1024px;
	behavior: url("/css/iepngfix.htc");
}
*html #body_bg{
	height: 1024px;
}
*/
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, #bottom img{
	float: right;
}
#top{
	background-image: url("/img/top.png");
	background-repeat: no-repeat;
	behavior: url("/css/iepngfix.htc");
	height: 220px;
	position: relative;
}
#lang{
	float: left;
	color: #FFFFFF;
	font-size: 1.1em;
	position: absolute;
	top: 5px;
	left: 140px;
}
#lang a{
	color: #FFFFFF;
	text-decoration: none;
}
#lang a:hover{
	font-weight: bold;
}
#logo{
	clear: left;
	float: left;
	display: block;
	position: absolute;
	top: 44px;
	left: 124px;
}
#logo_img{
	width: 185px;
	height: 83px;
}
#novinky_head{
	clear: left;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: center;
	width: 183px;
	position: absolute;
	left: 125px;
	top: 171px;
	line-height: 24px;
}
#menu{
	float: right;
	position: absolute;
	bottom: 24px;
	right: 113px;
	padding: 0px;
	list-style-type: none;
}
#menu li{
	float: right;
	margin: 0px 0px 0px 6px;
	padding: 0px;
}
#menu li a{
	display: block;
	line-height: 39px;
	padding: 0px 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
	background-image: url("/img/mn_black.png");
	background-repeat: repeat-x;
}
#menu li a:hover, #menu li a.red:hover{
	color: #142130;
	background-image: url("/img/mn_white.png");
}
#menu li a.red{
	background-image: url("/img/mn_red.png");
}
#center{
	width: 773px;
	margin-left: 114px;
	margin-right: 113px;
}
#content{
	background-image: url("/img/bg2.png");
	background-repeat: repeat-y;
	behavior: url("/css/iepngfix.htc");
	padding: 0px 10px;
	_background-image: url("/img/ie6_bg2.png");
	_behavior: none;
}
#novinky{
	float: left;
	width: 155px;
	padding: 0px 15px 0px 15px;
}
.novinka{
	padding-bottom: 10px;
}
#main{
	width: 528px;
	padding: 0px 20px 0px 20px;
	margin-left: 185px;
	text-align: justify;
	_float: left;
	_margin-left: 0px;
}
h1{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 1.1em;
}
#bot{
	background-image: url("/img/bot.png");
	background-repeat: no-repeat;
	behavior: url("/css/iepngfix.htc");
	height: 33px;
	margin-bottom: 15px;
}
#chromeFix{
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	bottom: 0px;
	left: 0px;
}
#bottom{
	background-color: #070707;
	color: #FFFFFF;
	line-height: 36px;
	height: 36px;
	padding: 0px 10px 0px 20px;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
}
#bottom a{
	color: #FFFFFF;
	font-weight: normal;
}
#login{
	text-align: center;
}
#logout_form{
	margin-top: 20px;
}
#logout_form a, a.admin{
	color: #DD0000;
	font-weight: bold;
}
#editor{
	text-align: right;
}
#editor label{
	display: inline;
	float: none;
}
.ext{
	vertical-align: top;
}
div.dokument{
	padding: 10px;
}

