html, body {height:100%;}
body{
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:14px;
	color:#474749;
}

a {
	color:#0066CC;
	text-decoration: none;
	font-style: normal;
	text-transform: none;
}

a:hover {
	color:#0CF;
}

.allheader{
	background: url('/img/bg_head_all.jpg') repeat-x;
	margin: 0px auto;
	background-position:0 0;
	width:100%;
	z-index:-1;
	
}

.allfooter{
	background: url('/img/bg_tail_all.jpg') repeat-x;
	width:100%;
	height:152px;
	position: relative;
	bottom:0%;
	left:0px;
}

.footercontent{
	border-top:1px #01D3FF solid;
	vertical-align:top;
	width:980px;
	margin: 0px auto;
}

.copyrightd{
	float:right;
	width:130px;
	height:130px;
}

.wrap {
	position:relative;
	width:980px;
	margin: 0px auto;

	min-height:100%;
	height:auto !important;
	height:100%;

	xxxborder-left:1px solid #69b401;
	xxxborder-right:1px solid #69b401;
}

/* menu */

#allmenu {
	height:180px;
}

#logoall {
	position:absolute;
	top:25px;
	text-align:center;	
	width:255px;
	float:left;
}
#splash {
	overflow:hidden;
	cursor:auto;
	border:0px red solid;
	position:relative;
	text-align:center;
}
#globalmenu {
	width: 725px;
	height: 41px !important;
	position:absolute;
	top:145px;
	right:0%;
	text-align:right;
	z-index: 1;
}

#globalmenu ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

#globalmenu li {
	float: left;
	margin: 0; 
	padding: 0; 
	text-indent: 0; 
}

#globalmenu li a, #globalmenu li div { 
	float: left; 
	height: 41px; 
	line-height: 41px; 
	width: 145px; 
	overflow: hidden; 
	text-indent: -999em; 	
	background-image: url(/img/globalmenu.png); 
	background-repeat: no-repeat;	
}

/* global menu buttons */
#globalmenu #gm1 a { background-position: 0 0; width: 145px; }
#globalmenu #gm2 a { background-position: -145px 0; }
#globalmenu #gm3 a { background-position: -290px 0; }
#globalmenu #gm4 a { background-position: -435px 0; }
#globalmenu #gm5 a { background-position: -580px 0; }

/* mouseover */
#globalmenu #gm1 a:hover { background-position: 0 -42px; }
#globalmenu #gm2 a:hover { background-position: -145px -42px; }
#globalmenu #gm3 a:hover { background-position: -290px -42px; }
#globalmenu #gm4 a:hover { background-position: -435px -42px; }
#globalmenu #gm5 a:hover { background-position: -580px -42px; }

/* active button */
#globalmenu a.active 		 { cursor: default; }
#globalmenu #gm1 a.active { background-position: 0 -42px; }
#globalmenu #gm2 a.active { background-position: -145px -42px !important; }
#globalmenu #gm3 a.active { background-position: -290px -42px !important; }
#globalmenu #gm4 a.active { background-position: -435px -42px !important; }
#globalmenu #gm5 a.active { background-position: -580px -42px !important; }

/* menu end */


/* run text */
#ID_ANIMATION
{
	position	:	relative;
	padding		:	0px;
	width		:	980px;
	overflow	:	hidden;
	margin-top:15px;
	margin-bottom:8px;
	border-top:1px solid #0CF;
	border-bottom:1px solid #0CF;
	
}

#ID_ANIMATE
{
	display		:	inline;
	position	:	relative;
	padding		:	0px;
	margin		:	0px;
	color		:	#0CF;
	white-space	:	pre;
	font-family	:	Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	
}
/* end run text */


/* servises hidden block & lists */
.serrek {
	background-color:#DDD;
	margin:5px;
	margin-left:25px;
}

.toplist li{
	list-style-type: square;
	list-style-position:inside;
	padding-left:25px;
	margin-bottom:5px;
}
.lowlist li{
	list-style-type:circle;
	list-style-position: outside;
	margin-left:25px;
	padding-left:0px;
	margin-bottom:5px;
}
.lowlistsrt li{
	margin-bottom:2px;
	list-style-type:circle;
}

.toplist ul, .lowlist ul, .lowlistsrt ul {
	margin-top:10px;
	margin-bottom:10px;
}

/* tab pane styling */
div.panes div {
	display:none;		
	padding:5px 10px;
	border-top:0;
	height:100%;
}

/* end */


.textfoot{
	 background-image:url('/img/text_bg_down.jpg');
	 background-repeat:no-repeat;
	 background-position:center bottom;
     padding-top:10px;
}
.textheadbg{
	width:974px;
   	height:104px;
    z-index:-1;
	position:absolute;
	background-image:url('/img/text_bg_up.jpg');
	background-repeat:no-repeat;
}

.maintext{
	position:relative;
    padding-top:30px;
}


.dwkwahead2{
	position:absolute;
	background: #fff url('/img/bg_head3.jpg') no-repeat;
	height:200px;
	width:200px;
	margin:0 auto;
	top: 0px;
}

.dwkwatail2{
	position:absolute;
	background: #fff url('/img/bg_tail.jpg') no-repeat;
	height:200px;
	width:200px;
	margin:0 auto;
	bottom: 0px;
}
.main2{
	height:100%;
	border:1px blue solid;
}

.content{
	width:980px;
}
.contdiv{
	 background-image:url('/img/text_bg_down.jpg');
	 background-repeat:no-repeat;
	 background-position:center bottom;
}


.autow{
	width:auto;
}
.rbdwkwa{
	 text-align:right;
	 vertical-align:bottom;
}
.h100{
	height:100%;
}

.textbg1{
	width:974px;
	position:absolute;
	background-image:url('../img/text_bg_up.jpg');
	background-repeat:no-repeat;
	height:104px;
}

.banlist{
	width:980px;
	height:342px;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.bantd{
	width:25%;

	background-repeat:no-repeat;
	background-position:10px 57px;

	vertical-align:top;
	padding:0px;
	margin:0px;

	padding-top:65px;
	padding-left:18px;

}
.bantd ul{
	margin-top:5px;
	margin-bottom:0px;
	margin-left:15px;
}

.ban li {
	list-style:disc outside url(/img/ul.png);
}

.bantd a{
	color:#0066CC;
}

.bantd a:hover {
	color:#0CF;
}

.predlozhenie h1{
	font-size:20px;
	margin-bottom:0px;

}
.predlozhenie h2{
	font-size:16px;
	margin-top:5pt;
	margin-bottom:0px;
}
.predlozhenie h2 span{
	font-weight:normal;
}

.predlozhenie p{
	margin-top:7px;
}
.predlozhenie p b{
	font-size:16px;
	color:#8FA310;
}
.centertext, .news{
	padding-left:10px;
}
.centertext h2, .news h2{
	padding-bottom:0px;
	margin-bottom:0px;
}
.centertext h2 strong, .news h2 strong{
	font-size:16px;
}
.centertext span, .news span{
	font-size:18px;
}
.centertext p{
	margin-top:15px;
	margin-bottom:15px;
	line-height:120%;
}
.news p{
	margin-top:15px;
	margin-bottom:15px;
	line-height:120%;
}
strong.big{
	font-size:18px;
}

