/* *  CSS - zakladni casti indexu *  Copyrighted by Tomas Halada, www.LTweb.info */ #page {	position: relative;	width: 100%;	min-width: 600px;	margin: 0 auto;	min-height: 600px;	height: 100%;}#header {	width: 100%;	height: 300px; 	/*background: url("../img/login-bg-top.png") no-repeat top left;*/}#mainpart {	position: fixed;	top: 30%;	width: 100%;	z-index: 1000;}#footer {	position: fixed;	width: 100%;	height: 90px;	bottom: 0;	left: 0;	background: #ffffff url("../img/login-bg-footer.png") no-repeat bottom right;		z-index: 999;}#prihlaseni {	position: relative;	left: auto;  width: 556px;  height: 242px;  background: #93d4f4;  border: 4px solid #ffffff;  margin-bottom: 320px;}.formular {  float: right;  padding-top: 11px;  height: 150px;  width: 260px;  margin: 0 auto;}.formular table .name label {  font-weight: bolder;  font-size: 1.2em;}.format {  width: 140px;}.vypis-hlaska {  width: 90%;  margin-top: 2px;  margin-bottom: 2px;  height: 30px;}/* informacni text pri zapomenutem hesle */.info {	position: relative;	float: right;	right: 20px;	width: 260px;	text-align: left;}/* nepovoleny javascript */#noscript {	position: absolute;	margin-left: 280px;	z-index: 100;	width: 220px;	padding: 20px;	background-color: #f7d3d3;	border: 2px solid #ffffff;	font-weight: bold;	color: #000000;}