html,body,* {
	margin: 0;
	padding: 0;
}




body {
	font: 76% arial, sans-serif;
	text-align: center;
  
}

div#container {
	position: relative;
	text-align: left;
	margin-top: 9px;
}

#container {
	margin: 0 auto;
	width: 1000px;
}

a {
	text-decoration: none;
}

/* ************* H E A D E R ************************************************** */
#header {
	background-image: url(/Content/Css/Images/Header/background.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 1000px;
	position: relative;
	z-index: 1;
	
}


ul {
	list-style-type: none;
}

#header a.homepage {
	display:block;
	height:56px;
	position:absolute;
	top:0;
	width:263px;
}




#header h1 {
	display: none;
}

div#header ul.menuRegions {
	width: 795px;
	height: 45px; 
	position: absolute;
	top: 57px;
	z-index:300;
	
}

	
ul.sub {position: absolute; z-index: 1500; visibility:hidden;} /*pokud vynech�me tento ��dek budeme m�t p�i vypnut�m JavaScriptu p��stupn� menu pod sebou*/
ul.sub li {display: block; width: 100%; margin:0; padding: 0;}
	
ul.menuRegions li > ul.sub {position: absolute; z-index:10; visibility: hidden;}
ul.menuRegions li.region:hover ul.sub {visibility: visible;}


div#header ul.menuRegions li {
color:#0E2676;
display:block;
float:left;
list-style-type:none;
margin-top:2px;
position:relative;
text-align:left;
text-decoration:none;
height: 35px;
}

div#header ul.menuRegions li a.region {
color:#0E2676;
display:block;
font-family:Arial;
font-size:12px;
font-weight:bold;

padding-left:10px;
padding-right:10px;
padding-top:8px;
position:relative;
text-align:left;
text-decoration:none;
text-transform:uppercase;
}

div#header ul.menuRegions li a strong {
text-decoration:underline;
}

#header ul.menuRegions li.selected a strong {
 color:#BF1617; 
}

div#header ul.menuRegions li span.count {
color:#666666;
display:block;
font-family:Arial;
font-size:10px;
}

div#header ul.menuRegions li span.delimiter {
background-image:url(/Content/Css/Images/Header/delimiterRegion.jpg);
background-repeat:no-repeat;
height:17px;
margin-top:8px;
position:absolute;
right:0;
top:5px;
width:1px;
}

div#header ul.menuRegions li div {
position:absolute;
}

#header ul.menuRegions li ul.sub {
background-color:#F0F0F0;
border:2px solid #BF1617;
padding:10px;
height: auto !important;
}
 
ul.sub {
position:absolute;
visibility:hidden;
z-index:10;
}

div#header ul.menuRegions li ul.sub li {
margin-bottom:4px;
height: auto !important;
}

ul.sub li {
display:block;
margin:0;
padding:0;
width:100%;
}

#header ul.menuRegions li ul.sub li a.all {
text-transform:uppercase;
}

div#header ul.menuRegions li ul.sub li a {
color:#31437F;
font-size:13px;
text-decoration:underline;
}

#header ul.menuRegions li ul.sub li.selected a {
color:#BF1617;
font-size:14px;
font-weight:bold;
text-decoration:none;
}


ul.menuRegions li a.region:hover { 
	background-color: #BF1617 !important; 
	color: white  !important;
}


ul.menuRegions li.selected a.region:hover strong { 
	background-color: #BF1617 !important; 
	color: white  !important;
	
}

ul.menuRegions li:hover a.region 
{background-color: #BF1617;}

ul.menuRegions li:hover a h3 { 
	color: white !important; 
	
}



div#header ul.menuRegions li:hover a:first-child span.count
{
	color: #F0F0F0 ;
}



div#header ul.menuRegions li:hover a:first-child strong
{
	color: white;	
}

div#header ul.menuRegions li a:hover span.count {
color: #F0F0F0  !important;

}

div#header ul.menuRegions li a:hover span.delimiter
{
	display: none !important;	
}

div#header ul.menuRegions li:hover a:first-child span.delimiter
{
	display: none;	
}

#header ul.menuRegions li.selected a strong
{
	color: 	#BF1617;
	
}

#header ul.menuRegions li.selected a span.count
{
	color: 	#BF1617;
	
}

div#header ul.menuRegions li ul.sub li a:hover{
	text-decoration: underline;	
	color: #BF1617;
	
}




/* ******** R U B R I K Y  ******** */

div#header ul.sections {
	width: 1000px;
	height: 24px;
	position: relative;
	left: 0px;
	top: 105px;

}

div#header ul.sections li {
	float: left;
	margin-left: 5px;
	height: 24px;
	width: auto;
	position:relative;
	
}




div#header ul.sections li.selected a{
	color: #BF1617;	
	font-weight: bold;
	
}

div#header ul.sections li a {
	color: black;
	display: block;
	line-height: 20px;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
	position:relative;
}

div#header ul.sections li a:hover {
	color: #BF1617;	
	text-decoration: underline;
}

div#header ul.sections li:hover {
	
	
}

#header form div {
	display: none;
}



#header ul.menuThemes li.selected a.left {
	background-image:
		url(/Content/Css/Images/Header/Bookmarks/Themes/left.jpg);
	background-repeat: no-repeat;
	width: 2px;
	height: 23px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	left: 0px;
	top: 3px;
}



#header ul.menuThemes li.first {
	margin-left: 3px;
}

#header ul.menuThemes li.selected a.right {
	background-image:
		url(/Content/Css/Images/Header/Bookmarks/Themes/right.jpg);
	background-repeat: no-repeat;
	width: 2px;
	height: 23px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	right: 0px;
	top: 3px;
}

#header ul.menuThemes li.selected a.main {
	background-color: white;
	color: black;
	height: 20px;
	margin-top: 3px;
	padding-top: 3px;
}


div#navigation {
	float: right;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 10px;
	width: 420px;
}

#navigation ul.menu a.selected {
	background-image: url(img/zalozky/pozadi_aktivni.jpg);
	background-repeat: no-repeat;
	color: white;
}


#left {
	float: left;
	width: 570px;
}

div#navigation ul.menu {
	background-image:
		url(/Content/Css/Images/Navigation/Menu/background.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 35px;
	list-style-type: none;
	margin-bottom: 3px;
	padding: 0;
	width: 420px;
}

div#navigation ul.menu li {
	float: left;
	height: 35px;
	margin-right: 3px;
	text-align: center;
	width: 80px;
}

div#navigation ul.menu li.selected a {
	background-image:
		url(/Content/Css/Images/Navigation/Menu/Buttons/selected.png);
	
	background-repeat: no-repeat;
	color: white;
}

div#navigation ul.menu a {
	background-image:
		url(/Content/Css/Images/Navigation/Menu/Buttons/background.png);
	background-repeat: no-repeat;
	color: #333333;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 23px;
	padding-top: 7px;
	width: 80px;
}

div#navigation div.frame h2
{
	color: white;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 41px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}



div#navigation div.themes a.all {
	
}

div#navigation span.top,
div#wrapper div.special div.survey span.inner
{
	background-image: url(/Content/Css/Images/Navigation/top.jpg);
	overflow: hidden;
}

div#navigation span.inner,
div#wrapper div.special div.survey span.inner
{
	background-repeat: no-repeat;
	display: block;
	height: 4px;
	width: 420px;
}



div#navigation span.bottom,
div#wrapper div.special div.survey span.bottom
{
	background-image: url(/Content/Css/Images/Navigation/bottom.jpg);
	margin-bottom: 5px;
	
}

div#navigation div.content {
	background-image: url(/Content/Css/Images/Navigation/middle.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding-top: 2px;
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
div#navigation div.wheather div.content
{
	padding-bottom: 7px;	
}
div#navigation div.wheather div.content:first-child
{
	padding-bottom: 0px;	
}

div#navigation div.themes div.content p.description {
	background-image:
		url(/Content/Css/Images/Navigation/Themes/Delimiters/description.png);
}

div#navigation div.themes div.content p.guarantor {
	background-image:
		url(/Content/Css/Images/Navigation/Themes/Delimiters/guarantor.png);
}

div#navigation div.themes div.content p.relatedStories {
	background-image:
		url(/Content/Css/Images/Navigation/Themes/Delimiters/relatedStories.png)
		;
}

div#navigation div.themes div.content p.relatedDiscussion {
	background-image:
		url(/Content/Css/Images/Navigation/Themes/Delimiters/relatedDiscussion.png)
		;
}

div#navigation div.themes div.content p.delimiter {
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
	color: #2C3F7E;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	text-align: right;
	margin-left: -10px;
	margin-bottom: 5px;
	font-family: Verdana, Arial;
}

div#navigation div.themes div.content img.smallPhoto {
	background-image:
		url(/Content/Css/Images/Navigation/Themes/SmallPhotos/background.jpg);
	background-color: white;
	float: left;
	height: 73px;
	background-repeat: no-repeat; margin-right : 8px;
	padding: 4px;
	width: 98px;
	margin-right: 8px;
}

div#navigation div.themes div.content a.insertComment, div#wrapper div.discussion a.insertComment {
	width: 96px;
	height: 18px;
	float: left;
	clear: both;
	color: white;
	text-align: center;
	margin-top: 5px;
	font-family: Calibri, Arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	margin-left: 5px;
	background-image: url(/Content/Css/Images/Navigation/Themes/InsertComment/background.jpg);
	background-repeat: no-repeat;
	margin-right: 11px;
	text-transform: uppercase;
}

div#navigation div.themes div.content a.appendComment {
	clear: right;
	margin-left: 0px;
	
}

div#navigation div.themes div.content p {
	line-height: 14px;
	text-align: justify;
	margin-bottom: 8px;
}

div#navigation div.themes div.content p.count
{
	margin-top: 5px;
	font-style: italic;	
	
}	

div#navigation div.themes h4 {

	font-size:12px;	
	
}

div#navigation div.content ul.relatedStories li {
	display:block;
	padding-left:37px;
	position:relative;		
	padding-bottom: 7px;
	clear: both;
}

div#navigation div.content ul.relatedStories li span {
	
	position:absolute;
	left:0px;
	top:0px;
	font-weight: bold;
	width: 33px;
	text-align: right;
}	

div#navigation div.content ul.relatedStories li a {
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
	
}

div#navigation div.themes div.content ul.relatedDiscussion
{
	
}

div#navigation div.themes div.content ul.relatedDiscussion li
{
	
}

div#navigation div.content ul.relatedDiscussion li span
{
	
}


div#navigation div.themes form.survey,
div#wrapper div.special div.survey form.survey
{
	background-image: url(/Content/Css/Images/Navigation/middle.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding-top: 2px;
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
div#navigation div.themes form.survey fieldset ul li.graph,
div#wrapper div.special div.survey FIELDSET ul li.graph
{
	display: inline;
}


div#navigation div.themes form.survey fieldset ul li.orange span.left,
div#wrapper div.special div.survey FIELDSET  ul li.orange span.left
{
	background-image:url(/Content/Css/Images/Navigation/Themes/Survey/Graph/Orange/left.jpg);
	
}

div#navigation div.themes form.survey fieldset ul li.orange span.main,
div#wrapper div.special div.survey FIELDSET  ul li.orange span.main
{
	background-image:url(/Content/Css/Images/Navigation/Themes/Survey/Graph/Orange/middle.jpg);
	
	
}

div#navigation div.themes form.survey fieldset ul li.purpur span.main,
div#wrapper div.special div.survey FIELDSET  ul li.purpur span.main
{
	background-image:url(/Content/Css/Images/Navigation/Themes/Survey/Graph/Purpur/middle.jpg);
	
	
}

div#navigation div.themes form.survey fieldset ul li.orange span.right,
div#wrapper div.special div.survey FIELDSET  ul li.orange span.right
{
	background-image:url(/Content/Css/Images/Navigation/Themes/Survey/Graph/Orange/right.jpg);
	
	
}

div#navigation div.themes form.survey fieldset ul li.purpur span.right,
div#wrapper div.special div.survey FIELDSET  ul li.purpur span.right
{
	background-image:url(/Content/Css/Images/Navigation/Themes/Survey/Graph/Purpur/right.jpg);
	
	
}

div#navigation div.themes form.survey fieldset ul li.purpur span.left,
div#wrapper div.special div.survey FIELDSET ul li.purpur span.left
{
	background-image:url(/Content/Css/Images/Navigation/Themes/Survey/Graph/Purpur/left.jpg);
	
}

div#navigation div.themes form.survey fieldset ul li.graph span.left,
div#wrapper div.special div.survey FIELDSET ul li.graph span.left {
	width: 3px;
	height: 12px;
	display: block;
	background-repeat: no-repeat;
	float: left;
}

div#navigation div.themes form.survey fieldset ul li.graph span.main,
div#wrapper div.special div.survey FIELDSET  ul li.graph span.main
{
	width: 147px;
	height: 12px;
	display: block;
	background-repeat: repeat-x;
	clear: right;
	float: left;
}

div#navigation div.themes form.survey fieldset ul li.graph span.right,
div#wrapper div.special div.survey FIELDSET  ul li.graph span.right
{
	width: 3px;
	height: 12px;
	display: block;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}

div#navigation div.themes form.survey fieldset ul li.graph span.left 
div#wrapper div.special div.survey FIELDSET  ul li.graph span.left
{
	width: 3px;
	height: 12px;
}

div#navigation div.themes form.survey fieldset,
div#wrapper div.special div.survey FIELDSET
{
	border: 0 none;
}

div#navigation div.themes form.survey fieldset ul,
div#wrapper div.special div.survey FIELDSET ul
{
	background-image:url(/Content/Css/Images/Navigation/Themes/Survey/Graph/background.jpg);
	width: 361px;
	height: 12px;
	background-repeat: no-repeat;
	margin-left: 40px;
	margin-bottom: 10px;
}

div#navigation div.themes form.survey fieldset p input,
div#wrapper div.special div.survey FIELDSET p input
{
	display: block;
	float: left;
	height: 19px;
	padding-top: 2px;
	width: 19px;
	cursor: pointer;
}

div#navigation div.themes form.survey fieldset p label,
div#wrapper div.special div.survey FIELDSET p label
{
	display: block;
	height: 19px;
	padding-top: 2px;
	width: auto;
	
	
	
	padding-left: 25px;
	
	
	
}

div#navigation div.themes form.survey fieldset ul li.value,
div#wrapper div.special div.survey FIELDSET  ul li.value
{
	display: inline;
	float: left;

}

div#navigation div.themes a.nextThemes
{
	color: #2C3F7E;
	font-size: 16px;
	font-family: Calibri, Arial;
	float: right;
	font-weight: bold;
	text-decoration: underline;
}
div#navigation div.themes a.others
{
	display:block;
	height:36px;
}
div#navigation div.themes ul.others 
{
	position:absolute;
	left:580px;
	top:245px;
	width:420px;
	display:none;
}
div#navigation div.themes ul.others li
{
	line-height:30px;
	color:#FFFFFF;
	background-color:#00274f;
	padding-left:10px;
}

div#navigation div.themes ul.others li a
{
	color:#FFFFFF;
	text-decoration: underline;
}

div#navigation div.themes div.content ul.relatedStories li a:hover
{
	/* color: #89B700; */
	text-decoration: underline;
}

div#navigation div.themes div.content h4.guarantor
{
	margin-bottom: 15px;
}


.block
{
	display: block;	
}

div#navigation div.frame span.titleTop, div#navigation div.frame span.titleBottom,
div#wrapper div.special div.survey span.titleBottom
{
	width: 419px;
	height: 1px;
	background-repeat: no-repeat;
}

div#navigation div.frame span.titleTop
{
	background-image:url(/Content/Css/Images/Navigation/Bookmarks/Content/Title/H2/top.jpg);
}

div#navigation div.frame span.titleBottom,
div#wrapper div.special div.survey span.titleBottom
{
	background-image:url(/Content/Css/Images/Navigation/Bookmarks/Content/Title/H2/bottom.jpg);
	margin-bottom: 5px;
}


div#navigation div.frame h2
{
	width: 420px;
	line-height: 36px;
	background-color: #2C3F7E;
	
}

div#navigation div.frame div.wheather div.content ul.wheather
{
	
	height: 85px;
	overflow: hidden;
	margin-left:10px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 15px;
}

div#navigation div.frame div.wheather div.content ul.primary
{
	color: #999999;
	height: 111px;
	width: 63px;	
	background-image:url(/Content/Css/Images/Navigation/Wheather/Republic/Primary/background.jpg);
	margin-bottom: 15px;
}

div#navigation div.frame div.wheather div.content ul.republic
{
	height: 110px;
	color: #999999;	
}

div#navigation div.frame div.wheather div.content ul.republic li
{
	position: relative;	
}

div#navigation div.frame div.wheather div.content ul.primary li span.first
{
	left: 4px;
	top: 73px;	
}

div#navigation div.frame div.wheather div.content ul.primary li span.second
{
	left: 4px;
	top: 87px;	
}


div#navigation div.frame div.wheather div.content ul.republic li span.first 
{
	left: 0px;
	top: 72px;
}

div#navigation div.frame div.wheather div.content ul.primary li span.day
{
	text-align: right;	
}

div#navigation div.frame div.wheather div.content ul.primary li span.day:first-child
{
	margin-top: 0px;	
	text-align: center;
}

div#navigation div.frame div.wheather div.content ul.republic li span.second
{
	left: 0px;
	top: 90px;
}

div#navigation div.frame div.wheather div.content ul.region
{
	background-image:url(/Content/Css/Images/Navigation/Wheather/Region/background.jpg);
	width: 180px;
	background-position: right;
		
}


div#navigation div.frame div.wheather div.content ul.wheather li
{
	width: 52px;
	height: 82px;
	float:left;
	height:82px;
	text-align:center;
	width:52px;
}

div#navigation div.frame div.wheather div.content ul.primary li
{
	height: 96px;
	position: relative;
}


div#navigation div.frame div.wheather div.content ul.wheather li span.day
{
	color: #005DAD;
	font-family: Tahoma;
	font-weight: bold;
	margin-bottom: 2px;
	display: block;
}

div#navigation div.frame div.wheather div.content ul.wheather li img
{
	
}

div#navigation div.frame div.wheather div.content ul.republic li
{
	margin-left: 27px;	
}

div#navigation div.frame div.wheather div.content ul.republic li:first-child
{
	margin-left: 10px;	
}

div#navigation div.frame div.wheather div.content ul.republic li span.day, div#navigation div.frame div.wheather div.content ul.primary li span.day
{
	color: #0E0A00;
	
}

div#navigation div.frame div.wheather div.content ul.republic li span.day
{
	margin-bottom: 0px;	
}


div#navigation div.frame div.wheather div.content ul.republic
{
	margin-left: -9px;
	padding-left: 10px;
	margin-top: 10px;
	background-image:url(/Content/Css/Images/Navigation/Wheather/Republic/5Days/background.jpg);
	background-repeat: repeat-x;
	width: 408px;
		
}

div#navigation div.frame div.wheather div.content ul.republic li span.day,div#navigation div.frame div.wheather div.content ul.republic li span.night,div#navigation div.frame div.wheather div.content ul.primary li span.night
{
	text-align: right;
	padding-right: 8px;
	display: block;
	
}

div#navigation div.frame div.wheather div.content ul.primary li span.night
{
	width: 54px;
}

div#navigation div.frame div.wheather div.content ul.republic li span:first-child, div#navigation div.frame div.wheather div.content ul.primary li span:first-child
{
	color: #005DAD;
	padding-right: 0px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 4px;
}

div#navigation div.frame div.wheather div.content ul.primary li span:first-child
{
	width: 63px;
	padding-top: 5px;	
}
	
div#navigation div.frame div.wheather div.content ul.wheather li span.temperature sup
{
	/*
	display: inline;
	font-size: 7px;
	padding-left: 2px;
	padding-right: 1px;
	*/
	
}

div#navigation div.frame div.wheather div.content h4
{
	color: #2C3F7E;
	font-size: 14px;
	padding-left: 10px;	
}

div#navigation div.frame div.wheather div.content p.saying
{
	margin-top: 4px;
}

div#navigation div.frame div.wheather div.content p
{
	color: #666666;
	
}

div#navigation div.frame div.wheather div.content p.more
{
	font-size: 13px;
	font-family: Calibri;
	color: #2C3F7E;
	float: right;
		
}

div#navigation div.frame div.wheather div.content p.more a
{
	font-weight: bold;
	color: #2C3F7E;
	text-decoration: underline;
}

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

.absolute
{
	position: absolute;
	margin-bottom: 6px;
}

/* *************** pocasi tabulka ************************** */
div#navigation div.wheather div.content table.republic
{
	clear: both;
	background-image:url(/Content/Css/Images/Navigation/Wheather/Republic/5Days/background.jpg);
	background-repeat:repeat-x;
	margin-left:-9px;
	margin-top:10px;
	padding-left:10px;
	width:419px;
	font-family: Tahoma;
	padding-bottom: 13px;
	margin-top: 5px;
	padding-top: 4px;
	
}


div#navigation div.wheather div.content table.republic tr:first-child
{
	color:#005DAD;
	font-weight: bold;
	text-align:center;
	font-family:Tahoma;
}

div#navigation div.wheather div.content table.republic tr.image
{
	text-align: center;	
}

div#navigation div.wheather div.content table.republic tr.temperature
{
	text-align: center;	
	
	font-size: 12px;
	color: #999999;
}

div#navigation div.wheather div.content table.republic tr.day p
{
	color: #000031;
	
}
div#navigation div.wheather div.content table.republic tr td p
{
	position: relative;
}

div#navigation div.wheather div.content table.republic tr td p strong
{
	padding-right: 9px;
	font-weight: normal;
	
}

div#navigation div.wheather div.content table.republic tr.day span
{
	
}

div#navigation div.wheather div.content table.republic tr.day p, div#navigation div.wheather div.content table.republic tr.day p strong
{
	font-weight: bold;	
}

div#navigation div.wheather div.content table.republic tr td span
{
	color: #999999;
	
	float: left;
	margin-left: 16px;
	
}

div#navigation div.wheather div.content table.republic tr td sup
{
	position: absolute;
	top: -2px;
	left: 53px;
	font-size: 10px;
}

div#navigation div.wheather div.content table.republic tr
{
	
}

div#navigation div.wheather div.content table.republic tr td
{
	
}

div#navigation div.wheather div.content table.republic tr td i
{
	
}
/***************************** vodni toky ********************/

div#navigation div.wheather h2.flowRate,
div#navigation div.traffic h2{

	float:left;	
	width:300px;
}

div#navigation div.wheather span.flowRateDate,
div#navigation div.traffic span.date{

	background-color:#2C3F7E;
	color:#FFFFFF;
	display:block;
	height:36px;
	line-height:38px;	
	font-size:11px;
	font-weight:bold;
}

div#navigation div.wheather div.flowRate
{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	width:420px;
}

div#navigation div.wheather div.content table.flowRateTable
{
	width:420px;
	text-align:center;
	border-collapse: collapse;
	color:#2c3f7e;
}

div#navigation div.wheather div.content table.flowRateTable th
{
	width:82px;
	border-bottom:1px solid #dcdcdc;
	font-size:10px;
	padding-bottom:4px;
	background-image:url("/Content/Images/delimiter.jpg");
	background-position:127px;
	background-repeat:no-repeat;
}
div#navigation div.wheather div.content table.flowRateTable th.profile
{
	font-size:14px;
	width:128px;
}

div#navigation div.wheather div.content table.flowRateTable th.watter
{
	background-position:81px;
}

div#navigation div.wheather div.content table.flowRateTable td
{
	padding:3px 10px 3px 10px;
	border-right:1px solid #dcdcdc;
	font-weight:bold;
}
div#navigation div.wheather div.content table.flowRateTable td.last img
{
	margin-right:4px;
}
div#navigation div.wheather div.content table.flowRateTable td.last
{
	border-top:1px solid #DCDCDC;
	font-size:11px;
	font-weight:normal;
	padding-top:7px;
	border-right:0px none;
}

div#navigation div.wheather div.content table.flowRateTable td.last img.marginLeft
{
	margin-left:10px;
}
div#navigation div.wheather div.content table.flowRateTable td.first
{
	padding:9px 10px 3px 10px;
}
div#navigation div.wheather div.content table.flowRateTable td.left
{
	text-align:left;
}

div#navigation div.wheather div.content table.flowRateTable sup
{
	text-align:left;
	font-size:8px;
}

div#navigation div.wheather div.content table.flowRateTable td.more
{
	text-align:right;
	padding-left:0px;
}
div#navigation div.wheather div.content table.flowRateTable td.more a
{
	font-weight:bold;
	text-decoration: underline;
	color:#2c3f7e;
}


/*******************  doprava   ***********************************/


div#navigation div.traffic h3{
	
	float:left;
	width:403px;
	font-size:14px;
	margin:0px;
	padding:0px;
	float:none;
	
}
div#navigation div.traffic div.content span{
	
	color:#b70000;
	display:block;
	float:left;
	font-weight:bold;
	
}
div#navigation div.traffic h4{
	
	clear:both;
	color:#2c3f7e;
	font-size:12px;
	
}

div#navigation div.traffic div.trafficItem{

	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #D2D2D2;	
}

div#navigation div.traffic div.trafficItem p{

	font-size:12px;
		
}
div#navigation div.traffic div.trafficItem p.description{

	font-size:11px;
	color:#2c3f7e;
		
}
div#navigation div.traffic div.trafficItem p strong.to{

	margin-left:5px;
		
}

div#navigation div.traffic div.trafficFooter{

	padding-top:10px;
	padding-bottom:7px;
	font-size:11px;
	text-align:right;
	color:#2c3f7e;	
}
div#navigation div.traffic div.trafficFooter a{

	color:#2c3f7e;	
	text-decoration: underline;
}

/* ********************** OSOBNOSTI ***************************** */
div#navigation div.personalities div.content div
{
	position: relative;
	padding-bottom: 6px;
}

div#navigation div.personalities div.content div a.image
{
	
}

div#navigation div.personalities div.content div a img
{
	width: 59px;
	height: 44px;
	
	background-color:white;
	border:1px solid #CCCCCC;
	height:46px;
	padding:2px;
	width:61px;
}

div#navigation div.personalities div.content div h3
{
	
}

div#navigation div.personalities div.content div h3 a
{
	height:22px;
	left:80px;
	overflow:hidden;
	padding-bottom:3px;
	position: absolute;
	top: 1px;
	left: 73px;
	width:auto;
	color: #2C3F7E;
	font-size: 15px;
	text-decoration: underline;
}

div#navigation div.personalities div.content div p
{
	left:73px;
	position:absolute;
	top:35px;
}

div#navigation div.personalities div.content div p.first
{
	font-style: italic;
	position: absolute;
	top: 20px;
	left: 73px;
}


a.standard
{
	color:#2C3F7E;
	float:right;
	font-family:Calibri,Arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

/* ***************** Vybrane tema v obsahove �asti ********************** */
div#wrapper div.theme {
	padding-top: 10px;
	width: 545px;
	padding-bottom: 8px;
}


div#wrapper div.theme span.top {
	background-image:url(/Content/Css/Images/Content/Theme/Discussion/Title/top.jpg);
	background-repeat:no-repeat;
	display: block;
	height: 8px;
	width: 546px;
}

div#wrapper div.theme span.bottom {
	background-image:url(/Content/Css/Images/Content/Theme/Discussion/Title/bottom.jpg);
	background-repeat:repeat-y;
	display: block;
	height: 6px;
	width: 546px;
	clear: both;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

div#wrapper div.titleDiscussion {
	position: relative;
	background-image: url(/Content/Css/Images/Content/Theme/Discussion/Title/middle.png);
	width: 546px;
		
}

div#wrapper div.titleDiscussion h2.logo

{
	display:block;
	height:28px;
	left:0px;
	position:absolute;
	top: 4px;
	width:83px;
	font-family: Calibri;
	font-weight: bold;
	font-size: 22px;
	color: white;
	padding-left: 12px;
}

div#wrapper div.discussion span.inner
{
	height: 6px;	
}	

div#wrapper div.discussion span.top

{
	background-image: url(/Content/Css/Images/Content/Theme/Discussion/Title/top.png);
	
}

div#wrapper div.discussion span.bottom
{
	background-image: url(/Content/Css/Images/Content/Theme/Discussion/Title/bottom.png);
	margin-bottom: 8px;
}

div#wrapper div.titleDiscussion ul
{
	clear: both;
	width: 428px;
	padding-left:10px;
	height: 26px;
	position: relative;
	left:93px;
	top: 4px;
	padding-bottom: 7px;
}

div#wrapper div.titleDiscussion ul li
{
	float: left;
	margin-left:8px;
	margin-top:5px;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	font-family: Calibri;
	
}

div#wrapper div.titleDiscussion ul li:first-child
{
	margin-left: 11px;	
	color: black;
}

div#wrapper div.titleDiscussion ul li span.opened
{
	color: #88A924;
}

div#wrapper div.theme div.titleDiscussion ul li span
{
	
}

div#wrapper div.theme div.titleDiscussion ul li span.first
{
	
}

div#wrapper div.theme div.titleDiscussion ul li span.value
{
	
}

div#wrapper div.theme div.comment
{
	margin-bottom: 15px;
	clear: both;	
}

div#wrapper div.theme div.comment ul
{
	border-bottom:1px dotted #CCCCCC;
	height:20px;
	margin-bottom:5px;
	margin-top:10px;
	padding-bottom:5px;
	width:100%;
}

div#wrapper div.theme div.comment ul li
{
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
}

div#wrapper div.theme div.comment h4
{
	color:#333333;
	font-size:19px;
	float: left;
	margin-bottom: 5px;
	font-family: Calibri;
}

div#wrapper div.theme div.comment p.date
{
	margin-left:20px;
	margin-top:3px;
	float: right;
	clear: none;
	border-top: 0 none;
	color: #89B30C;
	font-weight: bold;
	font-size: 14px;
	font-family: Calibri;
}



div#wrapper div.theme div.comment p
{
	text-align:justify;
	clear: both;
	border-top: 1px dotted #cccccc;
	padding-top: 5px;
	margin-top: 5px;
}

div#wrapper div.theme div.comment a.answer
{
	float:right;
	font-size:14px;
	font-weight:bold;
	color:#89B30C;
}

div#wrapper div.theme div.level01 
{
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px dotted #cccccc;	

}

div#wrapper div.theme div.level01 h4
{
	color: #89B30C;
}

div#wrapper div.theme form
{
	display: none;
}

div#wrapper div.theme form fieldset
{
	border:0px none;
}

div#wrapper div.theme form fieldset a.close
{
	left:500px;
	position:absolute;
	text-decoration:underline;
	top:8px;
}

div#wrapper div.theme form fieldset p
{
	margin-bottom:9px;
	position:relative;
}

div#wrapper div.theme form fieldset p label
{
	
}

div#wrapper div.theme form fieldset label
{
	
}

div#wrapper div.theme form fieldset p input
{
	left:52px;
	position:absolute;
}

div#wrapper div.theme form fieldset TEXTAREA
{
	display:block;
	height:100px;
	margin-bottom:19px;
	width:524px;
}

div#wrapper div.theme form fieldset input.submit
{
	
}

/* ******* CLANEK ****************** */




div#wrapper div.story p.infoStory,  div#left p.infoStory {
	border-bottom:1px dotted #CCCCCC;
	font-size:12px;
	overflow:hidden;
	padding-bottom:5px;
	color: #666666;
	font-family: Tahoma;
	margin-bottom: 3px;
}



div#wrapper div.story p.anotation {
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	
}


div#wrapper div.story img.first {
	border:1px solid #D2D2D2;
	float:left;
	height:195px;
	margin-right:10px;
	padding:4px;
	width:260px;
	
}

div#wrapper div.storyParagraphs p
{
	clear: both;
	margin-top:10px;
	padding-top:4px;
	text-align: left;
	font-size: 15px;
	line-height: 22px;
}

div#wrapper div.story a.options {
	background-repeat:no-repeat;
	color: #2C3F7E;
	font-size: 16px;
	text-decoration: underline;
	margin-top: 5px;
}

div#wrapper div.story a.mail {
	float: left;
	margin-right: 10px;
}

div#wrapper div.story a.printStory {
	float: right;
}

div#selectedStoryTitle H2 a img {
	border: 0px;
}



div#wrapper div.story h2.others, div#left h2.others {
	clear: both;	
	padding-top: 50px;
	color: #BF1617;
	margin-bottom: 15px;
	font-size: 18px;
}

div#left h2.others{
	padding-top: 10px;
}

div#wrapper div.storyPreview {
	clear: both;
	padding-bottom: 18px;
}

div#wrapper div.storyPreview h2 {
	padding-bottom: 0px;
	font-size: 18px;
}

div#wrapper div.storyPreview h2 a {
	color:#2C3F7E;
	font-size:18px;
	font-weight:bold;
	text-decoration: underline;
	/*position: relative;*/
}

div#wrapper div.storyPreview h2 a img{
	border:0px none;
	vertical-align: bottom;
	/*left:4px;
	position:absolute;
	top:1px;*/
}

div#wrapper div.storyPreview  a.image {
	
}

div#wrapper div.storyPreview  a.image img {
	border:1px solid #D2D2D2;
	float:left;
	height:105px;
	margin-right:10px;
	padding:4px;
	width:146px;
}

div#wrapper div.storyPreview p.infoStory {
	border-bottom: 0 none;
	padding-bottom: 0px;
	margin-bottom: 0px;	
}

div#wrapper div.storyPreview p.anotation {
	font-size:15px;
	line-height:18px;
	overflow:hidden;
	padding-top:20px;
	text-align: left;
	font-weight: normal;
	padding-top: 0px;
	
}

div#wrapper div.storyPreview p.anotation a {
	color:#2C3F7E;
	font-weight:normal;
	text-decoration:underline;	
}

div#wrapper div.firstStoryPreview h2 {
	margin-bottom: 5px;
	
}


div#wrapper div.firstStoryPreview h2 a {
	font-size: 25px;
}
	
div#wrapper div.firstStoryPreview p.infoStory {
	width: 262px !important;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

div#wrapper div.firstStoryPreview a img
{
	height:195px !important;
	width:260px !important;
	
	
}

div#wrapper div.firstStoryPreview a img.ico
{
	height:20px !important;
	width:47px !important;
	border:0px;
	vertical-align: middle;
	
}

div#left div.personalityDetail 
{
	background-image:url(/Content/Css/Images/Content/Personality/Detail/middle.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	padding-top:5px;
	width:556px;
	
}

div#wrapper div.personality span.bottom
{
	background-image: url(/Content/Css/Images/Content/Personality/Detail/bottom.jpg);
	height: 6px;
	width: 556px;
	
}

div#wrapper div.personality span.top
{
	background-image: url(/Content/Css/Images/Content/Personality/Detail/top.jpg);
	height: 6px;
	width: 556px;
}

div#left div.personalityDetail h2
{
	background-image: url(/Content/Css/Images/Content/Personality/Detail/Title/background.jpg);
	background-repeat: no-repeat;
	color:#2C3F7E;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	padding-bottom:10px;
	padding-left:10px;
	width: 546px;
	height: 21px;
	
}

div#left div.personalityDetail img
{
	border:1px solid #CCCCCC;
	float:left;
	height:57px;
	margin-left:10px;
	margin-right:5px;
	margin-top:7px;
	padding:2px;
	width:78px;

}

div#left div.personalityDetail strong
{
	color:#333333;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-top:7px;
}

div#wrapper div.personality h3
{
	color:#BF1617;
	font-size:18px;
	margin-bottom: 10px;
}

div#left div.personalityDetail p
{
	padding-left: 10px;
	padding-right: 10px;
}

/* ************** ARCHIV ***********************/


div#wrapper div.archive h2
{
	color: #2C3F7E;
	font-size: 1.7em;
	
	
}

div#wrapper div.archive a
{
	text-decoration: underline;
}

div#wrapper div.archive ul.years
{
	margin-bottom: 6px;
}

div#wrapper div.archive ul.years li
{
	
}

div#wrapper div.archive ul.years li a
{
	
}

div#wrapper div.archive div.selectedYear
{
	
}

div#wrapper div.archive div.selectedYear h3
{
	color: #BF1617;
}

div#wrapper div.archive div.selectedYear li
{
	
}

div#wrapper div.archive div.selectedYear li a
{
	
}

div#wrapper div.archive ul.month
{
	margin-bottom: 6px;
}

div#wrapper div.archive ul.month li span
{
	font-weight:bold;
	left:0px;
	position:absolute;
	text-align:right;
	top:0px;
	width:61px;
}

div#wrapper div.archive ul.month li
{
	clear:both;
	display:block;
	padding-bottom:7px;
	padding-left: 66px;
	position:relative;
}


div#wrapper div.archive ul.month li a
{
	color:#333333;
	font-size:12px;
	line-height:15px;
	text-decoration:underline;
}

div#wrapper div.archive h3
{
	display: inline;	
}

/* ****************** NOVY KOMENTAR ********************* */
div#wrapper div.discussion form
{
	clear: both;
	border:1px solid black;
	clear:both;
	padding:5px;
	position:relative;	
	
}



/* ***************** F O O T E R ************************ */
div#footer
{
	clear: both;	
	background-image: url("/Content/Css/Images/Footer/background.jpg");
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	padding-top: 10px;
	height: 60px;
}

div#footer a
{
	text-decoration: underline;	
}

div#footer h2
{
	display: none;
}

div#footer a.polar, div#footer a.country
{
	background-repeat: no-repeat;	
	display: block;
	border: 0 none;
	text-decoration: none;
}

div#footer a.polar
{
	background-image: url("/Content/Css/Images/Footer/Polar/background.jpg");
	width: 94px;
	height: 43px;
	float: left;
}

div#footer p
{
	font-size: 10px;
	float: left;
}

div#footer p.aboutPolar
{
	color: #666666;
	width: 373px;
	margin-left: 8px;
		
}
div#footer p.aboutPolarRight
{
	color:#666666;
	margin-left:150px;
	width:375px;
		
}






/* *********** M E S S A G E ***************** */
div#message
{
	width: 1000px;
	margin-top: 5px;
		

}	

div#message span
{
	background-repeat: no-repeat;
	display: block;
	width: 1000px;
	height: 2px;	
}

div#message span.top
{
	background-image: url("/Content/Css/Images/Message/top.jpg");
}

div#message h2
{
	background-color: #BF1617;
	color: #F0F0F0;
	font-size: x-large;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	font-weight: normal;
}

div#message span.bottom
{
	background-image: url("/Content/Css/Images/Message/bottom.jpg");
}

div#message h2 a
{
	color: white;
	text-decoration: underline;
		
}

/* ***** V Y H L E D A V A N I ******* */



#header form {
	display: block;
	left: 814px;
	position: absolute;
	top: 27px;
	z-index: 100;
}

div#header form div
{
	background-color:white;
	border:3px solid black;
	color:#666666;
	display:none;
	font-size:16px;
	left:-8px;
	padding-left:10px;
	padding-top:10px;
	position:absolute;
	top:30px;
	width:178px;
	z-index:100;	
	
}

#header form input.input {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #999999;
	width: 145px;
}


div#header form input.submit
{
	background-image:url(/Content/Css/Images/Header/Searching/submit.png);
	background-repeat:no-repeat;
	border:0 none;
	display:block;
	float:left;
	height:27px;
	margin-bottom:5px;
	margin-top:10px;
	width:70px;
	cursor: pointer;
}

div#header form a.clear
{
	background-image:url(/Content/Css/Images/Header/Searching/clear.png);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:27px;
	margin-bottom:5px;
	margin-right:10px;
	margin-top:10px;
	width:70px;
}

div#header form a.close
{
	float: right;
	width: 19px;
	height: 18px;
	display: block;	
	border: 0.5px solid blue;	
	margin-right: 7px;
	border: 0 none;
	background-image:url(/Content/Css/Images/Header/Searching/close.png);
	
}

div#skyscraper
{
	
	
	height:600px;
	left:100%;
	margin-left:6px;
	position:absolute;
	
	top:123px;
	width:120px;
	z-index:9999;	
}

div#skyscraper a
{
	width: 120px;
	height: 600px;
		
}

div#skyscraper a img
{
	width: 120px;
	height: 600px;
		
}



div#square
{
	text-align: left;	
	clear: both;
	margin-top: 27px;
}

div#square a 
{
	display: inline !important;
	
		
}

div#square span
{
	display: block;	
}

div.advertisement
{
	color:#666666;
	font-size:10px;
	text-align:right;
}

div#fullBanner
{
	width: 468px;
	height: 75px;	
	margin: 0 auto;
	margin-bottom: 20px;
}

div.advertisement a
{
	text-decoration: none;
	border: 0 none;
	display: block;
		
}

div.advertisement a img
{
	border: 0 none;	
}

div#fullBanner a
{
	width: 468px;
	height: 60px;
	
}

div#fullBanner a img
{
	width: 468px;
	height: 60px;
}


ul.menuRegions li.region:hover a h3 { 
	color: white !important; 
	
}

/* ***** Region NAVIGATION - globální nastavní při detailu článku ****** */
div#navigation div.player h2,
div#navigation div.imageGallery h2,
div#navigation div.mainRelatedStories h2,
div#navigation div.otherRelatedStories h2
{
	display: none;	
}

div#navigation div.mainRelatedStories h3
{
	color:#666666;
	font-family:Tahoma;
	font-size:14px;
	font-weight:normal;
	margin-bottom:4px;
}

div#navigation div.frame h2.themeTitle
{
	float:left;	
	width:372px;

}

div#navigation div.frame img.themeTitle
{
	border:0px none;
	height:36px;

}

div#navigation div.frame h2
{
	display: block;	
}

/* ***** Region NAVIGATION - ořehrávač při detailu článku ****** */
div#navigation div.player h3
{
	display: none;	
}

div#navigation div.player
{
	padding-bottom: 20px;	
}


/* ***** Region NAVIGATION - fotografie k článku při detailu článku ****** */

div#navigation div.imageGallery
{
	padding-top: 25px;	
	padding-bottom: 27px;
}

div#navigation  div.imageGallery h3
{
	margin-top: 5px;	
	display: none;
}

div#navigation  div.imageGallery a
{
	
	text-decoration:none;
	
	
}

div#navigation  div.imageGallery a img
{
	
	border:1px solid #D2D2D2;
	height:143px;
	width:190px;
	padding: 4px;
	margin-bottom: 4px;
	margin-right: 5px;
}
/*
*/
/* ***** Region NAVIGATION - hlavní články při detailu článku ****** */

div#navigation div.mainRelatedStories
{
	padding-top: 0px;	
}

div#navigation div.mainRelatedStories h3
{
	font-family: Calibri;		
}

div#navigation  div.mainRelatedStories ul
{
		
}

div#navigation div.mainRelatedStories ul li
{
	margin-bottom: 33px;
	position: relative;
}

div#navigation div.mainRelatedStories ul li h4 
{
	display:block;
	height:auto;
	margin-bottom:3px;
	padding-left:163px;
}

div#navigation div.mainRelatedStories ul li h4 a
{
	color:#2C3F7E;
	font-size:14px;
	text-decoration:underline;		
}

div#navigation div.mainRelatedStories ul li a.image
{
	float:left;
	border: 1px solid #D2D2D2;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}
div#navigation div.mainRelatedStories ul li a.story
{
	background-repeat:no-repeat;
	color:#2C3F7E;
	text-decoration:underline;
	margin-left: 5px;
}
div#navigation  div.mainRelatedStories ul li a.image img
{
	border: 0px none;	
	width: 146px;
}

div#navigation div.mainRelatedStories ul li p
{

	margin-left:10px;
	padding-left:156px;
		
}


/* ***** Region NAVIGATION - vedlejší články při detailu článku ****** */

div#navigation div.otherRelatedStories
{
	padding-top: 10px;
	clear: both;
}

div#navigation  div.otherRelatedStories h3
{
	display: none;	
}

div#navigation  div.otherRelatedStories h3.prArchive
{
	display: block;	
	font-weight:normal;
	margin-top:5px;
	text-align:right;
}
div#navigation  div.otherRelatedStories h3.prArchive a
{
	color:#2C3F7E;
	text-decoration:underline;
}


div#navigation div.otherRelatedStories ul
{
	
}

div#navigation div.otherRelatedStories ul li
{
	margin-bottom: 8px;
}

div#navigation div.otherRelatedStories ul li h4
{
	
}

div#navigation div.otherRelatedStories ul li h4 a
{
	color:#2C3F7E;
	font-size:12px;
	line-height:15px;
	text-decoration:underline;
}


div#selectedStoryTitle h2
{
	color:#2C3F7E;
	font-size:25px;
	margin-bottom:8px;
	padding-left:0;	
}

div#selectedStoryTitle
{
	clear: both;
	display: block;
	padding-top: 10px;	
}

div.breadcrumbNavigation
{
	clear: both;
	padding-top: 15px;
}

div.breadcrumbNavigation h2
{
	display: none;	
}

div.breadcrumbNavigation ul
{
	
}

div.breadcrumbNavigation ul li
{
	float: left;
	position: relative;
	padding-left: 8px;
}

div.breadcrumbNavigation ul li:FIRST-CHILD
{
	padding-left: 0px;
}

div.breadcrumbNavigation ul li a
{
	color: #BF1617;
	text-decoration: underline;
}



div.breadcrumbNavigation ul li span
{
	margin-left: 7px;
	color: #BF1617;
}

div.breadcrumbNavigation ul li.last
{
		
}

div.breadcrumbNavigation ul li.last a
{
	text-decoration: none;
	cursor: default;
}

div.breadcrumbNavigation ul li.last a span
{
		
}

div.breadcrumbNavigation ul li.archive
{
	
}

div.breadcrumbNavigation ul li.novelties
{
	
}

div.breadcrumbNavigation ul li.novelties span,
div.breadcrumbNavigation ul li.archive span
{
	margin-right: 5px;
	margin-left: 10px;
	color: #0E2676;
}

div.breadcrumbNavigation ul li.novelties a,
div.breadcrumbNavigation ul li.archive a
{
	color: #0E2676;
	font-style: italic;
}

div.breadcrumbNavigation ul li.underline a
{
	text-decoration: underline;	
	cursor: pointer;
}

.displayNone
{
	display: none;	

}

div#wrapper ul.titleVideo {
background-image:url(/Content/Images/title.jpg);
display:block;
height:26px;
list-style-type:none;
margin-bottom:10px;
margin-left:18px;
text-decoration:none;
background-repeat: no-repeat;
}

div#wrapper ul.titleVideo li {
float:left;
font-weight:bold;
line-height:26px;
text-decoration:none;
}

div#wrapper ul.titleVideo li.nadpis a {
color:white;
display:block;
font-size:14px;
font-weight:bold;
height:20px;
margin-left:10px;
overflow:hidden;
width:310px;
}

div#wrapper ul.titleVideo li.other {
color:#7EA000;
font-size:11px;
margin-left:10px;
}

div#wrapper ul.titleVideo li {
float:left;
font-weight:bold;
line-height:26px;
text-decoration:none;
}

div#wrapper ul.titleVideo li.odkaz a {
color:#7EA000;
font-size:12px;
margin-left:20px;
}

div#navigation div.frame
{
	padding-bottom: 20px;	
}

div#header a.logoPolar
{
	position: absolute;
	display:block;
	height:34px;
	left:708px;
	overflow:hidden;
	top:17px;
	width:78px;
}

div#header div.specialMenu
{
	position: absolute;
	left: 799px;
	top: 64px;
	width: 197px;
	background-image:url(/Content/Css/Images/Header/SpecialMenu/active.png);
	background-repeat: no-repeat;
	
}

div#header div.specialMenu h2
{
	display: none;
}

div#header div.specialMenu ul
{
	width: 178px;
}


div#header div.specialMenu ul li
{
	background-color: #BA0202;
	text-align: center;
	padding-top: 5px;
	width: 178px;
	
}



div#header div.specialMenu ul li a
{
	color: white;
	font-weight: bold;
	text-decoration: underline;
	
}

div#header div.specialMenu ul li a:hover
{
	text-decoration: underline;
}

div#header div.specialMenu ul li.active a
{
	color: #BA0202;
	font-size: 12px;
	width: 178px;
	height: 22px;
	display: block;
	padding-top: 8px;
	
	
	
	
}

div#header div.specialMenu ul li.active a:hover
{
	
}

div#header div.specialMenu a.others
{
	height:31px;
	left:178px;
	position:absolute;
	top:0px;
	width:20px;
	
}

div#header div.specialMenu ul li.last
{
	padding-bottom: 5px;
}

div#header div.specialMenu ul li.active
{
	background-color: transparent;
	margin-bottom: -2px !important;
	padding-top: 0px;
	
}

div#header div.specialMenu ul li.other
{
	display: none;
}

div#selectedStoryTitle span.special
{
	color: #BA0202;	
	text-transform: uppercase;
} 

div#wrapper div.special div.survey h2
{
	background-color:#2C3F7E;
	line-height:36px;
	width:401px;
	color:white;
	font-size:16px;
	font-weight:bold;
	display: block;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
}

div#wrapper div.special div.survey form
{
	display: block;
}

div#wrapper div.discussion a.insertComment 
{
	margin-left: 0px;
}

div#navigation div.othersVideos
{
	display: none;
}

div.special div.survey
{
	
}

div.special div.discussion
{
	display: block;
}

div#navigation div.otherImageGallery
{
	display: none;	
}

div#navigation div.imageGallery h3.nextPhotos
{
	display: inline;
}

div#navigation div.imageGallery h3.nextPhotos a
{
	float: none;
	margin-bottom: 0px;
	margin-right: 0px;
	display: inline;
	color:#2C3F7E;
	font-size:16px;
	margin-top:5px;
	text-decoration:underline;
	font-weight: normal;
}



div#wrapper div.special a.printStory
{
	display: none;
}

div#navigation h3.nextVideos a
{
	text-decoration: underline;
	color:#2C3F7E;
	font-size:16px;
	margin-top:5px;
	text-decoration:underline;
	font-weight: normal;
}

div#navigation h3.nextVideos 
{
	margin-top:-16px;
}

div#navigation div.player2 h3.nextVideos 
{
	margin-top:0px;
}

div.specialSurveysFrame
{
	display: none;
}

div#left div.video
{
	margin-bottom:25px;
	margin-left:19px;
	width:512px;
}

div#left h2.specialsList
{
	color:#2C3F7E;
	margin-bottom:5px;
	text-transform:uppercase;
}

div#left ul.specialsList li
{
	margin-bottom: 3px;
}

div#left ul.specialsList li a
{
	color:#333333;
	text-decoration:underline;
}

div#wrapper div.story div.addthis_toolbox 
{
	float: left;
	margin-top: 7px;
}

div#navigation div.othersVideos div.player h3.visible
{
	display: inline;	
	
}

p.error
{
	clear:both;
	color:#BF1617;
	display:block;
	font-weight:bold;
	margin-top:2px;
}

p.success
{
	clear:both;
	color:#BF1617;
	display:block;
	font-weight:bold;
	margin-top:2px;
	color: #89B30C;
}

p.getError
{
color:#990000;
font-size:20px;
font-weight:bold;
margin-top:25px;
text-align:center;
}

div.player2{
  margin-bottom:5px;
}


div.insertion ul li a
{
	color: blue;
	text-decoration: underline;

}

div.insertion h2
{
	color: #333366;
	font-size: 22px;

}

div.insertion h4
{
	color: #333366;
	font-size: 17px;
	

}

div.insertion p
{
	color: #333333;
	font-size: 12px;
	margin-bottom:11px;
	margin-top:10px;

}

div.insertionCathegory ul
{
	
}

div.insertionCathegory ul li:FIRST-CHILD
{
	margin-top: 10px;
}


div.insertionCathegory ul li h4
{
	margin-bottom: 5px;
}

div.insertionCathegory ul li p
{
	display: none;
}

div.insertionCathegory ul li a
{
	color: #333366;
}

div.insertionCathegory ul li p img
{
	margin-right: 12px;
}

div.insertionCathegory ul li p.description
{
	display: block;
	color: #333333;
}

div.insertionCathegory ul li a
{
	
}


div.insertionCompany ul
{

}

div.insertionCompany ul li
{
	background-image: url("/Content/Css/Images/Content/Insertion/Item/background.png");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 8px;
	margin-bottom: 3px;
}

div.insertionCompany ul li.main
{
	float: left;
	width: 270px;
	padding-bottom: 15px;
	background-image: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

div.insertionCompany ul li h4
{
	background-image: url("/Content/Css/Images/Content/Insertion/Title/background.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	
}

div.insertionCompany ul li a
{
	color: #333366;
	font-size: 12px;
}

div#header ul.sections li.insertion
{
	background-image:url(/Content/Css/Images/Header/Sections/insertion.png);
	background-position:left center;
	background-repeat:no-repeat;
	left: 907px;
	padding-left: 5px;
	position: absolute;
	top:0px;
	
}

div#header ul.sections li.insertion a
{
	color: #333366;
	font-size: 12px;
	padding-top: 2px;
}

div.insertionCathegory ul
{
	
}

div.insertionCathegory ul li
{
	clear:both;
	display:block;
	margin-top: 20px;
}

div.insertionCathegory ul li p
{
	margin: 0px;
}

a.favouriteButton
{
	background-image:url(/Content/Css/Images/Header/favourite.png);
	font-size: 19px;
	color: #003300;
	width: 442px;
	height: 31px;
	display: block;
	padding-left: 50px;
	background-repeat: no-repeat;
	padding-top: 11px;
	margin-left: 507px;
	margin-top: 12px;
	
	margin-bottom: 2px;
}
