html, body {
	height:100%;
}
body {
	color: #525959;
	width:100%;
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	background: #FFF;
}
/*Other*/
.clear { font-size: 0pt; clear: both; }
p {
	margin-top: 10px;
}
h2 {
	font: normal 18px Tahoma, Geneva, sans-serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #2B6BAB;
}
h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #636363;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
a {
color: #588abc;
text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#wrap {
	margin: 25px auto 0px;
	width: 972px;
	position: relative;
}

#header {
	position: relative;
	margin-bottom: 20px;
	padding-right: 6px;
	padding-left: 6px;
	height: 69px;
}
#logo {
	float: left;
}
#logo a {
    display: block;
    background: url("../images/logo.png") no-repeat;
    width: 133px;
    height: 69px;
}
#lang {
	font-size: 11px;
	float: right;
	color: #588abc;
}
#flash {
	text-align: center;
	border: 1px dashed #b9bdbd;
	padding: 5px;
}
.menub {
    background: url("../images/menutop.jpg") no-repeat left top;
	height: 48px;
	width: 252px;
	position: absolute;
	left: 6px;
}
.menunizuha {
    background: url("../images/menubottom.jpg") no-repeat left bottom;
	position: absolute;
	width: 252px;
	height: 30px;
	bottom: 0px;
}
.podpismenu {
	font-size: 18px;
	color: #3286c0;
	position: absolute;
	left: 40px;
	top: 14px;
	cursor: pointer;
}

.contentmenu {
	position: absolute;
	top: 30px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 45px;
	font-size: 11px;
}
.buttons {
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
	height: 50px;
}
.menuabout {
    background: url("../images/buttabout.jpg") no-repeat left top;
	height: 48px;
	width: 252px;
	position: absolute;
	right: 6px;
	cursor: pointer;
}
.smalltext {
	margin: 0px 5px 25px;
}
#footer {
	padding: 25px;
	background: #f7f7f7;
	margin: 0px;
	font-size: 11px;
	line-height: 18px;
    overflow: hidden;
}
#find {
	font-size: 11px;
	float: right;
	color: #588abc;
	clear: right;
	margin-top: 25px;
}
.sear {
	font: 11px Verdana, Geneva, sans-serif;
	color: #666;
	border: 1px solid #7f9db9;
	padding: 2px;
}
.picright {
	margin: 5px 0px 10px 10px;
	padding: 2px;
	float: right;
	border: 1px solid #666;
}
.h1blu {
	color: #3286C0;
}
ul.content  {
	display: list-item;
	margin: 8px 0px;
	padding: 0px;
}
ul.content li {
	padding-left: 20px;
	list-style: disc outside;
	display: list-item;
	margin: 0px 0px 5px 30px;
}
.podpismenu a {
	text-decoration: none;
}
#selected {
	font-size: 11px;
}.inp {
	padding: 3px;
	font: 12px Verdana, Geneva, sans-serif;
}
.redtext {
	color: #F00;
	font-size: 24px;
	line-height: normal;
}
.green {
	color: #7CA600;
	font-size: 24px;
	line-height: normal;
}
.smhead {
	padding: 10px;
	margin-top: 5px;
	border-left: 6px solid #F7F7F7;
}
.copyright {
	float: right;
	margin: 0px;
	padding: 0px;
}
.foot_nav {
		float: left;
}



.newprog {
	float: left;
	width: 252px;
	margin-right: 103px;
}

.topmenu2 {
	overflow:hidden;
	margin-bottom:25px;
	padding:10px;
	border: 1px solid #cdd4de;

	background: #F7F7F7;
}
.topmenu2 li {
	float:left;
	margin-right:20px;
	padding-left:20px;
	border-left: 1px dotted #CDD4DE;
}
.topmenu2 li:first-child { padding-left:10px; border:none}
.topmenu2 li a {}

.row { overflow:hidden}
.col1 {
	float:left;
	width:48%;
	margin-right:4%;
	border-top: 1px solid #CCC;
}
.col2 { float:left; width:48%; 	border-top: 1px solid #CCC;}
.etmana { text-align:center; margin-bottom:20px;}


/*130213*/
body.etmana_page {
    background: #FFFFF;
    color: #525959;
}
.etmana_page #logo a {
    background-image: url("../images/logo_white.png");
}
.etmana_page .h1blu {
    color: #636363;
    text-align: center;
}
.etmana_page #footer {
    background: #F7F7F7;
}
.etmana_page #footer a {
    color: #588ABC;
 }
.etmana_page .topmenu2 {
    background: #fff;
    border: 0;
}
.etmana_page a {
   color: #525959;
}
.etmana_page .topmenu2 a {
    color: #62A506;
}
.etmana_page h2 {
     color: #8DC63F;
 }
.slider_wrap {
    margin-bottom: 25px;
    background: #f0f0f0;
    height:370px;
}
.slides_container {
    width:962px;
    display:none;
}

/*
    Each slide
    Important:
    Set the width of your slides
    If height not specified height will be set by the slide content
    Set to display block
*/
.slides_container div {
    width:962px;
    height:370px;
    display:block;
}