/* obecné definice */
* { margin:0;
	padding:0;
	}

body {
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat;
	color: #555555;
	}
	
a {
	color:#1475EC;
	}
strong {
	font-weight: bold;
	color: #1475EC;
}


a:visited {
	color: #1475EC;
}
a:hover {
	color: #1475EC;
	text-decoration: none;
}
a:active {
	color: #1475EC;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}
h3 {
	margin-right: 25px;
	margin-left: 25px;
	color: #555555;
	font-size: 90%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}


p {
	font-size:80%;
	text-align: justify;
	}

.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0;
	  padding:0;
      border:none;
      visibility: hidden;
      }

.img {
	margin: 10px;
	float: left;
      }
.ref_svis {
	margin: 16px;
	float: left;
	padding: 3px;
	border: 1px solid #1475EC;
}

.obr {
	padding: 10px;
	border: 1px solid #1475EC;
	text-align: center;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.centr {
	text-align: center;
}
.buton {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.odkaz {
	color: #666;
	text-decoration: underline;
}




/* konec obecných definic */	

/* header */
#header{
	height: 160px;
	width: 100%;
	background-image: url(images/bg_header_02.gif);
	background-repeat: repeat-x;
	}
#obal {
	height: 160px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	}

#logo {
	height: 160px;
	width: 327px;
	line-height: 160px;
	float: left;
	}

/* nahrazení textu obrázkem  */
h1 a, h1 span {
  display: block;
  height: 160px;
  width: 332px;
}
h1 a {
	color: #555555;
	position: relative;
	text-decoration:none;
	font-size: 9pt;
	line-height: 160px;
	padding-left: 3px;
}
h1 span {
  position: absolute;
  top: 0; left: 0;
  cursor: pointer;
}
h1 a span {
	background-image: url(images/logo_06.png);
	background-repeat: no-repeat;
	background-position: 0 15px;
}
h1 a:hover {
	color: #1475EC;
}

/* konec nahrazení textu obrázkem*/

/* kompletní navigace*/
#navkontejner {
	height: 160px;
	width: 460px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#navkontejner ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#navkontejner ul li { 
	float: left; 
}

#navkontejner ul li a
{
	text-decoration: none;
	font-size: 10pt;
	float: left;
	margin: 0px;
	height: 114px;
	width: 90px;
	padding-top: 46px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: normal;
	color: #555555;
	padding-left: 2px;
}

#uvod a
{
	background-image: url(images/uvod.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#uvod a:hover
{
	background-image: url(images/uvod_aktiv.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#uvod a#aktiv_uvod
{
	background-image: url(images/uvod_aktiv.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #1475EC;
}
#sluzby a
{
	background-image: url(images/sluzby.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#sluzby a:hover
{
	background-image: url(images/sluzby_aktiv.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#sluzby a#aktiv_sluzby
{
	background-image: url(images/sluzby_aktiv.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #1475ec;
}

#cenik a
{
	background-image: url(images/cenik.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#cenik a:hover
{
	background-image: url(images/cenik_aktiv.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#cenik a#aktiv_cenik
{
	background-image: url(images/cenik_aktiv.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #1475ec;
}

#reference a
{
	background-image: url(images/reference.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#reference a:hover
{
	background-image: url(images/reference_aktiv.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#reference a#aktiv_reference
{
	background-image: url(images/reference_aktiv.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #1475ec;
}

#kontakty a
{
	background-image: url(images/kontakt.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#kontakty a:hover
{
	background-image: url(images/kontakt_aktiv.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#kontakty a#aktiv_kontakty
{
	background-image: url(images/kontakt_aktiv.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #1475ec;
}
#kontejner #hlavni table tr td{
	border: 1px solid #1475EC;
	font-weight: normal;
	padding: 2px;
}

/* konec navigace */

/* kontejner */
#kontejner {
	width: 820px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #555555;
	}


/* drobečková navigace */
#drobecek {
	width: 780px;
	margin: 0px;
	padding: 20px;
	}
#drobecek p {
	font-size: 60%;
}
#drobecek p a {
	color: 1475ec;
}

#drobecek h2{
	margin-right: 25px;
	margin-left: 25px;
	font-size: 115%;
	color: #1475EC;
}

#drobecek h3{
	margin-right: 25px;
	margin-left: 25px;
	font-size: 90%;
	font-weight: normal;
}

/* konec drobečkové navigace */
#reklama {
	width:747px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/logo_03.png);
	height: 106px;
	padding: 25px;
	margin-top: 12px;
	}

#reklama p {
	background-color: #EEE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 125%;
	display: block;
	margin-left: 200px;
	}

#prav {
	float: left;
	width:33%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#prav h2 {
	margin-right: 25px;
	margin-left: 25px;
	font-size: 115%;
	color: #1475EC;
}
#prav p {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
}

#centr {
	float: left;
	width:33%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1475EC;
	border-left-color: #1475EC;
}
#centr p {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
}

#centr h2 {
	margin-right: 25px;
	margin-left: 25px;
	font-size: 115%;
	color: #1475EC;
}

#lev {
	float: left;
	width:33%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#lev h2 {
	margin-right: 25px;
	margin-left: 25px;
	font-size: 115%;
	color: #555555;
}

#lev p {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
	text-align: justify;
}
#hlavni {
	float: left;
	width: 547px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1475EC;
}

#hlavni h2 {
	margin-right: 25px;
	margin-left: 25px;
	font-size: 115%;
	color: #1475EC;
}
#hlavni h2 a {
	text-decoration: none;
}


#hlavni p {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
	text-align: justify;
}
#hlavni p a strong {
	color: #1475EC;
	text-decoration: underline;
}

#hlavni p a:hover {
	color: #1475EC;
	text-decoration: underline;
}

#hlavni ul {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
	font-size: 80%;
	list-style-position: inside;
}

#hlavni table {
	margin-left: 20px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
#hlavni table tr th {
	background-color: #C0C0C0;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1475EC;
	text-align: center;
	vertical-align: middle;
}
#hlavni table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1475EC;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* formular */
form 							{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #555555;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
form .formular						{
	padding:0;
	clear:left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
form .formular .polozka				{
	vertical-align: middle;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
}
form .formular p{
	margin:0;
	}
form label		{ 
float:left;
width:210px;
}
form .red		{
	color:#f00; 
	font-size:89%; 
	font-weight:bold; 
	}
form .info		{
	float:left;
	font-size:75%;
}
form textarea	{
	font-size:12px;
	}
form .objednat {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


fieldset {
	margin-bottom: 10px;
	margin-top: 10px;
	border-top-color: #1475EC;
	border-right-color: #1475EC;
	border-bottom-color: #1475EC;
	border-left-color: #1475EC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	display: block;
}
legend {
	color:#1475EC;
	font-size:115%;
}	

legend h2 {
	margin-right: 0px;
	margin-left: 0px;
	font-size: 115%;
	color: #1475EC;
}

/* konec formulare */

/* konec kontejneru */

#pata{
	height: 43px;
	width: 100%;
	background-image: url(images/bg_pata_03.gif);
	background-repeat: repeat-x;
	margin-bottom: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
#pata p{
	text-align: center;
	font-size: 60%;
	margin-bottom: 10px;
	}
