/* CSS Document */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	float: none;
}

img {
  border: 0;
}

p {
  padding: 5px 0;
	line-height: 150%;
	text-align: justify;
}

ul {
  margin: 0 0 10px 15px;
  list-style-image: url(../img/content_ul.gif);
}

li {
  text-indent: 0px;
  margin-left: 15px;
  font-weight: bold;
}

h1 {
	font-size: 22px;
}

h2 {
  font-size: 15px;
  font-weight: bold;
  text-indent: 10px;
}

h3 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

form {
  margin: 10px 0;
}

table {
  width: 100%;
  text-align: center;
  clear: both;
}

html, body {
	min-width: 700px;
  min-height: 600px;
	font: 12px "trebuchet MS ce", trebuchet MS,  "arial ce", arial, "verdana ce", verdana, "tahoma ce", tahoma;
  color: #303030;
}

html {
	background: #e9ebd5 url(../img/body_bg.gif) repeat-x top;
}

	#main {
 		width: 700px;
    height: 100%;
    position: relative;
 		margin: 30px auto;
 		background-color: #FFFFFF;
 	}

/* top (celý vršek + menu) ************************************************** */
    #top {
      width: 100%;
      height: 322px;
      position: relative;
    }
    
      #top_top {
        width: 100%;
        height: 96px;
        background: url(../img/top_top.jpg) no-repeat;
      }

/* jednotlivé položky menu - bohužel se muselo opsat 3x */
        #top_menu1 {
          width: 129px;
          height: 31px;
          position: absolute;
          top: 65px;
          left: 300px;
          color: #ffffff;
          text-align: center;
          background: url(../img/top_menu.png) 0px 0px no-repeat;
        }

          #top_menu1:hover {
            color: #365f22;
            background: url(../img/top_menu.png) 0px -32px no-repeat;
          }

        #top_menu2 {
          width: 129px;
          height: 31px;
          position: absolute;
          top: 65px;
          left: 400px;
          color: #ffffff;
          text-align: center;
          background: url(../img/top_menu.png) 0px 0px no-repeat;
        }

          #top_menu2:hover {
            color: #365f22;
            background: url(../img/top_menu.png) 0px -32px no-repeat;
          }

        #top_menu3 {
          width: 129px;
          height: 31px;
          position: absolute;
          top: 65px;
          left: 500px;
          color: #ffffff;
          text-align: center;
          background: url(../img/top_menu.png) 0px 0px no-repeat;
        }

          #top_menu3:hover {
            color: #365f22;
            background: url(../img/top_menu.png) 0px -32px no-repeat;
          }
          
        .top_menu_text {
          font-size: 13px;
          line-height: 250%;
          margin-left: -20px;
        }

      #top_middle {
        width: 100%;
        height: 187px;
        position: relative;
        background: url(../img/top_middle.jpg) no-repeat;
      }
      
        #top_middle_login {
          width: 10px;
          height: 10px;
          position: absolute;
          bottom: 0px;
          right: 0px;
          cursor: default;
        }

      #top_bottom {
        width: 100%;
        height: 39px;
        background-color: #7bc314;
      }

      #top_logo {
        width: 226px;
        height: 220px;
        position: absolute;
        top: 24px;
        left: 28px;
      }

/* content ****************************************************************** */
    #content {
      width: 640px;
      margin: 10px 30px;
      clear: both;
    }
    
    	#content a, #content a:visited {
    		color: #ce5b00;
    		text-decoration: none;
    	}
    
	    	#content a:hover {
	    		text-decoration: underline;
	    	}
	    	
			#bubbles {
        width: 675px;
        height: 225px;
        position: relative;
        left: 3px;
        margin: 20px -20px 20px -20px;
        clear: both;
      }

        .bubble {
          width: 205px;
          height: 205px;
          position: relative;
          margin: 0 10px;
          _margin: 0 8px;
          padding: 0;
          float: left;
          background: url(../img/content_bubble_bg.gif) no-repeat bottom;
        }

          .bubble_text {
            margin: 15px;
          }
          
          .bubble img {
            position: absolute;
            top: -25px;
            left: 120px;
          }
        
					.text_orange {
						color: #ce5b00;
					}

					.text_orange_big {
						color: #ce5b00;
						font-size: 18px;
						font-weight: bold;
					}
					
					.bubble a {
						padding-left: 15px;
						font-weight: bold;
						background: url(../img/content_bubble_a.gif) no-repeat 0px 5px; 
					}

				#bubbles_line {  /* kvůli předchozímu floatingu */
          width: 100%;
          height: 1px;
          font-size: 0;
          clear: both;
        }
    
/* produkty */
			#produkty_right {
				width: 465px;
				float: right;
				margin: 0 0 10px 10px;
			}
				
			#produkty_menu {
				width: 150px;
				height: 100%;
				margin: 5px 15px 10px 0;
				float: left;
			}
			
				#produkty_menu h3 {
					padding-left: 5px;
					border-right: 3px solid #dbdbdb;
				}
			
				#produkty_menu a, #produkty_menu a:visited {
					margin: 0px;
					padding: 0 10px;
					font-size: 13px;
					display: block;
					border-right: 3px solid #dbdbdb;
				}
				
					#produkty_menu a:hover {
						border-right: 3px solid #a1a1a1;
					}
				
			.pletivo_img {
				margin-left: 20px;
				border: 5px solid #7bc314;
			}
			
/* kontakt */
		#kontakt_left {
			width: 200px;
			margin-right: 20px;
			float: left;
		}
		
			#kontakt_left span {
				font-size: 10px;
			}
			
		#kontakt_mapa {
			margin-top: 20px;
			float: left;
		}
	
/* objednávka */
		.objednavka_kontakt {
			float: left; 
		}

			.objednavka_kontaktni_udaje {
				width: 270px;
				margin: 5px 0;
				padding: 10px 15px;
				background: #d8e5c5;
			}
			
				.objednavka_kontaktni_udaje strong {
					text-decoration: underline;
				}
				
				.objednavka_kontaktni_udaje label {
					width: 113px;
					float: left;
				}
				
				.objednavka_kontaktni_udaje input {
					width: 140px;
				}
			
		.objednavka_produkt {
			width: 305px;
			margin: 5px 0 5px 5px;
			padding: 10px 15px;
			background: #d8e5c5;
		}
		
			.objednavka_produkt strong {
				text-decoration: underline;
			}
			
			.objednavka_produkt label {
				width: 150px;
				float: left;
			}
			
			.objednavka_produkt input {
				width: 140px;
			}
			
			.objednavka_produkt textarea {
				width: 290px;
				height: 78px;
			}
			
		.objednavka_odeslat {
			width: 100%;
			height: 30px;
			position: relative;
			clear: both;
			background: #d8e5c5;
		}
		
			.objednavka_odeslat input {
				width: 75px;
				position: absolute;
				right: 25px;
				top: 5px;
			}
			

/* formuláře */
			.form  {
        font-size: 11px;
        margin-bottom: 5px;
      }

     		.form_left {
        	float: left;
        	text-align: right;
        	width: 200px;
        	margin-right: 4px;
        	margin-top: 4px;
      	}

       	.form_right {
         	margin-left: 204px;
         	font-size: 10px;
       	}

        div.form_right {
					color: #757575;
        }

 
/* tabulky s pletivy */
      .table_caption {
        color: #ffffff;
        background-color: #7bc314;
      }

      .table_tr_dark {
        background-color: #f6f580;
      }

      .table_tr_light {
        background-color: #fffebb;
      }

			.table_img {
				margin-left: 15px;
			}

/* botttom ****************************************************************** */
    #bottom {
      width: 100%;
      height: 30px;
      text-align: center;
      line-height: 270%;
      clear: both;
      background-color: #7bc314;
    }
    
      #bottom a {
        color: #fffebb;
      }

        #bottom a:hover {
          color: #2a4a1a;
        }

/* ostatní ****************************************************************** */
.float_left {
	float: left;
}

.float_right {
	float: right;
}
