body{
	background: #0B0E3C;
	background-repeat: repeat-x;
	font-family: Verdana;
	color: white;
}

body a:link{
	color: blue;
}

body a:visited{
	color: blue;
}

* html body{
	behavior:url("csshover.htc");
}

#all{
	width: 900px;
	margin: auto;
	background: white;
	background-image: url(/public_html/images/images/background_all.jpg);
	background-repeat: no-repeat;
}

#banner{
	 width: 100%;
}

#banner #fulb{
	float: right;
	height: 220px;
	width: 302px;
	padding-right: 10px;
	padding-top: 10px;
	background: #0C0D2B1;
}

#navmenumain ul, li{
	list-style: none;
}

#banner ul, li{
	list-style: none;
}

#rest {
	display: block;
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	border-bottom: 0px solid black;
}

#mainmenu{
	height: 35px;
	position: absolute; top: 146px;
}

#mainmenu a #mainmenu_item{
	display: inline;
	padding: 8px;
	padding-left: 17px;
	padding-right: 18px;
	float: left;
	text-decoration: none;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-image: url(/public_html/images/images/background_menu.jpg);
	border-top: 1px solid #0d0f57;
	border-bottom: 1px solid #0d0f57;
}

#mainmenu a #mainmenu_item.active{
	background: #0d0f57;
}

#mainmenu a #mainmenu_item:hover{
	background: #a00f0f;
}

#mainmenu a #mainmenu_item.active:hover{
	background: #0d0f57;
}

* html #mainmenu_item a:hover{
	background: #0C0D2B;
}

#navmenusup {
	float: left;
  	width: 150px;
	margin-right: 0px;
	margin-bottom: 30px;
	z-index: 1000;
	color: #0C0D2B;
}

* html #navmenusup {
	margin-left: -1px;
	width: 150px;
}

#right_navmenusup {
	float: right;
  	width: 140px;
  	background: white;
  	color: #171f43;
	border: 1px solid black;
	border-top: 0px solid black;
	margin-bottom: 30px;
	font-weight: bold;
}

#right_navmenusup img{
	border: 0px solid white;
}

#language{
	float: right;
	text-align: right;
	color: black;
	font-weight: bold;
	font-size: 15px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

* html #language{
	margin-bottom: -20px;
}

*+ html #language{
	margin-bottom: -10px;
}

#language a img{
	border: 1px solid black;
	width: 25px;
	padding: 0px;
}

#language a img:hover{
	border: 1px solid white;
}


#container {
	border: 0px solid black;
	padding: 25px;
	padding-top: 0px;
	margin-left: 156px;
	margin-right: 152px;
	margin-bottom: 30px;
	min-height: 450px;
	color: #171f43;
	font-size: 12px;
	position: relative;
}

* html #container {
	margin-left: 171px;
	margin-right: 163px;
	height: 450px;
}

#container h2{
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 35px;
	text-align: center;
	color: #0d0f57;
}

*+html #container h2{
	margin-top: 35px;
}

*html #container h2{
	margin-top: 35px;
}

#footer{
	clear: both;
	width: 100%;
	border-top: 1px solid #0d0f57;
	height: 15px;
	padding-top: 5px;
	color: white;
	background: #0B0E3C;
	font-weight: normal;
	font-size: 10px;
}

#footer div.left{
	padding-top: 0px;
	padding-left: 5px;
	text-align: left;
	width: 350px;
	display: inline;
	border: 0px solid yellow;
	float: left;
}

#footer div.right{
	padding-top: 0px;
	padding-right: 5px;
	text-align: right;
	width: 350px;
	display: inline;
	float: right;
	border: 0px solid yellow;
}

/* menu boczne */

#navigation-block {
	width: 150px;
	margin-left: -40px;
	margin-top: -16px;
	border: 0px solid black;
}

* html #navigation-block{
	margin-top: 0px;
}

*+ html #navigation-block{
	margin-top: 0px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: 13px;
	margin: 0 0;
	padding: 0;
}

ul#sliding-navigation li.sliding-element{
	margin-bottom: 6px;
}

ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 140px;
	padding: 3px 5px;
	margin: 0;
	color: white;
	font-size: 11px;
	border: 1px solid black;
	background: #D3E8FF;
	text-decoration: none;
	position: relative: left: 20px;
	background: #a00f0f;
	background-image: url('/public_html/images/images/background_menu.jpg');
	background-repeat: repeat-x;
}

ul#sliding-navigation li.sliding-element a:hover
{
	color: white;
	background: #a00f0f;
}

ul#sliding-navigation li.sliding-element#active a{
	color: white;
	background: #0d0f57;
	font-weight: normal;
	width: 140px;
}

ul#sliding-navigation li.sliding-element h3
{
	width: 140px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	border: 1px solid black;
	color: #aa060d;
	padding: 5px;
	margin-top: 0px;
	background-image: url('/public_html/images/images/background_header.jpg');
}

table.humprey{
	border: 1px solid black;
	margin: 0 auto;
}

table.humprey th{
	background: #0d0f57;
	color: white;
}

table.humprey td{
	background: white;
	color: black;
	border: 1px solid black;
}

table.humprey th, td{
	border: 1px solid black;
	padding: 5px;
}

body.userform{
	background: white;
	color: black;
	font-size: 12px;
}

table.userform{
	border: 0px solid white;
	color: black;
	font-size: 12px;
}

table.userform th, td{
	border: 0px solid white;
	padding: 10px;
}

ul.links{
	width: 400px;
	margin: 0 auto;
}

ul.links li{
	font-size: 13px;
	font-weight: bold;
	list-style-image: url(/public_html/images/images/redball.gif);
	list-style-image-position: top: 10px;
	padding-bottom: 12px;
}

ul.links li a{
	text-decoration: none;
}

ul.board{
	padding-left: 0px;
}

ul.board li{
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	padding-bottom: 12px;
}

li#mainmenu_contact{
	border: 1px solid black;
	margin-left: -40px;
	width: 130px;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	background: white;
	margin-top: 20px;
	background-image: url('/public_html/images/images/logo2.png');
	background-repeat: no-repeat;
	background-position: center center;
}

*+html li#mainmenu_contact{
	margin-top: 20px;
}

*html li#mainmenu_contact{
	margin-top: 20px;
}

li#news{
	border: 1px solid black;
	margin-left: -40px;
	width: 140px;
	font-size: 13px;
	margin-top: -16px;
	background: white;
}

li#news.quickinfo{
	margin-top: 20px;
}

*+html li#news{
	margin-top: 0px;
}

*html li#news{
	margin-top: 0px;
}

li#news h3{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
	background: #aa060d;
	border-bottom: 1px solid black;
	font-size: 13px;
	color: #aa060d;
	text-decoration: none;
	background-image: url('/public_html/images/images/background_header.jpg');
}

li#news ul{
	padding-left: 0px;
	padding: 5px;
}

*html li#news ul{
	margin-left: 0px;
}

*+html li#news ul{
	margin-left: 0px;
}

li#news li{
	padding-bottom: 15px;
	padding-top: 10px;
	margin-top: 3px;
	border-top: 0px solid black;
}

li#news a{
	text-decoration: none;
	font-size: 11px;
	color: #0d0f57;
	font-weight: bold;
}

li#news a:link{
	color: #1e3f64;
}

li#news a:hover{
	text-decoration: underline;
}

li#news a:visited{
	color: #1e3f64;
}

table.mainpage td{
	padding: 8px;
	padding-top: 0px;
	border: 0px solid black;
	font-size: 13px;
	text-align: center;
}

table.mainpage td h3{
	font-size: 14px;
	color: #0d0f57;
}

#worldwide td{
	text-align: left;
	font-size: 10px;
	border: 0px solid black;
}

#worldwide p{
	font-weight: bold;
	text-decoration: underline;
}

#right_header{
	padding: 6px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-size: 13px;
	color: #0d0f57;
	background-image: url('/public_html/images/images/background_header.jpg');
	text-decoration: none;
	margin-bottom: 25px;
}

#slideshow {
	position: relative;
}

#slideshow div {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:8;
    border: 0px solid #0C0D2B;
}

#slideshow div img{
    border: 3px solid #0d0f57;
}

#slideshow div.active {
    z-index:10;
}

#slideshow div.last-active {
    z-index:9;
}

#slideshow div #caption{
	width: 276px;
	height: 30px;
	position: absolute; top: 163px; left: 3px;
	padding: 10px;
	font-size: 11px;
	background-image: url('/public_html/images/images/transpBlack.png');
}

* html #slideshow div #caption{
	background-image: none;
	background: black;
}

#slideshow div #caption a{
	float: right;
	text-decoration: underline;
	color: white;
}

#log_error{
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 2px solid red;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	background: #ffc6c6;
}
