/* =============== styly pro monitorový výstup =============== */

/*
tmave modra : #027fad;
zluta : #EFCF73;
hneda #663300;

*/

* {
	font-style: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #663300;	
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
}
h1 {
	color: #663300;
	font-size: 160%;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	background-color: #EFCE77;
	padding: 10px;
	border-bottom:4px solid #663300;
	
}

h2 {
	color: #663300;
	font-size: 120%;
	margin: 0px;
	text-align: left;
}
h3 {
	color: #663300;
	font-size: 90%;
	margin-bottom: 3px;
}
h4 {
	color: #834f20;
	font-size: 90%;
	margin-bottom: 3px;
}
img {
	/*border: none;*/
	border-color:#663300;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
fieldset {
	border: 1px solid silver;
	margin: 4px;
	padding: 4px;
}
fieldset div {
	float: left;
	width: 800px;
}
label {
	float: left;
	width: 120px;
	padding-left: 5px;
	border: none;
	clear: left;
}
label, input, textarea, select {
	padding: 1px;
	font-size: 100%;
}
legend {
	padding: 8px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
a, a:visited, a:active {
	/* color: #663300; #834f20;*/
	font-weight: bold;
	/*text-decoration: none;
*/
}

a:hover {
	color: #000000;
	/*background-color: orange;
	text-decoration: underline;
*/
}
.clearAll {
	clear: both!important;
}
.matrjoska {
	padding: 10px;
}
.upper {
	text-transform: uppercase;
}

.right {float:right;}

/* ******************** FORMS ******************** */
.btnLogin {
	width: 45px;
	height: 35px;
	border: 1px solid silver;
	font-weight: bold;
}
.center {
	margin: 10px 0px 20px 0px;
	padding: 5px;
	text-align: center!important;
}
.txtLogin {
	width: 140px;
}
.selectSmall {
	width: 80px;
}
.selectMiddle {
	width: 250px;
}
.selectBig {
	width: 300px;
}
.selectBig1 {
	width: 360px;
	margin: 5px 2px;
}
.inputSmall {
	width: 80px;

}
.inputMiddle {
	width: 350px;
}

.inputBig {
	width: 400px;
}
textArea {
	width: 400px;
}
textarea.fullWidth {
	width: 95%;
	height: 200px;
}
.statusCheckbox {
	padding: 0px;
	margin: 0px;
}
/*div input, div textarea, div select, div label, #frmRequest div span {
	margin: 3px 2px;
}*/

/* ******************* END forms ****************** */
