<!--
/* základní css styl stránky - base.css - cervenec 2007*/
html {
	padding: 0px;
	margin: 0px;
	
}
body,div,img,h1,h2,h3,h4,address,p,ul{
	display: block;
	 margin: 0px;
	 padding: 0px;
	 border: none;
	position: relative;
}
div#obsah1{
	width: 746px;
	height: 800px;
	clear: both;
	border-left: #3C6080 2px solid;
	border-right:#3C6080 2px solid;
	border-top:none;
	background-color:white;
	
}
div#obsah1 p.uvod{
	width: 660px;
	height: auto;
	text-align: justify;
	margin-top: 0.3em;
	margin-left: 50px;
}

div#obsah1 a#tisk {
	display: block;
	width:70px;
	height: 25px;
	background:white;
	margin-left: 600px;
	margin-top: 10px;
	font-size: 100%;
	font-weight: bold;
	font-style: oblique;
	text-decoration: underline;
	color: black;
}
div#obsah1 a#tisk:hover {
	display: block;
	width:70px;
	height: 25px;
	background:white;
	margin-left: 600px;
	margin-top: 10px;
	font-size: 100%;
	font-weight: bold;
	font-style: oblique;
	text-decoration: underline;
	color:#E67F00;
}
p.cistic{
	width: 740px;
	height: 20px;
	
}

/* styly určené pro tisk */
div#topTisk{
	display: none;
} 
address{
	width: 170px;
	height: auto;
	float: left;
	white-space: normal;
	padding-top: 10px;
	font-size: 11px;
	font-style:normal;
	color: black;
}
hr {
	display: none;
}
sub{
	font-size: 80%;
}
/* page kontakty */

/* POPTÁVKA - FORMULÁŘ PAGE */
div.boxInfo{
	width: 400px;
	height: auto;
	float: left;
	clear:both;
	margin-left: 80px;
	background: white;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
div.boxSend{
	width: 360px;
	height: auto;
	float: left;
	clear:both;
	margin-left: 80px;
	margin-top: 20px;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
div.boxInfo p.uvod1 {
	width: 100%;
	height: auto;
	text-align: justify;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
p.infoA{
	width: 150px;
	height: auto;
	float:left;
	background: white;
	margin-top: 10px;
	text-align: center;
	text-indent: 0;
	margin-left: 0;
}
p.infoB{
	width: 180px;
	height: auto;
	float:left;
	background: white;
	margin-top: 10px;
	text-align: left;
	text-indent: 0;
	margin-left: 0;
}
p.infoC{
	width: 220px;
	height: auto;
	float:left;
	background: white;
	margin-top: 20px;
	text-align: left;
	font-size: 11px;
	text-indent: 0;
	margin-left: 0;
}
.pole{
	width:130px;
   height:auto;
	margin:0px;
	font-size:12px;
	font-weight:normal;
	background: white;
	border: 1px solid black;
 }
fieldset{
 width: 400px;
 	border: 1px solid #3C6080;
	padding: 1em;
	background: White;
 }
.pole2{
	font-size:12px;
   font-weight:bold;
	color:#B54A60;
	background: white;
	cursor:pointer; 
}	
.pole3{
			background: white;
 }	
span.znacka{
	font-weight: bolder;
	font-size: 14px;
	color: #D50000;
 }

h1{
	position: relative;
	top:0.5em;
	margin-left: 50px;
	margin-bottom: 1em;
	font-size: 130%;
	font-weight: bold;
	color: #E67F00;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: left;
}
/* -------------- hack width pro IE5 ---------------*/
div#level1, div#level2, div#level3 {
voice-family: "\"}\""; 
voice-family: inherit;
  left: 298px;
} 


-->

