/* =============== styly pro monitorový výstup =============== */
* {
	font-style: normal;
}
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;	
	margin: 0px;
	padding: 0px;
}
h1 {
	
	font-size: 220%;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #f1037f;
	padding: 10px 10px 0px 0px;
}

h1.home {
	background-color: #f5f5f5;
	color: #027fad
}

h2 {
	color: #000000;
	font-size: 120%;
	margin: 0px;
	text-align: left;
}
h3 {
	color: #000000;
	font-size: 90%;
	margin-bottom: 3px;
}
h4 {
	color: #000000;
	font-size: 90%;
	margin-bottom: 3px;
}
img {
	border: none;
}
ul {
	margin: 0;
	margin-bottom: 0;
}
fieldset {
	border: 1px solid silver;
	margin: 4px;
	padding: 4px;
}
fieldset div {
	float: left;
	width: 80%;
}
label {
	float: left;
	width: 95px;
	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 {
	color: #f1037f;
	font-weight: bold;
	/*text-decoration: none;*/
}
a:hover {
	color: #7b7b7b;
	/*background-color: orange;
	text-decoration: underline;
*/
}
.clearAll {
	clear: both!important;
}
.matrjoska {
	padding: 5px;
}
.homeMatrjoska {
	padding: 10px 5px 5px 5px;

}
.upper {
	text-transform: uppercase;
}
/* ******************** 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;
}
.selectMiddle1 {
	width: 150px;
}
.inputMiddle {
	width: 250px;
}
.inputMiddle1 {
	width: 150px;
}
.inputSmall {
	width: 50px;
	margin: 5px 2px;
}
.inputBig {
	width: 400px;
}
textArea {
	width: 400px;
}
textarea.fullWidth {
	width: 95%;
	height: 200px;
}
.statusCheckbox {
	padding: 0px;
	margin: 0px;
}
div input, div textarea, div select {
	margin: 3px 2px;
}
/* ******************* END forms ****************** */
/* ******************* pokus ****************** */

