.text, BODY		{
	background-color: #006699; /* #0069B3; */
	margin-top: 0px;
	margin: 0px;
	color: white;
	/*background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;*/
}


A.menu {
	text-decoration: none;
	font-weight: bold;
	color: White;
}
A.menu:hover {
	color: #FF991C;
}

a {
	font-weight: bold;
	color : white;
	font-size: 90%;
}
a:hover {
	color: #FFA500;
}

.podpis_zapati{
	font-size: 70%;
	text-align: right;
	padding-right: 4px;
}

table.menu{
	border-right-width: 0px;
	border-right-color: White;
	border-left-color: Black;
	border-left-width: 0px;
	border-top-color: White;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	color: White;
	background-color: #C40000;
	padding: 3px;
	font-weight: bold;
	font-size: 90%;
	width: 100%;
	margin-bottom: 5px;
}
table.menu TD.nadpis{
	color: #DCDCDC;
}

div.login{
/*odsazení formuláře pro login*/
	/*border: 1px solid lime;*/
	height: 8%;
}
table.login_form{
	text-align: center;
	border: 1px solid #A60000;
	padding: 0px;

}
table.login_form TH{
	text-align: left;
	background-color: #A60000;
	color: White;
	padding: 1px;
	padding-left: 7px;
	padding-right: 95px; 
}
table.login_form TD{
	text-align: left;
	padding: 2px;
	padding-left: 7px;
}
table.login_form TD.login_popisek{
	text-align: left;
	font-weight: bold;
	padding: 2px;
	padding-left: 7px;
}

/**/
table.formular{
	border: 2px solid #FF8C00;
	padding: 0px;
	background-color: #FFC04A;
	color: Black;
	margin: auto;
	margin-top: 0px;
}
table.formular TD.povinny, table.formular TD.povinny_znak {
	font-weight : bold;
	text-align: right;
}
table.formular TD.povinny_znak, .povinny_znak {
	color: red;
}
table.formular TD.nepovinny {
	text-align: right;
}
table.formular TD.formular_system {
	border-top: 1px solid #A60000;;
	padding-top: 7px;
}

table.formular CAPTION {
	font-weight: bold;
	text-align: center;
	margin: auto;
}
table.formular TR {
	vertical-align: top;
}

a.formular {
	color: Maroon;
}
a.formular:hover{
	color: #B22222;
}

textarea.formular{
width: 260px;
height: 110px;
}


/*============*/
table.data {
	border: 0px solid black;
	padding: 4px;
}
table.data TH {
	border: 1px solid black;
	border-bottom: 3px double Black;
	font-weight: bold;
	background-color:  #C40000;
	color: #DCDCDC;
	padding: 3px;
}
table.data TD {
	border: 1px solid black;
	padding: 3px;
}

table.data TR.oznaceni{
	background-color:  #FFEA6F;
}

table.data TR.mouseover{
	background-color: #1E90FF;
}
table.data TR.onmouseout{
	background-color: Transparent;
}
table.data TD.zapati{
	background-color: transparent;
	border: 0px none black;
	border-top: 3px double black;	
	text-align: center;
}

/*== faktura ==*/
table.factura_udaje{
	border: 1px solid Maroon;
	}
textarea.faktura_nastaveni{
	font-size: 0.85em;
	width: 25em;
	height: 3em;
}

textarea.faktura_sirokaarea{
	width: 40em;
	height: 4em;
}


/*===== zak rychlomenu=====*/
.zak_rychlomenu_all{
	float: left;
	padding-left: 5px;
	border: 0px solid red;
	text-align: left;
}

/*===============*/

.error{
	/*chybové hlášení*/
	color: #8B0000;
	font-weight: bold;
}
div.zprava{
	font-weight: bold;
}
span.neaktivni_menu{
	font-style: italic;
}

input.savedata{
	font-weight: bold;
}

.vyrazny_text{
	/*color: Maroon;*/
	font-weight: bold;
}

.varsymbol_datum{
font-style: italic;
}
abbr.varsymbol_faktura{
	text-transform: uppercase;
}

.nastred{
	text-align: center;
}

iframe.schovat{
	visibility: hidden;
	height: 0px;
	width: 0px;
}

form {
	margin: 0px;
}

@media print{
	.podpis_zapati{
		display: none;
	}
	.netiskni{
	display: none;		
	}
	.stranka{
	page-break-after: always;
}
	body{
		background-color: White;
	}
	.zak_rychlomenu_all{
		display: none;	
	}
}
