/*
Copyright 2010, JT WebDesign Studio - http://www.jtwds.cz/
*/



@media screen { /* MEDIA-SCREEN START */


/* Elements */

body {
	background-color: #f2f2f2;
	margin: 0;
}

body, h1, h2, h3, h4, h5, h6, th, td, ul, ol {
	font: 10pt Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #353535;
}

h1, h2, h3, h4, h5, h6, div, tr, th, td, fieldset, legend, label, img, form {
	padding: 0; margin: 0;
	border: none;
}

a {
	text-decoration: underline;
	color: #000080;
}

a:hover {
	text-decoration: none;
	color: #a52a2a;
}

h1 {
	font: bold 15pt Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a52a2a;
}

h2 {
	font: 11pt Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	margin: 13px 0;
}

h2.main {
	text-decoration: none;
	text-align: right;
	font-size: 13pt;
	color: #708090;
	margin-top: 5px;
}

p, ul, ol, th, td {
	text-align: justify;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table.pricelist th {
	width: 80%;
	font-weight: normal;
}

table.pricelist td {
	width: 20%;
	text-align: right;
	white-space: nowrap;
}


/* Classes */

.colgroup-2 .col-1 {
	float: left;
	width: 375px;
	margin-right: 10px;
	overflow: hidden;
}

.colgroup-2 .col-2 {
	float: left;
	width: 375px;
	overflow: hidden;
}

.f-uppercase {
	text-transform: uppercase;
}

.fix {
	background-color: transparent;
	font: 1px/1px sans-serif;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.icon {
	margin-right: 10px;
}

.indent {
	padding-left: 15px;
}

.m-bottom-none {
	margin-bottom: 0;
}

.ul-arrow, .ul-arrow ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

.ul-arrow li {
	background: transparent url(/images/sipka.gif) no-repeat 0 7px;
	padding-left: 15px;
}


/* ID's */

#global-out {
	margin: 20px;
}

#global {
	background-color: #ffffff;
	border: 5px solid #b4b4b4;
	width: 800px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 800px;
	height: 160px;
	overflow: hidden;
}

#header p {
	margin: 0;
}

#company {
	display: none;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 160px;
}

#menu {
	background: transparent url(/images/menu_pozadi-1.png) repeat-x 0 0;
	border-top: 1px solid gray;
	position: absolute;
	top: 129px;
	left: 0;
	width: 800px;
	height: 31px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	border-right: 1px dotted #b9b9b9;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
	float: left;
}

#menu ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 5px 9px;
	display: block;
}

#menu ul li a:hover {
	background: transparent url(/images/menu_pozadi-2.png) repeat-x 0 0;
	text-decoration: underline;
}

#content {
	padding: 20px;
	overflow: hidden;
}

#contact span {
	font: bold 13pt Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #008000;
}

#author {
	width: 810px;
	margin: 0 auto;
}

#author p {
	text-align: right;
	font-size: 9pt;
	margin: 3px 0 0 0;
}

#author a {
	text-decoration: none;
	color: #353535;
}

#author a:hover {
	text-decoration: underline;
}


} /* MEDIA-SCREEN END */



@media print { /* MEDIA-PRINT START */


/* Elements */

body {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #000000;
	margin: 0;
}

p, ul, ol, th, td {
	text-align: justify;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table.pricelist th {
	font-weight: normal;
	width: 80%;
}

table.pricelist td {
	width: 20%;
	text-align: right;
	white-space: nowrap;
}


/* Classes */

.fix {
	display: none;
}

.icon {
	margin-right: 10px;
}


/* ID's */

#company {
	font-size: 16pt;
	font-weight: bold;
}

#logo img {
	width: 600px;
	height: 120px;
}

#menu, #banner, #author {
	display: none;
}


} /* MEDIA-PRINT END */
