html, body {
	/*background-image:url(../image/pozadi0.jpg);
        background-color:#69D2E7;*/
        background-image:url(../image/pozadi1.jpg);
        background-color:#99CC66;
        /*background-image:url(../image/pozadi2.jpg);*/
        /*background-image:url(../image/pozadi3.jpg);*/
	background-repeat:repeat-y;
	background-position:center centewidget2r;
	background-attachment:fixed;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	line-height: 1.5em;
	color:#666;
	text-align:center;
}

body, div, ul, h1, h2, h3, li, p, img, form, table, th, td {margin:0; padding:0;border:0;}
ul{list-style-type:none;}

hr {
border-top:solid 1px #E0E0E0;
    height:1px;
    /*background-color: #ffffff;*/
    /*display:inline;*/
}

.block {
	display: block;
}

.clear {
	clear: both;
}

a
{
	/*color:#6CBDDE;*/
	color:#D14640;
	text-decoration:none;
}

a:hover
{
	/*text-decoration:underline;*/
}

a img
{
	border:none;
}

input, select, textarea
{
	font-family:Arial, Tahoma, Verdana;
}

h1, h2, h3
{
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
}

h1
{
	font-size:18px;
	color:#CC0000;
	margin:0 0 20px 0;
}

h1 a { color:#CC0000; }

h2
{
	font-size:16px;
	/*color:#D14640;*/
        color:#CC0000;
	margin:0 0 20px 0;
}

h3
{
	font-size:14px;
	color:#69D2E7;
	margin:0;
}

h2 a { /*color:#D14640;*/ color:#CC0000; }
h3 a { color:#69D2E7; }
/* ***** */

/* ////////////////////// Layout ////////////////////// */
#pagewidth
{
	width:1000px;
	text-align:left;
	margin:0 auto;
	padding:10px 0;
	position:relative;
}

#header
{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	background:url(../image/header.png) bottom left no-repeat;
}

#content
{
	clear:both;
	float:left;
	width:980px;
	padding:10px 10px 0 10px;
	position:relative;
	background:url(../image/content.png) top left repeat-y;
}

#content #left
{
	display:inline;
	width:648px;
	float:left;
	margin:0 6px 0 6px;
}

#content #right
{
	position:relative;
	display:inline;
	width:300px;
	float:right;
	margin:0 10px 0 10px;
}

#footer , #footer-reklama , #footer-reklama-radkova
{
	position:relative;
	clear:both;
	float:left;
	width:100%;
	background:url(../image/footer.png) top left no-repeat;
	color:#fff;
	padding-top:20px;
}
/* ////////////////////// Layout ////////////////////// */



/* ////////////////////// Header, Footer and Top Navigation ////////////////////// */
#header .logo
{
	width:1000px;
	float:left;
	margin-bottom:10px;
}

#header .logo a
{
	float:left;
	width:261px;
	height:50px;
	/*margin-bottom:30px;*/
}

#header .ad
{
        padding-top:3px;
	float:right;
}

#navigation
{
	position:relative;
	clear:both;
	float:left;
	width:980px;
	margin:0 0 10px 0;
	padding:10px 10px 0 10px;
	background:url(../image/navigation.png) top left;
	list-style:none;

	/*position:absolute;
	bottom:10px;
	right:0px;*/
}

#navigation li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:auto;
}

#navigation li ul
{
	z-index:10;
	position:absolute;
	top:31px;
	left:-9999px;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	background:url(../image/navigation_sub.png) top left;
}

#navigation li:hover ul
{
	left:0px;
}

#navigation li ul li, #navigation li ul li ul li
{
	float:left;
	width:200px;
	position: relative;
}

#navigation li a
{
	display: block;
	float:left;
	padding:8px 10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
}

#navigation li a.zvyrazni
{
        /*background:url(../image/navigation_zvyrazni.png) top left;*/
        background-color:#FFFAA2;
        color:#000000;
}

#navigation li a.zvyrazni:hover
{
	/*background:url(../image/navigation_zvyrazni.png) top left;*/
        background-color:#FFFAA2;
}
#navigation li a.zvyrazni2
{
        background-color:#FF7777;
        color:#000000;
}

#navigation li a.zvyrazni2:hover
{
	background-color:#FF7777;
}


#navigation li ul li a
{
	width:170px;
	margin:5px;
}

#navigation li ul li a:hover
{
	background:url(../image/navigation.png) top left;
}


#navigation li ul li:hover
{
	background:none;
}

#navigation li:hover, #navigation li.current_page_item, #navigation li.current_page_ancestor
{
	background:url(../image/navigation.png) top left;
}

#navigation li ul li ul, #navigation li:hover ul li ul
{
	top:0px;
	left:-9999px;
}

#navigation li ul li:hover ul
{
	left:200px;
}

#navigation li.rss
{
	float:right;
        text-align:left;
        text-transform:none;
        font-size:10px;

}
#navigation li.rss a
{
        text-decoration:underline;
        text-transform:none;
}

#navigation li.rss a font
{
        text-decoration:none;
}

#navigation li.rss a:hover
{
        text-decoration:none;
}

#navigation li.rss #s
{
	float:left;
	background:url(../image/search.png) top left no-repeat;
	width:154px;
	height:25px;
	padding:0;
	border:none;
	padding:10px 50px 0 10px;
        color:#999999;
}

#navigation li.rss #sb
{
	float:left;
	background:url(../image/search_button.png) top left no-repeat;
	width:40px;
	height:35px;
	padding:0;
	border:none;
	cursor:pointer;
        margin-left:-40px;
}






/* ////////////////////// Header, Footer and Top Navigation ////////////////////// */



/* ////////////////////// Main Content ////////////////////// */
.heading
{
	padding-bottom:5px;
	margin-bottom:2px;
	border-bottom:1px solid #E0E4CC;
}

.navigace
{
        margin-bottom:20px;
}
.navigace a
{
        text-decoration:none;
        color:#888888;
}
.navigace a:hover
{
        text-decoration:underline;
}

.post
{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #E0E4CC;
}


.post h2, .post h2 a
{
	/*color:#69D2E7;*/
        color:#CC0000;
}

.post h1, .post h2
{
	clear:left;
	margin-bottom:15px;
	float:left;
        color:#CC0000;
	width:auto  !important;
	width:500px;
	max-width:500px;
}

.post .comment_count
{
	float:right;
	width:29px;
	height:27px;
	background:url(../image/comment.png) top right no-repeat;
	padding:5px 0 0 0;
	text-align:center;
	font-weight:bold;
	margin:0 0 15px 0;
	line-height:15px;
}

.post .comment_count a
{
	color:#666;
	float:left;
	width:100%;
}

.post .meta
{
	clear:left;
	float:left;
	margin:0;
	/*font-size:11px;
	margin-bottom:20px;*/
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:5px;
	color:#aaa;
}

.post .meta a
{
	color:#999;
}

.post .postinfo
{
	float:left;
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	padding:20px;
	width:500px;
	background:#EEEEEE;
}

.post .postinfo h2
{
	color:#666;
	margin-bottom:10px;
}

.post .postinfo ul
{
	float:left;
	list-style:none;
	margin:0 0 -5px 0;
	padding:0;
	width:50%;
}

.post .postinfo ul li
{
	clear:both;
	margin:0 0 5px 0;
}

.post .postinfo ul.post-categories li
{
	margin-bottom:0;
	padding:5px 0 5px 27px;
	background:url(../image/folder.png) center left no-repeat;
}

.post .postinfo ul.post-categories li a
{
	font-weight:bold;
}

.post .postinfo ul.tags li
{
	float:left;
	clear:none;
	margin-right:5px;
}

.post .postinfo ul.tags li a
{
	color:#fff;
	background-color:#D14640;
	padding:1px 3px;
	text-transform:uppercase;
	font-size:10px;
}

.post .postinfo ul.tags li a:hover
{
	background-color:#FA6900;
	text-decoration:none;
}

.post .postinfo ul.post-categories, .post .postinfo ul.tags li.first
{
	clear:left;
}

.post a.more-link
{
	clear:both;
	color:#fff;
	float:right;
	padding:5px 8px;
	margin-top:1px;
	margin-bottom:1px;
	font-size:10px;
	text-transform:uppercase;
	background:#F38630 url(../image/more-link.jpg) 113px 6px no-repeat;
	width:115px;
	line-height:12px;
}

.post .body
{
	clear:both;
}

.post .body h1, .post .body h2, .post .body h3
{
	float:none;
	margin:0 0 10px 0;
}

.post .body p, .post .body ul, .post .body ol, .post .body blockquote
{
	margin:0 0 20px 0;
}

.post .body p, .post .body img
{
	padding:0;
}

.post .body img
{
	max-width:540px;
}

.post img.postimg
{
	width:100%;
	margin:0;
}

/* boxik souteziciho */
a.smallbox {
    width:100px;
    height:132px;
    display:block;
    color:#666666;
    margin:0;
    float:left;
    border-bottom:20px solid #fff;
    font-weight:normal;
    text-decoration:none;
    border-right:20px solid #fff;
}

a.smallbox1 {
    width:100px;
    height:132px;
    display:block;
    color:#666;
    margin:0;
    float:left;
    border-bottom:20px solid #fff;
    font-weight:normal;
    text-decoration:none;
}

a:hover.smallbox {
    text-decoration: none;
    background:#F34E30;
    color:#fff;
    border-right:20px solid #fff;
}
a:hover.smallbox1 {
    text-decoration: none;
    background:#F34E30;
    color:#fff;
}

a.smallbox font.s-text1, a.smallbox1 font.s-text1 {
    font-size:11px;
    font-weight:bold;
    line-height: 16px;
    text-align:center;
    color:#fff;
    width:100px;
    height:16px;
    display:block;
    background:#F34E30;
    float:left;
    background:#F34E30 url(../image/boxik-horni.png) no-repeat;
}

a.smallbox img, a.smallbox1 img {
    margin:0;
    padding:0;
    border:0;
    width:100px;
    height:100px;
    float:left;
}

a.smallbox2 {
    width:90px;
    height:122px;
    display:block;
    color:#666666;
    margin:0;
    float:left;
    border-bottom:20px solid #fff;
    font-weight:normal;
    text-decoration:none;
    border-right:20px solid #fff;
    font-size:9px;
}

a.smallbox3 {
    width:90px;
    height:122px;
    display:block;
    color:#666;
    margin:0;
    float:left;
    border-bottom:20px solid #fff;
    font-weight:normal;
    text-decoration:none;
    font-size:9px;
}

a:hover.smallbox2 {
    text-decoration: none;
    background:#F34E30;
    color:#fff;
    border-right:20px solid #fff;
}
a:hover.smallbox3 {
    text-decoration: none;
    background:#F34E30;
    color:#fff;
}

a.smallbox2 font.s-text1, a.smallbox3 font.s-text1 {
    font-size:11px;
    font-weight:bold;
    line-height: 16px;
    text-align:center;
    color:#fff;
    width:90px;
    height:16px;
    display:block;
    background:#F34E30;
    float:left;
    background:#F34E30 url(../image/boxik-horni2.png) no-repeat;
}

a.smallbox2 img, a.smallbox3 img {
    margin:0;
    padding:0;
    border:0;
    width:90px;
    height:90px;
    float:left;
}

 .ctyrka0
{
    width:250px;
    float:left;
    padding:0;
    margin:0;
}
 .ctyrka0 p.ctyrka01
{
    color:#999999;
    font-size:10px;
    background: #f7f7f7;
    padding: 5px;
}

 .ctyrka
{
    width:240px;
    float:right;
    padding-left:19px;
    margin-top:-20px;
}
 .ctyrka2
{
    width:260px;
    float:right;
    padding-left:19px;
}
/* boxik souteziciho */

blockquote
{
	margin-left:20px;
	margin-right:20px;
	padding:40px 30px 10px 30px;
	border:1px dotted #fff;
	background:#FFF5CA url(../image/quote.png) 10px 10px no-repeat;
	/*text-align:justify;*/
}

.post .body blockquote p
{
	/*margin:0;*/
}

.post .body a
{
	font-weight:bold;
}

.post .body img.alignright {float:right;margin:0 0 10px 10px}
.post .body img.alignleft {float:left;margin:0 10px 10px 0}
.post .body img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.post .body a img.alignright {float:right; }
.post .body a img.alignleft {float:left;}
.post .body a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.small
{
	width:255px;
	float:left;
	clear:none;
	margin-right:30px;
	border:none;
}

.small .sbody
{
	clear:both;
}

.small h2
{
	font-size:20px;
}

.small img.postimg
{
	margin-bottom:0;
}

.even
{
	margin-right:0;
}

.post .formular
{
    margin:auto;
    width:550px;
    height:auto;
    /*border:1px solid #E0E4CC;*/
    /*padding:15px;*/
    /*background:#F9F9F6;*/
}

.post .formular label
{
    display:block;
font-weight:bold;
text-align:right;
width:150px;
float:left;
}

.post .formular .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:150px;
}
.post .formular input.pole, .post .formular select{
float:left;
font-size:12px;
padding:4px 2px;
border:1px solid #E0E4CC;
width:300px;
margin:2px 0 13px 10px;
}

.post .formular input.box{
float:left;
font-size:12px;
margin:2px 280px 13px 10px;
}


.post .formular input.tlacitko
{
	clear:both;
        border:0;
	color:#fff;
	float:right;
	padding:5px 8px;
	margin-top:1px;
	margin-bottom:1px;
	font-size:10px;
	text-transform:uppercase;
	background:#F38630 url(../image/more-link.jpg) 113px 6px no-repeat;
	width:130px;
	line-height:12px;
}


/* ////////////////////// Main Content ////////////////////// */



/* ////////////////////// Paging ////////////////////// */
.paging
{
	clear:both;
	float:left;
	width:100%;
}

.paging .prev
{
	float:left;
	width:50%;
}

.paging .next
{
	float:right;
	text-align:right;
	width:50%;
}

.paging div a
{
	float:left;
	font-weight:bold;
	padding:7px 10px;
	margin-bottom:30px;
	color:#fff;
	background-color:#D14640;
}

.paging div a:hover
{
	text-decoration:underline;
}

.paging .prev a
{
	float:left;
}

.paging .next a
{
	float:right;
}

/*
.paging
{
	clear:both;
	float:left;
	width:600px;
	background:#F5F8E6;
	margin:0 -30px;
}

.paging .prev
{
	float:left;
	width:50%;
}

.paging .next
{
	float:right;
	text-align:right;
	width:50%;
}

.paging div a
{
	float:left;
	font-weight:bold;
	padding:5px;
	margin:10px 10px;
}

.paging .prev a
{
	float:left;
}

.paging .next a
{
	float:right;
}
*/
/* ////////////////////// Paging ////////////////////// */



/* ////////////////////// Side Bar ////////////////////// */
#sidebar
{
	clear:both;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar h2
{
	color:#D14640;
	text-align:left;
	margin-bottom:10px;
        color:#69D2E7;
}

#sidebar h3
{
	text-align:left;
	margin-bottom:10px;
        color:#69D2E7;
        font-size:11px;
        font-weight:bold;
}

#sidebar li.widget
{
	clear:both;
	float:left;
	width:100%;
	margin:0 0 30px 0;
	padding:0;
}

#sidebar li.widget2
{
	clear:both;
	float:left;
	width:276px;
	margin:-20px 0 30px 0;
        padding:15px 12px 15px 12px;
        background:#ffffff;
}

#sidebar li.widget2 ul li a
{
	clear:both;
	float:left;
	width:276px;
}

#sidebar li.widget2 ul li a span.k-text1
{
	color:#D14640;
	text-align:left;
        float:left;
        width:276px;
        display:block;
	padding-bottom:10px;
        color:#69D2E7;
        font-size:11px;
        font-weight:bold;
}

#sidebar li.widget2 ul li a span.k-tlac {
    /*display:block;*/
    clear: both;
    	color:#fff;
	float:right;
	padding:5px 8px;
	margin-top:1px;
	margin-bottom:1px;
	font-size:10px;
	text-transform:uppercase;
        text-align:left;
	background: url(../image/boxik-tlacitko2.png) no-repeat;
	width:115px;
	line-height:12px;
}

#sidebar li.widget2 ul li a span.k-text2
{
	font-size:11px;
	font-weight:normal;
        padding-bottom:10px;
        line-height: 13px;
        /*text-align:justify;*/
        float:left;
        text-align:left;
        width:276px;
        display:block;
}

#sidebar li.widget2 ul li.reklama a
{
	clear:both;
	float:left;
	width:276px;
	text-align:left;
	margin-bottom:10px;
        color:#69D2E7;
        font-size:11px;
}

#sidebar li.widget2 ul li.reklama a img
{
	float:left;
        border:0;
}

#sidebar li.widget2 ul li.reklama a span.r-text
{
	font-size:10px;
	font-weight:normal;
        line-height: 13px;
        /*text-align:justify;*/
        float:right;
        text-align:left;
        width:230px;
        display:block;
        color:#666;
}

#sidebar a.more-link
{
	color:#fff;
	float:right;
	padding:5px 8px;
	margin-top:1px;
	margin-bottom:1px;
	font-size:10px;
	text-transform:uppercase;
        text-align:left;
	background:#F38630 url(../image/more-link.jpg) 113px 6px no-repeat;
	width:115px;
	line-height:12px;
}
#sidebar .meta
{
	float:left;
	margin:0;
	/*font-size:11px;
	margin-bottom:20px;*/
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:5px;
	color:#aaa;
        width:130px;
        text-align:left;
}

#sidebar p.komentar
{
	font-size:11px;
	font-weight:normal;
        padding-bottom:10px;
        line-height: 13px;
        /*text-align:justify;*/
}

#sidebar li ul
{
	clear:both;
	float:left;
	width:100%;
	margin:0 0 -10px 0;
	padding:0;
	list-style:none;
	width:100%;
}

#sidebar li ul li
{
	clear:both;
	float:left;
	width:100%;
	margin:0 0 10px 0;
	color:#666;
	text-align:right;
	font-weight:bold;
	font-size:13px;
}

#sidebar li ul li a
{
	color:#666;
	float:left;
}

#sidebar li ul li ul.children
{
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}

#sidebar li ul li ul.children li
{
	padding:3px 0;
	margin:0 0 0 0;
	font-size:12px;
	font-weight:normal;
	background:url(../image/child.jpg) center left no-repeat;
}

#sidebar li ul li ul.children li a
{
	font-weight:normal;
	/*text-transform:uppercase;*/
	color:#666;
	margin-left:20px;
}

#sidebar .search_widget
{
	float:left;
	margin:-10px 0 -10px -10px;
	padding:20px 20px;
	width:280px;
	height:35px;
	background:url(../image/search_bg.png) bottom left no-repeat;
}

#sidebar .search_widget h3
{
        color:#CC0000;
        font-size:18px;
}
#sidebar .search_widget a
{
        text-decoration:underline;
        font-weight:bold;
        font-size:10px;

}
#sidebar .search_widget a.hover
{
        text-decoration:none;
        font-weight:bold;
}

#creditsfix
{
	clear:both;
	float:left;
	width:100%;
	height:52px;
}

#credits
{
	float:left;
	position:absolute;
	right:30px;
	bottom:0px;
	width:320px;
	height:47px;
	padding:0;
	margin:0 0 5px 0;
	float:left;
	list-style:none;
}

#credits li
{
	clear:both;
	float:left;
	width:100%;
	margin:0 0 5px 0;
	padding:0;
}

#credits li a
{
	float:right;
	color:#666;
	font-size:10px;
	text-transform:uppercase;
}

#credits li img
{
	vertical-align:middle;
	margin-right:5px;
        margin-top:-5px;
}

#credits p
{
	color:red
}
/* ////////////////////// Side Bar ////////////////////// */



/* ////////////////////// Comments ////////////////////// */
#comments
{
	clear:both;
	float:left;
	width:100%;
	margin:0;
	padding:0px;
	background:#fff;
}

#comments a
{
	/*color:#666;*/
}

#comments p.notice
{
	margin:0 0 30px 0;
	padding:0px;
	text-align:center;
	font-weight:bold;
}

#comments .commentlist
{
	clear:both;
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
}

#comments .commentlist li
{
	clear:both;
	padding:0px;
	margin:0 0 20px 0;
}

#comments .commentlist li div.comment-body
{
	padding:20px;
	background:#F5F8E6;
	background:#F8FAEF;
	background:#F7F7F7;
	background:#F5F8E6;
	border:1px solid #E0E4CC;
}

#comments .commentlist li.pingback div.comment-body, #comments .commentlist li.trackback div.comment-body
{
	background:#F7F7F7;
	border:none;
}

#comments .commentlist li div.comment-author .avatar
{
	padding:0;
	margin:0 10px 0 0;
	float:left;
	width:50px;
	height:50px;
	border:5px solid #E0E4CC;
}

#comments .commentlist li div.comment-author cite
{
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	color:#D14640;
	text-transform:uppercase;
}

#comments .commentlist li div.comment-author .says
{
	margin-left:3px;
	display:none;
}

#comments .commentlist li div.comment-meta
{
	margin-bottom:10px;
	font-size:10px;
	text-transform:uppercase;
}

#comments .commentlist li div.comment-meta a
{
	text-decoration:none;
}

#comments .commentlist li p
{
	padding:0;
	margin:0 0 10px 0;
}

#comments .commentlist li .reply
{
	float:right;
	font-weight:bold;
}

#comments .commentlist li .reply a
{
	float:left;
	color:#666;
	background-color:#C8CEAA;
	margin:10px 0 0 0;
	padding:5px 8px;
	text-transform:uppercase;
	font-size:11px;
}

#comments .commentlist li.pingback .reply, #comments .commentlist li.trackback .reply
{
	display:none;
}

#comments .commentlist li ul.children
{
	float:left;
	clear:both;
	list-style:none;
	padding:0 0 0 20%;
	margin:0;
	width:80%;
	/*background:url(images/comment_reply.jpg) top left no-repeat;*/
}

#comments .commentlist li ul.children li
{
	clear:both;
	float:left;
	margin:20px 0 0 0;
	padding:0;
	width:100%;
}

#comments .commentlist li #respond
{
	margin:20px 0 0 0;
}

#comments .commentlist li:after, #comments .commentlist li div.comment-body:after, #comments .commentlist li ul.children li:after
{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}



#comments #respond
{
	clear:both;
	margin:0 0 30px 0;
	padding:20px 20px 0 20px;
	background:#F7F7F7;
	border:1px solid #eee;
}

#comments #respond .cancel-comment-reply
{
	float:left;
	margin:-10px 0 20px 0;
	text-transform:uppercase;
}

#comments #respond .cancel-comment-reply small a
{
	float:left;
}

#comments #respond .form
{
	clear:both;
	/*float:left;*/
	margin:0;
	padding:0;
}

#comments #respond .form p
{
	position:relative;
	float:left;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
}

#comments #respond .form p label
{
	float:left;
	width:35%;
	margin-top:4px;
}

#comments #respond .form p label small
{
	margin-left:5px;
	font-size:10px;
}

#comments #respond .form .tf, #comments #respond .form textarea.tf
{
	float:right;
	width:60%;
	padding:7px;
	font-size:12px;
	color:#666;
	background:#eee;
	border-top:2px solid #ddd;
	border-bottom:none;
	border-right:none;
	border-left:none;
}

#comments #respond .form #submit
{
	float:right;
	padding:5px;
	border:none;
	background:#D14640;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}
/* ////////////////////// Comments ////////////////////// */



/* ////////////////////// Commons ////////////////////// */
ul.list
{
	margin:0;
	padding:0;
	list-style:none;
}

ul.list li
{
	margin:0 0 5px 0;
	padding:0;
}

ul.list li.gap
{
	margin-bottom:15px;
}
/* ////////////////////// Commons ////////////////////// */



/* ////////////////////// Fixing Dear Mr Internet Explorer ////////////////////// */
.ie7 #comments { background:none; }
.ie7 #comments .commentlist li div.comment-body { display:inline-block; }
.ie7 #comments #respond, .opera #comments #respond
{
	padding-bottom:20px;
	margin-top:-20px;
	margin-bottom:30px;
}
.ie7 #creditsfix { height:82px; }
.ie7 #header { z-index:5; }
.ie7 #navigation { float:none; }
/* ////////////////////// Fixing Dear Mr Internet Explorer ////////////////////// */



/* ////////////////////// Hacks ////////////////////// */
.clearfix:after
{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

.clearfix
{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
/* ////////////////////// Hacks ////////////////////// */


/* galerie */
.thumb_block
{position:relative; height:auto; width:100%;}
.thumb_image
{
float:left;
margin:0pt 5px 5px 5px;
width:70px;
}

/* ruzne */

p.cara {
    margin-top:10px;
    border-top:1px solid #E0E4CC;
    padding-bottom:10px;
}

.panel-znamky
{
    width:100%;
}

a.znamka {
	border: 1px solid #7B0909;
	padding: 10px 10px 10px 10px;
	background: #CF2D2D;
        color: #f0f0f0;
}

a.znamka:hover {
    background: #e0e0e0;
        color:#CC0000;
}

a.znamka1 {
	padding: 10px 3px 10px 3px;
        color:#999999;
        font-size:9px;
}

a.znamka1:hover {
color:#999999;
        font-size:9px;
}
a.znamka2 {
	padding: 10px 5px 10px 5px;
	background: #f7f7f7;
        color: #666666;
        font-size:9px;
}
a.znamka2:hover {
   background: #e0e0e0;
        color:#CC0000;
        font-size:9px;
}

a.znamka3 {
	border:1px solid #E0E4CC;
	padding: 3px 4px 3px 4px;
	background: #f7f7f7;
        color: #666666;
}

a.znamka3:hover {
        background: #e0e0e0;
        color:#CC0000;
}

.znamka4 {
        border:1px solid #E0E4CC;
	padding: 3px 4px 3px 4px;
        background: #CC0000;
        color:#ffffff;
}

.znamka4:hover {
        color:#CC0000;
        background: #e0e0e0;
}

a.znamka5 {
	border:1px solid #E0E4CC;
	padding: 2px 3px 2px 3px;
	background: #f7f7f7;
        color: #666666;
        font-size:9px;
}

a.znamka5:hover {
        background: #e0e0e0;
        color:#CC0000;
}

.znamka6 {
        border:1px solid #E0E4CC;
	padding: 2px 3px 2px 3px;
        background: #CC0000;
        color:#ffffff;
        font-size:9px;
}

.znamka6:hover {
        color:#CC0000;
        background: #e0e0e0;
}


/* spodni 88*31 reklama */
#content-reklama, #content-reklama-radkova
{
	/*clear:both;*/
	float:left;
	width:960px;
        text-align:center;
	padding: 10px 15px 5px 15px;
	/*position:relative;*/
	background:url(../image/content.png) top left repeat-y;
}
#content-reklama-mezera, #content-reklama-mezera-radkova
{
	/*clear:both;*/
	float:left;
	width:960px;
        height:10px;
}
#headerreklama, #headerreklama-radkova
{
	float:left;
	width:100%;
	margin:0;
	padding:0;
        height:10px;
        color:#9ddde7;
	background:url(../image/header.png) bottom left no-repeat;
}

a.tlacitko1 span
{
        border:0;
	color:#fff;
	float:right;
	padding: 2px;
        height:10px;
        width:10px;
        display:block;
	background:#F38630 url(../image/more-link.jpg) 2px 2px no-repeat;
}

a.more-link
{
	clear:both;
	color:#fff;
	float:right;
	padding:5px 8px;
	margin-top:1px;
	margin-bottom:1px;
	font-size:10px;
	text-transform:uppercase;
	background:#F38630 url(../image/more-link.jpg) 113px 6px no-repeat;
	width:115px;
	line-height:12px;
}

a.more-link1
{
	/*clear:both;*/
	color:#fff;
	float:right;
	padding:5px 8px;
	margin-top:1px;
	margin-bottom:1px;
	font-size:10px;
	text-transform:uppercase;
	background:#F38630 url(../image/more-link.jpg) 98px 6px no-repeat;
	width:100px;
	line-height:12px;
        border-left:10px solid white;
}


#seznam_foto
{
	width:100%;
        padding:0;
        margin:0;
}

#seznam_foto ul
{
	list-style:none;
	width:100%;
        padding:0;
        margin:0;
}

#seznam_foto ul li
{
	float:left;
        width:80px;
        height:100px;
	/*width:100%;*/
	margin:0;
        padding:0;
        border-left:12px solid white;
        border-right:12px solid white;
	color:#666;
}

#seznam_foto ul li a, #seznam_foto ul li a img, #seznam_foto ul li img
{
	margin:0;
        padding:0;
}

.ovladaci_panel {
    text-align:right;
    padding-bottom:10px;
}

.post p.legenda {
    font-size:9px;
    margin:0;
    padding:0;
}
 .post p.legenda img{
    vertical-align:bottom;
    margin:0;
    padding:0;
}
/*
#post a.clanek-upotavka {
    width:261px;
    height:181px;
    display:block;
    margin:0;
    background:url(../image/clanek-titilni-pozadi.png) no-repeat;
    float:left;
    border-bottom:15px solid #ffffff;
    font-weight:normal;
    text-decoration:none;
}
#post a.clanek-upotavka:hover {
    text-decoration:none;
}
.mezera1 {
    width:15px;
    height:181px;
    display:block;
    margin:0;
    float:left;
}

#post a.clanek-upotavka h3 {
    font-size:11px;
    padding:10px;
    color:#69D2E7;
    margin:0;
}

#post a.clanek-upotavka img {
    padding:20px;
    margin:0;
    float:left;
    position:absolute;
}

#post a.clanek-upotavka span.u-text {
    font-size:9px;
    float:right;
    position:absolute;
}

#post a.clanek-upotavka span.u-tlac {
    font-size:9px;
    float:right;
    position:absolute;
}
*/
a.u-blok20 {
    width:316px;
    height:181px;
    display:block;
    margin:0;
    background:url(../image/clanek-titilni-pozadi.png) repeat-x;
    float:left;
    border-bottom:20px solid #fff;
    font-weight:normal;
    text-decoration:none;
    /*border-right:15px solid #fff;*/
}

a.u-blok21 {
    width:316px;
    height:181px;
    display:block;
    margin:0;
    background:url(../image/clanek-titilni-pozadi.png) repeat-x;
    float:right;
    border-bottom:20px solid #fff;
    font-weight:normal;
    text-decoration:none;
}
/*
a:hover.u-blok20, a:hover.u-blok21 {
    text-decoration: none;
}
*/
a.u-blok20 h3, a.u-blok21 h3 {
    border:0;
    margin:0;
    font-size:11px;
    padding-top:10px;
    padding-right:10px;
    padding-left:10px;
}

a.u-blok20 img, a.u-blok21 img {
    border-right:10px solid transparent;
    border-left:10px solid transparent;
    border-bottom:10px solid transparent;
    float:left;
    margin:0;
    padding:0;
/*    width:50px;
    height:50px;*/
}

a.u-blok20 span.u-text, a.u-blok21 span.u-text {
    display:block;
    font-size:11px;
    font-weight:normal;
    line-height: 13px;
    /*text-align:justify;*/
    color:#666;
    padding-right:10px;
    padding-left:10px;
}

a.u-blok20 span.u-tlac, a.u-blok21 span.u-tlac {
    /*display:block;*/
    /*clear: both;*/
    color:#fff;
    padding:5px 8px;
    /*margin-top:25px;*/
    margin-bottom:1px;
    font-size:10px;
    text-transform:uppercase;
    /*background:#F38630 url(../image/more-link.jpg) 58px 6px no-repeat;*/
    background: url(../image/boxik-tlacitko.png) no-repeat;
    width:60px;
    line-height:12px;
    float:right;
    margin-right:10px;
}

a.u-blok20 span.u-stav, a.u-blok21 span.u-stav {
    /*display:block;*/
    /*clear: both;*/
    padding:5px 8px;
    /*margin-top:25px;*/
    margin-bottom:1px;
    font-size:10px;
    text-transform:uppercase;
    /*background:#F38630 url(../image/more-link.jpg) 58px 6px no-repeat;*/
    width:60px;
    line-height:12px;
    float:left;
    margin-right:10px;
}

.titulka-top {
    width:120px;
    border-right:10px solid #fff;
    float:left;
}

.titulka-top ul {

}
.titulka-top ul li {
   /**/
}
.titulka-top ul li a{
   display:block;
   float:left;
   width:120px;
   height:40px;
   border-bottom:6px solid #fff;
   color:#666;
   font-weight:normal;
}
.titulka-top ul li a:hover{
    color:#fff;
    background:#f34e30;
}
.titulka-top ul li a img{
   float:left;
   width:40px;
   height:40px;
   border-right:10px solid #fff;
}
.titulka-top ul li a span.t-text2{
   line-height:20px;
   height:20px;
   width:68px;
   display:block;
   float:right;
   font-size:9px;
}

#titulka-top2 {
    width:380px;
    float:right;
}

a.u-blok22 {
    width:380px;
    height:auto;
    display:block;
    margin:0;
    background:url(../image/boxik-pozadi2.png) repeat-x;
    float:left;
    border-bottom:20px solid #fff;
    font-weight:normal;
    text-decoration:none;
}
/*
a:hover.u-blok22 {
    text-decoration: none;
}
*/
a.u-blok22 h3 {
    border:0;
    margin:0;
    font-size:11px;
    padding-top:10px;
    padding-right:10px;
    padding-left:10px;
}

a.u-blok22 img {
    border-right:10px solid transparent;
    border-left:10px solid transparent;
    border-bottom:10px solid transparent;
    float:left;
    margin:0;
    padding:0;
    /*width:50px;
    height:50px;*/
}

a.u-blok22 span.u-text{
    display:block;
    font-size:11px;
    font-weight:normal;
    line-height: 13px;
    /*text-align:justify;*/
    color:#666;
    padding-right:10px;
    padding-left:10px;
}

a.u-blok22 span.u-tlac {
    /*display:block;*/
    /*clear: both;*/
    color:#fff;
    padding:5px 8px;
    margin-top:25px;
    margin-bottom:1px;
    font-size:10px;
    text-transform:uppercase;
    /*background:#F38630 url(../image/more-link.jpg) 58px 6px no-repeat;*/
    background: url(../image/boxik-tlacitko.png) no-repeat;
    width:60px;
    line-height:12px;
    float:right;
    margin-right:10px;
}

a.u-blok23 {
    width:380px;
    height:105px;
    display:block;
    margin:0;
    background:url(../image/motivacni-baner.png) no-repeat;
    /*background:url(../image/tlacitko-titulni.png) no-repeat;*/
    float:left;
    border-bottom:20px solid #fff;
    font-weight:normal;
    text-decoration:none;
}

a.u-blok23 span.f-text{
    display:block;
/*    width:340px;*/
    height:105px;
    text-align:center;
    margin-top:20px;
    font-size:20px;
    font-weight:bold;
    line-height:24px;
    padding-left:20px;
    padding-right:20px;
    color:#fff;
}


.finale-top {
    width:196px;
    border-right:20px solid #fff;
    float:left;
}

.finale-top ul {

}
.finale-top ul li {
   /**/
}
.finale-top ul li a{
   display:block;
   float:left;
   width:196px;
   /*height:60px;*/
   border-bottom:15px solid #fff;
   color:#666;
   font-weight:normal;
   border-top:1px solid #FDECDE;
   border-right:1px solid #FDECDE;
}
.finale-top ul li a:hover{
    color:#fff;
    background:#f34e30;
}
.finale-top ul li a img{
   float:left;
   width:40px;
   height:40px;
   border-right:10px solid #fff;
}
.finale-top ul li a span.t-text2{
   line-height:13px;
   height:13px;
   width:144px;
   display:block;
   float:right;
   font-size:9px;
}
.finale-top ul li a span.t-text3{
   line-height:13px;
   height:13px;
   width:196px;
   display:block;
   float:left;
   font-size:9px;
   background:#FDECDE;
   color:#666;
}

.finale-top2 {
    width:300px;
    float:left;
    padding-left:160px;
}

.finale-top2 a{
   display:block;
   float:left;
   width:300px;
   /*height:60px;*/
   border-bottom:15px solid #fff;
   color:#666;
   font-weight:normal;
}
.finale-top2 a:hover{
    color:#fff;
    background:#f34e30;
}
.finale-top2 a img{
   float:left;
   width:100px;
   height:100px;
   border-right:10px solid #fff;
}
.finale-top2 a span.t-text2{
   line-height:25px;
   height:25px;
   width:190px;
   display:block;
   float:right;
   font-size:11px;
}
.finale-top2 a span.t-text3{
   line-height:25px;
   height:25px;
   width:190px;
   display:block;
   float:left;
   font-size:11px;
   background:#FDECDE;
   color:#666;
}

#droidlista { background-color: #445801;min-width: 980px;width: 100%;z-index: 300;height:25px; position: fixed; top: 0; }
#droidlista .droidHead {margin-bottom: 0px;margin-left: auto;margin-right: auto;margin-top: 0px;width: 980px; }
#droidlista .droidHead a { color:#ffffff; font-size:14px;text-decoration:none;line-height:25px;padding-right:15px}
#droidlista .droidHead a img {padding-right:3px}

/*
*/





