* {
	color: #666666;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 8pt;
}

body {
	background-color: #f7f7f7;
}

a {
	color: #658226;
	text-decoration: underline;
}
a:hover {
	color: #E35C1F;
}
a img {
	border: 0px;
}

p {
	margin: 24px 0px;
	text-align: justify;
}

/* Zarovnání */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.rightAligned {
	margin-left: auto;
	margin-right: 0px;
}

/* Nadpisy */
h1 {
	margin: 0px 0px 24px 0px;
	color: #094FA3;
	font-size: 13pt;
	font-weight: bold;
}
h2 {
	color: #006AAE;
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	margin: 20px 2px 5px 0px;
	padding: 0px 0px 5px 25px;
	background: url(../images/layout/odrazka_obdelnik.gif) no-repeat -2px 0px;
	color: #006AAE;
	font-weight: bold;
	font-size: 9.5pt;
}
h4 {
	padding-left: 12px;
	background: url(../images/layout/odrazka_sipka.jpg) no-repeat 0% 50%; }


/* Ostatní */
.ext {
	color: #999999;
	font-size: 7pt;		
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
div.cleaner {
	height: 1px;
	line-height: 1px;
	font-size: 1pt;
	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;
}

