body {
	background: #000;
	color: #FFF;
	font-size: 25px;
	line-height: 35px;
	font-family: Arial, serif;
}
a {
	color: #FF0;
	text-decoration:  underline;
	margin: 2px;
}
a:hover {
	color: #000;
	background: #FF0;
}

#nav > li > a {
	font-weight: bold;;
	font-size: 30px;
}

a img {
		border:  none;
		vertical-align: middle;
}

.data *, .data2 * {
	padding: 5px;
}

input, button {
	background: #000;
	color: #FF0;
	border: 3px solid #FF0;
	font-size: 25px;
}



/*		Calendar
**********************/
.calendar {
	width: 680px;
	margin: 0 auto;
	clear: both;
	height: 100%;
	overflow: hidden;
}
a.arch {padding: 10px 0 0 10px;}

	.calendar .top {
		text-align: center;
	}
	.calendar .top a {
		border-radius: 6px;
		-moz-border-radius: 6px;
		font-weight: bold;
		text-decoration: none;
		padding: 0 5px;
	}
	.calendar .top span {
		text-align: center;
		float: left;
		display: block;
		font-weight: bold;
		padding: 0 5px;
	}
	.calendar .top .rok {
		width:  70px;
		padding: 0 !important;
	}
	.calendar .weeks {
		clear: both;
	}
	.calendar .weeks li {
		float: left;
		text-align: center;
		width: 90px;
		height:50px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.calendar .days li {
		float: left;
		width: 90px;
		height:50px;
		line-height:50px;
		display: block;
		text-align: center;
	}
	.calendar .g {
		color: #CCC;
	}
	.calendar .now {
		font-weight: bold;
		background: #666;
		color: #FFF;
		border-radius: 6px;
		-moz-border-radius: 6px;
	}
		.calendar .point a {
			display: block;
			height: 100%;
			width: 100%;
			font-weight: normal;
			text-decoration: none;
			font-weight: bold;
		}
		.calendar .point a:hover {
			border-radius: 3px;
			-moz-border-radius: 3px;
		}
