@charset "utf-8";
/* CSS Document */

/* ==================================================================================
Basic 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(255,255,255); background-color: rgb(191,198,202); 
font-family: Arial, Helvetica, helvetica, san-serif;
font-size: 75% !important; font-size: 75%; font-weight: normal;
}
p { margin: 10px 0 0 0;}
td {}
h1 { color: rgb(255,255,255); font-size: 120%; font-weight: bold; margin: 0; padding: 0; }
h2 { color: rgb(255,255,255); font-size: 100%; font-weight: bold; margin: 0; padding: 0; }
h3 { color: rgb(255,255,255); font-size: 85%; font-weight: bold; margin: 0; padding: 0; }
h4 { color: rgb(255,255,255); font-size:55%; font-weight: bold; }
h5 { color: rgb(255,255,255); font-size:100%; font-weight: bold; margin: 0; padding: 0; }
a:link { color: rgb(255,255,255); font-weight: bold; }
a:visited { color: rgb(200,200,200); font-weight: bold; text-decoration: none; }
a:hover { color: rgb(255,0,0); font-weight: bold; }
a:active { color: rgb(255,0,0); font-weight: bold; }
img { border: 0;}
/* == end - ZAKLADNI TYPOGRAFIE A BARVY == */

/* SPOLECNE PRO VSECHNY STRANKY CELEHO WEBU */

/* ================================================================================ */

/* ZAKLADNI PRVEK RAMUJICI OSTATNI */
#main-index { 
	width: 776px; 
	height: 660px; 
	background: url(../images/spolecne/image1a.jpg) no-repeat;
	left: 50%;
	position: relative;
	margin-left: -388px;
}
#main-other { 
	width: 776px; 
	height: 660px; 
	background: url(../images/spolecne/image1b.jpg) no-repeat;
	left: 50%;
	position: relative;
	margin-left: -388px;
}
#main-kontakty { 
	width: 776px; 
	height: 660px; 
	background: url(../images/spolecne/image1c.jpg) no-repeat;
	left: 50%;
	position: relative;
	margin-left: -388px;
}
#main-footer { 
	width: 776px; 
	height: 135px; 
	left: 50%;
	position: relative;
	margin-left: -388px;
}
#header-print {
	width: 635px;
	height: 35px;
	float: left;
	display: none;
}
#header {
	width: 504px;
	height: 100px;
	margin: 60px 0 0 132px;
	float: left;
	display: inline;
}
#content {
	width: 520px;
	height: 230px;
	margin: 0 0 0 123px;
}
#footer {
	width: 530px;
	margin: 10px 0 0 120px; 
	color: rgb(88,96,96);
	font-size: 90%;
	float: left;
	display: inline;
}
#footer a {
	color: rgb(88,96,96);
	font-weight: bold;
	text-decoration: underline;
}
#footer a:visited {
	color: rgb(140,152,159);
}
#footer a:hover {
	color: rgb(255,0,0);
	font-weight: bold;
	text-decoration: underline;
}
/* LAYOUT - end */





/* HLAVNI MENU */
#menu {
	width: 531px;
	height: 28px;
	margin: 193px 0 0 124px;
	float: left;
	display: inline;	
}
#menu ul {
	width: 531px;
	height: 28px;
	margin: 0;
	list-style: none;
	float: left;
	padding: 0;
	display: inline;
}
#menu ul li {
	float: left;
	display: inline;
}
#menu ul a, #menu ul a:visited {
	display: block;
	width: 137px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	font-weight:bolder;
	padding-left: 40px;
	background: url(../images/spolecne/tlacitko.gif) left bottom;
	color: rgb(88,96,96);
	
}
#menu ul a:hover, #menu ul a.selected {
	background-position: -177px;
	color: rgb(255,0,0);	
}
/* end - HLAVNI MENU */

/* STRANKA index.html */
.text-sloupec {
	width: 157px;
	height: 230px;
	float: left;
	display: inline;
	padding: 0 10px 0 5px;
}
.text-sloupec h2 {
	margin: 20px 0 0 10px;
	text-decoration: underline;
}
.text-sloupec ul {
	font-size: 80%;
	margin: 7px 0 0 35px;
	padding: 0;
}
.text-sloupec ul li {
	margin: -2px;
	padding: 0;
}
#sleva01, #sleva02, #sleva03 {
	width: 130px;
	height: 20px;
}
#sleva04 {
	width: 130px;
	height: 20px;
}

#sleva01 {
	margin: 7px 0 0px 21px;
}
#sleva02 {
	margin: 7px 0 0px 21px;
}
#sleva03 {
	margin: 52px 0 0px 21px;
}
#sleva04 {
	margin: 112px 0 0px 21px;
}
/* end - index-html */



/* STRANKA o-firme.html */
#text-o-firme {
	width: 500px;
	height: 215px;
	float: left;
	display: inline;
	padding: 10px 20px 0 30px;
}
#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 {
 	width: 470px;
	height: 180px;
	margin: 5px 0 0 0;
	float: left;
}
#formular form {
	margin: 0;
}
#formular input {
	width: 100%;
	float: right;
	display: inline;
}
#formular input, #formular select, #formular textarea {
	background: rgb(191,198,202);
	border: none;
}
#text-upresneni {
	width: 200px;
	font-size: 80%;
	float: left;
	display: inline; 
	margin: 7px 0 0 0;
}
#button01 {
	width: 80px;
	height: 20px;
	float: right;
	display: inline;
	margin: 10px 0 0 0;
}
#button01 input {
	background: rgb(191,198,202);
	border: rgb(63,74,79) solid 1px;
	font-size: 90%;
	font-weight: bold;
	color: rgb(255,0,0);
}
#button02 {
	width: 80px;
	height: 20px;
	float: right;
	display: inline;
	margin: 10px 20px 0 0;
}
#button02 input {
	background: rgb(191,198,202);
	border: rgb(63,74,79) solid 1px;
	font-size: 90%;
	font-weight: bold;
	color: rgb(63,74,79);
}
/* end - objednat.html */

/* STRANKA - kontakt.html */
#text-kontakt {
	width: 163px;
	height: 230px;
	float: left;
	display: inline;
	padding: 0 10px 0 5px;
}
#text-kontakt h2 {
	margin: 20px 0 0 5px;
	text-decoration: underline;
}
#text-kontakt p {
	margin: 10px 0 10px 10px;
}

#seznam
{
width: 124px !important; width: 168px;
margin: 0 0 0 -5px;
padding: 0;
}

#seznam ul.levy
{
float: left;
display: inline;
width: 40px;
margin: 0px;
padding: 0;
list-style: none;
margin-left: 10px;
}

#seznam ul.pravy
{
font-size: 90%;
float: right;
display: inline;
width: 70px !important; width: 65px;
margin: 0 0 0 0px;
padding: 0;
list-style: none;
}
#seznam li {
	margin: 0;
	padding: 0;
}
#seznam .no-space
{
margin: 0px;
padding: 0px;
}
#mapa {
	width: 280px;
	height: 180px;
	float: left;	
	display: inline;
	margin: 30px 0 0 35px;
}
#mapa-print {
	width: 635px;
	height: 405px;
	display: none;
}
#mapa-big {
	width: 850px;
	height: 534px;
	position: absolute;;
	top: 0;
	left: 0;
}
/* end - kontakt.html */

/* STRANKA - ochrana-osobnich-udaju.html */
#text-osu {
	width: 480px;
	height: 170px;
	float: left;
	display: inline;
	padding: 15px;
	overflow: auto;
	margin: 15px 0 0 0;	
}
#text-osu h2{
	font-size: 100%;
	font-weight: bold;
	color: rgb(63,74,79);
	margin-bottom: 15px;
}
#text-osu p{
	margin:0 0 10px 0;
}
/* end - ochrana-osobnich-udaju.html */

/* TRIDY */
.bold-text {
	font-weight: bold;
	color: rgb(63,74,79);
}
.bold-text01 {
	font-weight: bold;
	font-size: 100%;
}
.cerveny-text {
	color: rgb(255,0,0);
}
.poznamka {
	color: rgb(255,255,255);
	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;
}
.td-01{
	width: 60px;
}
.td-02{
	width: 159px;
}
.td-03{
	width: 10px;
	color: rgb(255,0,0);
	text-align: left;
}
#reklama-01 {
	width: 125px;
	height: 125px;
	margin-top: 10px;
	margin-left: 325px;
}

/* KONEC OBTAKANI 
(prazdny prvek ukoncujici plovouci layout) */
.konecobtekani { clear:both; }





