* {
	color: #ffffff;
	font-family: "Century Gothic", "Trebuchet MS", arial, sans-serif;
	font-size: 13px;
}

body {
	background-color: #0E0A2D;
}

a {
	color: #59A9F2;
	text-decoration: underline;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
a img {
	border: 0px;
}

p {
	margin: 24px 0px;
	text-align: justify;
	line-height: 28px;
}
#link,#link2,#link3,#link4,#link5,#link6 #btEnd 
{	
	color: #FFCC00;
	margin-top: 4px;
}

#link a
{	
	color: #FFCC00;
	margin-top: 4px;
}

#link:hover,#link2:hover,#link3:hover,#link4:hover,#link5:hover,#link6:hover #btEnd {	
	text-decoration: none;}

/* Zarovnani */
.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-top: 8px;
	padding: 0px;
	color: #cccccc;
	font-size: 26pt;
	text-align: left;
}
h2 {
	margin-top: 8px;
	padding: 0px;
	color: #cccccc;
	font-size: 18pt;
	text-align: left;
}
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%; }

ul 
{
	list-style-type: square;
}
li{ line-height: 16px;
}

/* Ostatni */
.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;
}

/* Formulare */ 


.btOdeslat {
	margin-top: 3px;
	width: 80px;
	margin-right: 9px;
	font-size: 15px;
	margin-left: 10px;
	color: #000000;
	background-color: #EFEFEF;
	border: 1px solid #9D9DA1;
	font-weight:bold;
}


legend {
	color: #0F416F;
	margin-bottom:10px;
	
}

fieldset {
	margin: 10px;
	padding: 10px;	
}
	

.labelleft, .labelleft2 { 
    text-align:  left;
    width: 86px; float: left; display: block; 
}
.labelleft2 { 
    width: 44px;
}

input, select {
/*    margin-right:10px; */
 margin-bottom: 2px; 
}

br.form  {
	clear: both;
}

input  {
	border: 1px #CCCCCC solid;
	color: #333333;
}

#prior, #next {
	color: #0F416F;
}

#prior:disabled, #next:disabled
{
	color: #cccccc;
}

#prior, #goto, #next {
	height: 21px;
}
#next {
	height: 22px;
}

div.dialogMask 
{
	background-color:black;
	display:none;
	height:1400px;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	position:absolute;
	top:0;
	width:100%;
	z-index:5;	
}
