﻿/*************************************************************************************/
/*************************************************************************************/
/*                        CMS CONTENT AND WYSIWYG STYLE SHEET                        */
/*************************************************************************************/
/*************************************************************************************/

body, table, tr, td, input {
	font-family: Calibri,"Trebuchet MS",Arial,lucida,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#444;
}
body {
	background:#FCFCFC;
}

pre { letter-spacing:2px; }
address { font-style:italic; }
b, strong { font-weight:bold; }
img{ border: 0; }

a, a:link, a:active, a:visited { 
	color:#FC0; 
	font-weight:bold; 
	text-decoration:none; 
	border-bottom: 1px dotted;}
a:hover { 
	color:#000; 
	border-bottom: 1px dotted #FC0; 
}

p, ul, ol, table, tr, td, li a, input { line-height:1.6em; }

p { margin: 0 0 1.2em 0;}

ul ul, ul ol, ol ol, ol ul { margin-left:2em; }
ol { list-style:decimal outside; }
ul { list-style:circle outside; }
ul, ol { 
	margin:0 0 0 2em; 
	margin-bottom:0.8em; 
	padding:0; 
}
li { 
	margin-left:35px; 
	padding-left:0.7em;
}


/*************************************************************************************/
/*****    HEADERS     ****************************************************************/
/*************************************************************************************/

h1 { font-size:2em;}
h2 { font-size:1.8em;}
h3 { font-size:1.6em;}
h4 { font-size:1.4em;}
h5 { font-size:1.2em;}
h6 { font-size:1em;}

h1, h1 a,  h1 a:link, h1 a:active, h1 a:visited { color:#000;}
h2, h2 a,  h2 a:link, h2 a:active, h2 a:visited { color:#000;}
h3, h3 a,  h3 a:link, h3 a:active, h3 a:visited { color:#000;}
h4, h4 a,  h4 a:link, h4 a:active, h4 a:visited { color:#000;}
h5, h5 a,  h5 a:link, h5 a:active, h5 a:visited { color:#000;}
h6, h6 a,  h6 a:link, h6 a:active, h6 a:visited { color:#000;}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	margin:30px 0 0.4em 0;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:1.1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border-bottom: 1px dotted;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { 
	text-decoration:none; 
	color:#FC0; 
	border-bottom: 1px dotted #FC0; 
}

/*************************************************************************************/
/*****    CLASS STYLES     ***********************************************************/
/*************************************************************************************/

.spodni_index {
	font-size:70%;
	vertical-align:sub;
}
.horni_index {
	font-size:70%;
	vertical-align: super;
}

.pismo_nejmensi { font-size:0.5em;}
.pismo_male { font-size:0.7em;}
.pismo_normalni { font-size:1em;}
.pismo_vetsi { font-size:1.3em;}
.pismo_velke { font-size:1.6em;}
.pismo_obrovske { font-size:2.3em;}


.bila { color:#FFF; }
.cerna { color: #000; }
.cervena { color:#F00; }
.modra { color: #00F; }
.oranzova { color:#F60; }
.seda { color: #333; }
.zelena { color:#88d509; }
.zluta { color: #FF0; }

.radkovani_velke { line-height:2.2em; }
.radkovani_male { line-height:1em; }


