* {
	margin: 0px;
	padding: 0px;}
body {
	background: #333333 url('../layout/background.png') center top repeat-x;
	color: #464646;
	font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;}

h1 {
	color: #0093DD;
	text-align: center;
	font-size: 2em;
	display:none;
	padding: 10px 50px 10px 50px;}
	h1 a {
		color: #0093DD;
		text-decoration: none;}
h2 {
  color: #F0A900;
  font-weight: normal;
  padding: 5px 5px 5px 0px;
	font-size: 1.4em;}

h3 {
  color: #00B0F0;
	padding: 15px 0px 5px 0px;
	font-size: 1em;}


h4 {
	font-size: 1em;
}

p {
	margin: 10px 0px 10px 0px;
}

ul {
	margin: 5px 5px 5px 25px;
	list-style: circle;
}

	ul.list_decimal {
		list-style: decimal;
	}

hr {
	display: none;
}

a img {
	border-width: 0px;
}




/*#################### layout ####################*/
#container {
	margin: auto;
	padding: 0px 0px 15px 0px;
	position: relative;
	background: url('../layout/container-background.png') repeat-y;
	width: 909px;}
#header {
	width: 909px;
	height: 260px;
	position: relative;
	background: url('../layout/header.png') no-repeat;}
	#header form{
  padding: 120px 0px 0px 40px;}
  #header form select.wide{
  width: 250px;
  margin: 1px 3px 1px 3px;}
  #header form input.submit{
  border: 0px;
  width: 62px;
  height: 19px;
  background: url('../layout/header-input-submit.png') no-repeat;}
#doplnek {
  padding: 20px 10px 0px 0px;
  float: right;}
  #doplnek a {
  color: white;
  text-decoration: none;
  font-size: 0.8em;}
  #doplnek a:hover {
  text-decoration: underline;}
#container-content-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 685px;
  height: 50px;
  background: url('../layout/content-bottom.png') center bottom no-repeat;}
#container-right-bottom {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 224px;
  height: 114px;
  background: url('../layout/right-bottom.png') no-repeat;}

/*#################### menu ####################*/

#menu {
  position: absolute;
  bottom: 11px;
  left: 44px;
  text-align: center;
  background-color:#14222D;
}
#menu ul {
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  }
#menu ul li{float: left;}
#menu ul li a {
  width: 100px;
  height: 22px;
  font-size: 1.2em;
  margin: 0px 1px 0px 0px;
  padding: 5px 0px 0px 0px;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  background: url('../layout/menu-button.png') no-repeat;}
  #menu ul li a:hover, #menu ul li a.active {
    color: #464646;
    background: url('../layout/menu-button-hover.png') no-repeat;}
    
/*#################### submenu ####################*/
#submenu {
  text-align: center;
  width: 100%;}
/*#submenu ul {
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  }*/
#submenu a {
  padding: 0px 7px 0px 7px;
  text-decoration: none;
  color: #0093DD;}
  #submenu a:hover, #submenu a.active {
    color: #DE411A;}

/*#################### content ####################*/

#content {
  width: 659px;
  padding: 0px 10px 0px 10px;
  float: left;}
  #content a{
    color:#F0A900;}
  #content a:hover{
    color:#01ADFF;
    text-decoration: none;}
  #content h3 a {
		color: #002D55;
		text-decoration: none;}
	#content h4 a {
		color: #002D55;
		text-decoration: none;}
#navigace {
  color: #F0A900;
  padding: 10px 0px 10px 5px;}
  #navigace span {
  position: relative;
  top: -5px;}

#container-left {
  width:7px;
  float: left;
  height: 735px;
  background: url('../layout/container-left.png') top right no-repeat;}
		
/*#################### right ####################*/

#right {
  width: 197px;
  float:left;
  padding: 0px 10px 70px 10px;
  background: url('../layout/right-top.png') 10px 28px no-repeat;}
  #right form {margin: 0px 0px 20px 0px;}
  #right .banner {padding: 10px 0px 10px 3px;}
#container-right {
  width:6px;
  float: right;
  padding-bottom: 33px;
  height: 735px;
  background: url('../layout/container-right.png') top right no-repeat;}
#right-input-text {
  border: 0px;
  width: 162px;
  height: 18px;
  padding: 0px 3px 0px 3px;
  margin-left: 3px;
  background: url('../layout/right-input-text.png');}
#right-input-submit {
  position: relative;
  top: 4px;}
  
#odkazyPravo{
  font-size: 9px;
  color: #A8A8A8;
	padding: 7px 0px 0px 0px;
}
#odkazyPravo a {
  color: #A8A8A8;
  }
#odkazyPravo a:hover {
  text-decoration: none;
  }  

/*#################### footer ####################*/

#footer {
  font-size: 9px;
  color: #A8A8A8;
	padding: 7px 0px 0px 20px;
}
	#footer a {
    color: #A8A8A8;}
	#footer a:hover {
    text-decoration: none;}

	
	
			/* classes */

.center {
	text-align: center;
}

.clear {
	clear: both;
	padding: 1px;
}

.none {
	display: none;
}
	
.fl_right {
	float: right;
}

.fl_left {
	float: left;
}

.fifty {
	width: 50%;
	float: left;
}	

.line{
  width: 100%;
  height: 2px;
  clear: both;
/*  overflow: none;*/
  background: url('../layout/patern-line.png');}

/*#################### nabidka_thumb ####################*/
.nabidka_thumb {
  width: 295px;
  height: 160px;
  float: left;
  position: relative;
  padding: 0px 0px 29px 0px;
  margin: 10px 15px 10px 15px;
  background: #FFFFFF;}
.nabidka_thumb .header {
  width: 295px;
  height: 22px;
  padding: 5px 0px 0px 0px;
  background: url(../layout/nabidka-thumb-header.png) bottom left no-repeat;}
.nabidka_thumb .header .popis {
  font-size: 0.8em;
  padding: 0px 10px 0px 22px;}
.nabidka_thumb .header .mapa {
  color: #FFFFFF;
  font-size: 0.8em;
  padding: 0px 10px 0px 22px;}
.nabidka_thumb h3 {
  color: black;
  padding: 2px 3px 2px 3px;
  font-size: 0.9em;
  word-spacing: -1px;
  border-bottom: 1px solid #9BAABF;}
.nabidka_thumb p {
  font-size: 0.8em;
  word-spacing: -1px;
  margin: 10px 10px 5px 5px;}
  .nabidka_thumb p .odhadni_cena {
    color: #A04003;
    font-weight: bold;
    font-size: 1.1em;
    display: block;}
  .nabidka_thumb p .vyvolavaci_cena {
    color: #F0A900;
    width: 280px;
    font-weight: bold;
    font-size: 1.2em;
    display: block;}
.nabidka_thumb img {
  padding: 0px 0px 5px 5px;
  float: right;}
.nabidka_thumb .footer {
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 5px 5px 0px 5px;
  width: 285px;
  height: 29px;
  color: #FFFFFF;
  background: url(../layout/nabidka-thumb-footer.png) bottom left no-repeat;}
  .nabidka_thumb .footer span {
    position: relative;
    top: 6px;}




form#kalkulacka table {
  padding: 10px;
  margin: 20px 0px 0px 0px;
  border: 1px solid #F0A900;
  background: #c5c5c5;}
form#kalkulacka table td {
  padding: 3px 8px 3px 8px;}
form#kalkulacka table th h3 {
  color: #a7790c;
  padding: 0px;}
    
#social-icons{
  padding-top: 20px;
  padding-left: 70px;
}

#fb-like{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
}

#twitter-follow{
  padding-left: 9px;
  padding-bottom: 5px;
}

#plusone{
  padding-left: 70px;
  padding-bottom: 10px;  
}


