body {
	padding: 0px;
	margin: 0px;
}
html {
	padding: 0px;
	margin: 0px;
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
	font: normal 14px Verdana, sans-serif;
	background: #ebebeb url('../web_images/bgr.png') repeat-x;
}

a {
	text-decoration: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #d80404;
	text-decoration: underline;
}
a.imglink {
	text-decoration: none;
}
a.imglink:hover {
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	margin: 0px;
}

h2 {
	margin: 0px;
}
h3 {
	margin: 0px;
}
hr {
	margin: 0px;
}

p {
	
}

td {
	text-align: left;
	vertical-align: top;
}

label {
	display: block;
	font-weight: bold;
}
input,textarea {
	color: #000000;
	border: 1px solid #000000;
}
input:hover,textarea:hover {
	border: 1px solid #d80404;
}
input:focus,textarea:focus {
	background-color: #ebebeb;
	border: 1px solid #d80404;
}

input.btn {
	font-weight: bold;
	cursor: pointer;
	padding: 5px 10px;
}
input.btn:hover {
	background: #d80404;
	color: #fff;
}

#page_head {
	width: 1000px;
	height: 246px;
	margin: 0 auto;
	
	background: url('../web_images/head.png') no-repeat;
}

#dynamic_body_outer {
	
}

#dynamic_loading {
	text-align: center;
	height: 29px;
}
#dynamic_error {
	text-align: center;
	height: 24px;
	color: #881111;
	cursor: pointer;
}

#dynamic_body {
	
}

#page_footer {
	width: 850px;
	height: 15px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: #fff;
	margin-top: -10px;
	padding-top: 15px;
	background: #d10404 url('../web_images/paticka.png') no-repeat;
}

#footer_pagemap {
	background: #2a2a2a url('../web_images/paticka_linka.png') repeat-x;
	padding-top: 20px;
	color: #fff;
}

.page {
	width: 830px;
	padding: 0px 10px;
	margin: 0 auto;
	background: #fff;
}

.page_border_top {
	background: #fff url('../web_images/rohy_clanek_horni.png') no-repeat;
	width: 830px;
	height: 135px;
	margin-bottom: -135px;
}
.page_border_bottom  {
	width: 830px;
	height: 170px;
	margin-top: 0px;
	background: url('../web_images/rohy_clanek_dolni.png') no-repeat;
}
.page_border_inner {
	padding: 15px;
}

.hide {
	display: none;
}

.module_title_base {
	cursor: pointer;
	text-decoration: none;
}
.module_title_base:hover {
	color: #d80404;
}
.module_title {
	font-size: 1.2em;
	font-weight: bold;
	color: #d80404;
}

.spacer {
	overflow: hidden;
	width: 830px;
	padding: 0px 10px;
	margin: 0 auto;
	font-size: 1px;
}
.h5 {
	height: 5px;
}
.h10 {
	height: 10px;
}
.w5 {
	padding: 0px;
	width: 5px;
}
.w10 {
	padding: 0px;
	width: 10px;
}
.bg_white {
	background-color: #fff;
}
.text {
	
}
.text_h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #d80404;
}

.text_link {
	cursor: pointer;
}
.text_link:hover {
	color: #ca0303;
}

.table_border {
	border: 5px solid #7e7e7e;
}

.table_bg1 {
	background-color: #ffffff;
	color: #b60404;
}
.table_bg2 {
	background-color: #7e7e7e;
	color: #ffffff;
}
.table_bg2_border {
	border: 5px solid #7e7e7e;
}
.table_bg_h {
	background-color: #e00000;
	color: #ffffff;
	font-weight: bold;
}

.tr_highlight:hover {
	background-color: #00e000;
}
