body{
	margin: 0px;
	color: black;
	background: gray;
	font: 12pt Arial;
}

a{
	text-decoration: none;
}

a:visited{
	color: #800000;
}

a:link{
	color: #0D0DBE;
}


a.tmLink:link, a.tmLink:visited, a.tmLink:active{
	color: #c8c8c8;
	font-weight: bold;
}

div.layout_main{
	width: 99%;
	height: 100%;
	margin: 0 auto;
}

/** color_1 **/
#layout_row_1{
	background: gray;
}
/** color_2 - zilen **/
.menu{
	background: #C5D1C7;
}
/** color_3 - niebieski **/
#layout_row_1,#layout_row_2{
	background: gray;
}

/** dimensions **/
.logo,.col_1{
	float: left;
	width: 18%;
	height: 100%;
	/*border: 1px solid #0f0;*/
}
.col_2{
	width: 64%;
	float: left;
	height: 100%;
/*	border: 1px solid #f00;*/
}
.col_3{
	float: right;
	width: 18%;
	height: 100%;
/*	border: 1px solid #00f;*/
}

#float_11, #float_12, #float_13{
	height: 100%;
	padding: 0px;	
	color: #fffff5;
	background: gray;
	font-weight: bold;
}
#float_11{
	top: 500px;
	left: 0px;
	width: 205px;	
	position: absolute;
}
#float_12{
	margin-left: 205px;
	margin-right: 15%;
}
#float_13{
	top: 500px;
	right: 0px;
	width: 15%;
	position: absolute;
}

div.logo{
	height: 31px;
	cursor: pointer;
	/*background: url("../img/logo_m.gif") no-repeat top left;*/
}

div.menu{
	color: #000;
	height: 100%;
	background: #C5D1C7;
}

div.page{
	color: #000;
	height: 100%;
	position: relative;
	margin-bottom: 15px;
	background: #fffff5;
	font: normal 12pt Arial;
}
div.footer{
	height: 20px;
	color: #000;
	margin: 0 auto;
	font-weight: normal;
}

div.Hint{
	width: 95%; 
	margin: 0 auto;
	margin: 5px 0px;
	padding: 4px;
	font-size: 0.85em;
	border: 1px solid #F00;
}

div.Help{
	padding: 2px;
	z-index: 1500;
	max-width: 150px;	
	font-size: 0.7em;
	position: absolute;
	background: #FEFCC2;
	border: 1px solid #000;
}


.center1{
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
}
.center2{
	display: table-cell;
	vertical-align: middle;

}

/** menu **/
div.menuBlock{
	margin-bottom: 15px;
	font-size: 0.85em;
}
div.menuGroup{
	margin-bottom: 5px;
	font-weight: normal;
	text-decoration: underline;
}
div.menuItem{
	cursor: pointer;
	margin-left: 10px;
	font-weight: normal;
}

.setAfter:after{
	clear: both;
	height: 0px;
	content: "";
	display: block;
	overflow: hidden;
}

div.serviceInfo{
	color: #F00;
	font-size: 0.8em;
	cursor: pointer;
}
div.serviceDescr{
	display: none;
	border: 1px solid #F00;
}

div.tm_noActive{
	display: table-cell; background: gray; padding: 0px 5px; border: 1px solid #C5D1C7; cursor: pointer;
}

div.tm_active{
	display: table-cell; background: #C5D1C7; padding: 0px 5px; border: 1px solid #C5D1C7;
}

/** miniatury **/
div.bgBar{
	left: 0px;
	width: 100%;
	height: 60px;
	text-align: center;
	position: absolute;
	background: #C5D1C7;
}

/** rozne **/
.zwin{
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url('../img/minus_2.png') repeat-x top left;
}
.rozwin{
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url('../img/plus_2.png') repeat-x top left;
}