/*=	LAA
	base.css	10.6.2008
 */


/*= TEXT */
p {
	margin: 10px 0px;
	text-align: justify;
	}

/*= Zarovnani */
.top {
	vertical-align: top;
	}

.left {
	text-align: left;
	}
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
.justify {
	text-align: justify;
	}
.centered {
	margin-left: auto;
	margin-right: auto;
	}
.floatLeft {
	float: left;
	}
.floatRight {
	float: right;
	}
div.cleaner {
	height: 0px;
	line-height: 0px;
	font-size: 0pt;
	clear: both;
	}
div.hr {
	margin: 15px 0px;
	height: 1px;
	line-height: 1px;
	font-size: 1pt;
	background: transparent url("../images/layout/oddelovac_tecky.gif") repeat-x;
}

.odsazeny {
	margin-left: 96px
}

/*= FORMULARE */

legend {
	color: #0F416F;
	margin-bottom:10px;
	}
fieldset {
	margin: 10px;
	padding: 10px;	
	}

/*= OSTATNI */
.ext {
	color: #999999;
	font-size: 7pt;		
	}
