@charset "utf-8";

/* ==================================================================================
Basic Print Style Sheet (pro 4 verze prohlizece IE, Opera, FireFox, Konqueror)
version 2.1
author: GOBE (Ludvik Kovar)
email: info@gobe-design.com
website: http://www.gobe-design.com
================================================================================== */

/* ==  ZAKLADNI TYPOGRAFIE A BARVY == */
body { color: rgb(0,0,0); background-color: rgb(255,255,255); 
font-family: "Courier New", Courier, monospace;
font-size: 90%; font-weight: normal;
}
p { margin: 10px 0 0 0;}
td {}
h1 { color: rgb(0,0,0); font-size: 120%; font-weight: bold; margin: 0; padding: 0; }
h2 { color: rgb(0,0,0); font-size: 120%; font-weight: bold; margin: 0; padding: 0; }
h3 { color: rgb(0,0,0); font-size: 85%; font-weight: bold; margin: 0; padding: 0; }
h4 { color: rgb(0,0,0); font-size:55%; font-weight: bold; }
h5 { color: rgb(0,0,0); font-size:100%; font-weight: bold; margin: 0; padding: 0; }
a:link { color: rgb(0,0,0); font-weight: bold; }
a:visited { color: rgb(200,200,200); font-weight: bold; text-decoration: none; }
a:hover { color: rgb(200,200,200); font-weight: bold; }
a:active { color: rgb(200,200,200); font-weight: bold; }
img { border: 0;}
/* == end - ZAKLADNI TYPOGRAFIE A BARVY == */

/* == SPOLECNE PRO VSECHNY STRANKY == */
#header, #footer, #main-footer, #menu {
	display: none;
}

#header-print {
	display: block;
}
/* == end - SPOLECNE PRO VSECHNY STRANKY == */

/* == STRANKA INDEX.HTML == */
.text-sloupec {
	width: 100%;
	float: left;
	display: inline;
}
.text-sloupec h2 {
	margin: 20px 0 0 0;
	text-decoration: underline;
}
.text-sloupec ul {
	margin: 7px 0 0 35px;
	padding: 0;
}
.text-sloupec ul li {
	margin: 0;
	padding: 0;
}
#sleva01, #sleva02, #sleva03, #sleva04 {
	width: 130px;
	height: 20px;
}
#sleva01 {
	float: left;
	display: inline;
	margin: 15px 0 0px 21px;
}
#sleva02 {
	float: left;
	display: inline;
	margin: 15px 0 0px 21px;
}
#sleva03 {
	float: left;
	display: inline;
	margin: 15px 0 0px 21px;
}
#sleva04 {
	float: left;
	display: inline;
	margin: 15px 0 0px 21px;
}
/* == end - index.html == */

/* == STRANKA o-firme.html == */
#text-o-firme {
	width: 100%;
	margin-top: 15px;	
}
#text-o-firme h2 {
	text-decoration: underline;
	margin-bottom: 10px;
}
#text-o-firme p {
}

#text-o-firme ul {
	margin: 10px 0 10px 30px;
	padding: 0;
}
/* == end - o-firme.html == */

/* == STRANKA objednat.html == */
#formular {
	display: none;
}
/* == end - objednat.html == */

/* == STRANKA - kontakt.html == */
#text-kontakt {
	width: 100%;
}
#text-kontakt h2 {
	margin: 20px 0 0 0;
	text-decoration: underline;
}
#seznam
{
width: 150px !important; width: 250px;
margin: 10px 0 10px -10px !important; margin: 10px 0 10px -15px;
padding: 0;
}

#seznam ul.levy
{
float: left;
display: inline;
width: 80px;
margin: 0px;
padding: 0;
list-style: none;
}

#seznam ul.pravy
{
float: right;
display: inline;
width: 70px;
margin: 0 0 0 0px;
padding: 0;
list-style: none;
}
#seznam li {
	margin: 0;
	padding: 0;
}
#seznam .no-space
{
margin: 0px;
padding: 0px;
}
#mapa {
	display: none;
}
#mapa-print {
	width: 635px;
	height: 405px;
	display: block;
	margin-top: 20px;
}
/* == end - kontakt.html == */

/* == STRANKA - ochrana-osobnich-udaju.html == */
#text-osu {
	width: 100%;
	margin: 15px 0 0 0;	
}
#text-osu h2{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 15px;
}
#text-osu p{
	margin:0 0 10px 0;
}
/* == end - ochrana-osobnich-udaju.html == */


/* == TRIDY == */
.bold-text {
	font-weight: bold;
}
.bold-text01 {
	font-weight: bold;
	font-size: 100%;
}
.cerveny-text {
	color: rgb(0,0,0);
}
.poznamka {
	color: rgb(0,0,0);
	font-size: 80%;
	font-weight: normal;
}
.rozmer01 {
	width: 120px;
	height: 16px;
}
.rozmer02 {
	width: 255px;
	height: 16px;
}
.rozmer03 {
	width: 255px;
	height: 16px;
}
.rozmer04 {
	width: 470px;
	height: 16px;
}

/* KONEC OBTAKANI 
(prazdny prvek ukoncujici plovouci layout) */
.konecobtekani { clear:both; }





