/*
Copyright 2008, JT WebDesign Studio - http://www.jtwds.cz
*/


@media all { /* MEDIA-ALL START */


/* Elements */

body, table, th, td, ol {
	font: 12px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

body {
	padding: 0;
	margin: 0;
}

fieldset, legend, label, img, form, table, th, td {
	border: none;
	padding: 0;
	margin: 0;
}

a {
	color: #006cb7;
	text-decoration: underline;
}

a:hover {
	color: #006cb7;
	text-decoration: none;
}

h1 {
	text-align: center;
}

h1 span {
	display: none;
}


/* Classes */

.bottom {
	vertical-align: bottom !important;
}

.center {
	text-align: center !important;
}

.italic {
	font-style: italic;
}

.justify {
	text-align: justify !important;
}

.left {
	text-align: left !important;
}

.middle {
	vertical-align: middle !important;
}

.normal {
	font-weight: normal !important;
}

.rctitle {
	background: url(../images/pozadi_pruh.jpg) repeat-y;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
}

.right {
	text-align: right !important;
}

.strong {
	font-weight: bold !important;
}

.top {
	vertical-align: top !important;
}


} /* MEDIA-ALL END */


@media screen { /* MEDIA-SCREEN START */


/* Classes */

.noScreen {
	display: none;
}


} /* MEDIA-SCREEN END */


@media print { /* MEDIA-PRINT START */


/* Classes */

.noPrint {
	display: none;
}


} /* MEDIA-PRINT END */

















