body  {
	font-family: Arial, Helvetica, serif;
	font-size: 13px;
	line-height: 16px;
	background-color: #6C97B9;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

h1  {
	line-height: 26px;
	font-weight:normal;
	margin-top: 0px;
	margin-right: -8px;
	margin-bottom: 10px;
	padding-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #2f669b; 
	font-size: 26px; 
	font-style: italic;
}

h2  {
	font-size: 19px;
	line-height: 22px;
	font-weight:normal;
	color: #296298;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: -8px;
	padding-top: 8px;
}

h3  {
	line-height: 25px;
	font-weight:normal;
	margin-top: 0px;
	margin-right: -8px;
	margin-bottom: 5px;
	padding-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #2f669b; 
	font-size: 25px; 
	font-style: italic;
}

h4  {
	line-height: 25px;
	font-weight:normal;
	margin-top: 0px;
	margin-right: -8px;
	margin-bottom: 4px;
	padding-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #2f669b; 
	font-size: 20px; 
	font-style: italic;
}

a img { border: none;}

#container {
	background-color: #FFFFFF;
	display: table;
	padding-bottom: 15px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
 
#header {
	height: 165px;
	width: 972px;
	background-image: url(../images/bg_header2.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left;
} 

#header a img {
	border: none;
}

#nav {
	margin-top: 23px;
	font-size: 13px;
}

ul.navig {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 9px;
	font-size: 13px;
	height: 27px;
	width: 100%;
}

ul.navig li { display: inline;}

.nav_button {
 margin-right: -5px;
}


.nav_button_on {
	height: 30px;
	background-image: url(../images/bg_menu.gif);

	background-repeat: repeat-x;
	padding: 6px 11px 0px 11px;
	text-align: right;
	color: #296197;
}


.navig a {
	text-decoration: none;
	background-image: url(../images/bg-button.gif);
	background-position: left;
	padding: 5px 13px 5px 13px;
	color: #FFFFFF;
}

.navig a.active {
	background-image: url(../images/bg-button-over.gif);
	color: #296197;

}

.navig a:hover {
	background-image: url(../images/bg-button-over.gif);
	color: #296197;
}

.navig a.first {
	text-decoration: none;
	background-image: url(../images/bg-button.gif);
	background-position: -3px;
	padding: 5px 11px 5px 36px;
	color: #FFFFFF;
}

.navig a.first-active {
	background-image: url(../images/bg-button-over.gif);
	background-position: -3px;
	padding: 5px 11px 5px 36px;
	color: #296197;
}
.navig a.first:hover {
	background-image: url(../images/bg-button-over.gif);
	background-position: -3px;
	color: #296197;
}




a:hover.nav_button {
	background-image: url(../images/bg_menu_over.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#small_links {
	height: 10px;
	padding-top: 50px;
	text-align:right;
	margin-left: 520px;
	margin-right: 30px;
	white-space: nowrap;
		
}

#small_links a {
	text-decoration: none;
	color: #296197;

}

#container_bg {
	width: 972px;
	background-image: url(../images/bg_container.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#main_flash {
	width: 954px;
	height: 246px;
	background-color: #6C97B9;
}

.flash_box {
	float: left;
	width: 369px;
	margin-left: 11px;
	margin-top: 8px;
}

.flash_text {
	background-image: url(../images/flash-text-bg.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 10px;
	color: #606060;
	padding-bottom:4px;
	}

.flash_text_box_colored {
	width: 272px;
	float: left;
	margin-left: 11px;
	margin-top: 8px;
	color: #606060;
}

.flash_text_colored {
	padding-left: 13px;
	background-image: url(../images/rightcol_text_bg_colored.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
}


#leftcol_home {
	float: left;
	width: 636px;
	color: #606060;
}

.leftcol_home_text {
	background-image: url(../images/leftcol_text_bg.gif);
	background-repeat: repeat-y;
	margin-left: 33px;
	padding-left: 15px;
	padding-right: 30px;
}

.leftcol_home_text a {
	text-decoration: none;
	color: #606060;
}

.leftcol_home_text a:hover {
	text-decoration: underline;
}

.leftcol_home_text_colored {
	background-image: url(../images/leftcol_text_bg_colored.gif);
	background-repeat: repeat-y;
	margin-left: 33px;
	padding-left: 15px;
	padding-right: 30px;
}

.leftcol_home_text_colored a {
	text-decoration: none;
	color: #606060;
}

.leftcol_home_text_colored a:hover {
	text-decoration: underline;
}

#rightcol_home {
	float: right;
	width: 318px;
	color: #606060;
}

.rightcol_home_text {
	background-image: url(../images/rightcol_text_bg.gif);
	background-repeat: repeat-y;
	margin-left: 13px;
	padding-left: 13px;
	padding-right: 45px;
}

.rightcol_home_text_colored { 
	background-image: url(../images/rightcol_text_bg_colored.gif);
	background-repeat: repeat-y;
	margin-left: 13px;
	padding-left: 13px;
	padding-right: 45px;
}

.rightcol_home_text a {
	text-decoration: none;
	color: #606060;
}

.rightcol_home_text a:hover {
	text-decoration: underline;
}

.rightcol_home_text_colored a {
	text-decoration: none;
	color: #606060;
}

.rightcol_home_text_colored a:hover {
	text-decoration: underline;
}


#rightcol {
	float: left;
	width: 636px;
	color: #606060;
}

.rightcol_text {
	background-image: url(../images/leftcol_text_bg.gif);
	background-repeat: repeat-y;
	margin-left: 33px;
	padding-left: 15px;
	padding-right: 50px;
	display: table;
	font-size: 14px; 
	line-height: 18px;
}


.rightcol_text a {
	text-decoration: none;
	color: #606060;
}

.rightcol_text a:hover {
	text-decoration: underline;
}

#leftcol {
	float: right;
	width: 318px;
	color: #606060;
}

.leftcol_text {
	background-image: url(../images/rightcol_text_bg.gif);
	background-repeat: repeat-y;
	margin-left: 13px;
	padding-left: 13px;
	padding-right: 50px;
}

.leftcol_text_colored { 
	background-image: url(../images/rightcol_text_bg_colored.gif);
	background-repeat: repeat-y;
	margin-left: 13px;
	padding-left: 13px;
	padding-right: 50px;
}

.leftcol_text_colored2 { 
	background-image: url(../images/rightcol_text_bg_colored2.gif);
	background-repeat: repeat-y;
	margin-left: 13px;
	padding-left: 13px;
	padding-right: 50px;
}


.leftcol_text a {
	text-decoration: none;
	color: #606060;
}

.leftcol_text a:hover {
	text-decoration: underline;
}

.leftcol_text_colored a {
	text-decoration: none;
	color: #606060;
}

.leftcol_text_colored a:hover {
	text-decoration: underline;
}

.leftcol_text_colored2 a {
	text-decoration: none;
	color: #FFFFFF;
}

.leftcol_text_colored2 a:hover {
	text-decoration: underline;
}

.next_story a {
	text-decoration: none;
	margin-right: 15px;
	font-weight: bold;
	color: #296298;
}

.next_story a img {
	border: none;
	padding-left: 3px;
}

#footer {
	width: 972px;
	height: 75px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left;
}

#footer a img {
	border: none;
}


.warning{
	color:#f00;
}

.nadpis1 {
	color : #FFFFFF;
	font-weight: bold;
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 45px;
	margin-top: 71px;
	text-align : left;
}

.info
{
    font-size:10px; 
    font-family: Arial, Helvetica, serif;
    color: #606060;
}

.warn 
{
    font-size: 12px; 
    font-family: Arial, Helvetica, serif;
    color:#f00;
}

.leftcol_home_text ul { padding-left: 15px; margin-top: 0px; margin-left: 0px; list-style-image: url(../images/next_arrow.png); padding-bottom: 10px; padding-top: 10px; }
.leftcol_home_text ul a {color: #296298; text-decoration: none; font-size: 13px; font-weight: bold;}
.leftcol_home_text ul a:hover { text-decoration: underline; }
.leftcol_home_text li { padding-bottom: 5px;}
.leftcol_home_text_colored ul { padding-left: 15px; margin-top: 0px; margin-left: 0px; list-style-image: url(../images/next_arrow.png); padding-bottom: 10px; padding-top: 10px; }
.leftcol_home_text_colored ul a {color: #296298; text-decoration: none; font-size: 13px; font-weight: bold;}
.leftcol_home_text_colored ul a:hover { text-decoration: underline; }
.leftcol_home_text_colored li { padding-bottom: 5px;}
ul.left { float: left; width: 255px; margin-bottom: 10px; margin-top: 5px; border-right: 1px solid #BECADF;}
ul.right { float: right; width: 255px; margin-bottom: 10px; margin-top: 5px; margin-left: 15px;}

.pet-p-nadpis {color: #296298; font-size: 17px;}
img.preview { float: left; border:none;}

.social-plugins { clear: both; padding-top: 5px;}
.fb-like { float: left; margin-right: 30px;}

.copyright {color: #929292; font-size: 12px;}


.media-row { width: 100%; background-color: #FF0000;}


/*Navigation*/
.home {  background-color: #D7E7F6; background-image: url(../images/bg-nav-home.gif); background-repeat: repeat-x; background-position: bottom; font-size: 11px; height: 246px;}
#nav-home { width: 954px; min-height: 246px; background-image: url(../images/bg-nav-container.png); background-repeat: repeat-y; background-position: -20px; display: table;}
#nav-col-1 { width: 300px; float: left; margin-top: 10px;}
#nav-col-2 { width: 323px; float: left; margin-top: 10px;}
#nav-col-3 { width: 319px; float: right; margin-top: 10px;}
#nav-home p {color: #686868;}
.nav-content { padding-left: 33px; padding-right: 20px;}
.nav-header { font-family: Georgia, "Times New Roman", Times, serif; color: #2f669b; font-size: 26px; font-style: italic;}
a.nav-button { height: 33px; width: 243px; font-size: 15px; color: #3d4573; text-decoration: none; background-image: url(../images/nav-button.png); background-repeat: no-repeat; display: block; margin-bottom: 15px;}
a:hover.nav-button { background-image: url(../images/nav-button-over.png); text-decoration: none;}
a.nav-button span { padding-left: 13px; padding-top: 8px; display: block;}
.next { text-decoration: none; color: #3e70a1; background-image: url(../images/next-arrow.png); background-repeat: no-repeat; background-position: right; padding-right: 15px; margin-left: 13px;}
a:hover.next { text-decoration: underline;}

/*Vyhledávání*/
#cse-search-form { width: 200px; float:right; margin-top: -4px;}
.gsc-search-box { }
.gsc-clear-button { display: none;}
.gsc-input { width: 180px;}


/*FOTOSOUTEŽ*/
.foto-large { height: 510px; width: 680px; background-color: #ededed; margin-top: 30px; background-repeat: no-repeat; background-position: center;}
.foto-control-left {float: left; margin-top: 5px; margin-bottom: 5px;}
.foto-control-right {float: right; margin-top: 5px; margin-bottom: 5px;}
a.skip-left, a.skip-right { font-size: 30px; padding-left: 5px; padding-right: 5px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; color: #333333; vertical-align: sub;}
.break-link { font-size: 18px; color: #a6a6a6; font-weight: bold;}
.foto-description { font-size: 18px; font-weight: bold; padding-left: 5px;}
.vote-number { font-size: 18px; font-weight: bold; padding-right: 5px;}
.vote {float: left;}
.vote a.btn { text-decoration: none;}
.vote a.btn span {position: relative; top: -2px;}
.foto-mail { float: right; width: 400px;}
.foto-mail .btn {border-radius: 0 14px 14px 0; -moz-border-radius: 0 14px 14px 0; -webkit-border-bottom-right-radius: 14px; -webkit-border-top-right-radius: 14px; margin:12px 0 8px; padding:5px 7px;}
.foto-mail .fix-int {float: left; width: 290px; border-right: 0; display: inline-block; margin: 12px 0 8px; padding: 6px 5px 6px;}
.foto-mail p {margin: 0 0 0.9em;}

#fotogallery { margin-top: 20px;}
.foto-row { display: table;}
.foto-item {float: left; width: 226px; text-align: center; margin-bottom: 20px; display: table-cell;}
.foto-item img { padding-bottom: 5px;}
.foto-content-left { position: relative; left: -13px;}
.foto-content-right { position: relative; right: -13px;}