/*START - VÝCHOZÍ STYL*/
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul, li, ol {
	list-style: square;
	line-height: 18px;
}
td, th {
	vertical-align: top;
}
html, body {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	color: #ff0000;
}
p {
	line-height: 18px;
	margin: 4px 0 20px 0;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}
table {
	margin: 0px;
	padding: 0px;
}
/*table th {
	background-color: #CCCCCC;
	display: table-cell;
	vertical-align: inherit;
	height: 36px;
}
table td {
	margin: 0;
	padding: 7px;
	display: table-cell;
	vertical-align: inherit;
	background-color: #E9E9E9;
}*/
/*END - VÝCHOZÍ STYL*/
/*START - POZICE OBRÁZKŮ*/
.left {
	float: left;
}
.right {
	float: right;
}
.text_right {
	text-align: right;
}
.center {
	text-align: center;
}
/*START - POMOCNÉ BARVY*/
.red {
	color: #ff0000;
}
.white {
	color: #ffffff;
}
.green {
	color: #008800;
}
/*END - POMOCNÉ BARVY*/
/*START - EDITOR TEXTU*/
#tinyeditor {
    border:none;
    margin:0;
    padding:0;
    font:14px 'Courier New',Verdana;
}
.tinyeditor {
    border:1px solid #bbb;
    padding:0 1px 1px;
    font:12px Verdana,Arial;
}
.tinyeditor iframe {
    border:none;
    overflow-x:hidden;
}
.tinyeditor-header {
    height:31px;
    border-bottom:1px solid #bbb;
    background:url(../images/header-bg.gif) repeat-x;
    padding-top:1px;
}
.tinyeditor-header select {
    float:left;
    margin-top:5px;
}
.tinyeditor-font {
    margin-left:12px;
}
.tinyeditor-size {
    margin:0 3px;
}
.tinyeditor-style {
    margin-right:12px;
}
.tinyeditor-divider {
    float:left;
    width:1px;
    height:30px;
    background:#ccc;
}
.tinyeditor-control {
    float:left;
    width:34px;
    height:30px;
    cursor:pointer;
    background-image:url(../images/icons.png);
}
.tinyeditor-control:hover {
    background-color:#fff;
    background-position:30px 0;
}
.tinyeditor-footer {
    height:32px;
    border-top:1px solid #bbb;
    background:#f5f5f5;
}
.toggle {
    float:left;
    background:url(../images/icons.png) -34px 2px no-repeat;
    padding:9px 13px 0 31px;
    height:23px;
    border-right:1px solid #ccc;
    cursor:pointer;
    color:#666;
}
.toggle:hover {
    background-color:#fff;
}
.resize {
    float:right;
    height:32px;
    width:32px;
    background:url(../images/resize.gif) 15px 15px no-repeat;
    cursor:s-resize;
}
#editor {
    cursor:text;
    margin:10px
}
/*KONEC - EDITOR TEXTU*/