body{
	margin: 0px;
	padding: 0px;
	background-color: white;
}

div.left{
	float: left;
	width:180px;
	margin-right: 10px;
	display: inline;
}

a{
	color: #00019b;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

div.right{
	float: right;
	width:789px;
	margin-right: 1px;
	display: inline;
	margin-top: 34px;
	margin-bottom: 15px;
}

div.lang{
	float: left;
	margin-top: 5px;
	width: 179px;
}

#jeden{
	display: inline;
	margin-left: 5px;
}
div.menu{
	float: left;
	width: 179px;
	background-image: url(images/bg_menu.jpg);
	margin-top: 0px;
	margin-bottom: 10px;
}

div.menu .jeden{
	float:left;
	width: 179px;
	height:33px;
	background-image: url(images/menu_top.jpg);
}

div.menu .dwa{
	float:left;
	width: 179px;
	height:27px;
	background-image: url(images/menu_bottom.jpg);
}

div.menu a{
	width:125px!important;
	display:block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	color: #373838;
	background-image: url(images/menu1.jpg);
	margin-left: 15px;
	margin-right:14px;
	margin-bottom: 4px;
	padding-left: 25px;
	font-size: 11px;
	font-family:tahoma;
	text-decoration: none;
	text-transform: lowercase;
}

div.menu a:hover{
	color: #051977;
	background-image: url(images/menu2.jpg);
}

div.menu2{
	float: left;
	margin-left:14px;
	display: inline;
}

div.menu2 a.link{
	line-height:  25px;;
	color: #414141;
	font-size: 11px;
	font-family:tahoma;
	text-decoration: none;
	margin-left: 5px;
	border-right: 1px solid #0b2177;
	padding-right: 5px;
}

div.menu2 a.link:hover{
	text-decoration: underline;
}

div.menu2 a{
	line-height:  25px;
	color: #414141;
	font-size: 11px;
	font-family:tahoma;
	text-decoration: none;
	margin-left: 5px;
	padding-right: 5px;
}

div.menu2{
	line-height: 25px;
	color: #414141;
	font-size: 11px;
	font-family:tahoma;
}

.title{
	float: left;
	width:780px;
	color: #051b7f;
	margin-bottom: 8px;
}

td,p,div{
	font-family: Tahoma;
	font-size: 12px;
	color: #414141;
}

a.grr{
	padding: 5px;
	border: 1px solid #cecece;
	
	display: block;
}

#wrr a{
	padding: 2px;
	border: 1px solid #cecece;
	display: block;
	float: left;
	margin-right:20px;
	margin-bottom: 10px;
	display: inline;
}

#wrr a img{
	border: 0px;
	width: 165px;
	height: 119px;
}

.mini{
	border: 1px solid #cecece;
	width: 120px;
}


.mini2{

   margin-left:5px;
	margin-bottom: 5px;
	display: inline;
	width: 122px;
	

}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

li{

color:#80e037;
}

li span{
	color: #474747;
}