﻿body {
	margin: 10px;
	padding: 0px auto;
	text-align: center;
	font-family: Verdana, tahoma, Arial, serif;
	font-size: 80%;
    background: #126EAF url('../images/bgr.gif') top center repeat-x;
}
#obsah {
	width: 985px;
	margin: 0px auto;
	text-align: left;
}
.panelBefore      { 
    margin:0; padding:0;
    margin-top: 6px;
    height: 9px;
    background: white url('../images/bgr_okno_T.gif') 0px 0px no-repeat;
    z-index: 5;
} 
.panel { 
    margin:0; padding:0;
    position: relative; /* Resi "nekonecnou" stranku v IE7 */ 
    background: white url('../images/bgr_okno.gif') 0px 0px repeat-y;
    z-index: 5;
} 
/*** Stejna vyska sloupcu ***/ 
.panel { 
  overflow: hidden; 
} 


#hlavicka { 
  background: url('../images/bgr_top.gif') top left no-repeat;
  height: 220px;
  position: relative;
  z-index: 10;
} 

#levyPanel     { 
	float:left;
    width: 260px; 
	margin:15px 0px; padding:0;
} 
#levyPanel-obsah {
	margin: 0px 20px 0px 30px;
    position: relative;
}

#pravyPanel    { 
	float:right;
    width: 680px; 
	margin:0; padding:0;
} 
#pravyPanel-obsah {
	margin: 20px 50px 50px 20px;
}
.paticka    { 
    background:  url('../images/bgr_okno_B.gif') top left no-repeat;
    color: white;
    text-align: center;
    font-size: 0.8em;
    } 
   
#paticka-before   { 
  text-align: right;
  clear: both; 
  height: 15px;
}  

#paticka-in   { 
  clear: both; 
  padding: 10px 0px 3px 0px;
} 




DIV, SPAN, P, H1, H2, H3, H4, H5, H6, IMG {
	margin: 0px;
	padding: 0px;
}

#hlavicka H1 {
	visibility: hidden;
	display: none;
	
}
IMG {
	border: 0px;
}
IMG.border {
    border: solid 1px black ;
}
A {
	color: #00458E;
}
A:HOVER {
	color: #C10D10;
}
UL, OL {
	margin-left: 20px;
	padding: 0px;
}
MENU LI,
UL LI {
	margin-bottom: 2px;
    list-style-type: square;	
	}
TABLE TD {
	 padding: 2px 4px;
	 margin: 0px;
	 border: none;
	 
}
TH {
	 text-align: left;
	  background-color: #126EB0;
	 padding: 2px 4px;
	 color: White;
}

hr.cleaner {
	clear: both;
	display: none;
}
div.cleaner {
	clear: both;
	height: 0px;
	font-size: 1px;
	border: none;
	margin: 0px;
	padding: 0px;
}


.f, .f2, .f3 {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: left;
	}
.f2 {
	width: 250px;
	}
.f3 {
	width: 70px;
	font-weight: normal;
	color:Black;
	font-size: 8pt;
	margin-top: 3px;
	}

  HR {
	 border: 1px dotted #F4BB7B;
	 margin-bottom: 8px;
}
/* ------------------ HLAVICKA ---------------------- */

#hlavicka A {
	 color: White;
}
#hlavicka A:HOVER {
	 color: #DF541E;
}

div#logo {
	width: 445px;
	height: 72px;
	position: absolute;
	left: 20px;
	top: 15px;
	z-index: 30;
}
div#logo A {
	width: 445px;
	height: 72px;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
}


div#text {
	width: 380px;
	height: 20px;
	position: absolute;
	right: 3px;
	top: 180px;
	z-index: 31;
	font-size: 8.5px;
	font-weight: bold;
	 text-align: center;
	color: #0045A2;
}


#nav {
	width: 940px;
	position: absolute;
	left: 0px;
	top: 109px;
	background: url('../Images/bgr_menu.gif') 0px 0px no-repeat;
	z-index: 35;
}
#nav ul {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 11pt;
	font-weight: normal;
}
#nav ul li {
	display: block;
	float:left;
}
#nav ul li a {
	padding: 6px 20px;
	margin: 0px;
	margin-left: 3px;
	margin-bottom: 18px;
	color: black;
	text-decoration: none;
	text-align: center;
	float: left;
}


#nav ul li a:hover {
	color: #004494;
}

#nav ul li.AspNet-TreeView-Selected {
}
#nav ul li.AspNet-TreeView-Selected A {
	color: #004494;
}




/* --------------- PATICKA ----------------- */
.paticka P {
	padding-bottom: 10px;
}
.paticka ADDRESS {
	padding-bottom: 10px;
	font-style: normal;
}
.paticka A {
	color: white;
}
.paticka .AspNet-TreeView ul li {
	display: inline;
}
.paticka .AspNet-TreeView ul {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	color: white;
	font-weight: bold;
}
.paticka .AspNet-TreeView ul li a {
	padding: 0px 8px;
	text-decoration: none;
	border-right: 1px solid white;
	color: white;
}

.paticka .AspNet-TreeView ul li.AspNet-TreeView-Selected A {
	color: #004965;
}

.paticka .AspNet-TreeView ul li a:hover {
	color: #004965;
}

/* --------------- left menu ----------------- */
#levyPanel H3 {
	padding: 4px 30px 4px 30px;
	font-weight: normal;
	font-size: 1.6em;
    text-transform: uppercase;
	color: white;
    background: #126EB0 url('../images/bgr_menu.gif') top right no-repeat;
	
}
#levyPanel H4 {
	font-size: 0.8em;
	margin: 8px 0px;
}
#levyPanel H4 A {
	color: black;
}

#levyPanel menu,
#levyPanel ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 8pt;
}
#levyPanel menu {
	margin-bottom: 15px;
}

#levyPanel menu li {
	margin: 0px;
	padding: 4px 2px 4px 30px;
	color: #00458E;
	list-style: none;
}
#levyPanel menu ul li {
	padding: 0px;
}
#levyPanel ul li a {
	width: 175px;
	padding: 4px 5px 4px 40px;
	margin: 0px;
	text-decoration: none;
	text-align: left;
    display: block;
    border-bottom: solid 1px #4C86A4;
	background: transparent url('../Images/sipka01.gif') 10px 14px no-repeat;
	color: #1C1C1C;
}


#levyPanel menu li a:hover {
    color: #C10D10;
}

#levyPanel li .selected {
    color: #C10D10;
}



/* --------------- panel ----------------- */
#pravyPanel H1 {
	font-weight: normal;
	font-size: 1.9em;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #00458E;
}
#pravyPanel H2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #C10D10;
}

#pravyPanel H3 {
	font-weight: bold;
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 2px;
	color: black;
	
}
#pravyPanel H3 A {
	color: #00458E;
}
#pravyPanel H3 A:HOVER {
	color: #C10D10;
}
#pravyPanel H3.odF {
	 text-indent: -70px;
	 margin-left: 70px;
}

#pravyPanel H4 {
	font-weight: bold;
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 2px;
	color: #00458E;
}
.panel P {
	margin-bottom: 10px;
    line-height: 150%;
}
.panel UL {
    line-height: 150%;
    margin-bottom: 7px;
    margin-left: 40px;
}
.panel IMG {
	margin: 1px;
}

/* --------------- FOTO ----------------- */

.pnlFoto {
    float: left;
    text-align: center;
    width: 320px;
    margin-top: 35px;
    font-size: 9pt;
    font-weight: bold;
	color: #DC6D06;
}

.pnlFoto A {
	color: #DC6D06;
	text-decoration: none;
}

#centerPanel IMG.obr {
	margin: 0px 4px 0px 15px;
}

.pnlText {
    float: left;
    text-align: center;
    width: 200px;

}


#pravyPanel .pnlVideo {
    text-align: center;
    margin: 5px 0px;
    padding: 10px;
    font-weight: bold;
	color: #DC6D06;
}
#pravyPanel .pnlVideo H3 {
    margin: 0px 0px;
    padding: 0px;
	color: white;

}

/* --------------- PATH  ----------------- */

.path {
    font-weight: bold;
	color: #555A5B;
	top: -18px;
    font-size: 7pt;
    position: absolute;
}

.path A {
	color: #555A5B;
}

TABLE.produkt TD,
TABLE.produkt TH      {
    border-bottom: 1px solid black;
    margin: 0px;
    padding: 2px 5px;
}

TABLE.produkt TH      {
    text-align: left;
    width:  220px;
}

/* --------------- obecne ----------------- */

ADDRESS {
	font-style: normal;
	margin-bottom: 10px;
    line-height: 150%;
}
 .alter {
   	 background-color: #E0F0FC !important;
}
.zvyraznit {
   	font-weight: bold;
   	font-size: 1.2em;
}
.small {
	font-weight: bold;
   	font-size: 0.8em;
}
.error {
   	color: red;
   	font-weight: bold;
}
.cRed  {
	color: #EF2D23 !important;
}
.cBlack  {
	color: black !important;
}

.cGray  {
	color: #C8C8C8 !important;
}
.cGray2  {
	color: #717074 !important;
}
.cOrange  {
	color: #DF541E;
}

.bold  {
	font-weight: bold;
}  
.big  {
	font-size: larger;
} 
.biger  {
	font-size: large;
} 
.aRight {
	text-align: right !important;
}  
.aLeft {
	text-align: left !important;
} 
.aCenter {
	text-align: center !important;
} 
.mBottom {
   	margin-bottom: 6px !important;
}
.odsazTop {
	padding-top: 80px !important;
    background: url('../images/i_sipka.gif') 0px 15px no-repeat;
}
.odsazLpodpis {
   	margin-left: 330px !important;
}
.odsazL {
   	margin-left: 120px !important;
}
.odsazT {
   	padding-top: 12px !important;
}
.odsazT2 {
   	padding-top: 2px !important;
}
.odsazT3 {
   	padding-top: 40px !important;
}
.odsazT1 {
   	margin-top: 25px !important;
}
.no   {
   	text-decoration: none !important;
    list-style: none;
}





A[disabled]      {
    color: gray;
}






/* --------------- Images ----------------- */


.tableFoto .AspNet-DataList TABLE    {
    width: auto;
}
.tableFoto .AspNet-DataList TABLE TD    {
    width: 180px;
    padding: 6px;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    vertical-align: top;
}
.tableFoto .AspNet-DataList TABLE TD IMG    {
    border: solid 4px gray !important;
    
}

.fotoFloat {
    position: relative;
    width: 186px;
    height: 230px;
    padding-top: 6px;
    margin: 0px 12px 12px 0px; 
    text-align: center;
    float: left;
    border: solid 1px black;
	background: #DDDDDD;
}
#pravyPanel .fotoFloat H3 {
    margin: 2px 13px;
    padding: 0px; 
    text-align: left;
    font-weight: normal; 
}
#pravyPanel .fotoFloat P {
    margin: 4px 13px; 
    text-align: left;
    font-size: 0.9em;
    float: none;
	clear: both;
    
}

