body {
	background-color: #fff;
	padding: 0px;
	margin: 30px 0px 30px 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
}

input, textarea, select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 14px;
}

br {
	margin: 0px;
	padding: 0px;
}

.td {
	display: table-cell;
	vertical-align: middle;
}

a img {
	border: 0px;
}

a {
	color: #de371d;
	text-decoration: underline;
}

a:hover {
	color: #de371d;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #de371d;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: normal;
}

h1 {
	font-size: 25px;
    margin-bottom: 15px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr {
	color: #ccc;
	height: 1px;
	border-width: 0px;
	background-color: #ccc;
}

label {
	text-decoration: none;
}

label:hover {
	text-decoration: underline;
	cursor: pointer;
}


.clear {
	clear: both;
}

.center {	text-align: center;
}

div.error_box, div.info_box, div.ok_box {
	width: 650px;
	padding: 10px;
	margin: 10px 0px;
	color: #000;
}

div.error_box {
	background-color: #f6e8e4;
	border: 1px solid #e9948e;
}

div.info_box {
	background-color: #ecf2f7;
	border: 1px solid #93c2e6;
}

div.ok_box {
	background-color: #e1f2e4;
	border: 1px solid #8ecb9b;
}

.form {	padding: 10px;
	background-color: #ecf2f7;
}

input[type='text'], input[type='password'] {	font-weight: normal;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bbb;
	-moz-box-shadow: 2px 2px 6px #ddd inset;
	-webkit-box-shadow: 2px 2px 6px #ddd inset;
	box-shadow: 2px 2px 4px #ddd inset;
	margin: 0px 0px 2px 0px;
	background-color: #fafafa;
}

input[type='text']:focus, input[type='password']:focus {	outline: 0px;
	border: 1px solid #45adf3;
}




div#center {
	position: relative;
	width: 760px;
	margin: 0px auto;
}

div#head {
	text-align: center;
}

a#logo {
	display: inline-block;
	background: url("/images/logo.png") no-repeat left top;
	width: 100px;
	height: 100px;
}

div.obsah {
	margin-top: 30px;
}

table.tabulka {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.tabulka tr td, table.tabulka tr th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px;
	margin: 0px;
}

table.tabulka tr th {
	font-size: 12px;
	font-weight: normal;
	background-color: #e4f7ff;
	text-align: center;
}


.licha {
	background-color: #f0f0f0;
}

.suda {
	background-color: #f8f8f8;
}


a.btn_delete {	background: url("/images/btn_delete.png") no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
}

a.btn_edit {
	background: url("/images/btn_edit.png") no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
}

a.btn_add {	background: url("/images/btn_add.png") no-repeat;
	padding-bottom: 2px;
	padding-left: 22px;
	text-decoration: none;
	color: #000;
}

a.btn_download {
	background: url("/images/btn_download.png") no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
}


#add {	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	display: none;
	margin-bottom: 30px;
}


div#db_page {
	padding: 10px 0px 30px 0px;
	color: #27649a;
	font-size: 14px;
}

div#db_page ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#db_page ul li {
	float: left;
	display: block;
	width: 26px;
	height: 20px;
	margin-right: 6px;
}

div#db_page ul li a {
	padding: 2px 0px;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}

div#db_page ul li a.normal {
	border: 1px solid #79a8d4;
	background-color: #caddef;
	color: #27649a;
}

div#db_page ul li a.normal:hover {
	background-color: #79a8d4;
	color: #fff;
}

div#db_page ul li a.active {
	border: 1px solid #e24900;
	background-color: #e24900;
	color: #fff;
}


#userinfo {
	margin-bottom: 20px;
	text-align: right;
}