﻿/**** Tohle je div ve kterém je v editoru obsah stránky ****/
.editor {
    background-color: #ffffff;
    color: #000;
    font: 0.75em arial, verdana, sans-serif;
    padding: 10px;
}

/***** Obecné styly *****/
#content a {
    color: #E36C0A;
    text-decoration: underline;
}
#content a:hover, #content a:focus, #content a:active {
	color: #E36C0A;
    text-decoration: none;
}
#content a img {
    border: 0;
}

#content table {
    font-size: 1em;
}

/*****  nadpisy  *****/


#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    color: #E36C0A;
    font-size: 2em;
    font-weight: normal;
    margin:0px;
}
#content h2 {
    font-size: 1.4em;
    padding-top: 15px;
}
#content h3 {
    font-size: 1.2em;
    padding-top: 20px;
}
#content h4 {
    font-size: 1.2em;
}
#content h5 {
    font-size: 1.1em;
    padding-top: 20px;
}

#content p {
    line-height: 1.65em;
    padding-top: 10px;
    text-align:justify;
}
#content ul, #content ol {
	padding: 10px 0 0 0;
	margin: 0 0 0 20px;
}
#content ul li {
    padding: 5px 0 0 10px;
    position: relative;
}
#content ol li {
	color:#000000;
	margin-left: 27px;
    padding: 5px 0 0 10px;
    position: relative;
	list-style-type: decimal;
}

#content img { 
    border: none; /*geo*/
	padding: 0; /*geo*/
    display: block;
    position: relative;
    text-indent: 5px;
	background: none!important;
}
#content table {
    border-collapse: collapse;
    margin-top: 10px;
    width: 697px;
}
#content table th, #content table td {
    border: 1px #000 solid;
    padding: 2px 5px;
    text-align: left;
    vertical-align: top;
}
#content table th, #content table td {
    padding: 5px;
}

#content sup, #content sub {
    position: relative;
    vertical-align: baseline;
}
#content sup {
    top: -0.4em;
}
#content sub {
    bottom: -0.4em;
}
#content hr {
    color: #F7D9BD;
    height:1px;    
}



/***** obrázek zarovnaný vlevo/vpravo ******/
#content img.img-vlevo {
    border: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#content img.img-vpravo {
    border: none;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
#content img.img-stred {
    border: none;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}


/***** styly v combu v editoru (jejich seznam je v DB sys_config.StylesMenuList a StylesMenuNames) ****/
#content .zvyrazneno {
    color: #000;
    font-weight: bold;
}
#content .citace {
    font-style: italic;
}
#content .monospace {
    font-family: Monospace;
}


/***** rámeček pro tabulku, aby byla vidět *******/
#content table {
    border-collapse: collapse;
}
#content td, tr, th {
    border: dotted 1px #666666;
}


/* formular */
.formular .upozorneni {
    float: left;
    width: 20px;
    margin-left: 5px;
}

.formular .input {
    float: left;
    width: 65%;
}
.formular label {
    float: left;
    width: 33%;
    padding-right: 10px;
    text-align: right;
}
.formular .poznamka {
    clear: both;
    color: #999999;
    font-size: 11px;
    font-style: italic;
    padding-left: 35%;
    margin-bottom: 5px;
}
.formular fieldset {
    margin-top: 15px;
    border: 1px solid #E6DB86;
    padding: 20px 10px;
}
.formular legend {
    margin: 0 20px;
}
.hledani-clanek strong input {
background: none;
padding: 0;
background-color:#FFFFFF;
font-size:12px;!important;
height:17px;
}
.hledani-clanek input {font-size:11px;}
.formular .input .button, .hledani-clanek input {
	color: #000000;
	padding: 0px 5px;
	background-image: url(../Images/bg-button.gif);
	background-repeat: repeat-x;
}
.bold {font-weight:bold;}
.width430px {width:430px;}
.formular .input .text100 {width: 100%;float: left;}
.formular .input .text90 {width: 90%;float: left;}
.formular .input .text80 {width: 80%;float: left;}
.formular .input .text70 {width: 70%;float: left;}
.formular .input .text60 {width: 60%;float: left;}
.formular .input .text50 {width: 50%;float: left;}
.formular .input .text40 {width: 40%;float: left;}
.formular .input p {
    width: 10px;
    padding: 0;
    background-image: url(../Images/vykricnik.gif);
    background-repeat: no-repeat;
    background-position: top center;
    position: normal;
    float: left;
    margin: 0 5px;
    position: normal;
    float: left;
}
.formular .formular-hlasky p {
    margin: 0;
    padding: 0 0 0 15px;
    background-image: url(../Images/vykricnik.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    line-height: 22px;
    color: #C00;
    font-weight: bold;
}
.formular {
    margin: 10px 0 0 0;
}
.float-left {
	float:left!important;
}
.float-right {
	float:right!important;
}
.text-align-left {
	text-align:left!important;
}
.text-align-center {
	text-align: center!important;
}
.text-align-right {
	text-align: right!important;
}
.text-align-justify {
	text-align: justify!important;
}
.formular p {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px;
}
.formular p {
    margin: 0px 0px 5px 0px;
    padding: 5px 0px;
}
