@import url("../css/layout.css");
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#fff;
}

#levy-obsah h1{
	color:#F5A825;
	padding:1em 1em 0.4em 10px;
	font-size:140%;
	margin:0px;
}

h1#logo{
	position:absolute;
	top:70px;
	left:16px;
	width:192px;
	height:75px;
	margin:0px;
	padding:0px;
}

h1#logo a{
	display:block;
}

h1#logo a span{
	display:block;
	width:192px;
	height:75px;
	position:absolute;
	top:0px;
	left:0px;
	background:top left url(../graph/logo.jpg) no-repeat;
	cursor:pointer;
}

h2, h3{
	margin:5px 10px;
	color:#fff;
}

p{
	margin:5px 10px 1.5em;
	line-height:140%;
	color:#fff;
}

a{
	color:#fff;
}

a:hover{
	color:#f71000;
}

ul{
	line-height:130%;
}

#page{
	background-color:#730A0A;
}

#zahlavi{
	background:top left url(../graph/zahlavi.jpg) no-repeat;
	border-bottom:3px solid #C67F1D;
}

#obsah{
	min-height:200px;
}

#pravy{
	margin:0px 0px 0px 572px;
	background:top right url(../graph/pravy-sloupec.jpg) no-repeat;
	min-height:120px;
	padding-top:180px;
}

#levy{
	float:left;
	width:570px;
	margin:0px;
	padding:0px 0px 20px;
}

#levy-obsah{
	background:left bottom url(../graph/levy-obsah-bg.jpg) repeat-x #a30303;
	margin:10px 0px 10px 10px;
	min-height:300px;
	padding:0px 0px 20px;
}

#zapati{
	text-align:right;
}
/*------------	VERTIKALNE CENTROVANE MENU    ---------------*/
#menu{
	background-color:#840707;
	padding:0px;
	margin:0px;
	height:40px;
	width:800px;
	list-style:none;
}

ul#menu li{
	float:left;
	width:113px;
	height:40px;
	margin:0px 1px 0px 0px;
}

.obalovy {
	width:113px;
	height: 40px;
	overflow: hidden;
	position: relative;
	margin:0px;
	background: 0px 5px url(../graph/menu-li-bg.jpg) repeat-x #a30303;
	cursor:pointer;
	text-decoration:none;
	display:block;
}

.obalovy[class] {display: table; position: static;}
		
.prostredni[class] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

.vnitrni[class] {
	position: static;
	text-align:center;
}
		
.prostredni{
	font-size:70%;
	display:block;
	text-align:center;
	margin:0px;
	text-decoration:none;
	line-height:140%;
}

#menu a{
	color:#fff;
}

#menu a:hover{
	color:#f71000;
}
/*-----------------ODKAZY NA PROVOZY ----------------------*/
#provozy{
	margin:0px;
	padding:0px;
	width:215px;
}
#provozy li{
	list-style:none;
	display:block;
	width:205px;
	height:55px;
	margin:10px 0px 10px 10px;
}

#provozy li a{
	display:block;
	width:195px;
	height:45px;
	position:relative;
	margin:0px;
	color:#fff;
	padding:5px;
}

#provozy li a span{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	height:55px;
	width:205px;
	cursor:pointer;
}

span#malenovice{background:center center url(../graph/malenovice.jpg) no-repeat;}
span#zopy{background:center center url(../graph/zopy.jpg) no-repeat;}

#pomocne-menu{
	float:left;
	width:295px;
	height:1em;
	margin:0px 0px 0px 10px;
	padding:0px;
}

#pomocne-menu li{
	float:left;
	display:block;
	margin-left:1em;
}

#zapati p{
	margin:0px 0px 0px 565px;
	width:220px;
	color:#c0bfbf;
	padding:0px;
}

#zapati a{
	color:#fff;
	text-decoration:none;
}

#zapati a:hover{
	text-decoration:underline;
}
/*-------------  AKTUALITY  ------------------------*/
.aktualita{
	border-bottom:1px dotted #F5A825;
	margin:10px 10px 20px;
}

.aktualita h3{
	color:#fff;
}

.aktualita h3 a{
	color:#fff;
}

.aktualita h3 span{
	font-weight:normal;
}

.aktualita p{
	margin:10px 0px;
	padding:0px;
}

.cenik{
	width:520px;
	margin:10px;
}

.cenik th{
	text-align:left;
}

.cenik td{
	padding:2px 3px;
}

td.jedn{
	text-align:center;
}

.vyrobek{
	border-bottom:1px dotted #F5A825;
	margin:10px;
}

.vyrobek table th{
	text-align:right;
	font-weight:normal;
}

.vyrobek table td{
	padding:2px 5px;
	text-align:center;
}

.vyrobek img{
}

.vyrobek p{
	margin-right:210px;
}

.vyrobek div.doprava{
	float:right;
	width:200px;
	margin-right:0px;
	text-align:center;
}

div.doprava ul{
	width:200px;
	text-align:left;
}

table.pl th{
	text-align:left;
}

table.pl th, table.pl td{
	padding:3px;
}