/*################################################################################# Informační server  PERES# Autor: Vladimir Pesik, Nadrazni 32 Jablonec nad Nisou# vladimir.pesik@seznam.cz.cz# Soubor: themes/Darkblue/css/form.css################################################################################*/
fieldset {
	background-color: #0c5da5;
	border: 1px solid #d1e5f8;
	border-radius: 8px;
	margin-bottom: 12px;
	overflow: hidden;
}
.param fieldset{
 width:500px; 
 margin:5px auto 5px auto;
 }
ul {
	border: 1px solid #d1e5f8;
	list-style: none;
	margin: 12px;
	padding: 12px;
}
li {
	margin: 0.5em;
}
label {
	display: inline-block;
	padding: 3px 6px;
	text-align: right;
	width:100px;
	vertical-align: top;
}
.param label{
  width:150px;
  }
input, select, button {
	font: inherit;
}
fieldset H2 {
	font-size: 1.1em;
	background: #285176;
	padding: 5px 0px 5px 10px;
	margin-top:0px;
	border-bottom: 1px solid #d1e5f8;
	border-radius: 8px 8px 0px 0px;
}
.tlacitko {
	background-color: #285176;
	border: none;
	border-top: 1px solid #d1e5f8;
	text-decoration: none;
	border-radius: 8px;
	cursor: pointer;
	color: #d1e5f8;
	margin: 5px -12px 12px 12px;
	width: 80px;
	height: 30px;
}
.tlacitko:hover {
	background-color: #033663;
}
.tlacitko a {
	display: block;
/* this is a very important property here and it controls the way the menu elements are displayed - like block-level elements */
	padding: 5px 3px 5px 10px;
/* sets the padding properties */
	font-weight: bold;
/* sets the font weight */
	background-color: #285176;
/* sets the color of the background */
	border-top: 1px solid #7cbdf8;
/* this code sets the line between the menu items */
	text-align: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.tlacitko a:link {
	color: #d1e5f8;
/* sets the font color */
	text-decoration: none;
}
.tlacitko a:visited {
	color: #d1e5f8;
	text-decoration: none;
}
.tlacitko a:hover {
	background: #0c5da5 url(../img/star.png) no-repeat right center;
/* when the cursor is over, in the left side of the menu item background it will be display the arrow.gif picture */
	text-indent: 15px;
/* this line of code move the text 15 px to the right */
}
.tlacitko a:active {
	color: #d1e5f8;
	text-decoration: none;
	}
.male {
	width: 50px;
}
.stredni {
	width: 100px;
}
.velke {
	width: 190px;
}
.param_velke{
	width: 250px;
}
.hlaseni {
	width: 500px;
	height: 100px;
	background-color: #0c5da5;
	color: #d1e5f8;
	font-size: 1.2em;
	margin-left: 50px;
	padding: 12px;
	border: 1px solid #d1e5f8;
}