@charset "windows-1250";
/* CSS Document */

body
	{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	color: #b3b288;
	}
	
html
	{
	background-color: #000;
	}
	
h1
	{
	font-size: 22px;
	color: #8a139c;
	margin: 150px 0px 0px 550px;
	padding: 0px;	
	}
	
h2
	{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 16px;
	color: #088416;
	}
	
h3
	{
	font-size: 14px;
	color: #d15d62;
	}
	
h4
	{
	font-size: 13px;	
	}
	
a
	{
	color: #b5b5b7;
	}	
	
input
	{
	font-size: 11px;
	}
	
.input_file
	{
	color: #fff;
	}
	
#all
	{
	width: 1000px;
	min-height: 714px;
	height: auto;
	margin: 0px auto;
	background-image: url('/images/bg.jpg');
	background-repeat: no-repeat;
	}
	
#top
	{
	width: 100%;
	height: 190px;
	border-top: 1px solid #000;
	}	
	
#menu
	{
	width: 700px;
	height: 50px;
	margin: 10px 0px 0px 310px;
	}
	
.menu_link
	{
	font-size: 13px;
	color: #d15d62;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	width: 67px;
	height: 23px;
	float: left;
	padding: 20px 7px 0px 0px;
	font-weight: bold;
	background-image: url('/images/bg-menu.png');
	text-align: right;
	outline-style: none;
	border: none;
	}
	
.menu_link:hover
	{
	background-image: url('/images/bg-menu_hover.png');
	color: #fff;
	}
	
#main
	{
	width: 585px;
	height: auto;
	min-height: 450px;
	background-image: url('/images/bg-slice.png');
	margin: 0px 0px 0px 317px;
	padding: 10px 20px;
	text-align: justify;
	}
	
.logo
	{
	width: 420px;
	height: 100px;
	float: left;
	margin: 50px 0px 0px 370px;
	text-decoration: none;
	outline-style: none;
	border: none;
	background: none;
	}
	
.table_admin
	{
	width: 100%;
	}
	
.table_admin td
	{
	text-align: left;
	}
	
.correct
	{
	width: 100%;
	height: 1px;
	clear: both;
	}
	
.red
	{
	color: #d15d62;
	}
	
.admin_select
	{
	width: 100%;
	}
	
.link_logout
	{
	text-decoration: none;
	}
	
.menu_sub	
	{
	margin: 0px 20px 0px 0px;
	}
	
.ref_img_small
	{
	width: 140px;
	height: 110px;
	float: left;
	margin: 0px 5px 5px 0px;
	}
	
.ref_img_small a
	{
	width: 130px;
	height: 98px;
	float: left;
	background-position: 50% 10%;
	text-decoration: none;
	margin: 2px 0px 0px 2px;
	background-repeat: no-repeat;
	border: 1px solid #b3b288;
	}	
	
.ref_left
	{
	width: 430px;
	height: auto;
	float: left;
	}	
	
.ref_right
	{
	width: 150px;
	height: auto;
	float: right;
	text-align: right;
	}	
	
.ref_right a, .ref_right2 a
	{
	width: 130px;
	height: 98px;
	float: left;
	background-position: 50% 50%;
	text-decoration: none;
	margin: 2px 0px 0px 2px;
	}
	
.ref_left2
	{
	width: 430px;
	height: auto;
	float: right;
	}	
	
.ref_right2
	{
	width: 150px;
	height: auto;
	float: left;
	text-align: right;
	}	
	
.line
	{
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #d15d62;
	margin: 10px 0px;
	}
	
#footer
	{
	width: 250px;
	font-size: 10px;
	position: absolute;
	top: 720px;
	color: #b5b5b7;
	}
	
#footer p
	{
	margin: 5px 0px 0px 0px;
	}
	
.green_bold
	{
	font-weight: bold;
	color: #088416;
	}
	
#lang
	{
	width: 90px;
	height: 20px;
	position: absolute;
	top: 5px;
	margin: 0px 0px 0px 800px;
	}

.lang_cz
	{
	width: 20px;
	height: 20px;
	float: left;
	text-decoration: none;
	}
	
.lang_en
	{
	width: 20px;
	height: 20px;
	float: left;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	}		
	
