#wrap {
	width:600px;
	text-align:left;
	padding:1px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FF0000;
}

#tabs {
	margin:0;
	padding:0 20px;
	list-style:none;
	height:26px;
	background:#fff;
	border-bottom:1px solid #dcf6b9;
}

#tabs li {
	float:left;
	margin:0 7px 0 0;
}

#tabs li a {
	color:#3366FF;
	font-weight:normal;
	display:block;
	background:#BAC0FC;
	padding:7px 15px;
	text-decoration:none;
	height:12px;
	
}

#tabs li a:hover {
	background:#d3e1fe;
}

#tabs li.selected a {
	color:#003366;
		border-bottom:1px solid #dcf6b9;
	background-color: #d3e1fe;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
}

#tabs li.selected a:hover {
	text-decoration:underline;
}

.main {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

.main h2 {
	margin:20px 0 15px;
	font-family: "Trebuchet MS", "Tahoma sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.opis h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	background-color: #E1F9FF;
	text-align: left;
}

