/* defaultni font, barva a motiv na pozadi */
body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #ebe4ea;
	background-image: url('../img/page_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat;
}



/* cistici hack */
.cleaner {
	padding: 0;
	margin: 0;
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}


.error {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}


/* ===================================== LAYOUT (spolecny pro cely web) ============================ */
/* element, obalujici samotny web */
#shell {
	margin: 0 auto;
	width: 815px;
}



/* hlavicka webu (pseudotabulka s obrazky) */
#header {
	width: 100%;
	height: 227px;
}

#header div {
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#header .r1 {
	width: 100%;
	height: 83px;
}
#header .r2 {
	width: 100%;
	height: 74px;
}
#header .r3 {
	width: 100%;
	height: 70px;
}

#header .l {
	float: left;
	width: 9px;
	height: 100%;
}
#header .c1 {
	float: left;
	width: 213px;
	height: 100%;
}
#header .c2 {
	float: left;
	width: 328px;
	height: 100%;
}
#header .c3 {
	float: left;
	width: 259px;
	height: 100%;
}
#header .r {
	float: left;
	width: 6px;
	height: 100%;
}

#header .r1 {
	background-color: white;
	background-image: url('../img/header_1_bg.png');
	background-repeat: repeat-x;
}
#header .r1 .l {
	background-image: url('../img/header_1_left.png');
}
#header .r1 .c2 {
	background-image: url('../img/header_1_logo.png');
	background-position: 0% 100%;
}
#header .r1 .c2 a {
	display: block;
	width: 100%;
	height: 100%;
}
#header .r1 .c3 {
	background-image: url('../img/header_1_decor.png');
	background-position: 100% 100%;
}
#header .r1 .r {
	background-image: url('../img/header_1_right.png');
}

#header .r2 {
	background-color: #669db7;
}
#header .r2 .l {
	background-image: url('../img/header_2_left.png');
}
#header .r2 .c1 {
	background-image: url('../img/header_2_1.png');
}
#header .r2 .c2 {
	background-image: url('../img/header_2_2.png');
}
#header .r2 .c3 {
	background-image: url('../img/header_2_3.png');
}
#header .r2 .r {
	background-image: url('../img/header_2_right.png');
}

#header .r3 {
	background-color: #669db7;
}
#header .r3 .l {
	background-image: url('../img/header_3_left.png');
}
#header .r3 .c1 {
	background-image: url('../img/header_3_1.png');
}
#header .r3 .c2 {
	background-image: url('../img/header_3_2.png');
}
#header .r3 .c3 {
	background-image: url('../img/header_3_3.png');
}
#header .r3 .r {
	background-image: url('../img/header_3_right.png');
}



/* horni menu */
#menu {
	background: url('../img/menu_bg.png') 0px 0px no-repeat;
	width: 100%;
	height: 20px;
}



/* oblast s obsahem (prouzky nalevo a napravo na pozadi) */
#main-bg-left {
	padding-left: 9px;
	background-color: white;
	background-image: url('../img/main_left_bg.png');
	background-position: 0% 1px;
	background-repeat: repeat-y;
}
#main-bg-right {
	padding-right: 6px;
	background-image: url('../img/main_right_bg.png');
	background-position: 100% 1px;
	background-repeat: repeat-y;
}

#main {
}



/* paticka */
#footer {
	clear: both;
	width: 800px;
	padding: 20px 0 15px 0;
	text-align: center;
	background-color: #e4ebef;
	background-image: url('../img/footer_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

#footer p {
	padding: 0;
	margin: 0;
}
#footer p b {
	color: #00658c;
}



/* ===================================== HOMEPAGE ============================ */
#content-left {
	float: left;
	width: 546px;
}

#content-right {
	float: left;
	width: 254px;
}


/* novinky */
#news {
	width: 546px;
	padding-top: 15px;
	background-image: url('../img/news_bg.png');
	background-position: 0% 100%;
	background-repeat: repeat-x;
}

#news a {
	color: #00658c;
	text-decoration: underline;
}

#news .item {
	padding: 10px 15px;
}

#news .item img {
	float: left;
	padding-bottom: 10px;
}

#news .item h2 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #00658c;
}

#news .item .text {
	padding-left: 80px;
}

#news .external {
	padding-top: 5px;
	font-style: italic;
}

#news .line {
	margin: 0 15px 0 95px;
	background-color: #e0e0e0;
}

#news .categories {
	height: 39px;
	background-image: url('../img/categories_header.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
}



/* kategorie */
#categories {
	width: 546px;
	color: white;
	background-color: #afcad5;
	background-image: url('../img/categories_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

#categories .item {
	float: left;
	width: 233px;
	padding: 20px;
}

#categories h2 {
	padding: 0 0 10px 20px;
	margin: 0;
	line-height: 100%;
	font-size: 15px;
	background-image: url('../img/categories_decor.gif');
	background-position: 0% 3px;
	background-repeat: no-repeat;
}

#categories h3 {
	padding: 3px 0;
	margin: 0;
	margin-left: 20px;
	font-size: 13px;
	border-bottom: 1px solid #bcd2db;
}

#categories h3.l1 {
	border-bottom: 1px solid #809eb2;
}
#categories h3.l2 {
	border-bottom: 1px solid #8ca9ba;
}
#categories h3.l3 {
	border-bottom: 1px solid #98b3c2;
}
#categories h3.l4 {
	border-bottom: 1px solid #a5bfcc;
}
#categories h3.l5 {
	border-bottom: 1px solid #b1c8d4;
}
#categories h3.l6 {
	border-bottom: 1px solid #bcd1db;
}

#categories h3 a {
	color: white;
	text-decoration: none;
}
#categories h3 a:hover {
	text-decoration: underline;
}



/* nejprodavanejsi produkty */
#toplist {
	width: 254px;
}

#toplist .header {
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	margin-top: 15px;
	color: #00658c;
	font-weight: bold;
	background-color: #fca051;
	background-image: url('../img/toplist_header_bg.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#toplist .items {
	margin: 0;
	padding: 0;
	border-left: 1px solid #e5ebef;
}

#toplist .item {
	width: 247px;
	margin: 3px;
}

#toplist .t {
	background-color: #e5ebef;
	background-image: url('../img/toplist_t_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}
#toplist .r {
	background-image: url('../img/toplist_r_bg.png');
	background-position: 100% 0%;
	background-repeat: repeat-y;
}
#toplist .b {
	background-image: url('../img/toplist_b_bg.png');
	background-position: 0% 100%;
	background-repeat: repeat-x;
}
#toplist .l {
	background-image: url('../img/toplist_l_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-y;
}
#toplist .tl {
	background-image: url('../img/toplist_tl_bg.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
#toplist .tr {
	background-image: url('../img/toplist_tr_bg.png');
	background-position: 100% 0%;
	background-repeat: no-repeat;
}
#toplist .br {
	background-image: url('../img/toplist_br_bg.png');
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
#toplist .bl {
	background-image: url('../img/toplist_bl_bg.png');
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

#toplist .content {
	padding: 10px;
	width: 227px;
}

#toplist .item img {
	float: left;
	border: 1px solid #b8c8d2;
}

#toplist .item h2 {
	padding: 0;
	margin: 0;
	padding-left: 85px;
	font-size: 13px;
	color: #00658c;
}
#toplist .item h2 a {
	color: #00658c;
	text-decoration: none;
}
#toplist .item h2 a:hover {
	text-decoration: underline;
}

#toplist .item .more {
	font-weight: bold;
	color: #eb954c;
	padding-left: 85px;
}
#toplist .item .more a {
	color: #eb954c;
	text-decoration: underline;
}

#toplist .item .text {
	padding-left: 85px;
	line-height: 100%;
}



/* ===================================== NAVIGACE ============================ */
#navi {
	width: 750px;
	padding: 10px 25px;
	font-size: 11px;
	color: #00658c;
	border-bottom: 3px solid #fda053;
}

#navi a.main {
	font-size: 11px;
	font-weight: bold;
	color: #00658c;
}

#navi a {
	font-size: 11px;
	color: #00658c;
	text-decoration: none;
}
#navi a:hover {
	text-decoration: underline;
}



/* ===================================== ODKAZY ============================ */
#links {
	width: 720px;
	margin: 10px 25px 25px 25px;
	padding: 15px;
	font-size: 11px;
	color: white;
	background-color: #4590ad;
}

#links .header {
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
}

#links a {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

#links .item {
	float: left;
	width: 240px;
}



/* ===================================== SEZNAM PRODUKTU ============================ */
#products {
	width: 800px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 15px 0;
	background-image: url('../img/content_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

#products .item {
	padding: 10px 25px;
}

#products .item img {
	float: left;
	padding-bottom: 10px;
}

#products .item h2 {
	padding: 0;
	margin: 0;
	padding-left: 80px;
	font-size: 13px;
	color: #00658c;
}
#products .item h2 a {
	color: #00658c;
	text-decoration: none;
}
#products .item h2 a:hover {
	text-decoration: underline;
}

#products .item .text {
	padding-left: 80px;
}

#products .item .more {
	font-weight: bold;
	color: #ff9b20;
}
#products .item .more a {
	color: #ff9b20;
	text-decoration: none;
}
#products .item .more a:hover {
	text-decoration: underline;
}

#products .line {
	margin: 0 25px 0 105px;
	background-color: #e0e0e0;
}



/* ===================================== DETAIL PRODUKTU ============================ */
#product {
	width: 800px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 15px 0;
	background-image: url('../img/content_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

#product .request {
	float: right;
	width: 114px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	background-image: url('../img/button_blue_bg.gif');
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
#product .request a {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#product h1 {
	padding: 0;
	margin: 0;
	font-size: 17px;
	color: #00658c;
}

#product .intro {
	width: 760px;
	padding: 0 20px;
}

#product .intro img {
	float: left;
	padding: 0 15px 5px 0;
}

#product .break {
	height: 25px;
	background-image: url('../img/product_break_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

#product .break .header {
	float: right;
	width: 151px;
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	color: #00658c;
	font-weight: bold;
	background-color: #fca051;
	background-image: url('../img/product_gallery_header.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#product .info {
	width: 800px;
	background-color: #d0e8ef;
}

#product .info .text {
	width: 740px;
	padding: 15px 30px;
}

#product .info-gallery {
	width: 800px;
	padding-bottom: 8px;
	background-image: url('../img/product_info_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-y;
}

#product .info-gallery .text {
	float: left;
	width: 574px;
	padding: 15px 30px;
}

#product .info-gallery .gallery {
	float: left;
	width: 166px;
}

#product .gallery img {
	margin: 8px 8px 0 8px;
	border: 1px solid #167295;
}

#product .files {
	min-height: 43px;
	height: auto !important;
	height: 43px;
	margin-top: 15px;
	padding: 10px;
	color: white;
	background-color: #4590ad;
	background-image: url('../img/product_files_decor.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border: 1px solid #00658c;
}

#product .files a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#product .files .item {
	padding-left: 90px;
	height: 15px;
	line-height: 15px;
}

#product ul { margin-left: 0px; }
#product li { list-style-image: url('../img/web_li.gif'); padding-top: 2px;}
.text td.PPTbl { padding: 2px 5px; }
.text td.PPTbl p { margin: 0; padding: 0; }

/* ===================================== SKOLENI A VYSTAVY ============================ */
#exhibitions {
	width: 800px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding-top: 15px;
	background-image: url('../img/content_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

#exhibitions h1 {
	padding: 0 25px 10px 25px;
	margin: 0;
	font-size: 19px;
	color: #00658c;
}

#exhibitions .item {
	padding: 10px 25px;
}

#exhibitions .item img {
	float: left;
	border: 1px solid #0b678e;
}

#exhibitions .item h2 {
	padding: 0;
	margin: 0;
	padding: 0 0 10px 191px;
	font-size: 13px;
	color: #00658c;
}
#exhibitions .item h2 b {
	color: #fda053;
}

#exhibitions .item .text {
	padding-left: 191px;
}

#exhibitions .line {
	margin: 0 25px;
	background-color: #e0e0e0;
}



/* ===================================== VYPIS TEXTU ============================ */
#texts {
	width: 800px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding-top: 15px;
	background-image: url('../img/content_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

#texts h1 {
	padding: 0 25px 10px 25px;
	margin: 0;
	font-size: 19px;
	color: #00658c;
}

#texts .item {
	height: 20px;
	line-height: 20px;
	margin-left: 25px;
	padding-left: 15px;
	background-image: url('../img/texts_decor.png');
	background-position: 0% 8px;
	background-repeat: no-repeat;
}

#texts .item h2 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #00658c;
}

#texts .item h2 a {
	color: #00658c;
	text-decoration: underline;
}



/* ===================================== DETAIL TEXTU ============================ */
#text {
	width: 800px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding-top: 15px;
	background-image: url('../img/content_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

#text h1 {
	padding: 0 25px 10px 25px;
	margin: 0;
	font-size: 19px;
	color: #00658c;
}

#text .text {
	font-size: 11px;
	padding: 0 25px;
}



/* ===================================== POPTAVKA FORMULAR ============================ */
#request {
	width: 750px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 15px 25px;
	background-image: url('../img/content_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

#request h1 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 19px;
	color: #00658c;
}

#request .line {
	background-color: #e0e0e0;
}

#request form {
	padding: 0;
	margin: 0;
	padding: 15px 0;
	color: #076c76;
}

#request input, #request textarea {
	border: 1px solid #80afcd;
}

#request td.desc {
	width: 150px;
	padding-right: 15px;
}

#request td .vad-obligate {
	font-weight: bold;
}

#request tr.vad-controls td {
	text-align: center;
}

#request td .vad-button {
	width: 114px;
	height: 23px;
	line-height: 23px;
	color: white;
	font-weight: bold;
	background-image: url('../img/button_bg.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border: 0;
}



/* ===================================== KATALOG FORMULAR ============================ */
#catalogue {
	width: 750px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 15px 25px;
	background-image: url('../img/content_bg.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

#catalogue h1 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 19px;
	color: #00658c;
}

#catalogue .line {
	background-color: #e0e0e0;
}

#catalogue form {
	padding: 0;
	margin: 0;
	padding: 15px 0;
	color: #076c76;
}

#catalogue input, #catalogue textarea {
	border: 1px solid #80afcd;
}

#catalogue td.desc {
	width: 150px;
	padding-right: 15px;
}

#catalogue td .vad-obligate {
	font-weight: bold;
}

#catalogue tr.vad-controls td {
	text-align: center;
}

#catalogue td .vad-button {
	width: 114px;
	height: 23px;
	line-height: 23px;
	color: white;
	font-weight: bold;
	background-image: url('../img/button_bg.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border: 0;
}
#kontakt-right {
	float: right;
	margin-bottom: 25px;
}
#kontakt-right img {
	margin-left: 15px;
}







