﻿/* ------- ZAKLAD --------- */

body {
	background:#EEEEEE;
	color:#0400AD;
	font-family: sans-serif;
	font-size:8pt;
    }

h1 {
	font-size: 1.7em;
	background:#D6D6D6;
	color:#000000;
	}

h2 {
	font-size: 1.5em;
	color:#000000;
	}

h3 {
	font-size: 1.3em;
	color:#000000;
	}

td {
	background:#EEEEEE;
	color:#0400AD;
	font-family: sans-serif;
	font-size:10pt;
	text-align:left;
	vertical-align: top;
	}


a { text-decoration:none;
    color:#091AFB;
    }

a:hover { text-decoration:underline }

.centered {
	text-align:center;
	}

/* ------- NADPIS STRANKY --------- */

.nadpis {font-family: sans-serif;
	color:#FFEE00;
	font-size:20pt;
	text-align:center;
	}
	
/* ------- LEVA STRANA --------- */

.leva {
	float:left;
	position:relative; 
	/* top:-50px;  */ 
	width:140px;
}

.menu  {  
	text-decoration:none;
	font-size:10pt;
	background:#D6D6D6;
	/* color: #121147 */
	display:block;     
	padding: 5pt;
	text-align:left;
	font-variant:small-caps;
	font-weight:bold;
	width:140px; margin-left:0; margin-right:0; margin-top:0; margin-bottom:10pt
	}

.menu a {  
	text-decoration:none; 
	color: #000000;
	font-size:10pt;
	}

.menu a:hover {  
	text-decoration:underline;
	/* color:#999999; */
	font-size:10pt;
	/* background:#EEEEEE */
	}

.button1 {
	text-align:center;
	}

.podmenu {  font-family: sans-serif;
	width:140px;
	padding: 5pt 5pt;
	margin: 0 0 0 0;
	/* border: 1pt solid black; */
	background:#D6D6D6 
	}

/* ------- PROSTREDEK --------- */

.text {  font-family: sans-serif;
	/* color:#FF0000;  */
	font-size:9pt;
	/* background:#EEEEEE; */
	padding: 1em;
	/* border: 1pt solid black; */
	margin: 0 150px 0 150px;
	}

.text_banner{
	text-align:center;
	display:block;
	overflow:hidden;
	}

.text_banner img {
	BORDER:0px none;
	}

.mycopyright { 
	padding: 0.5em;
	background:#CCCCCC;
	font-size:7pt;
	text-align:center;
	border: 1pt solid black;
	}

/* ------- PRAVA STRANA --------- */

.prava {  font-family: sans-serif;
	float:right;
	position:relative; 
	/* top:-50px; */
	width:140px;
	text-align:center;
	/* border: 1pt solid black; */
	}
	
.topevent {
	background:#D6D6D6;
	padding: 0.5em;
	}

.topevent_titulek {
	color:#000000;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:underline;
	}

.topevent_datum {
	font-weight:bold;
	}



.copyright { font-size:9pt;
	text-align:center;
	float:bottom
	}
	
/* ------- NEWS --------- */

.news_datum { background:#444444;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0 0 0 0.5em;
    }

.news_titulek { 
	color:#000000;
	font-size:11pt;
	font-weight:bold;
	font-variant:small-caps
    }

.news_text { 
	 color:#000000; 
    }

/* ------- KALENDAR --------- */

.kalend_item {
	background:#D6D6D6;
	border: 1px solid black;
	padding: 0.5em;
	}

.kalend_titulek {
	font-size: 1.2em;
	background:#C6C6C6;
	color:#000000;
	padding: 0.5em;
	font-weight:bold;
	}

.kalend_misto {
	color:#000000;
	}
.kalend_datum {
	color:#000000;
	}
.kalend_text {
}	

	
	