@charset "UTF-8";

body {
	background: #0a4cb8;
	background-image: url(images/bg_high.jpg);	
	background-repeat:repeat-x;
	text-align: left;
	line-height: 1.6;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin:0px;
}

.container {
	width: 960px;
	margin: auto;
}

#top {
	background-image: url(images/top_logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height:48px;
}

#main {
	width: 960px;
	min-height:350px;
	background-image: url(images/main.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#main2 {
	width: 960px;
	min-height:400px;
	background-image: url(images/main_2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#man a {
	position:absolute;
	width: 420px;
	height:330px;
	float:left;
	margin:0px;
	display:block;
	text-indent:-9999px
}

#cu3er-container {
	position: relative; top:55px; right:30px;
	width:450px;
	height:240px; 
	outline:0;
	float:right;
}

.box {
	width:300px;
	padding: 10px;
	float: left;
	min-height:300px;
}

.box2 {
	width:600px;
	padding:10px;
	float:left;
}

.box3 {
	width: 300px;
	padding:10px;
	float: left;
}

#clear {
	clear:both;	
}

.pion {
	background-image: url(images/pion.png);
	background-position:center;
	background-repeat:no-repeat;
	width:10px;
	min-height:300px;
	float:left;
	padding:5px;
}

#bottom {
	background-color:#171816;
	min-height:80px;	

}

#stopka {
	color:#666;
	font-size:12px;
	padding:10px;
	float:right;
		
}

#nazwa {
	float:left;
	padding:10px;
}

#submenu {
	width:400px;
		
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}
li {
	float:left;
	width:120px;
	margin:0;
	padding:0;
	text-align:center;
}
li a {
	display:block;
	padding:12px 5px 5px 3px;
	height:29px;
	color:#FFF;
	text-decoration:none;
	border-right:1px solid #3b80ff;
}
li a {
	background:url(images/bg2.png) repeat 0 0;
}
li a:hover {
	background-position:50px 0;
}

a  {
	text-decoration:none;
}
