body{
    background: url(../images/layout/bg.jpg) repeat;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#top_bg{
	width: 100%;
    position: relative;
    left:0px;
    top: 0px;
    background: url(../images/layout/bg_top.gif) repeat-x;
    margin:0px;
    padding:0px;
    z-index: 2;
}

#main{
	width: 961px;
	margin:0px;
    padding:0px;
	margin-left: auto;
	margin-right: auto;
    position: relative;
    z-index: 1;
}

#main #zelenina{
	width:315px;
	height: 199px;
    background: url(../images/layout/zelenina.png) no-repeat;
    position: absolute;
    left: 459px;
    top: 13px;
    z-index: 20000;
}

#main #top{
	height: 45px;
	margin:0px;
    padding:0px;
}
#main #middle{
	width: 961px;
	margin:0px;
    padding:0px;
}
#main #middle #middle_top{
	height: 143px;
    margin:0px;
    padding:0px;
    position: relative;
    z-index: 100;
}
#main #middle #middle_top #middle_top_bg{
	width: 961px;
	height: 84px;
	background: url(../images/layout/bg_content_top.png) no-repeat left bottom;
    position: absolute;
    bottom: 0px;
    left:0px;
}
#main #middle #middle_middle{
    min-height: 300px;
    background:  url(../images/layout/bg_content_middle.png) repeat-y left top;
    position: relative;
    margin-top: -1px;
    font-size: 12px;
    
}
#main #middle #middle_middle #middle_middle_top{
	height: 64px;
    background: url(../images/layout/bg_content_middle_top.png) no-repeat left top;
    position: absolute;
    top: 0px;
    left: 0px;
}
#main #middle #middle_middle #middle_middle_bottom{
    text-align: left;
}

#main #middle #middle_middle #middle_middle_bottom #middle_middle_bottom_in{
	margin-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 646px;
	float: left;
    text-align: justify;
}
#main #middle #middle_middle #middle_middle_bottom #middle_middle_bottom_in, #main #middle #middle_middle #middle_middle_bottom #middle_middle_bottom_in p, #main #middle #middle_middle #middle_middle_bottom #middle_middle_bottom_in li{
    line-height: 19px;
}
#main #middle #middle_middle #middle_middle_bottom #middle_middle_bottom_in_right{
	width: 264px;
	float: right;
}

#main #middle #middle_top #logo_vitana_div{
	margin-top: 25px;
	margin-left: 12px;
    position: absolute;
    left: 0px;
}
#main #middle #middle_top #logo_vitana{
	border: 0px;
}

#main #middle #middle_top #logo_natur_div{
    float: right;
    margin-top: 15px;
    margin-right: 9px;
}
#main #middle #middle_top #logo_natur{
    border: 0px;
}

#main #bottom{
	width: 100%;
	height: 85px;
}

#main #bottom #zijte_s_chuti{
	width: 100%;
	height: 42px;
    background: #E52223 url(../images/layout/zijte_s_chuti.gif) no-repeat left 2px;
}

#main #bottom #footer{
	padding-top: 10px;
}

#main #bottom #footer #footer_left{
	float: left;
    font-size: 11px;
    /* margin-left: 20px; */
}
#main #bottom #footer #footer_left a{
    color: rgb(0,0,0);
    text-decoration: none;
}
#main #bottom #footer #footer_left a:hover{
    text-decoration: underline;
}

#main #bottom #footer #footer_right{
	float: right;
	color: rgb(0,0,0);
    font-size: 11px;
    /* margin-right: 21px; */
}
#main #bottom #footer #footer_right a {
	color: #000000;
    text-decoration: none;
}
#main #bottom #footer #footer_right a:hover {
    text-decoration: underline;
}


/* ==== MENU ==== */
#menu{
	width: 961px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#menu a.menu_item{
	display: block;
	height: 33px;
	float: left;
    font-family: "Helvetica", "MS Arial", sans-serif;
    font-size: 1.15em;
    color: rgb(255,255,255);
    text-decoration: none;
    padding-top: 12px;
}
#menu a.menu_item:hover{
	color: rgb(255,232,0);
}
#menu a.menu_item_selected{
    background: url(../images/layout/bg_menu_selected.gif) no-repeat center bottom;
}
#menu div.menu_item_separator{
	float: left;
	width: 40px;
	height: 1px;
    overflow: hidden;
}

#menu #buttons{
	float: right;
	height: 25px;
	margin-top: 8px;
}

#menu #buttons #button_prihlaseni_id, #menu #buttons #button_odhlaseni_id{
	width: 74px;
	height: 21px;
	display: block;
    background: url(../images/layout/btn_yellow_1.png) no-repeat;
    text-align: center;
    color: rgb(50,59,43);
    float: left;
    text-decoration: none;
    padding-top: 4px;
    margin-right: 10px;
    font-size: 0.9em;
}
#menu #buttons #button_prihlaseni_id:hover, #menu #buttons #button_odhlaseni_id:hover{
}
#menu #buttons #button_registrace_id, #menu #buttons #button_profil_id{
    width: 79px;
	height: 21px;
	display: block;
    background: url(../images/layout/btn_green_1.png) no-repeat;
    text-align: center;
    color: rgb(224,239,204);
    float: left;
    text-decoration: none;
    padding-top: 4px;
    font-size: 0.9em;
}
#menu #buttons #button_registrace_id:hover, #menu #buttons #button_profil_id:hover{
}
/* ==== MENU konec ==== */


/* ==== SUB_MENU ==== */
#submenu{
	width: 961px;
	height: 41px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#submenu a.item{
	display: block;
	height: 35px;
	float: left;
    font-family: "Helvetica", "MS Arial", sans-serif;
    font-size: 0.9em;
    color: rgb(87,79,0);
    text-decoration: none;
    padding-top: 10px;
    cursor: pointer;
    text-align: center;
}
#submenu a.item:hover{
	color: rgb(0,0,0);
}
#submenu a.item_selected{
	color: rgb(255,255,255);
	padding-top: 8px;
}
#submenu a.item_selected:hover{
	color: rgb(255,232,0);
}
#submenu div.item_separator{
	float: left;
	width: 50px;
	height: 1px;
    overflow: hidden;
}
#submenu a.item .submenu_item_arrow{
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 9px;
	height: 5px;
	border: 0px;
    position: relative;
    top: -12px;
}
#submenu a.item_selected .submenu_item_arrow{
    display: inline;
}

#submenu a.item .button{
	display: block;
	height: 28px;
}
#submenu a.item .button .left{
	display: block;
	float: left;
	width: 6px;
	height: 23px;
    overflow: hidden;
}
#submenu a.item .button .middle{
	display: block;
	float: left;
	height: 19px;
    overflow: hidden;
    padding-top: 4px;
}
#submenu a.item .button .right{
	display: block;
	float: left;
	width: 6px;
	height: 23px;
    overflow: hidden;
}

#submenu a.item_selected .button{
    background: url(../images/layout/submenu_selected/arrow.png) no-repeat center bottom;
}
#submenu a.item_selected .button .left{
    background: url(../images/layout/submenu_selected/left.png) no-repeat center bottom;
}
#submenu a.item_selected .button .middle{
    background: url(../images/layout/submenu_selected/middle.png) repeat-x center bottom;
}
#submenu a.item_selected .button .right{
    background: url(../images/layout/submenu_selected/right.png) no-repeat center bottom;
}

/* ==== SUB_MENU konec ==== */

/* ==== TEMA_MESICE konec ==== */

#tema_mesice_out{
    width: 264px;
    margin-bottom: 5px;
    position: relative;
}
#tema_mesice_out #kyticka{
	width: 39px;
	height: 49px;
    background: url(../images/layout/kyticka.png) no-repeat;
    position: absolute;
    left: 195px;
    top: 52px;
}
#tema_mesice_out #tema_mesice{
	width: 100%;
	min-height: 220px;
    background: rgb(245,250,179) url(../images/layout/bg_tema_mesice.gif) repeat-y;
    margin-top: -17px;
    padding-top: 65px;
    float: left;
}
#tema_mesice_out #tema_mesice div, #tema_mesice p{
	font-size: 0.9em;
	line-height: 19px;
}
#tema_mesice_out #tema_mesice_in{
	width: 215px;
	margin-left: 25px;
}
#tema_mesice_out #tema_mesice_in h1{
	color: rgb(188,6,4);
	font-weight: bold;
	font-size: 2.1em;
	margin-top: 5px;
}
#tema_mesice_out #tema_mesice_in h2{
    color: rgb(128,187,44);
    font-weight: normal;
    font-size: 1.3em;
    margin-bottom: 0px;
}
#tema_mesice_out #tema_mesice_in a.cely_clanek_link{
	color: rgb(188,6,4);
}
#tema_mesice_out #tema_mesice_in p.anotace{
    font-weight: bold;
}
#tema_mesice_out #tema_mesice_bottom{
	width: 100%;
	height: 13px;
	background: rgb(245,250,179) url(../images/layout/bg_tema_mesice_bottom.gif) repeat-y;
	float: left;
	overflow: hidden;
}

/* ==== TEMA_MESICE konec ==== */


/* ==== SOUTEZNI_PRISPEVKY konec ==== */

#soutezni_prispevky_out{
    width: 264px;
    margin-bottom: 0px;
    position: relative;
}
#soutezni_prispevky_out #icon{
	width: 52px;
	height: 52px;
    position: absolute;
    left: 183px;
    top: 25px;
}
#soutezni_prispevky_out #soutezni_prispevky{
	width: 100%;
	min-height: 170px;
    margin-top: -17px;
    padding-top: 0px;
    padding-bottom: 10px;
    float: left;
}
#soutezni_prispevky_out #soutezni_prispevky #soutezni_prispevky_in{
	width: 215px;
	margin-left: 25px;
}
#soutezni_prispevky_out #soutezni_prispevky h1{
	color: rgb(188,6,4);
	font-weight: bold;
	font-size: 2.1em;
	margin-top: 5px;
}
#soutezni_prispevky_out #soutezni_prispevky_in h2{
    color: rgb(128,187,44);
    font-weight: normal;
    font-size: 1.3em;
    margin-bottom: 0px;
}

#soutezni_prispevky_out #soutezni_prispevky .text{
	width: 100%;
	font-size: 0.9em;
	clear: both;
}
#soutezni_prispevky_out #soutezni_prispevky .text p{
	margin-top: 5px;
	margin-bottom: 0px;
    line-height: 19px;
}
#soutezni_prispevky_out #soutezni_prispevky .text .small{
	font-size: 0.88em;
}
#soutezni_prispevky_out #soutezni_prispevky .text .text_top{
	width: 100%;
    font-weight: bold;
}
#soutezni_prispevky_out #soutezni_prispevky .text .text_top .left{
	float: left;
}
#soutezni_prispevky_out #soutezni_prispevky .text .text_top .right{
	float: right;
}

#soutezni_prispevky_out #soutezni_prispevky .text p{
	clear: both;
}

#soutezni_prispevky_out #soutezni_prispevky_in a.cely_clanek_link{
	color: rgb(188,6,4);
}

#soutezni_prispevky_out #vlozit_novy_prispevek_id{
	width: 162px;
	height: 29px;
	display: block;
    background: url(../../images/layout/btn_green_6.png) no-repeat;
    text-align: center;
    color: rgb(224,239,204);
    float: left;
    text-decoration: none;
    padding-top: 5px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}


/* ==== SOUTEZNI_PRISPEVKY konec ==== */


/* ==== SOUTEZNI_PRISPEVKY_FACEBOOK konec ==== */

#soutezni_prispevky_facebook_out{
    width: 250px;
    margin-bottom: 40px;
    position: relative;
    border-top: 1px rgb(244,251,181) solid;
    padding-top: 25px;
}
#soutezni_prispevky_facebook_out #icon_fb{
	width: 41px;
	height: 41px;
    position: absolute;
    left: 189px;
    top: 20px;
    overflow: hidden;
    background: url(../images/layout/facebook_icon.gif) no-repeat;
}
#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook_in{
	width: 100%;
	min-height: 300px;
    margin-top: -17px;
    padding-top: 0px;
    float: left;
}
#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook #soutezni_prispevky_facebook_in{
	width: 215px;
	margin-left: 25px;
}
#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook h1{
	color: rgb(188,6,4);
	font-weight: bold;
	font-size: 1.8em;
	margin-top: 5px;
}
#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook_in h2{
    color: rgb(128,187,44);
    font-weight: normal;
    font-size: 1.3em;
    margin-bottom: 0px;
}

#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook .text{
	width: 100%;
	font-size: 0.9em;
	clear: both;
}
#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook .text p{
	margin-top: 5px;
	margin-bottom: 0px;
    line-height: 19px;
}

#soutezni_prispevky_out #soutezni_prispevky_facebook .text .text_top{
	width: 100%;
}
#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook .text .text_top .left{
	width: 100px;
	margin-right: 10px;
	float: left;
}
#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook .text .text_top .right{
	float: left;
	margin-top: 20px;
}

#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook .text .jmeno{
    text-decoration: none;
    color: rgb(77,112,170);
}
#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook .text .jmeno:hover{
    text-decoration: underline;
}

#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook .text .small{
	color: rgb(176,176,176);
	margin-top: 3px;
}

#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook .text a.s_rukou{
	padding-left: 20px;
    background: url(../images/layout/ruka.gif) no-repeat left 0px;
    text-decoration: none;
    color: rgb(77,112,170);
}
#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook .text a.s_rukou:hover{
    text-decoration: underline;
}
#soutezni_prispevky_facebook_out #soutezni_prispevky_facebook .text p{
	clear: both;
}


#soutezni_prispevky_facebook_out .btn_zobrazit_vsechny{
	width: 125px;
	height: 29px;
	display: block;
    background: url(../../images/layout/btn_green_4.png) no-repeat;
    text-align: center;
    color: rgb(224,239,204);
    float: left;
    text-decoration: none;
    padding-top: 6px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}


/* ==== SOUTEZNI_PRISPEVKY_FACEBOOK konec ==== */


/* ==== STRANKOVANI ==== */
.strankovani{
	width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.strankovani a{
    font-size: 16px;
	color: rgb(207,0,24);
	display: inline-block;
	width: 28px;
	height: 26px;
    text-decoration: none;
    font-weight: bold;
}
.strankovani a:hover{
    text-decoration: none;
    color: rgb(207,0,24);
}
.strankovani a.selected{
    background: url(../images/layout/strankovani_selected.gif) no-repeat 2px 0px;
    color: rgb(255,255,255);
}
.strankovani a.selected:hover{
    color: rgb(255,255,255);
}.strankovani a.selected strong{
    position: relative;
    left: 1px;
    top: 1px;
}
.strankovani div.separator{
	width: 10px;
	height: 1px;
	display: inline-block;
    overflow: hidden;
}
/* ==== STRANKOVANI konec ==== */


div.cleaner{
	clear: both;
	width: 1px;
	height: 1px;
    overflow: hidden;
}


a.button_green{
    width: 205px;
	height: 29px;
	display: block;
    background: url(../../images/layout/btn_green_7.png) no-repeat;
    text-align: center;
    color: rgb(224,239,204);
    float: left;
    text-decoration: none;
    padding-top: 4px;
    font-size: 1em;
    font-weight: bold;
}
a.button_green:hover{
    color: rgb(224,239,204);
    text-decoration: none;
}
