@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;
}

#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;
}

#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
}

#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 .title {
	font-size: 1.1em;
	margin: 0.7em 0;
	font-weight: bold;
	text-transform: uppercase;
}

.block h4 {
	margin-top: 1em;
	font-weight: bold;
}

/* ----------------------- 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:33%; 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;}