@charset "utf-8";

/* ----------------------- reset styles ----------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* ----------------------- globals ----------------------- */
body {
	font: 13px Verdana, sans-serif;
	line-height: 1.5em;
	background: #fff;
	color: #454545;
}

p {
	margin: 0.35em 0;
}

a {
	color: #860101;
}

.access {
	height: 1px;
	width: 1px;
	position: absolute;
	left: -10000px;
	overflow: hidden;
}

.cleaner {
	clear: both;
}

/* ----------------------- layout ----------------------- */
#topheader {
	background-color: #272727;
	color: #bfbfbf;
	border-bottom: 1px solid #d4d4d4;
}

#topheader .logged_user {
	float: right;
	width: 380px;
	text-align: right;
}

#wrapper {
	width: 1026px;
	margin: auto;
	position: relative;
	background: transparent url("img/left_bckg.png") repeat-y left;
}

#header {
	height: 140px;
	background: transparent url("img/header.png") no-repeat;
	position: relative;
}

.slogan {
	font-size: 1.4em;
	font-weight: bold;
	color: #474748;
	margin-left: 300px;
	margin-top: 30px;
	display: block;
}

#languages {
	height: 30px;
	text-align: right;
	padding: 0 10px;
}

#body_title {
	height: 80px;
	width: 270px;
	position: absolute;
	top: 0;
	left: 0;
}

#content {
	width: 729px;
	float: right;
	overflow: hidden;
	padding: 5px 10px;
	text-align: justify;
}

#menu {
	position: absolute;
	top: 105px;
	left: 15px;
	height: 35px;
	width: 670px;
}

#sidebar {
	width: 272px;
	float: left;
	overflow: hidden;
	border-top: 4px solid #fff;
	color: #fff !important;
}

#submenu {
	height: 258px;
	background: transparent url("img/left_edge.png") no-repeat bottom;
}

#footer {
	padding: 50px 10px 8px;
	border-top: 4px solid #fff;
	background-color: #c1c1c1;
	font-size: 0.8em;
	text-align: right;
}

/* ----------------------- front page ----------------------- */
.front #header {
	background: transparent url("img/header_front.png") no-repeat;
}

.front #content {
	padding-top: 252px;
	background: transparent url("img/image_front.png") no-repeat top;
}

/* ----------------------- topheader ----------------------- */
#topheader .inner {
	width: 1026px;
	margin: auto;
	padding: 5px 0;
	background-color: #272727;
}

#topheader a {
	color: #bfbfbf;
	margin: 0 0.5em;
}

#topheader a:HOVER {
	color: #fff;
}

/* ----------------------- title ----------------------- */
#body_title a {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}

/* ----------------------- languages ----------------------- */
#languages .language {
	height: 30px;
	width: 39px;
	float: right;
	display: block;
	overflow: hidden;
}

#languages .active,#languages .language:HOVER {
	background: transparent url("img/lng_bckg.png") no-repeat;
}

#languages .language span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: 1000px;
	background-repeat: no-repeat;
	background-position: 6px 4px;
}

#languages .cs span {
	background-image: url("img/lng_cs.png");
}

#languages .en span {
	background-image: url("img/lng_en.png");
}

/* ----------------------- menu ----------------------- */
#menu li {
	float: left;
}

#menu li a {
	display: block;
	height: 17px;
	width: 112px;
	padding: 5px 9px 13px;
	margin-right: 4px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#menu li a:HOVER {
	background: #444 url("img/menu_bullet.png") no-repeat bottom;
}

#menu li.active a {
	background: #444 url("img/menu_bullet.png") no-repeat bottom;
	font-weight: bold;
}

/* ----------------------- submenu ----------------------- */
#submenu li {
	background: transparent url("img/left_menu_trim.png") no-repeat bottom;
	overflow: hidden;
}

#submenu li.last {
	background: none;
}

#submenu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 14px 20px;
}

#submenu li a:HOVER {
	background: transparent url("img/left_menu_bullet.png") no-repeat left;
}

#submenu li.active a,#submenu li.last active a {
	background: transparent url("img/left_menu_bullet.png") no-repeat left;
	font-weight: bold;
}

/* ----------------------- bloky v levem sloupci ----------------------- */
.block {
	margin: 0 20px;
}

.block span {
	text-align: justify;
	display: block;
	margin-bottom: 20px;
}

.block .title {
	font-size: 1.1em;
	margin: 0.7em 0;
	font-weight: bold;
	text-transform: uppercase;
}

.block h4 {
	margin-top: 1em;
	font-weight: bold;
}

.block a {
	color: #cecece;
	text-decoration: underline;
	font-weight: bold;
	font-size: 0.9em;
}

/* ----------------------- obsah ----------------------- */
#content .title {
	margin: 0 -10px 5px;
	padding-left: 10px;
	background: #ff8500 url("img/title_bckg.png") no-repeat left;
}

#content .title span {
	font-size: 1.5em;
	height: 21px;
	padding: 13px 10px 13px 0;
	background: #ff8500 url("img/title_bckg.png") no-repeat right;
	display: block;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#content h3 {
	font-size: 1.1em;
	margin: 0.7em 0;
	font-weight: bold;
}

#content h4 {
	margin-top: 1em;
	font-weight: bold;
}

#content ul {
	margin: 0.35em 0;
}

#content li {
	padding-left: 25px;
	background: transparent url("img/bullet.png") no-repeat 5px 6px;
}

/* ----------------------- doplneni ----------------------- */
.role {
	width: 100%;;
	overflow: hidden;
}

.kontakt {
	margin-bottom: 20px;
	width: 43%;
	float: left;
}

table.obrys td,table.obrys th {
	border: 1px solid #860101;
	padding: 4px;
}

table.obrys th {
	background-color: #FF8700;
	color: white;
}

.ramecek_red {
	border: 1px solid #860101;;
	text-align: center;
	color: #FF8700;;
	font-weight: bold;;
	padding: 5px;
	margin-bottom: 5px;
}

.domena_menu {
	color: #990304;;
	margin-bottom: 15px;;
	margin-top: 10px;
}

.domena_menu a {
	color: #000000;;
	font-size: 13px;;
	font-weight: bold;
}

table.sprava {
	margin: 0px;;
	width: 730px;;
	margin-bottom: 10px;
}

table.sprava td {
	padding: 3px;
	border: 1px solid #cecece;
}

table.sprava td.tridny {
	color: #0000CC;
}

table.sprava tr.posplatnosti,table.sprava tr.cervena {
	color: red;
}

table.sprava tr.modra {
	color: blue;
}

table.sprava a {
	text-decoration: underline;;
	color: #28272C;
}

table.sprava th {
	background: #990304;;
	color: #ffffff;;
	padding: 3px;
	border: 1px solid #cecece;
}

table.pridani_kontaktu {
	margin: 0px;;
	width: 730px;;
	margin-bottom: 10px;
	border: 1px solid #cecece;
}

table.pridani_kontaktu td {
	padding: 3px;
}

table.pridani_kontaktu th {
	text-align: right;;
	font-weight: normal;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.addForm {
	position: absolute;;
	top: 50%;;
	left: 50%;;
	border: 2px solid #cecece;;
	background: #ffffff;;
	margin-left: -250px;;
	width: auto;;
	heidht: auto;
}

#cross div{
	float:left;
	width: 330px;
	height:180px;
	margin-left: 20px;
	text-align:justify;
}

#cross div.smallBox{
	height: 30px;
	text-align:center;
}

#cross li{
	float:left;
	display:block;
}
