@CHARSET "UTF-8";

/* Základní nastavení layoutu */
body,html {
	border: 0px none;
	margin: 10px 0 10px 0;
	_margin: 0;
	padding: 0px;
	font-family: "Tahoma", "Arial", sans-serif !important;
	font-size: 9pt !important;
	background-color: #E6E6E6;
	text-align: center;
}

.resetovac {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

p,img,table,tr,th,td,h1,h2,h3,h4,h5 {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}


.telo {
	margin: 0px auto 0px auto;
	/*border: 1px solid #f15a24;*/
	/*border: 1px solid #f3a871;*/
	width: 700px;
	text-align: left;
	background-color: white;
}

.hlavicka{
	height: 120px;
	margin: 0;
	border: 0;
	padding: 0;
}

.categorylabel {
	margin-top: 1px; /* kvuli menu, které jinak je posunuté o jeden poxel pod sekce */

}
.categorylabel span {
	font-size: 10pt;
}
.categorylabel h4 {
	padding: 10px 0 10px 12px;
	font-weight: bold;
	font-size: 12pt;
	/*color: #f15a24;*/
}

.menu {
}

/* editašní menu */
.editmenu {
	text-align: right;
	padding: 10px 10px 10px 10px;
}

.editmenu a {
	text-decoration: none;
	border: none;
	color: black;
	padding: 2px 4px 2px 4px;
}

.editmenu a:link {
	text-decoration: none;
	border: none;
	color: black;
}

.editmenu a:visited {
	text-decoration: none;
	border: none;
}

.editmenu a:active {
	text-decoration: none;
	border: none
}

.editmenu a:hover {
	/*text-decoration: underline;*/
	/*border-bottom: 1px dotted #f15a24;*/
	border-bottom: 1px dotted #f3a871;
	background-color: #ffcdbb;
}

.telo {

}

/* MENU STRÁNKY */
.menu1 {
	/*background-color: #f15a24;*/
	/*background-color: #f3a871;*/
	background-color: #ec7007;
}
.menu_sel1 {
	/*background-color: #eb6a0a;*/
	background-color: white;
}

.menu2 {
	background-color: #2e3192;
}
.menu_sel2 {
	background-color: white;
}

.menu3 {
	background-color: #006837;
}
.menu_sel3 {
	background-color: white;
}

.menu4 {
	background-color: #ed1e79;
}
.menu_sel4 {
	background-color: white;
}

.menu5 {
	background-color: #603813;
}
.menu_sel5 {
	background-color: white;
}

.menu6 {
	background-color: #b3aa00;
}
.menu_sel6 {
	background-color: white;
}
.menu7 {
	background-color: #db0000;
}
.menu_sel7 {
	background-color: white;
}

.menuitem{
	padding-left: 2px;
/*	font-size: x-small;*/
/*	font-weight: 900;*/
}

.menuitem_sel{
	padding-left: 2px;
}

/* uprava prvku globalne */
/*a {
	text-decoration: none;
	border: none;
	color: black;
}

a:link {
	text-decoration: none;
	border: none;
	color: black;
}

a:visited {
	text-decoration: none;
	border: none;
}

a:active {
	text-decoration: none;
	border: none
}

a:hover {
	text-decoration: underline;
	border: none
}*/
/* formulařové prvky */
input {
	border:1px solid #f3a871;
	background-color: #f1e1db;
	font-size: 10pt;
	font-family: "Tahoma", "Arial", sans-serif;
}

input[type="image"] {
	border: 0;
}

input[type="submit"]:hover  {
	background-color : #f13f00;
	color: white;
}

input[type="button"]:hover  {
	background-color : #f13f00;
	color: white;
}

input[type="reset"]:hover  {
	background-color : #c1272d;
	color: white;
}

.textarea {
	border:1px solid #f3a871;
	background-color: #f1e1db;
	font-size: 10pt;
	font-family: "Tahoma", "Arial", sans-serif;
}

.form_buttons {
	text-align: right;
	margin-right: 3px;
}

/* Upravy globální prvku pro vylepšení */
.right_border {
	border-right: 1px solid #f3a871;
}

.left_border {
	border-left: 1px solid #f3a871;
}

.bottom_border {
	border-bottom: 1px solid #f3a871;
}

.no_border {
	border: none;
}

.top_border {
	border-top: 1px solid #f3a871;
}

.no_bottom_border {
	border-bottom: 0px;
}

.button_back {
	display: block;
	text-align: center;
}

/*.big_top_border {
	border-top: 5px solid #fce7d8;
}
.big_bottom_border {
	border-bottom: 5px solid #fce7d8;
}*/

/* Globalní styly pro moduly */
.text {
	padding: 3px 5px 2px 5px;
	background-color:#fce7d8;
}

.big_bottom_padding {
	padding-bottom: 5px;
}

.big_top_padding {
	padding-top: 5px;
}

.text_obsah {
	text-align: justify;
	background-color: white;
	padding: 25px;
}

.text_obsah p {
	margin-bottom: 5px;
	/*margin-top: 5px;*/
}

.text_obsah table {
	border-style: solid;
}

.text_obsah_edit {
	padding: 5px 5px 2px 5px;
}

.text_forms {
	text-align: right;
}

.text_forms form {
	display: inline;
}


/*.text {
	border: 1px solid #0f6572;
	background-color: white;
	margin: 0 4px 10px 4px;
	width: 100%;
}

.text p {
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.note {
	font-size: x-small;
}*/
/* scrolovátka */
.scroll_main {
	text-align: center;
}

.scroll_main a {
}

.scroll_main table {
	/*width: 100%;*/
	padding-left: 10px;
	padding-right: 10px;
	width: 660px;
	=width: 640px;
}


.scroll_main p {
	vertical-align: 4px;
	/*font-size: 12pt;*/
	display: inline;
	/* font-weight: bold;*/
}

/* obrázky k textům */
.user_images {
	width: 100%;
}
.images_obsah form {
	padding-bottom: 5px;
}



