/* AZtrans.cz */

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color: #000;
}

/* links */
a.map, img.map {border:0;}
a.excel {
	padding-left: 20px;
	background: url(/images/excel.png) 0 0 no-repeat;
}
a.pdf {
	padding-left: 20px;
	background: url(/images/pdf.png) 0 0 no-repeat;
}
a.word {
	padding-left: 20px;
	background: url(/images/word.png) 0 0 no-repeat;
}
a.email {
	padding-left: 20px;
	color: #cce;
	font-weight: bold;
	background: url(/images/email.png) 0 0 no-repeat;
}
a.skype {
	padding-left: 20px;
	color: #cce;
	font-weight: bold;
	background: url(/images/skype.gif) 0 0 no-repeat;
}
a.big {
	padding-left: 20px;
	background: url(/images/s3l.gif) 0 0 no-repeat;
}
a.big:hover {
	padding-left: 20px;
	background: url(/images/s3.gif) 0 0 no-repeat;
}

a {
	color: inherit;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

hr {
	color: #000;
	clear: both;
	height: 1px;
}
q { quotes: '\201e'  '\201c' '\00bb' '\00ab' }
div.cleaner {
	height: 1px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 { font-size: 160%; margin: 20px auto; text-align: center;}
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5, h6 { font-size: 100%; }

table {
	margin: 10px auto;
	border-width: 2px;
	border-style: solid;
	border-collapse: collapse;
}
table.w90 {
	width: 90%;
}
th, td {
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
	padding: 2px 5px;
}
th {
	font-weight: bold;
}

/* ------------------------------------------------------------------------- */
/* LAYOUT - BLUE */
#main {
	top: 100px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	position: relative;
}
#main-top {
	height: 70px;
	width: 863px;
	margin: 0 auto;
	/*border: 1px solid #ff0;*/
	background: url(/images/top.gif) 0 0 no-repeat;
}
#main-top span {
	margin-left: -9000px;
}
#main-center {
	height: 400px;
	margin: 0;
	padding: 0;
	clear:both;
	background: url(/images/bg_b.jpg) 0 0 repeat-x;
}
#main-left {
	top: 70px;
	left: 0;
	float: left;
	width: 300px;
	height: 399px;
	margin: 0;
	padding: 0;
	background: #fff url(/images/menu_b.jpg) 0 0 repeat-x;
	position: absolute;
	/*position: relative;*/
}
#main-right {
	color: #fff;
	/*top: 0;
	float: left;*/
	/*width: 490px;*/
	height: 399px;
	margin: 0;
	margin-left: 310px;
	padding-right: 10px;
	font-size: 1em;
	text-align: justify;
	position: relative;
	/*border: 1px solid #f0f;*/
	overflow: auto;
}
#main-right a {
	color: #fff;
}
#main-bottom {
	margin: 0 auto;
	color: #999;
	text-align: center;
	clear:both;
	/*border: 1px solid #0f0;*/
}
#main-bottom strong{
	color: #ddd;
}

/* ------------------------------------------------------------------------- */
#info {
	/*display: none; box inline*/
	color: #006;
	font-weight: bold;
	/*background-color: #003;*/
	background: url(/images/box.png) 0 0 no-repeat;
	width: 200px;
	height:250px;
	margin: 10px;
	padding: 0;
	float: right;
	overflow: auto;
	line-height: 16px;
}
#info div { margin: 20px 0 0; }
#info ul {
	list-style: none outside url(/images/bullet-yl.gif) ;
	margin-right: 10px;
}
#info ul li {
	text-align: left;
	line-height: 16px;
}
/* ------------------------------------------------------------------------- */
.ly { color: #ffc; }
.lb { color: #fc9; }

.rs { color: #ff0; }
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.price { width: 450px; }
.pl { width: 350px; }
th { color: #fe0; }

.highlight {
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	color: #00f;
	margin-top: 20px;
	margin-bottom: 20px;
}
.highlight span {
	padding: 5px 20px;
	background: #fa0;
	border: 2px solid #fe0;
}

#copyright, .copyright {
	line-height: 1.8em;
	font-size: 0.9em;
	/*font-weight: bold;*/
	text-align: center;
}

/* ------------------------------------------------------------------------- */

/* PRINT VERSION */
@media print
{
	body, html, td, th {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
	}
	#main-left {
		display: none;
	}
}
