html,body,*{margin:0;padding:0}
body{font: 76% Trebuchet MS,arial,sans-serif;text-align:center}
p{}
a{ text-decoration:none; color:#000000;}

div#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;}
div#container{text-align:left}
div#content p{line-height:1.4}

div#navigation ul{ padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#extra{background:#CCC8B3;}
div#footer{background:#BFBD93;}
div#footer p{margin:0;padding:5px 10px}

div#wrapper{float:left;width:100%; }


div#extra{float:left;width:217px;margin-left:-218px}
div#footer{clear:left;width:100%; display: none;}



body
{
	background-image: url("Css/Images/Body/background.jpg");
	background-repeat: repeat-x;
	background-position: top;	
}

div#container
{
	width:1000px;
	margin:0 auto;
	margin-top: 5px;
	position: relative;
}

div#header
{
	display: none;
}



div#content
{
	margin: 0 270px;
	margin-right: 218px;
	min-height: 880px;
	
}

.displayNone
{
	display: none;	
}
/* EU-COOKIE *************************************************************************************/
.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #990000;
    z-index: 10000;
	padding: 15px;
	text-align: center;
}
.eu-cookies p {
	font-size: 13px;
	line-height: 16px;
	color: white;
	margin-bottom: 15px;
}
.eu-cookies p a {
	color: gray;
}
.eu-cookies button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
	background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	color: #fff;
	background-color: #5cb85c;
}
/*************************************************************************************************/
/* ***************************** L E V A  N A V I G A C E ******************************** */

div#navigation
{
	float:left;
	width:150px;
	margin-left:-1000px;
	width: 270px;
	background-image: url("Css/Images/Navigation/background.jpg");
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	background-color: #E7E9ED;
}

div#navigation p.logo
{
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	height: 64px;
	margin-top: 5px;
	background-color: white;
}


div#navigation p.logo a
{	
	display: block;
	background-image: url("Css/Images/Navigation/logo.jpg");
	width: 243px;
	height: 49px;
	background-repeat: no-repeat;
	margin: 0 auto;
	background-position: left center;
	
	
}

div#navigation form
{	
	background-image:url(Css/Images/Navigation/search.png);
	background-repeat:no-repeat;
	height:35px;
	position:relative;
	
	width:270px;
	
}

div#navigation form fieldset
{
	border: 0 none;
}
	
div#navigation form input
{
	 border: 0 none;	
	
}

div#navigation form input.text
{
	
	color:#008ACC;
	font-size:14px;
	font-weight:bold;
	height:18px;
	left:5px;
	padding-top:3px;
	padding-left: 7px;
	position:absolute;
	top:7px;
	width:215px;
}

div#navigation form input.submit
{
	background-color:transparent;
	cursor:pointer;
	height:25px;
	right: 5px;
	position:absolute;
	top:6px;
	width:30px;	
	
}

div#navigation ul.cross
{
	
	position: relative;
	height: 80px;
	
}

div#navigation ul.cross li
{
	margin-bottom: 1px;
	position: absolute;
	
}

div#navigation ul.cross li a
{
	width: 238px;
	height: 21px;
	background-color: white;
	display: block;
	margin-left: 1.5px;
	padding-left: 30px;
	padding-top: 5px;
	background-position: left center;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	position: absolute;
	
	
}

.block
{
	
	display: block;	
}

.system
{
	display: none;	
}

div#navigation ul.cross li.category a
{
	background-image:url(Css/Images/Navigation/Cross/Noselected/category.jpg);
	background-repeat:no-repeat;
	top: 0px;
	
}

div#navigation ul.cross li.category a.selected
{
	background-image:url(Css/Images/Navigation/Cross/Selected/category.jpg);
	background-repeat:no-repeat;
	color: white;
}

div#navigation ul.cross li.live a
{
	background-image:url(Css/Images/Navigation/Cross/Noselected/live.jpg);
	background-repeat:no-repeat;
	top: 27px;
	
}

div#navigation ul.cross li.live a.selected
{
	background-image:url(Css/Images/Navigation/Cross/Selected/live.jpg);
	background-repeat:no-repeat;
	color: white;
}

div#navigation ul.cross li.category a.selected
{
	background-image:url(Css/Images/Navigation/Cross/Selected/category.jpg);
	background-repeat:no-repeat;
	color: white;
}

div#navigation ul.cross li.new a
{
	background-image:url(Css/Images/Navigation/Cross/Noselected/new.jpg);
	background-repeat:no-repeat;
	top: 54px;
}


div#navigation ul.cross li.new a.selected
{
	background-image:url(Css/Images/Navigation/Cross/Selected/new.jpg);
	background-repeat:no-repeat;
	color: white;
}

div#navigation ul.cross li a span
{
	color: #C2C2C3;
	font-size: 11px;
	font-weight: bold;
		
}

div#navigation img.arrow
{
	left:126px;
	position:absolute;
	top:195px;
		z-index: 10;
	
}


.cleaner
{
	
	
}

/* ************************ LEVA NABIDKA VIDEI *************************** */

div#navigation div.list
{
	margin-top: 5px;	
	height: 605px;
	width: 267px;
	overflow-y: scroll;
	position: relative; 
}

div#navigation div.list div.categoryHeader
{
	height: 70px;	
}

div#navigation div.list div.categoryHeader h3
{
	padding-top: 15px;
	font-size: 20px;
	padding-left: 5px;	
}
div#navigation div.list div.categoryHeader a
{
	margin-left: 5px;
	text-decoration: underline;
	color: #555555;
	font-size: 11px;	
}

div#navigation div.list div
{
	width: 246px;
	/*height: 100px;*/
	overflow: hidden;
	background-color: white;
	margin-left: 1px;	
	position: relative;
	margin-bottom: 1px;
}

div#navigation div.list div.selected h4 a
{
	color: #941618;
}

div#navigation div.list div h4
{
	padding-left: 5px;
	padding-right: 5px;
}

div#navigation div.list div h4 a
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

/*div#navigation div.list div p
{
height:50px;
left:120px;
line-height:12px;
margin-top:2px;
color: #333333;
position:absolute;
width:122px;
padding-right: 5px;
}*/

div#navigation div.list div div.anotaceVidea
{
height:50px;
left:120px;
line-height:12px;
margin-top:2px;
color: #333333;
position:absolute;
width:122px;
padding-right: 5px;
}

div#navigation div.list div a.play
{
color:#008ACC;
font-size:12px;
font-weight:bold;
left:120px;
margin-top:-20px;
position:absolute;
          

}

div#navigation div.list div a.img
{
	width:111px;
	height: 65px;
	background-image:url(Css/Images/Navigation/Video/image_border.jpg);
	background-repeat:no-repeat;
	display: block;
	margin-left: 6px;
	margin-bottom: 5px;
	
}

div#navigation div.list div a.img img
{
	border: 0 none;
	margin-left: 3px;
	margin-top: 3px;
	
}

span.cleaner
{
	display: block;
	clear: both;
	
}

/* ************************ LEVA NABIDKA KATEGORII *************************** */

div#navigation ul.categoryList
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div#navigation ul.categoryList li
{
	
	margin-left: 1px;
	
	margin-bottom: 1px;
}

div#navigation ul.categoryList li a
{
	width: 216px;
	height: 22px;
	display: block;
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-image:url(Css/Images/Navigation/Category/background.jpg);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 4px;
}

div#navigation ul.categoryList li a.single
{
	
	background-image:none;
	
}

div#navigation ul.categoryList li.selected a
{
	color:#941618;	
	background-image:url(Css/Images/Navigation/Category/selected.jpg);
}

div#navigation ul.categoryList li a span
{
	color: #C0C0C0;
	font-size: 11px;
	margin-top: -5px;
}

ul.sub
{
	display:none;
}

ul.sub li
{
	margin-left: 0px !important;		
}

ul.sub li a
{
	color:#666666 !important;
	font-size: 13px !important;
	background-image:none !important;
	background-color: transparent !important;
}

/* ************************ LEVA NABIDKA ŽIVÝCH PŘENOSŮ *************************** */
div#navigation div.plan
{
	margin-top: 5px;
	width: 266px;
	height: 650px;
	overflow-x: hidden;
	overflow-y: scroll; 	
	margin-bottom : 5px;
	margin-left: 1px;
}


div#navigation div.plan ul
{
	
	background-color: white;
	margin-bottom: 1px;
	width: 236px;
	padding-left: 5px;
	padding-right: 5px;	
	padding-bottom: 5px;
	color: #333333;
	
}

div#navigation div.plan ul li h4
{
	font-size: 14px;
	
	padding-top: 3px;
	padding-bottom: 2px;	
}

div#navigation div.plan ul li
{
	margin-bottom: 0px;	
}

div#navigation div.plan ul.incoming
{
	background-color: #941618 !important;
	color: white;
		
}

/* ********************** P A G E R ********************* */
div#navigation div.pager
{
	padding-top: 8px;
}

div#navigation div.pager a
{
	color: #666666;
	font-size: 14px;
}


div#navigation div.pager ul
{
	padding: 0px 42px 0px 35px;
}


div#navigation div.pager ul li
{
	float: left;
	margin-left: 10px;
}

div#navigation div.pager a.pager
{
	display: block;
	height: 13px;
	float: left;
	margin-top: 2px;
	

}

div#navigation div.pager ul li.selected
{
	margin-top: -3px;
}

div#navigation div.pager ul li.selected a
{
	font-weight: bold;
	color: #941618;
	font-size: 16px;
	
}

div#navigation div.pager a.begin
{
	background-image:url(Css/Images/Navigation/Pager/begin.png);
	background-repeat:no-repeat;
	width: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
}

div#navigation div.pager a.left
{
	background-image:url(Css/Images/Navigation/Pager/left.png);
	background-repeat:no-repeat;
	width: 6px;
}

div#navigation div.pager a.right
{
	background-image:url(Css/Images/Navigation/Pager/right.png);
	background-repeat:no-repeat;
	position:absolute;
	right:34px;
	width:6px;
}

div#navigation div.pager a.end
{
	background-image:url(Css/Images/Navigation/Pager/end.png);
	background-repeat:no-repeat;
	position:absolute;
	right:15px;
	width:10px;
}

div#navigation div.pager a.left,div#navigation div.pager a.right
{
	
}

/* ************************** O B S A H  - Novinky ****************************/

div#content div.hotNews
{
	width: 490px;
	height: 29px;
	background-color: white;
	border: 1px solid silver;
	margin-top: 16px;
	padding-top: 5px;
	color: #333333;
	font-weight: normal;
	overflow: hidden;
	line-height: 29px;
	padding-left: 10px;	
	list-style-type: none;
	padding-right: 10px;
}


div#content div.hotNews span
{
	
		
  
   background: white;
  
   
   font-weight: bold;
   display: none;

	
	
}

/* ************************** O B S A H  - Player ****************************/

div#videoPlayer, div#content div.videoPlayer
{
	width: 512px;
	
	
	background-repeat:no-repeat;	

}

/* ************************** O B S A H  - oddil pod videem ****************************/


div#content div.videoArticle h2 
{
	color: #941618;
	font-size: 18px;
	clear: both; 
	padding-top: 4px;
}

div#content div.videoArticle h1 
{
	color: #941618;
	font-size: 18px;
	clear: both; 
	padding-top: 4px;
}

div#content div.videoArticle div.nadpis_videa_homepage 
{
	color: #941618;
	font-size: 18px;
	clear: both; 
	padding-top: 4px;
	font-weight: bold;
}

div#content div.videoArticle a 
{
	text-decoration: underline;
}

div#content div.videoArticle a.sendMail
{
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	float: right;
	
}

div#content div.videoArticle
{

	border-bottom: 1px solid silver;	
	border-right: 1px solid silver;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div#content div.videoArticle p.infoBar
{
	
	font-weight: bold;
	font-size: 12px;
	text-indent: 0px;
	
}

div#content div.videoArticle p
{
	margin-top: 8px;
	text-align: justify;
	line-height: 14px;
	color: #333333;
	font-size: 13px;
}


div#content div.videoArticle a.noUnderline
{
	text-decoration: none;	
}

div#content div.videoArticle a.noUnderline:hover
{
	text-decoration: underline;	
}

div#content div.videoArticle h3
{
	color: #008ACC;
}

div#content div.videoArticle .nasledujici_videa
{
	color: #008ACC;
	font-weight: bold;
	font-size: 14px;
}


div#content div.videoArticle h4.rss
{
	
	font-size: 100%;
}

div#content div.videoArticle p.rss
{
	margin-bottom: 8px;
	margin-top: 0px;	
}

div#content div.videoArticle p.rss a
{
	text-decoration: none;
}

div#content div.videoArticle p.rss a:hover
{
	text-decoration: underline;
}

/* ************************** O B S A H  - Diskuze ****************************/

div#content div.disscusion
{
	background-color:white;
	padding-left: 10px;
	padding-right: 10px;
}

div#content div.disscusion a.allComments,div#content div.disscusion a.insertComment
{
	background-repeat:no-repeat;
	padding-top: 3px;
	height: 19px;
	text-align: center;
	display: block;	
	color:#666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	
}

div#content div.disscusion a.allComments:hover,div#content div.disscusion a.insertComment:hover
{
	color: #008ACC;	
	
}

div#content div.disscusion a.allComments
{
	background-image:url(Css/Images/Content/Disscusion/all.jpg);
	width: 143px;
	margin-right: 15px;
	
}


div#content div.disscusion a.insertComment
{
	width: 114px;
	background-image:url(Css/Images/Content/Disscusion/insert.jpg);	
}

div#content div.disscusion div.comment
{
	clear: both;	
	margin-bottom: 10px;
	text-align: right;
}

div#content div.disscusion div.answer
{
	margin-left: 25px;
	border-left: 1px dotted silver;
	padding-left: 10px;
}

div#content div.disscusion h4
{
	color: #008ACC;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 8px;
}

div#content div.disscusion div.comment p.infoBar
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
}


div#content div.disscusion div.comment p.message
{
	margin-top: 3px;
	text-align: left;
	
}

div#content div.disscusion div.comment a
{
	
	color: #008ACC;
	font-weight: bold;
}

div#content div.disscusion form.reaction, div#content div.disscusion form.citation, div#content div.disscusion form.newComment
{
	border: 1px solid silver;
	display: none;
	margin-bottom: 15px;
}

div#content div.disscusion form.newComment
{
	
}

div#content div.disscusion form.reaction fieldset, div#content div.disscusion form.citation fieldset, div#content div.disscusion form.newComment fieldset
{
	border:0 none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;	
}

div#content div.disscusion form
{
	
}

div#content div.disscusion form.reaction textarea, div#content div.disscusion form.citation textarea, div#content div.disscusion form.newComment textarea
{
	display: block;
}

div#content div.disscusion form.reaction label, div#content div.disscusion form.citation label, div#content div.disscusion form.newComment label
{

}

div#content div.disscusion form.reaction input, div#content div.disscusion form.citation input, div#content div.disscusion form.newComment input
{
	display: block;
	cursor: pointer;
	margin-top: 5px;
}

div#content div.disscusion div.newCommentErrors
{
	
	height: 30px;
}

div#content div.disscusion span.error
{
	color:red;
	display: none;
	background-color: white;
}

div#content div.disscusion span.success
{
	color:green;
	display: none;
}
		
/* ************************** E X T R A  ****************************/

div#extra
{
	margin-top: 10px;
	border:1px solid silver;
	border-left:0 none;
	margin-top:16px;
	background-color: white;
	border-bottom: 0 none;
	border-bottom: 1px solid silver;
	
}

div#extra p.options 
{
	color: #999999;
	margin-top: 10px;
	height: 24px;
	border-bottom: 1px solid silver;
	text-align: center;
	
}


div#extra p.options a
{
	font-size: 12px;
	color: #999999;
		
	
}

div#extra form.login
{
	display: none;
}

div#extra div.statusInfo
{
	/* height: 15px; */
	background-color: white;
	
}

div#extra div.statusInfo span
{
	display: none;	
	margin-left: 10px;
	margin-top: 4px;
	
}

div#extra div.statusInfo span.error
{
	color: red;
	background-color: white;	
}

div#extra div.statusInfo span.success
{
	color: green;
	background-color: white;	
}

div#extra form.login fieldset
{
	border: 0 none;
}

div#extra form.login fieldset p
{
	margin-top: 3px;
	clear: both;
	padding-left:10px;
	padding-right: 35px;
	
}

div#extra form.login fieldset p label
{
	float: left;
	margin-top: 2px;
}


div#extra form.login fieldset p input
{
	float: right;	
	width: 120px;
	margin-top: 2px;
}

div#extra form.login fieldset input.send
{
	cursor: pointer;
	margin-top: 3px;
	margin-left: 10px;
}

div#extra h4
{
	display:none;
	color: #008ACC;
	font-size: 13px;
	margin-left: 20px;
	margin-top: 4px;
}

div#extra div.selected
{
	background-color: #941618;
	border-bottom: 0 none;
}

div#extra div.selected, div#extra div.selected h5 a
{
	color: white;
}

div#extra div.part
{
	position: relative;
	border-bottom: 1px solid silver;
	overflow: hidden;
}

div#extra div.part h5
{
	padding-top: 4px;
	margin-left: 5px;
}

div#extra div.part a
{
	color:#333333;
	font-size: 12px;
	
}

div#extra div.part a.img
{
	width: 70px;
	height: 42px;
	display: block;
	background-image:url(Css/Images/Extra/image_background.jpg);
	background-repeat:no-repeat;
	margin-left: 5px;
	float: left;
}

div#extra div.part a.img img
{
	margin-left: 3px;
	margin-top: 2px;
	border: 0 none;
	
}

div#extra div.part p
{
	
	width: 130px;
	height: 45px;
	float: right;
	line-height: 13px;
	font-size: 12px;
	overflow: hidden;
}

div.cleaner
{
	clear: both;	
}

div#extra div.part h5 a
{
	
}

div#extra ul.bookmarks{
	
	list-style-type: none;
	margin-top:7px;
	margin-left:7px;
	
}

div#extra ul.bookmarks li{
	
	float:left;
	text-align: center;	
	margin-left:1px;
	
}

div#extra ul.bookmarks li {
	
    color:#a9e3ff;
	font-size:12px;
	width:60px;
	height:22px;
}

div#extra ul.bookmarks li a{
	
	display:block;
    color:#008ACC;
	font-size:12px;
	background-repeat: no-repeat;
	background-position: -12px 0px;
	width:60px;
	height:22px;
}

div#extra ul.bookmarks li.selected_1 a{
	
	background-image: url('Css/Images/Extra/bookmarks_background.jpg');
	background-position: -12px 0px;
	width:60px;
	color:#ffffff;
	
}

div#extra ul.bookmarks li.long{
	
	float:left;
	width:90px;
		
}

div#extra ul.bookmarks li.long a{
	
	background-position: 0px 0px;
	width:90px;

}

div#extra ul.bookmarks li.selected_2 a{
	
	background-image: url('Css/Images/Extra/bookmarks_background.jpg');
	background-position: 0px 0px;
	width:90px;
	color:#ffffff;

}

div#extra ul.bookmarks li.short{
	
	float:left;
	width:45px;
	
}

div#extra ul.bookmarks li.short a{
	
	background-position: -20px 0px;
	width:45px;

}

div#extra ul.bookmarks li.selected_3 a{
	
	background-image: url('Css/Images/Extra/bookmarks_background.jpg');
	background-position: -20px 0px;
	width:45px;
	color:#ffffff;

}

div#extra div.displayBookmark_1{
	
    display:none;	
    clear:both;
	
}
div#extra div.displayBookmark_2{
	
    display:none;	
    clear:both;
	
}
div#extra div.displayBookmark_3{
	
    display:none;
    text-align: left;
    margin-left:5px;
    margin-right:5px;
    clear:both;	
	
}

div#extra div.displayBookmark_2 ul{
	    
    margin-left:20px;
    width:190px;	
    color:#666666;
	
}

div#extra div.displayBookmark_2 ul li{
	
    border-bottom:1px dotted #999999;
    padding-bottom:3px;
    list-style-image: url("Css/Images/Extra/sipka.jpg");
    display: list-item; 
	
}

div#extra div.displayBookmark_2 ul li a{
	
    color:#666666;
	
}
div#extra div.displayBookmark_2 ul li a:hover{
	
    color:#008ACC;
	
}


/* ********************** R E K L A M A  *********************** */

div.advertisement
{
	font-family: arial;
	font-size: 8px;
	color: #999999;
	text-align: right;
	overflow: hidden;
	
}

div.square img
{
	border: 0 none;	
	width: 200px;
	height: 200px;
}

div#extra div.square
{
	padding-right: 10px;
	margin-left: 5px;
}

div.skyscraper
{
	height:610px;
	left:100%;
	margin-left:6px;
	position:absolute;
	text-align:right;
	top:60px;
	width:120px;
	z-index:9999;
}

div.skyscraper a
{
	border: 0 none;	
}


div.skyscraper a img
{
	border: 0 none;	
	width: 120px;
	height: 600px;
}

div.displayBookmark_3 a
{
	margin-right: 6px;	
}

div#content div.videoArticle div.playlist 
{
	margin-top: 20px;
}



div#content div.videoArticle div.playlist ul.other
{
	
}

div#content div.videoArticle  div.playlist ul.other li
{
	list-style-type: none;

}

div#content div.videoArticle  div.playlist ul.other li a
{
	text-decoration: underline;
} 

/* ****************** SYSTEM - diskuze ************************/

.kategorieNazev {
	background: #F4F4F4;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	color: #019FF6;
	font-size: 15px;
	font-weight: bold;
}

.categoryVideo {
	padding: 7px;
	height: 60px;
	position: relative;
	color: #333333;
}

.categoryVideo a {
	float: left;
}

.categoryVideo a.img {
	width:111px;
	height: 65px;
	background-image:url(Css/Images/Navigation/Video/image_border.jpg);
	background-repeat:no-repeat;
}

.categoryVideo a.img img
{
	border: 0 none;
	margin-left: 3px;
	margin-top: 3px;	
}

.categoryVideo p {
	line-height: 110%;
	padding-left: 5px;
	width: 87px;
	position: absolute;
	top: 8px;
	left: 118px;
}

.obalExtra {
	margin-bottom: 6px;
}

.copyright {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #333333;
}


.copyrightLinka {
	border: none;
	border-top: 1px solid #941619;
	color: #FFFFFF;
}

.popis_homepage {
	margin-top: 16px;
	font-size: 13px;
}

.popis_homepage h1 {
	color: #941618;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 14px !important;
}

.homepage_seda_cara {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #E0E0E0;
	color: #FFFFFF;
	margin-top: 20px;
}

.mapa_content {
	margin: 70px 20px 20px 22px;
}

.mapa_content h1 {
	color: #941618;
}

ul.categoryListMapa {
	margin-top: 15px;
}

ul.categoryListMapa li {
	list-style-type: none;
}

ul.sub_mapa
{
	margin-left: 15px;
}

ul.sub_mapa li
{
	margin-left: 10px;
	list-style-type: none;
}

ul.categoryListMapa li a {
	text-decoration: underline;
	line-height: 20px;
}

.mapa_stranek_paticka {
	text-align: right;
	float: right;
}

.text_paticka {
	float: left;
	text-align: left;
}

.mapa_vetsi {
	font-size: 13px;
}




