p {
	padding: 0px;
	margin: 0px;
}

.descriptionWindow {
	position: relative;
	width: 570px;
	z-index: 20;
}

	.descriptionWindow .title {
		margin: 0px;
		position: absolute;
		top: 7px;
		left: 30px;
		height:28px;
		width: 320px;
		overflow:hidden;
		text-align: left;
		z-index: 2;
	}

	.descriptionWindow .stars {
		position: absolute;
		top: 5px;
		right: 40px;
		text-align:right;
		font-family: arial;
		font-size: 10px;
		color: black;/*#F6C405*/;
		font-weight: bold;
		z-index: 2;
		padding: 0px 2px;
	}

	.descriptionWindow .star,
	.descriptionWindow .halfStar,
	.descriptionWindow .shadowStar, 
	.descriptionWindow .starShadow {
		width: 14px;
		height: 14px;
		margin-right: 2px;
	}
	
	.stars .star,
	.stars .halfStar,
	.stars .shadowStar, 
	.stars .starShadow {
		width: 16px;
		height: 16px;
	}

	.descriptionWindow .link {
		position: relative;
		bottom: 4px;
		left: 10px;	
		color: #306584;
		cursor: pointer;
	}

	.descriptionWindow .content {
		position: absolute;
		top: 35px;
		left: 5px;
		width: 560px;
	}	

.content .label {
	position: relative;
	left: 5px;
	height: 25px;
	line-height: 25px;
	width: 550px;
	color: white;
	margin-top: 3px;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	background-repeat: x-repeat;	
}

.description .collumn1,
.description .collumn2 {
	vertical-align: top;
	padding: 2px 4px 2px 0px;
}

.description .collumn1 {
	width: 200px;
	text-align: right;	
	font-weight: bold;
}

.description .collumn2 {
	width: 350px;
	text-align: left;	
}

.inheritAll {
	color: inherit;
	font-size: inherit;	
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	cursor: pointer;
}

.descriptionWindow .foto {
	text-align: center;
}

.descriptionWindow .foto img {
	height: 100px;
	width: 100px;
	padding: 7px 2px 3px 2px;
}

.descriptionWindow .mainBackground {
	position: absolute;
	z-index: -1;
	margin: 0px;
	pading: 0px;
}

.descriptionWindow .backgroundCorner {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}

.descriptionWindow .leftUpperCorner {
	top: 0px;	
	left: 0px;
	height: 35px;
	background-position: bottom right;
	font-size: 0px;
}

.descriptionWindow .top {
	top: 0px;	
	left: 30px;
	width: 510px;
	height: 35px;
	background-position: left bottom;
	background-repeat: repeat-x;
}

.descriptionWindow .rightUpperCorner {
	top: 0px;	
	right: 0px;
	height: 35px;
	background-position: bottom left;
	font-size: 0px;
}

.descriptionWindow .leftBackgroundImage {
	top: 35px;
	bottom: 30px;
	left: 0px;
	width: 5px;
	z-index: -2;	
}

.descriptionWindow .left {
	top: 35px;
	bottom: 30px;
	left: 0px;
	width: 5px;
	z-index: -2;	
}

.descriptionWindow .right {
	top: 35px;
	bottom: 30px;
	right: 0px;
	width: 5px;
	z-index: -2;	
}

.descriptionWindow .rightBackgroundImage {
	top: 35px;
	bottom: 30px;
	right: 0px;
	width: 5px;
	z-index: -2;	
}

.descriptionWindow .leftLowerCorner {
	bottom: 0px;	
	left: 0px;
	background-position: top right;
	font-size: 0px;
}

.descriptionWindow .bottom {
	bottom: 0px;	
	left: 30px;
	width: 510px;
	height: 30px;
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 0px;
}

.descriptionWindow .rightLowerCorner {
	bottom: 0px;	
	right: 0px;
	background-position: top left;
	font-size: 0px;
}

ul {
	margin: 0px;
	padding: 0px 15px;
}

/*	kalendarz	*/

.kalendarz {
	text-align: center;
	border-collapse: collapse;
	background-color: white;
}

.kalendarz .tdHeader {
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, arial;
	width: 25px;
	height: 23px;	
}

.kalendarz  td {
	height: 23px;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, arial;
	border: solid 1px black;
	padding: 0px;
	margin: 0px;	
}

td.ksb {
	background-color:#AAAAAA;
	color:#CCCCCC;
}

td.ks1 {
	background-color:#DDDD00;
}

td.ks3 {
	background-color:#A80000;
	color:#EEEEEE;
}

.form_container {
	float:left;
	text-align:center;
	width:290px;
	margin: 0px 5px;
}

.form_container td {
	line-height: 16px;
}

.results_container {
	float: right;
	width: 260px;
	margin: 0px;
}