/* CSS Document 
	website:		www.bambooclub/dynamicgym.cz
	author: 		Tomáš Podoba - www.podoba.cz
*/
html, body {border: 0; margin: 0; padding: 0;}
body {
	font-size: 11px;
	background: #060706 url(../images/bg_body.png) 0px 0px repeat-x;
	color: #303030;
	text-align: center;
	font-family: Tahoma, Aria, Verdana, "MS Sans Serif";
}

/* START :		general TAGs	*/
a img {
	border: none;
}
a, a:visited		{	text-decoration: none; color: #1e90ff;}
a:hover 				{	text-decoration: underline;}


.clear { clear: both; height: 0px; visibility: hidden; font-size: 1px; }

/* END :			general TAGs	*/
/* START :		LAYOUT STYLE	*/

div#all {
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
	position: relative;
}

div#top {
	background: transparent url(../images/bg_top.jpg) top center no-repeat;
	width: 900px;
	height: 50px;
	float: left;
}
div#head {
	background: #fff;
	width: 900px;
	height: 254px;
	overflow: hidden;
	float: left;
}
div#content {
	background: #fff;
	width: 900px;
	height: auto;
	min-height: 200px;
	float: left;
	text-align: center;
}
div#footer {
	background: #007e76;
	width: 900px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	float: left;
}
/*----------------- menu ----------------------*/
div#menu{
	width: 900px;
	height: 35px;
	overflow: hidden;
	background: #007e76;
	text-align: right;
	float: left;
}
#menu ul{
			width: auto;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			list-style: none;
			text-align: center;
		}
			#menu ul li{
				background: transparent url(images/pm-off.png) repeat-y;
				list-style:none;
				display: block;
				height: 35px;
				line-height: 35px;
				width: 120px;
				float: left;
			}
			#menu ul li.first {
				margin-left: 7px;
			}
				#menu ul li a{
					background: #007e76 url(images/menu-off.png) no-repeat;
					display: block;
					float: left;
					color: #fff;
					text-transform: none;
					font-size: 13px;
					font-weight: normal;
					height: 35px;
					line-height: 35px;
					text-decoration: none;
					text-align: center;
					width: 120px;
				}
				#menu ul li a:hover {
						font-weight: bold;
						color: #fff;
						background: #00998f url(images/menu-on.png) no-repeat;
						width: 120px;
						text-align: center;
						height: 30px;
						border-bottom: 5px solid #009f95;
				}
					#menu ul li a.current{
						background: #ff5f18 url(images/menu-on.png) no-repeat;
						font-weight: bold;
						width: 120px;
						text-align: center;
					}
					#menu ul li a:hover.current{
						text-decoration: underline;
						height: 35px;
						border: none;
					}


.fleft 		{	float: left;}	
.fright  	{	float: right;}	
.aleft 		{	text-align: left;}	
.aright 		{	text-align: right;}	
.ablock 		{	text-align: justify;}	
.acenter		{	text-align: center;}	
.vmiddle 	{	vertical-align: middle;}
.vbase		{	vertical-align: bottom;}
.vtop			{	vertical-align: top;}


/* START :		other clases	*/
.

div.error {
	background: red;
	color: white;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}
div.info {
	background: green;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}

table.calendar {
	width: 895px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.calendar tr td{
	border: 1px dotted #e0e0e0;
	margin: 0px;
	padding: 0px;
}
td.calendar-hour {
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	background: #a2c403;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
td.calendar-day {
	width: 50px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	background: #a2c403;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
td.calendar-date {
	width: 835px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-bottom: 1px dotted #e0e0e0;
}
td.calendar-date:hover {
/*	background: #f6f6f6;*/
}
div.lesson {
	border: 2px solid #dfdfdf;
/*	background: #f5f5f5;*/
	font-size: 9px;
	float: left;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	height: 56px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
div.lesson:hover {
	border: 2px solid #f30;
/*	background: #f5f5f5;*/
	z-index: 500;
}
div.obal {
	height: 60px;
	width: 835px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

a.les {
	color: #6c6c6c;
}
a.les:hover {
	color: #000;
	text-decoration: underline;
}

.h1lesson {
	text-align: center;
	font-weight: bold;
	background: #a2c403;
	color: #fff;
	margin: 0px;
	padding: 5px;
	height: 40px;
}
.h1lessontime {
	color: #6f8703;
	font-size: 80%;
}
.spincredit {
	color: #a2c403;
	font-size: 120%;
}

fieldset { 
	padding: 5px; 
	border: 2px solid #e0e0e0;
} 
legend { 
	color: #fff;
	width: 300px; 
	text-align:left; 
	font-weight:bold; 
	background: #a2c403;
	margin-bottom: 0.1em; 
	padding: 2px;
} 
label { 
	float: left; 
	padding-left: 10px; 
}

.button {
	border: 1px solid #ff6347;
	background: #f30;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.button:hover {
	border: 1px solid #d6fc27;
	background: #a2c403;
	color: #fff;
}
.nahradnik {
	font-size: 80%;
	color: #AEAEAE;
}
.inside {
	width: 890px;
	padding: 5px;
}
.infobox {
	width: 220px;
}
.infobox h2{
	margin: 7px;
}
.default {
	width: 640px;
	padding: 10px 20px 20px 0px;
}
.square {
	list-style: square;
}
.infoicon {
	position: absolute;
	top: -2px;
	right: -12px;
}
.insideicon {
	position: absolute;
	top: 16px;
	right: -10px;
}

.red {
	color: red;
}
.fotka img{	border: 2px solid #000;	margin: 10px 5px;}
.fotka:hover img{	border: 2px solid #f30;}

.bamboonav {
	position: absolute;
	top: 278px;
	left: -200px;
	width: 200px;
	text-align: right;
	z-index: 1;
}
.bamboonav ul {
	list-style: none;
	vertical-align: top;
}
