.outline{
    border-width: 1px;
    border-color: red;
    border-style: dashed;
}

.ram{
    border-width: 1px;
    border-color: black;
    border-style: solid;
}

body{
    margin: 0px;
    padding: 0px;
}

.center{
    text-align: center;    
}

.letaky{
    cursor: pointer;
    height: 300px;
}

img{
  border: 0px;
}

th{
    font-weight: bold;
    color: #000000;
}
#header{
    width: 100%;
    height: 100px;
    background-image: URL(../images/header_back.jpg);
    background-repeat: repeat-x;
}

#headerIn{
    width: 942px;
    height: 100px;
    margin: auto;
    position: relative;
    background: transparent URL(../images/header_producent.jpg) top center no-repeat;
}

#headerIn.spotrebitel{
    background: transparent URL(../images/header_spotrebitel.jpg) top center no-repeat;
}

#headerIn.producent{
    
}

#header_link_spotrebitel{
    display: block;
    width: 110px;
    height: 45px;
    position: absolute;
    left: 0px;
    top: 50px;
}

#header_link_producent{
    display: block;
    width: 120px;
    height: 45px;
    position: absolute;
    left: 110px;
    top: 50px;
}

#reg_links{
    color: white;
    display: block;
    width: 300px;
    height: 20px;
    position: absolute;
    left: 240px;
    top: 75px;
    text-transform:uppercase;
    font-family: verdana;
    font-size: 12px;
}

#reg_links a {
    color: white;
    text-decoration: none;
}

#reg_links a:hover {
    color: white;
    text-decoration: none;
}

#header_link_index{
    display: block;
    width: 255px;
    height: 95px;
    position: absolute;
    right: 0px;
    top: 0px;    
}

#main{
    width: 942px;
    margin: auto;
}

#menu{
    float: left;
    width: 227px;
    margin-top: 20px;
}

#menu .menuitem{
    background-image: URL('../images/menu_bullet_off.png');
    background-position: 35px 0px;
    background-repeat: no-repeat;
    padding-left: 70px;
    margin: 0px;
    height: 16px;
}

.menuitem a{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #838383;
    text-decoration: none;
}

.menuitem a:hover{
    text-decoration: underline;
}

#menu .menuitem.active{
    background-image: URL('../images/menu_bullet_on.png');
}

#menu .menuitem.active a{
    color: #373737;
    font-style: italic;
}


#hledat{
    display: block;
    width: 227px;
    height: 28px;
    background-image: URL(../images/hledat_back.png);
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

#hledat input{
    position: absolute;
    left: 37px;
    top: 6px;
    height: 14px;
    width: 114px;
    font-family: Arial;
    font-size: 11px;
    color: #545454;
    border: 0px;
}

#hledat a{
    display: block;
    position: absolute;
    left: 168px;
    top: 3px;
    width: 21px;
    height: 21px;
}

#content{
    float: right;
    width: 710px;
    text-align: justify;
    font-family: Arial;
    font-size: 13px;
    color: #838383;
    margin-top: 5px;
}

#content h1{
    font-family: Arial;
    font-style: italic;
    font-size: 16px;
    font-weight: normal;
    color: #838383;
}

#content h2{
    color: #81b104;
    border-bottom-width: 1px;
    border-bottom-color: #81b104;
    border-bottom-style: solid;
    font-weight: normal;
    font-style: italic;
    margin-top: 16px;
    margin-bottom: 16px;
}

a.orange{
    color: #ffa422;
}

#content h2.orange{
    color: #ffa422;
    border-color: #ffa422;
}

#content h2.grey{
    color: #696969;
    border-color: #696969;
}

#content h2.blue{
    color: #129ef1;
    border-color: #129ef1;
}

#content h3{
    color: #78c8f7;
}

#content .logo{
    float: right;
    margin-left: 5px;
}

#content .logo_vlevo{
    float: left;
    margin: 5px;
}

#content a{
    color: #81b104;
    text-decoration: none;
}

#content a:hover{
    text-decoration: underline;
}

#content a.link_bubble{
    color: #81b104;
    text-decoration: underline;
}

#content a:hover{
    text-decoration: underline;
}

.clear{
    clear: both;
}

.clear2{
    clear: both;
    height: 10px;
}

#footer{
    
    height: 100px;
    background-image: URL(../images/footer_back.png);
    background-repeat: repeat-x;
    text-align: center;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10px;
    
}

#paticka{
    padding-left: 40px;
    width: 902px;
    height: 100px;
    margin: auto;
    background-image: URL(../images/footer_back.png);
    background-repeat: repeat-x;
    
}


#novinka_title{
    background-image: url('../images/news_bullet.png');
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 1px;
    color: #9c9c9c;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
    font-style: italic;
}
#novinka_text{
    padding: 5px;
}

#recepty .recept .title{
    color: #78c8f7;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}

.receptRam{
    border-color: #eeeeee;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}

.receptNazev, #archiv{
    color: #838383;
    font-weight: bold;
    font-size: 15px;
}

.ramecek{
    background-color: #afdc23;
    border-color: #5e5e5e;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    margin-bottom: 5px;
    color: #000000;
}

 div.vyhledavani_menu
{
color:#838383;
font-family:Arial;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

.tabulka_hl td{

border-color:#A5D537;

}

.tabulka_obchod{

background-color:#64cafd;
height: 19; 

}

.kampane{
    width: 100%;
}

.kampane img{
    margin: 10px;
}

.kampane2{
    width: 350px;
}

.kampane2 img{
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}


.kampane span{
    float: left;
}

#registration{
  font-size: 15px;
}

#registration tr{
  height: 35px;
}

#registration input{
  border: 1px #cccccc solid;
  background-color: #f8f6f7;
}

#registration textarea{
  border: 1px #cccccc solid;
  background-color: #f8f6f7;
}

#registration .first{
  text-align: right;
  padding-right: 10px;
}

#soutez_radio{
  font-size: 12px;
}

#recepty{
  width: 100%;
  border: 0px;
}

#recepty tr.with_content{
  height: 40px;
  background-color: #f4f2f3;
}

#recepty tr.without_content{
  height: 30px;
}


#image_view{
  border: 1px #CCCCCC solid;
}

.timeline{
  padding-bottom: 3px;
  border-bottom-width: 1px;
  border-bottom: 1px #ffffff solid;
}

.timeline_hover{
  padding-bottom: 3px;
  border-bottom-width: 1px;
  border-bottom: 1px #81b104 solid;
}






/**
 * ANKETA
 */ 
#anketa {
	padding: 0 0 50px 0;
}
#anketa h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #838383;
}
#anketa ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#anketa ul li {
	float: left;
	width: 430px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background: transparent url('../images/anketa_li_bg.gif') no-repeat left top;
}
#anketa ul li.no_bg {
	background: transparent url('');
}
#anketa ul li div {
	float: left;
}
#anketa ul li div.input {
	width: 30px;
	height: 30px;
	position: relative;
}
#anketa ul li div.input input {
	position: absolute;
	left: 10px;
	top: 2px;
}
#anketa ul li div.input span.new_input {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 13px;
	top: 7px;
	background: transparent url('../images/anketa_input_radio.gif') no-repeat 0px 0px;
	cursor: pointer;
}
#anketa ul li div.input span.new_input_active {
	background-position: 0px -15px;
}



#anketa ul li div.question {
	width: 350px;
	height: 30px;
	padding: 0 0 0 10px;
}
#anketa ul li div.question span.question {
	display: block;
	width: 340px;
	height: 15px;
	padding: 5px 0 0 5px;
	overflow: hidden;
	cursor: pointer;
}
#anketa ul li div.bar {
	height: 6px;
	padding-top: 1px;
}
#anketa ul li div.bar span {
	display: block;
	float: left;
	height: 6px;
	font-size: 0px;
}

#anketa ul li div.bar span.left, #anketa ul li div.bar span.right {
	width: 3px;
	background-image: url('../images/anketa_bar.gif');
	background-repeat: no-repeat;
}
#anketa ul li div.bar_green span.left { background-position: 0px 0px; }
#anketa ul li div.bar_green span.right { background-position: -3px 0px; }
#anketa ul li div.bar_blue span.left { background-position: 0px -6px; }
#anketa ul li div.bar_blue span.right { background-position: -3px -6px; }
#anketa ul li div.bar_red span.left { background-position: 0px -12px; }
#anketa ul li div.bar_red span.right { background-position: -3px -12px; }
#anketa ul li div.bar_orange span.left { background-position: 0px -18px; }
#anketa ul li div.bar_orange span.right { background-position: -3px -18px; }

#anketa ul li div.bar span.middle {
	background-image: url('../images/anketa_bar_bg.gif');
	background-repeat: repeat-x;
}
#anketa ul li div.bar_green span.middle { background-position: 0px 0px; }
#anketa ul li div.bar_blue span.middle { background-position: 0px -6px; }
#anketa ul li div.bar_red span.middle { background-position: 0px -12px; }
#anketa ul li div.bar_orange span.middle { background-position: 0px -18px; }

#anketa ul li div.percentage {
	padding: 6px 0 0 0;
	font-size: 13px;
	font-weight: bold;
}

#anketa ul li div.green { color: #a1c213; }
#anketa ul li div.blue { color: #33a0d8; }
#anketa ul li div.red { color: #c35021; }
#anketa ul li div.orange { color: #cf9622; }




#anketa ul li div#jine_textarea {
	display: none;
	float: left;
	width: 430px;
	height: 40px;
	padding: 3px 0 5px 38px;
}
#anketa ul li div#jine_textarea .textarea_holder {
	width: 335px;
	height: 30px;
	padding: 5px;
	background: transparent url('../images/anketa_textbox.gif') no-repeat scroll left center;
}
#anketa ul li div#jine_textarea .textarea_holder textarea {
	width: 335px;
	height: 30px;
	font-family:Arial;
	font-size: 12px;
	border: 0px red solid;
	color: #bcbcbc;
	overflow: auto;
}

#anketa ul li.verification {
	display: none;
	height: auto;
	min-height: 150px;
}
#anketa ul li div.verification {
	width: 410px;
	padding: 0 0 0 13px;
}
#anketa ul li div.verification table {
	margin: 0 0 0 20px;
}
#anketa ul li div.verification table td {
	padding: 6px 10px 6px 10px;
}
#anketa ul li div.verification table td input {
	width: 143px;
	height: 18px;
	padding: 3px 3px 3px 6px;
	font-family: Arial;
	font-size: 12px;
	border: 1px #77a801 solid;
	color: #BCBCBC;
}
#anketa ul li div.submit {
	width: 430px;
	padding: 10px 0 0 0;
}
#anketa ul li div.submit input {
	width: 129px;
	height: 23px;
	background: transparent url('../images/anketa_input_submit_send.gif') no-repeat left top;
	border: 0px solid;
	cursor: pointer;
}
#anketa ul li div.submit input.vote {
	background: transparent url('../images/anketa_input_submit.gif') no-repeat left top;
}
#anketa ul li div.submit a {
	float: right;
	padding: 5px 12px 0 0;
	font-size: 13px;
	text-decoration: underline;
	color: #616161;
}
#anketa ul li div.submit a:hover {
	text-decoration: none;
}

#anketa .holder_year {
	padding: 10px 0 10px 0;
}
#anketa .archive_anketa_holder {
	padding: 0 0 0 15px;
	clear: both;
}
#anketa .archive_anketa_holder span.archive_month {
	text-decoration: underline;
	cursor: pointer;
}
#anketa .archive_anketa_holder .archive_anketa {
	display: none;
	float: left;
	padding: 10px 0 20px 15px;
	*padding: 10px 0 20px 30px;
}
#anketa .archive_anketa span.question {
	cursor: default !important;
}


img.obr_novinky
{
	float:right;
	margin-left:10px;
}


img.obr_novinky_left
{
	float:left;
	margin-right:10px;
}







