@CHARSET "UTF-8";

/* Základní nastavení layoutu */
html,body {
	border: 0px none;
	margin: 0px;
	/*margin-top: 5px;*/
	/*=margin-top: 10px;*/
	padding: 0px;
	font-family: "Tahoma", "Arial", sans-serif !important;
	text-align: left;
	font-size: 9pt !important;
	background: url('../images/backshadow.png') fixed top center white repeat-y;
	/*quotes: "„" "“";*/
}

body {
	background-color: white; /* purple tone for outer space */
}

.reseter {
	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;
}

.separator {
	display: none;
	visibility: hidden;
}

#bodywrap {
	min-width: 600px; /* slušné prohlížeče */
	max-width: 1000px;
	/*width: 1000px;*/
	border: 0px none;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
	background: url("../images/textura.png") repeat;
}

#headwrap { /*background-color: #007070;*/
	background-color: #007070;
}

#footwrap { /*background-color: #c0c0c0;*/
	text-align: center;
	background-color: white;
}

#colswrap {
	width: 100%;
	/* MSIE needs at least width definition to cut extra margin/padding trick */
	overflow: hidden;
	/* hide margin/padding trick in well-CSS browsers = true Gecko based */
	background-color: transparent;
	/* setting background color will cover container 'footer' */
}

.column {
	float: left;
	padding-bottom: 20010px;
	/* trik z One True Layout pro srovnání výšky sloupců */
	margin-bottom: -20000px; /* aby měly všechny sloupce stejnou výšku */
}

#col1wrap {
	width: 100%;
	/* define colum across whole space to be basic structure */
	/*background-color: #e0ffe0;*/
}

#col1pad {
	padding: 5px 5px 5px 5px;
	/* padding to move test from column on the left */
	/* padding to move test from column on the right */
	/*margin-left: 0px;
	margin-right: 0px;*/
	/*overflow: hidden;*/
}

.col1pad_plusleft{
	margin-left: 180px;
}

.col1pad_plusright{
	margin-right: 180px;
}

#col2wrap {
	width: 180px;
	margin-left: -100%; /* position column to the left side */
	/*margin-left: -20px;*/ /*background-color: #ffe0e0;*/
}

#col2pad {
	/*overflow: auto;*/
	padding: 10px 2px 0px 6px;
}

#col3wrap {
	width: 180px;
	margin-left: -180px;
	/* negative self width to place column to the most right place */
	/*background-color: #e0e0ff;*/
}

#col3pad {
	/*overflow: auto;*/
	padding: 10px 4px 0px 4px;
}

/* uprava prvku globalne */
h1 {
	font-size: 14pt;
	color: #007070;
}

a {
	text-decoration: none;
	border: none;
	color: #007070;
	/*color: black;*/
}

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

a:visited {
	text-decoration: none;
	border: none;
	/* color: #003b70; */
}

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

a:hover {
	text-decoration: underline;
	border: none
}

/* Hlášky */
.error_message { /* text-align: center; */
	background-color: #FFAEAE;
	font-weight: 600;
	padding: 5px;
	font-size: small;
	/*width: 100%;*/ /*margin:0 auto;*/
	margin-left: 5px;
	margin-right: 5px;
}

.message { /* text-align: center; */
	background-color: #9CCFFF;
	font-weight: 600;
	padding: 5px;
	/*width: 700px;*/ /*margin:0 auto;*/
	margin-left: 5px;
	margin-right: 5px;
}

/* formulařové prvky */
input {
	border: 1px solid #0f6572;
	background-color: #e1ebec;
	font-size: 10pt;
	font-family: "Tahoma", "Arial", sans-serif;
}

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

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

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

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

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

.edit_button {
	background: url(../images/buttons/b_edit.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	border: 0;
	cursor: pointer; cursor: hand
}

.delete_button {
	background: url(../images/buttons/b_drop.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	border: 0;
	cursor: pointer; cursor: hand
}

.add_button {
	background: url(../images/buttons/upload.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	border: 0;
	cursor: pointer; cursor: hand
}

.form_buttons {
	text-align: right;
}

.files_delete_form {
	text-align: right;
}

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

.note {
	font-size: 8pt;
	padding-bottom: 5px;
}

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


/* nastavení prvků hodnocení */
.rating {
	float: left;
	font-size: 8pt;
	/*padding-top: 1px;
	padding: 0;*/
}

.rating_show {
	float: left;
	/*padding-top: 2px;*/
}

.rating input[type="submit"] {
	border: 0;
	color: #007070;
	background: none;
	cursor: pointer;
	font-size: 8pt;
	width: 12px;
}

.rating input[type="submit"]:hover {
	color: black;
}

.rating form {
	display: inline;
	padding: 0;
	margin: 0;

	/*padding-top: 2px;*/
}

/* komentáře */
.comment_add_table {
	width: 100%;
	font-size: 10pt;
}

.comment_add_table textarea {
	width: 100%;
}

.comment_user_foto {
	/*display: inline;*/
	float: left;
	padding: 8px 8px 8px 8px;

}

.comment_correct {
	clear: left;
	height: 0px;
}
.comment_text {
	/*margin-bottom: auto;*/
	padding: 8px 8px 8px 8px;
	text-align: justify;
   /*float: right;*/
}
.comment_text li{
	margin-left: 16px;
}

/* Menu */
.hlavicka_menu {
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

.hlavicka_menu a:link {
	color: #DFEDED;
}

.hlavicka_menu a:visited {
	color: #DFEDED;
}

.hlavicka_menu a:hover {
	color: white;
}

.hlavicka_menu a:visited {

}

#menu_1 {
	float: left;
	padding: 1px;
	padding-left: 3px;
}

#menu_2 {
	text-align: right;
	padding: 1px;
	padding-right: 3px;
}

/* prvky levého a pravého menu a panely */
.menu_bar {
	border: 1px solid #0f6572;
	background-color: white;
	margin: 0 5px 10px 5px;
	font-size: 9pt;
}

.menu_bar h3 {
	background-color: #007070;
	color: white;
	padding: 2px 0 2px 4px;
	font-size: 10pt;
}

.menu_bar_obsah {
	margin: 5px;
	font-size: 9pt;
}

.text_panel {
	padding: 5px 5px 5px 5px;
}

/* Styl pro vnitrek boxu */
	/* obal text */
.container {
	border: 1px solid #0f6572;
	width: 100%;
	margin-bottom: 10px;
	background-color: #e1ebec;
}

	/* titulek obal */
.titulek {
	font-size: 9pt;
	font-weight: bold;
}

.titulek p,span,h4,a {
	display: inline;
}

	/* titulek - leva strana */
.titulek_left_side {
	float: left;
	background-color: #e1ebec;
}

.titulek_left_first {
	float: left;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #0f6572;
}

.titulek_left_first div,p,h4 {
	padding: 0px 0px 0px 0px;
}

.titulek_left_second {
	padding: 3px 5px 3px 5px;
	margin-right: 5px;
	float: left;
	border-right: 1px solid #0f6572;
}
.titulek_left_second a {
	/*padding-right: 5px;
	margin-left: 5px;*/
}

.titulek_left_second h4 {
	/*padding: 0px 5px 0px 5px;*/
}

.titulek_left_thirt {
	padding: 3px 5px 3px 0px;
	border-right: 1px solid #0f6572;
	float: left;
}

	/* titulek - prava strana */
.titulek_right_side {
	text-align: right;
	float: right;
	width: 130px;
}

.titulek_right_first {
	float: right;
	border-left: 1px solid #0f6572;
	padding: 3px 5px 3px 5px;
}

.titulek_right_first_img {
	padding: 0;
	margin: 0;
}

.titulek_right_first_img a,h4 {
	padding: 0;
	margin: 0;
}

.titulek_right_second {
	float: right;
	border-left: 1px solid #0f6572;
	text-align: left;
}

.titulek_right_second form {
	display: inline;
	padding: 0;
	margin: 0;
}

.titulek_author {
	background-color: #007070;
	color: white !important;
}

	/* obsah textu */
.text_obsah {
	background-color: white;
	margin-bottom: 0px;
	text-align: justify;
	padding: 5px 10px;
}

.text_obsah p {
	/*background-color: white;*/
	padding: 0px;
	margin: 0px;
	/*-moz-column-width: 290px;
	-webkit-column-width: 290px;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;*/
}

	/* zapati obalu */
.zapati {
	font-size: 9pt;
	font-weight: bold;
	border-top: 1px solid #0f6572;
}

.zapati p,span {
	display: inline;
	/*padding: 0px 5px 2px 5px;*/
}

.titulek_resetovac {
	clear: both;
	height: 0;
}

/* linky nad boxy */

.border_top {
	border-top: 1px solid #0f6572;
}
.border_bottom {
	border-bottom: 1px solid #0f6572;
}

/* scrolovátka */
.scroll_main {
	text-align: center;
	width: 100%;
	background-color: white;
}

.scroll_main a {
}

.scroll_main table {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
}


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