﻿body, html
{
    border: 0px none;
    margin: 0px;
    padding: 0px;
    font-family: "Tahoma" , sans-serif !important;
    font-size: small !important;
}

.resetovac
{
    border: 0px none;
    margin: 0px;
    padding: 0px;
    float: none;
    clear: both;
    width: 0px;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

img
{
    border: 0px none;
    margin: 0px;
    padding: 0px;
}
   
p
{
    line-height: 1.4;
    padding: 0em;
}

div.wrapper {
	margin: 5px;
	background-color: white;
}

div.left { 
	position: absolute;
	width: 190px;
	left: 5px;
	top: 100px;
	background-color: white;
	padding: 0;
	margin: 0;
	border-right: 1px solid silver;	
}

div.middle {
	position: relative;
	width: auto;
	margin-left: 195px;
	margin-right: 0px;
	padding: 10px;
	background-color: white;
	min-height: 300px;
}

div.top {
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	width: auto;
	height: 85px;
	background-color: white;
	border-bottom: 1px solid silver;	
}

div.banner {
	position: relative;
	margin-top: 25px;
	padding-top: 25px;
	margin-bottom: 10px;
	width: auto;
	height: 60px;
	text-align: center;
	/* border-top: 1px solid silver; */
}
/* seznam menu 
   =========== */
/* seznam polozek menu */
ul.menu {
	list-style-type: square;
	color: #e47308;
	margin: 0;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

/* seznam polozek submenu */
ul.submenu {
	margin: 0;
	list-style-type: none;
	padding-left: 0;
	font-weight: normal;
}

/* polozky menu */
ul.menu li {
	margin: 0;
	margin-bottom: 0.5em;
    list-style-type: square;
	padding-left: 0;
}

/* polozky submenu */
ul.submenu li {
	margin: 0;
	margin-top: 0.2em;
    list-style-type: none;
	padding: 0;
    background-image: none;
}

/* seznam novinek 
   ============== */
/* seznam polozek novinek */
ul.novinky {
	list-style-type: square;
	color: black;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	font-weight: normal;
}


/* pridej akci 
   ============== */
div.kroky {
	text-align: center;
	font-size: 8pt;
}

span.krok_aktivni {
	font-weight: bold;
}

span.krok_pred_nami {
	color: gray;
}

/* tabulka pro vypis akce 
   ====================== */
   table.akce {
	   /* border-top: 1px solid silver;
	   border-left: 1px solid silver; */
   }
   table.akce td {
	   /* border-right: 1px solid silver;
	   border-bottom: 1px solid silver; */
	   font-size: 10pt;
   }
   
   table.akce td.polozka {
	   padding-right: 15px;
	   font-style: italic;
   }
   
/* nadpis prvni urovne */
h1 {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	color: #00007f;
	border-bottom: 1px solid #e47308;
	margin-top: 0;	
}


/* nadpis druhe urovne */
h2 {
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 0;
	color: #00007f;
}



/* odkazy */
a:link {
	color: #00007f;
	text-decoration: underline;
}
a:visited {
	color: #00007f;
	text-decoration: underline;
}
a:hover {
	color: rgb(102,102,255);
	text-decoration: underline;
}
/* odkazy pro nove okno */
a.new:link {
	color: #00007f;
	text-decoration: underline;
	padding-right: 15px;
	background-image: url("pics/new_window.png");
	background-repeat: no-repeat;
	background-position: right;	
}
a.new:visited {
	color: #00007f;
	text-decoration: underline;
	padding-right: 15px;
	background-image: url("pics/new_window.png");
	background-repeat: no-repeat;
	background-position: right;	
}
a.new:hover {
	color: rgb(102,102,255);
	text-decoration: underline;
	padding-right: 15px;
	background-image: url("pics/new_window.png");
	background-repeat: no-repeat;
	background-position: right;	
}

/* odkazy v menu */
a.menu:link {
	color: #00007f;
	text-decoration: none;
}
a.menu:visited {
	color: #00007f;
	text-decoration: none;
}
a.menu:hover {
	color: rgb(102,102,255);
	text-decoration: underline;
}

/* odkazy v prave casti */
a.top:link {
	color: #00007f;
	text-decoration: underline;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: right;
}
a.top:visited {
	color: #00007f;
	text-decoration: underline;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: right;
}
a.top:hover {
	color: rgb(102,102,255);
	text-decoration: underline;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: right;
}

/* odkazy v prave casti - do noveho okna */
a.top_new:link {
	color: #00007f;
	text-decoration: underline;
	padding-right: 15px;
	background-image: url("pics/new_window.png");
	background-repeat: no-repeat;
	background-position: right;
}
a.top_new:visited {
	color: #00007f;
	text-decoration: underline;
	padding-right: 15px;
	background-image: url("pics/new_window.png");
	background-repeat: no-repeat;
	background-position: right;
}
a.top_new:hover {
	color: rgb(102,102,255);
	text-decoration: underline;
	padding-right: 15px;
	background-image: url("pics/new_window.png");
	background-repeat: no-repeat;
	background-position: right;
}
