@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html,body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-repeat: repeat;
	color: #61665d;
	background-color: #d9dbd0;
}
#container{
	position: relative;
	width: 100%;
}
h1, h2, h3, h4, h5, h6, h2 strong, h3 strong, h4 strong{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	cursor:default;
}
h1 {
	position:absolute;
	visibility:hidden;
}
h2 {
	color: #FFF;
	font-size: 20px;
	display: block;
	padding-top: 25px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	background-image: url(../img/default/default_06.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h2 strong {
	font-size: 30px;
}
h3 {
	color: #FFF;
	line-height: 24px;
	font-size: 13px;
	margin-bottom: 12px;
}
h4, h5 {
	color: #32352f;
	font-size: 16px;
	display: block;
	padding-bottom: 16px;
	clear: both;
}
h4 strong, h5 strong {
	font-size: 22px;
}
h5 {
}
h6 {
}
.claer {
	clear: both;
}
a {
	cursor:pointer;
	color: #383838;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 12px;
	line-height: 16px;
	cursor:default;
}
table {
	cursor:default;
}
img {border: none;}
.hidd{
	position: absolute;
	visibility: hidden;
}
select{
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #FFF;
	background-image: url(../img/pozadi/formular-pole.gif);
	border-radius:3px;
	margin-right: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 180px;
	margin-left: -4px;
	margin-top: 1px;
	color: #333;
}
input[type=text], input[type=password]{
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #FFF;
	background-image: url(../img/pozadi/formular-pole.gif);
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 176px;
	margin-left: -4px;
	margin-top: 1px;
	color: #333;
}
input[type=text]:hover{
}
input[type=submit]{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #15566d;
	background-image: url(../img/default/default_16.gif);
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 182px;
	background-repeat: repeat-x;
	background-position: left top;
	height: 26px;
	text-align: center;
	color: #FFF;
	margin-left: -4px;
	margin-bottom: 16px;
	cursor: pointer;
	margin-top: 16px;
	background-color: #1f708c;
}

input[type=submit]:hover{
	background-image: url(../img/default/default_18.gif);
}
.tlacitko{
	display: block;
	float: right;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #358429;
	color: #FFF;
	border-top-color: #27651F;
	border-right-color: #27651F;
	border-bottom-color: #27651F;
	border-left-color: #27651F;
	margin-bottom: 20px;
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
}
.tlacitko:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #40A032;
}
.okraj{
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #b6b6ae;
	position: relative;
}

#divMessage {
  display:none; 
  position:absolute; 
  z-index:200; 
  background:url(/img/form/msg_arrow.gif) left center no-repeat; 
  padding-left:7px
  }
  
#divMessageContent {
  display:block; 
  background:#f3e6e6; 
  border:2px solid #924949; 
  border-left:none; 
  padding:5px; 
  min-width:150px; 
  max-width:250px
  }

.admin{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	background-image: url(../img/administrace.png);
	background-position: left 0px;
	bottom: 0px;
}
.admin:hover{
	background-position: left 20px;
}
