/*
 * content.css
 *
 * Definicie stylov pre obsah, ktory je editovany cez TinyMCE. Vdaka tomuto suboru
 * sa text pocas editovania a po ulozeni bude zobrazovat uplne rovnako.
 *
 * Vsetky styly je potrebne nadefinovat ako vnorene elementy tychto rodicov:
 *  - div.content-text (text stranky z modulu Content)
 *  - body.mceContentBody (text v editore TinyMCE)
 *
 */



/*** Body ***/

body, td, th, textarea, input, select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

body {
    color: #444444;
}

body.mceContentBody {
}



/*** Headers ***/

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    /*margin: 2px 0px 1px 0px;*/
    margin: 15px 0px;
    color: #003083;
	font-family: Arial, Verdana;
}

.header-small-margin {
	margin: 2px 0px 1px 0px;
}

h1 {
	margin: 2px 0px 20px 0px;
	font-weight: bold;
}

h2 {
    font-size: 1.6em;
}

h3 {
    /*font-size: 1.8em;*/
	font-size: 15px;
	font-weight: bold;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.1em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

h1.main-title-1 {
	margin: 27px 27px 27px 27px;
}


h1.main-title-2 {
	margin: 0px 0px 10px 0px;
}


.cms-blue {
	color: #003083;/*#2c51a0;*/
}

.cms-orange {
	color: #9c4100;
}

.cms-blue2 {
	color: #0067ba;
}

.cms-green {
	color: #4b8400;
}

.cms-red {
	color: #86003c;
}

.cms-orange-2 {
	color: #6f6601;
}

.cms-aqua {
	color: #0bb99c;
}


.purpleColor, .cms-purple {
	color: #510B8C;
}

.greenColor, .cms-green {
	color: #237a00;
}

.errorColor {
	color: #BA1F25;
}

.header-content-text-purple h1, .header-content-text-purple h2, .header-content-text-purple h3, .header-content-text-purple h4, .header-content-text-purple h5, .header-content-text-purple h6 {
	color: #510B8C;
}

.header-content-text-green h1, .header-content-text-green h2, .header-content-text-green h3, .header-content-text-green h4, .header-content-text-green h5, .header-content-text-green h6 {
    color: #4a8700;
}



/*** Links ***/

a, body.mceContentBody a {
    color: #5f5f5f;
    text-decoration: none;
}

a:hover, body.mceContentBody a:hover {
    text-decoration: underline;
}

div.link-color-aqua a {
	color: #0BB99C;
}
div.link-color-blue a {
    color: #003083;
}
div.link-color-purple a {
    color: #510B8C;
}
div.article-text a {
	color: #003083;
}




/*** Paragraphs, etc. ***/

p {
    padding: 0px;
    margin: 0px 0px 15px 0px;
	line-height: 1.5;
}

pre {
    padding: 0px 0px 0px 12px;
    margin: 0px 0px 5px 0px;
}



/*** Lists ***/

div.content-text ul, div.content-text ol,
body.mceContentBody ul, body.mceContentBody ol
{
    padding-left: 30px;
    margin: 0px 0px 5px 0px;
}

div.content-text ul ul, div.content-text ul ol, div.content-text ol ol, div.content-text ol ul,
body.mceContentBody ul ul, body.mceContentBody ul ol, body.mceContentBody ol ol, body.mceContentBody ol ul
{
    padding-left: 23px;
    margin-bottom: 0px;
}

div.content-text li,
body.mceContentBody li
{
}

div.download-pdf {
    width: 468px;
    /*margin-left: -10px;
    margin-bottom: -10px;*/
    border-top: 1px solid #d0e9fb;
	border-bottom: 1px solid #d0e9fb;
    background: #fdf8ff;
	padding: 10px 0px 10px 0px;
}

div.download-pdf-team {
    width: 468px;
    border-top: 1px solid #d0e9fb;
    border-bottom: 1px solid #d0e9fb;
    background: #fdf8ff;
    padding: 10px 0px 10px 0px;
}

div.download-pdf a, div.download-pdf-team a {
    /*background: url('icons/file_acrobat.gif') 0px 5px no-repeat;*/
    padding: 7px 2px 7px 27px;
    display: block;
	margin: 0px 0px 0px 15px;
}

/**
 * ****************** ZIVOTOPIS *****************
 */

div.bio-item {
    margin: 0px 0px 10px 0px;
}

div.bio-item-2 {
	margin: 0px 0px 10px 0px;
	
}

div.bio-inner {
	padding: 10px 0px 10px 0px;
}

div.bio-label {
    float: left;
    width: 110px;
    margin: 0px 10px 0px 0px;
    font-weight: bold;
	line-height: 1.5;
}

div.bio-text {
    float: left;
    width: 294px;
	line-height: 1.5;
}
/* druha varianta */
div.bio-item-2 {
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #D0E9FB;
	padding: 0px 0px 0px 0px;
}

div.bio-label-2 {
    font-weight: bold;
	margin: 0px 0px 10px 0px;
}

div.bio-text-2 {
    line-height: 1.5;
	margin: 0px 0px 10px 0px;
}

div.bio-year {
	float: left;
	width: 110px;
	margin: 0px 10px 0px 0px;
}

div.bio-year-info {
	float: left;
	width: 294px;
}









div.content-text ol, div.content-text ul {
	line-height: 1.5;
	margin: 5px 0px 15px 0px;
}

div.content-text ol li {
	margin: 5px 0px 0px 0px;
}

div.content-text hr {
	height: 1px;
	overflow: hidden;
	border: 0px;
	background: #7ab6e6;
}

/*** REGION ***/
div.region-links {
	margin: 20px 0px 20px 0px;
}

div.region-link {
    margin: 0px 0px 10px 2px;
    padding: 0px 0px 0px 17px;
    background: url('images/bullet-red2.gif') 0px 3px no-repeat;
}

div.region-link a {
    color: #86003c;
    font-weight: bold;
}

/******************************/
div.ul-blue ul { 
	list-style-image: url("images/bullet-blue.gif");
	list-style-position: outside;
	list-style-type: square;
	/*margin: 2px;*/
}

div.ul-purple ul { 
    list-style-image: url("images/bullet-purple.gif");
    list-style-position: outside;
    list-style-type: square;
    /*margin: 2px;*/
}

div.ul-green ul { 
    list-style-image: url("images/bullet-green.gif");
    list-style-position: outside;
    list-style-type: square;
    /*margin: 2px;*/
}

div.ul-orange ul { 
    list-style-image: url("images/bullet-red.gif");
    list-style-position: outside;
    list-style-type: square;
    /*margin: 2px;*/
}
