body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}
body, p, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*Základní formát stránky*/
#top {
	background-image: url(graph/back-top.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 229px;
	background-color: #08AAD0;
}
#line {
	background-color: #88D108;
	height: 37px;
}
#wrap {
	background-color: #333333;
	background-image: url(graph/back-wrap.png);
	background-repeat: repeat-x;
}
#botline {
	background-color: #333333;
	background-image: url(graph/back-botline.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
/*Horní část TOP*/
#top-adress {
	height: 75px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(graph/o3-adr-logo.gif);
	background-repeat: no-repeat;
	background-position: 545px 7px;
}#top-adress p {
	text-align: right;
	padding-right: 10px;
	margin: 0px;
	padding-top: 5px;
}
#top-adress a {
	color: #FFFFFF;
	text-decoration: underline;

}
#top-adress a:hover {
	color: #88D108;
	text-decoration: underline;

}
#top-menu {
	height: 154px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(graph/back-top-menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#top-menu .hlogo {
	float: left;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 10px;
}

/*MULTI menu*/
#hmenu {
	float: left;
}
#menu {
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #60676C;
}

ul#menu {
	margin: 0px;
	padding: 0px;
}
#menu li {
	float:left;
	padding:0;
	margin:0;
	position:relative;
	width:84px;
	height: 154px;
	z-index:100;
	text-align: center;
	background-image: url(graph/tl-menu-n.png);

}
#menu li a {
	background-image: url(graph/tl-menu-n.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	font-weight: bold;
	color: #60676C;
	text-decoration: none;
	text-align: center;

}

#menu dl {
	position:absolute;
	top:0;
	left:0;
	width: 84px;
	margin: 0;
	padding: 0;
	background: transparent url(graph/blank.gif);

}
#menu dt {
	margin:0;
	font-size: 12px;
	width:84px;
	float:left;
	text-align: center;
	height: 154px;
}
#menu dd {display:none; background: transparent; clear:left; margin:0; padding:0; color: #fff; font-size: 11px; text-align:left;}

#menu dt a {
	display:block;
	color:#60676C;
	width:84px;
	padding-top: 125px;
	padding-bottom: 15px;
}
#menu dt a.nabi {
	display:block;
	color:#60676C;
	width:130px;
	padding-top: 125px;
	padding-bottom: 15px;
}
#menu dd a {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;

}
#menu dd a, #menu dd a:visited {
	background:#FFCC00;
	color:#60676C;
	text-decoration:none;
	display:block;
	padding:4px 20px;
	width:150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {width:150px;}
#menu li:hover dt a, #menu li a:hover dt a{
	background: url(graph/tl-menu-a.png) no-repeat right top;
	color:#FFFFFF;
}
#menu dd a:hover {
	background: #FFCC00;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*END -multi menu*/

/*TITLE LINE */
#line #title-line {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 37px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(graph/back-left-title-line.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#title-line .title-left {
	background-image: url(graph/back-left-title-line.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 37px;
	width: 96px;
}
#title-line .title {
	background-image: url(graph/back-title-line.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 37px;
	float: left;
	padding-right: 100px;
}
#title-line p.title-text {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	margin: 0px;
}
#title-line .title-right {
	background-image: url(graph/back-right-title-line.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 37px;
	width: 90px;
}

/*Bottom LINE */
#botline #copy {
	background-color: #88D108;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 54px;
}
#copy p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	margin: 0px;
}

/*CONTENT - obsah */
#content {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(graph/back-top-content.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 35px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#content .c-left p, #content .c-price p {
	margin: 0px 0px 5px;
	text-align: justify;
}
#content .c-left {
	float: left;
	width: 380px;
	background-image: url(graph/c-left-back.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 10px;
	padding-left: 25px;
}
#content .c-price {
	padding-right: 25px;
	padding-left: 25px;
}
#content .c-right {
	float: left;
	padding-right: 25px;
	padding-left: 10px;
	clear: right;
}
#content .c-space {
	clear: both;
	background-color: #FFFFFF;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}
#content .bl-kalkulace {
	text-align: right;
}
#content p.podpis {
	font-style: italic;
	text-align: right;
	font-size: 11px;
}
p.line {
	background-image: url(graph/bckp-p.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.c-left li {
	margin-bottom: 5px;
	margin-top: 5px;
}
/*Ikony na homepage */
.ico1, .ico2, .ico3, .ico4, .ico5, .ico6, .ico7, .ico8, .ico9 {
	width: 120px;
	height: auto;
	display: block;
	text-align: center;
	padding-top: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 4px;
}
.clear {
	font-size: 1px;
	clear: both;
	height: 10px;
}


.ico1 {
	background-image: url(graph/ico-01.png);
}
.ico2 {
	background-image: url(graph/ico-02.png);
}
.ico3 {
	background-image: url(graph/ico-03.png);
}
.ico4 {
	background-image: url(graph/ico-04.png);
}
.ico5 {
	background-image: url(graph/ico-05.png);
}
.ico6 {
	background-image: url(graph/ico-06.png);
}
.ico7 {
	background-image: url(graph/ico-07.png);
}
.ico8 {
	background-image: url(graph/ico-08.png);
}
.ico9 {
	background-image: url(graph/ico-09.png);
}
/*Přehled stojanů */
table.stojany {
	width: 98%;
}
.stojany img {
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
.stojany ul {
	margin-left: 10px;
	padding-left: 10px;
	display: block;
}
/*Ceníky */
table.cenik {
	width: 100%;
	background-color: #EAEAEA;
}
.cenik td {
	padding: 2px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.cenik tr.hlava {
	background-color: #068BAC;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.cenik .hlava .sleva {
	background-color: #CC0000;
	padding-right: 10px;
	padding-left: 10px;
}
.cenik td.sleva {
	background-color: #CC0000;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.c-price h2 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
}



.cenik tr.hlava td {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.cenik tr.one {
	background-color: #CCCCCC;
}
/*Reference */
.refbox {
	float: left;
	height: 200px;
	width: 180px;
	margin-right: 5px;
	text-align: center;
	font-size: 11px;
	color: #333333;
	padding-bottom: 10px;
}
.refboxv0 {
	float: left;
	height: 170px;
	width: 180px;
	margin-right: 5px;
	text-align: center;
	font-size: 11px;
	color: #333333;
	padding-bottom: 10px;
}
.refboxv1 {
	float: left;
	height: 270px;
	width: 180px;
	margin-right: 5px;
	text-align: center;
	font-size: 11px;
	color: #333333;
	padding-bottom: 10px;
}
.refboxv2 {
	float: left;
	height: 500px;
	width: 180px;
	margin-right: 5px;
	text-align: center;
	font-size: 11px;
	color: #333333;
	padding-bottom: 10px;
}
.refboxv3 {
	float: left;
	height: 300px;
	width: 180px;
	margin-right: 5px;
	text-align: center;
	font-size: 11px;
	color: #333333;
	padding-bottom: 10px;
}
.refboxdl {
	float: left;
	width: 370px;
	text-align: center;
	font-size: 11px;
	color: #333333;
	padding-bottom: 10px;
}
#content .c-left .refbox p, #content .c-left .refboxdl p {
	text-align: left;
	margin: 0px;
	padding-top: 3px;
}
/*News*/
#content #news {
	float: left;
	padding-top: 20px;
	margin-left: 20px;
	width: 320px;
	padding-bottom: 20px;
}

#content #news h1 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 70px;
	background-image: url(graph/news-back.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#content #news p {
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 10px;
}
.c-left a {
	color: #068BAC;
	text-decoration: underline;
}
.c-left a:hover {
	color: #88D108;
}

