/*
 * screen.css - media screen (all)
 * Autor: Martin Zemánek, martinzemanek at email.cz 
 */
* { 
padding: 0; 
margin: 0;
}
.noborder {
  border:none;
  background:none;
}
body {
 font-family: Arial, Verdana, "Times New Roman";
 font-size: 13px;
 color: black;
 background: white url(../images/background.png) repeat-x top left;
 background-attachment:fixed;
}
/* ------------------ Poziční bloky - obsah, sloupce--------------------*/
#wrap {
  margin:13px auto 0 auto;
  width:991px;
}
#content_block {
  width:100%;
  background: white;
}
#main { 
 float: left;
 width:100%;
}
#content { 
 float:left; 
 padding:10px;
 width:497px;
 background:white;
 margin-bottom:40px;
}
#left { 
 float: left;
 width:222px;
 background:#e2e2e2;
 margin-bottom:40px;
}
#left_bottom { 
 float: left;
 width:222px;
 height:7px;
 background: url(../images/left_bottom.png) no-repeat top left;
}
#right { 
 float: right;
 width:252px;
 background:#e2e2e2;
 margin-bottom:40px;
}
#right_bottom { 
 float: left;
 width:252px;
 height:7px;
 background: url(../images/right_bottom.png) no-repeat top left;
}
/* ------------------ Hlavička --------------------*/
#header { 
 background: white url(../images/header.png) no-repeat;
 height:219px;
 width:991px;
 margin:0 auto;
}
#header_back { 
 background: black;
 height:275px;
}
#header #over a { 
 display:block;
 position:absolute;
 top:14px;
 width:270px;
 margin-left:20px;
 height:135px;
}
#header #tel_box {
  position:absolute;
  top:90px;
  margin-left:760px;
  display:block;
  width:240px;
  height:135px;
  color:white;
}
#header #kontakt_box {
  position:absolute;
  top:120px;
  margin-left:135px;
  display:block;
  width:180px;
  height:100px;
  line-height:28px;
  font-weight:bold;
  font-size:120%;
  letter-spacing:1px;
}
#header #link_box {
  position:absolute;
  top:12px;
  display:block;
  width:891px;
  height:100px;
  text-align:right;
  margin-right:100px;
}
#header #flags {
  position:absolute;
  top:8px;
  display:block;
  width:90px;
  height:100px;
  text-align:right;
  margin-left:860px;
}

#search {
  position:absolute;
  top:245px;
  margin-left:756px;
  display:block;
  width:190px;
  height:21px;
}
.input_search {
  height:18px;
  font-size:13px;
  color:white;
  background:transparent;
  border:none;
}
.submit_light {
  height:20px;
  width:35px;
  float:left;
  margin-left:10px;
  border:none;
  cursor:pointer;
  background:transparent;
}
#navigace { 
 height:54px;
 line-height:48px;
 width:100%;
 float:left;
 display:block;
 background: url(../images/menu.png) no-repeat;
}
#navigace ul { 
 width:80%;
}
#navigace li {
  list-style-type:none;
  float:left;
}
#navigace li span.separator {
  padding: 0 18px 0 18px;
  font-weight:bold;
  float:left;
  background: url('../images/separator.png') no-repeat top left;
}
#navigace li a:hover {
  float:left;
  background: url(../images/menu_over.png) repeat-x top left;
  text-decoration:none;
}

#navigace li.selected_first, #navigace li.selected {
  background: url(../images/menu_over.png) repeat-x top left;
  text-decoration:none;
}
#navigace li.noselected_first {
  background:none;
}
#navigace li.noselected_first, #navigace li.selected_first {
  margin-left:10px;
}
#navigace li.noselected_first span.separator, #navigace li.selected_first span.separator {
  background:none;
}
#navigace li a { 
  cursor:pointer;
  color:white;
}

a.nohover:hover {
  text-decoration:none;
}
.banners {
  text-align:center;
  margin:0 auto;
  padding:10px 0;
  padding-left:10px;
}
table.o-nas tr td {
  background: #e4e4e4 url(../images/box.png) repeat-x left top;
  padding:20px;
}
table.o-nas tr td {

}
.faq { 
  background: #e4e4e4 url(../images/box.png) repeat-x top left;
  padding:12px;
  -moz-border-radius: 5px;
  margin-top:10px;
}
.faq .title { 
  background: url(../images/otaznik.png) no-repeat 15px 4px;
  padding-left:50px;
  color:#761237;
  height:40px;
  font-weight:bold;
  text-align:justify;
}
.faq .text { 
  font-size:85%;
  text-align:justify;
}
/* ------------------ boxy --------------------*/
#left .box .content,#right .box .content {  
  overflow:hidden;
  float:left;
  padding:0 10px;
  clear:both;
}

#left .box .content p,#right .box .content p {  
  line-height:20px;
}
#left .box .content h2 ,#right .box .content h2 {  
  margin-top:20px;
}
#content p {  
  line-height:21px;
  text-align:justify;
}

/* ------------------ Vlastnosti elementu --------------------*/
th {
  padding:3px;
}
table {
  width:100%;
}
td {
  padding:2px 1px;
}
fieldset {
  margin-top:10px;
  padding:7px;
}
legend {
  padding:0 5px;
}
table, tr, td, th {
  border-collapse:collapse;
}
input {
  border:1px solid #afafaf;
  padding:0 2px;
  height:14px;
  font-size:11px;
	background: #f3f3f3;
}
select {
  border:1px solid gray;
  padding:0 0 0 2px;
  font-size:11px;
}
textarea {
	background: #f3f3f3;
  border:1px solid #afafaf;
  padding:2px;
  font-size:11px;
  font-size:11px;
}
img {
  border:none;
}
a {
  text-decoration:none;
  color:#720023;
  font-weight:bold;
}

a:hover {
  color:black;
  text-decoration:underline;
}

h1 {
 font-size:22px;
 padding-bottom:5px;
 padding-bottom:8px;
 color:#670020;
}
h2 {
 font-size:18px;
 padding-bottom:5px;
 color:#670020;
}
h3 {
 font-size:17px;
 padding-bottom:5px;
 color:#670020;
}
h4 {
 font-size:12px;
 padding-bottom:4px;
 color:#670020;
}
/* ------------------ Patička --------------------*/
#footer {  
  height:27px;
  width:100%;
  overflow:hidden;
  background: url('../images/footer.png') no-repeat;
  line-height:27px;
}
#footer p.left {
	font-size:85%;
	width:650px;
	letter-spacing:1px;
	float:left;
	color:#eeeeee;
	overflow:hidden;
	padding-left:10px;
}
#footer p.right {
	font-size:85%;
	width:270px;
	float:right;
	padding-right:20px;
	color:#eeeeee;
}
#footer p.right a{
	color:#eeeeee;
	font-weight:normal;
}
#footer p.left a{
	color:#eeeeee;
	font-weight:normal;
}
/* ------------------ Výpis produktů - záhlaví a zápatí --------------------*/
#paging_header {
  width:515px;
  background: url(../images/title_head.gif) repeat-x;
  border:1px solid #bababa;
  height:25px;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  margin-bottom:10px;
}
#paging_header p.paging_header_left {
  line-height:20px;
  float:left;
}
#paging_header p.paging_header_right {
  line-height:20px;
  float:right;
}
#paging_footer {
  width:515px;
  display:block;
  background: url(../images/title_head.gif) repeat-x;
  border:1px solid #bababa;
  height:30px;
  line-height:30px;
  padding:0 10px;
  margin:15px 0;  
}

#paging_footer table tr td{
 padding:0;
}
#paging_footer table tr td.leftpage {
 width:16px;
text-align:left;
}
#paging_footer table tr td.rightpage{
 width:16px;
  text-align:right;
}
#paging_footer table tr td.centerpage{
 text-align:center;
}
/* ------------------ Ostatní vlastnosti --------------------*/
.infomessage {
vertical-align: middle;
color:green;
}
.errormessage {
vertical-align: middle;
  color:#5c001d;
}
.left {
  text-align:left;
}
.right {
  text-align:right;
}
.center {
  text-align:center;
}
.hidden {
	display: none;
}

.justify {
  text-align:justify;
}
.clear {
  clear: both;
}
.smaller {
  font-size:85%;
}

.color {
  color:#5c001d;
}
.color2 {
  color:#5c001d;
}
.color_bold {
  color:#5c001d;
  font-weight:bold;
}
.submit {
  border:none;
  font-size:13px;
	background: url(../images/submit.png) no-repeat;
  height:22px;
  line-height:22px;
  width:64px;
  text-decoration:center;
  cursor:pointer;
  color:white;
}
.submit2 {
  border:none;
  font-size:13px;
	background: url(../images/submit2.png) no-repeat;
  height:22px;
  line-height:22px;
  width:64px;
  text-decoration:center;
  cursor:pointer;
  color:white;
}
.red {
  color:#5c001d;
}
.green {
  color:green;
}
.odsazeni_top {
  padding-top:10px;
}

/* Ajax validate form */
#msg {
  display:none; 
  position:absolute; 
  z-index:200; 
  padding-left:1px; 
  background:#720023;
  padding:5px; 
  color:white;
  -moz-border-radius: 4px;
}

.kontakt_form p {
  margin-top:6px;
}

#header #link_box a {
  color:black;
  font-size:85%;
  padding-right:10px;
}

/*  přidal Brecher */
.cler_brecher { clear:both;}
.seo-box { margin-top:26px; padding:6px 10px;}
.seo-box a { font-weight:normal; margin-right:6px; color:#333333;}
