@charset "utf-8";
body {
	background-color: #E3E3E3;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #00000;
	text-decoration: none;	
}
#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:3px;
	left:-2px;
	overflow:hidden;
}
#mask {
	width:500%;
	height:100%;
}
.item {
	width:20%;
	height:100%;
	float:left;
}
.content {
	width:600px;
	min-height:300px;
	top:20%;
	margin:0 auto;
	position:relative;
}
.content_slub {
	width:700px;
	min-height:300px;
	top:20%;
	margin:0 auto;
	position:relative;
}
.content_zap {
	width:400px;
	height:300px;
	top:20%;
	margin:0 auto;
	position:relative;
}
.content_przyjecie {
	width:700px;
	min-height:300px;
	top:20%;
	margin:0 auto;
	position:relative;
}
.selected {
	font-weight:700;
}
.clear {
	clear:both;
}

#menu {
	position: fixed;
	top: 30px;
	left: 300px;
	height: 150px;
	width: 500px;
	z-index: 100;
}
a {
	color: #000;

	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;	
}

.td_box {
	background-color:#FFFFFF;
	text-align:justify;
}
.td_box_left {
	background-color:#FFFFFF;
	text-align:justify;
	padding-right: 10px;
}
#bubbles_corner {
	position: fixed;
	bottom: 30px;
	right: 20px;
	height: 100px;
	width: 100px;
	background-image:url(images/bubbles.png);
	z-index: 100;
}