@charset "utf-8";

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body, html {
	margin: 0;
	padding: 0;
	background-color: #eee;
}
body {
	text-align: center;
}

#body01 {
	width: 960px;
	min-height: 620px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;	
	background: url(images/transpost01_bg.jpg) top no-repeat;
}
#body02 {
	width: 960px;
	min-height: 620px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;	
	background: url(images/transpost02_bg2.jpg) top no-repeat;
}
#logo {
	background: url(images/transpost01_logo.jpg) top center no-repeat;
	height: 159px;
	margin-top: 18px;
}
#logo02 {
	background: url(images/transpost02_logo.jpg) top center no-repeat;
	height: 139px;
	margin-top: 29px;
	text-align: center;
}
#logo02 a, #logo a {
	display: block; 
	height: 158px; 
	width: 284px;
	margin-left: 340px;
}
a.more {
	display: block;
	width: 88px;
	height: 26px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 4px;
}
a.more:hover {
	text-decoration: underline;
}
.morew {
	background: url(images/transpost01_wiecej.jpg) top center no-repeat;
	color: #fff;
}
.moreb {
	background: url(images/transpost01_wiecej-tablice.jpg) top center no-repeat;
	color: #142962;
}
.bl {
	background: url(images/transpost01_tablica1.jpg) top left no-repeat;
	height: 193px;
	width: 50%;
}
.bl a {
	margin: 100px auto auto 160px;
}
.br {
	background: url(images/transpost01_tablica2.jpg) top right no-repeat;
	height: 193px;
}
.br a {
	margin: 100px auto auto 220px;
}
#b3 {
	background: url(images/transpost01_13.jpg) top center no-repeat;
	height: 218px;
	margin-top: 25px;
}
.bo1 {
	position: absolute;
	margin: 173px auto auto 210px;	
}
.bo2 {
	position: absolute;
	margin: 173px auto auto 528px;	
}
.bo3 {
	position: absolute;
	margin: 173px auto auto 845px;	
}
img {
	border: 0;	
}
#bottom {
	text-align: center;
	margin-top: 15px;	
}


.menu, .menu * {
	color: #fff;	
}
.menu {
	background: url(images/transpost02_menu.jpg) top center no-repeat;
	height: 52px;
	margin-top: 30px;
	border:none;
	font-weight: bold;
}
.menu ul {
	height: 50px;
	list-style: none;
	margin:0;
	padding:0;
}
.menu li {
	float: left;
	padding: 0px;
}
.menu li a {
	display: block;
	line-height: 50px;
	margin: 0px;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
}
.menu li a:hover, .menu ul li:hover a {
	text-decoration: none;
}
.menu li ul {
	background: #11285A;
	display: none;
	height: auto;
	position: absolute;
	width: 225px;
	z-index: 200;
	margin-top: -5px;
}
.menu li:hover ul {
	display: block;
}
.test li:hover ul {
	display: block;
}
.menu li li {
	display: block;
	float: none;
	width: 225px;
	border-top: solid 1px #17387D;
}
.menu li:hover li a {
	background: none;
}
.menu li ul li {
	height: 30px;
}
.menu li ul li a {
	line-height: 30px;
}
.menu li ul a {
	display: block;
	height: 30px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
}
.menu li ul a:hover, .menu li ul li:hover a {
	background: #142E69;
	text-decoration: none;
}

		






#content {
	padding: 20px;
	display: block;
}
#footer {
	background: url(images/transpost02_footer.jpg) top center no-repeat;
	height: 34px;
	padding: 10px;
}
#footer, #footer * {
	color: #919AB7;	
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}





.o_li {
	border: solid 1px #17387D;
	background: #11285A;
	margin: 5px 150px;
}
.o_li a {
	padding: 10px 50px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: #11285A;
}
.o_li a:hover {
	background: #142E69;
}


.o_box {
	border: solid 1px #17387D;
	margin: 30px 80px;	
	padding: 20px;
}
.o_box h2 {
	font-size: 16px;
	border-bottom: 	solid 1px #17387D;
}

.error {
	background: #fff;
	padding: 5px;
	color: #bd0000;
}
.success {
	background: #fff;
	padding: 5px;
	color: #00bd00;
}



.tip {
	font-size:10px;
	color:#666666;
	font-style:italic;
}


