/*
GENERAL STYLES ---------------------------- */

body {
	font-family: Helvetica Neue, Microsoft Sans Serif, Arial;
	font-size: 12px;
	background: #eee;
	}
#content {
	margin: 0 auto;
  display: block;
  width: 700px;
	}

p {
	color: #3c6a86;
	font-size: 12px;
	}
	
a {
	color: #1078b0;
	text-decoration: none;
	}

a:hover {
	color: #b58348;
	}

a img {
	border: none;
	margin-bottom: -3px;
}

#wrapper {
	margin: 0 auto;
	width: 750px;
	}
#prefixedTop {
	width: 100%;
	height: 100px;
	display: block;
/* 	background-color: red; */
}

/*
 * Rounded corners
 */

 .rounded{
    border: 1px solid #ddd;
    padding:0px 10px 10px;
    background: #fff url(images/logo.jpg) no-repeat right 5px;
    margin-bottom: 10px;
    position:relative;
}


.rounded h2 {margin: 7px 0px 0px; border-bottom: 1px dashed #ccc;padding-bottom: 15px;}


* :focus { outline: 0; } 

/* Loader */

#loading {
    background:#fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    display: block;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 3333;
}
form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}
form {
	padding: 0px 10px;
	margin: 5px auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #054780;  
	display: block;
  }
h1 {
	font-size: 180%;
	color: #054780;
  padding: 0 10px 0px 10px;
}
h2 {
  font-size: 120%;
	padding: 5px 10px 5px;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}

table td input{
  width: 150px;
}
table th{
  width: 180px;
  padding-right: 20px;
  text-align: right;
  font-weight: normal;
}
table td button{
  background: url(images/tick.png) no-repeat left top;
  border: 0;
  padding-left: 25px;
  font-weight: bold;
  color: #377B31;
}
table td button:hover{
	color: #b58348;
}
table td.zen{
  text-align: center;
  color: #A21E0F;
  }
table tr{
  display: block;
  float: left;
  width: 100%;
  }
table .tab th, table .tab td{
  width: auto;
}
input.mn{ display: block; width: 45px;}
input.naz{display: block;  width: 530px;}
input.date{margin: 10px 5px 0; display: block;  width: 635px;}
input.ce{ display: block; width: 40px;}
input#odeslat{ display: block; width: 120px; background: #3C6A86; color: white; margin: 5px 0 25px 5px;border: 0;} 

#main p{
  padding: 10px 10px 0px;
}
#mess{
  display: block;
  height: 32px;
  color:#009500;
  line-height: 32px;
  font-size: 120%;
  padding: 5px 0 15px 45px;
  background: transparent url(images/icon_yes.png) no-repeat 5px top; 
}
ul#menu, #mess{
  float: left;
  width: 100%;
  display: block;
}
ul#menu{
  margin: 10px 0 10px 10px;
  padding: 0 0 0 0;
}
ul#menu li{
  float: left;
  display: block;
  background: #eee;
  margin-right: 7px;
  padding: 3px 4px;
}
#main tr td.it1{ width: 85px; }
#main tr td.it2{ width: 505px; }
#main tr td.it3{ width: 85px; }

#akce-akce{
  list-style-type: none;
}
#akce-akce label{
  width: 100px;
  display: block;
  float: left;
}
#akce-akce input, #akce-akce textarea{
  width: 500px;
  margin-bottom: 6px;
  font-size: 12px;
	font-family: Verdana, Georgia, Arial, "New York CE", utopia, serif;
  display: block;
  float: left;
}
#akce-akce textarea{
 height: 60px;
}
#propag{
  width: 700px;
  display: block;
  margin: 25px auto 0;
  border-top: 1px dotted black;
}




