/* Default CSS Stylesheet for a new Web Application project */

/* Improt stylu pro uniwebcomponenty */

@import "UniWebComponets.css";

BODY, A, TH, TD, INPUT,SELECT,FONT,DIV
{
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    
}

Table.BaseTable
{
	width:990px;
}

.tisk
{
	display: none;
}

BODY
{
    BACKGROUND-COLOR: #E9E9E9;
    background-image: url(images/bg.gif);
    background-repeat: repeat-y;
    background-position: 50% 0px;
    margin-top: 0px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
BODY.tisk
{
	background-color: White;
	background-image: none;
}

h1 {
	FONT-SIZE: 12pt;
	margin: 0px;
	padding: 0px;
	position: absolute;
}


h2, .nadpis2{
	FONT-SIZE: 16pt;
	COLOR: #960200; 
	font-weight : normal;
	padding: 0px;
	padding-top: 10px;
	margin: 0px 0px 10px 0px;
}
h2.detailh2
{
	margin-bottom: 0px;
	padding-top: 0px;
	margin-left: 10px;
}

h3, .nadpis3{
	FONT-SIZE: 13pt;
	COLOR: #960200; 
	font-weight : normal;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

DIV.textundernadpis{
	
		padding-left: 11px;

}
HR
{
	background-color: #E2CDCC;
    border-width: 0px;
    height: 1px;
    color: #E2CDCC;
}
hr.red
{
	background-color: #EB2B2A;
    border-width: 0px;
    height: 1px;
    color: #EB2B2A;
	
} 

		
a
{
	color: black;
	text-decoration: underline;
}


	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	





.zahlavi
{
	width: 990px;
	height: 196px;
	/*background-image: url(images/zahlavi.jpg);
	background-repeat: no-repeat;*/
	text-align: left;
	background-color: blue;
}
.menu
{
	width: 940px;
	>width: 990px;
	height: 36px;
	/*background-color: Olive;	*/
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-left: 50px;
}
.menu a
{
	/*width: 120px;
	>width: 149px;*/
	/*height: 31px;
	>height: 47px;*/
	background-image: url(images/menu_item.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	display: block;
	float: left;
	color: White;
	text-decoration: none;
	font-size: 13pt;
	/*font-weight: bold;*/
	/*padding-top: 16px;
	padding-left: 32px;
	padding-right: 32px;*/
	text-align: center;
}
.menu a span
{
	height: 26px;
	>height: 36px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 1px;
	display: block;
	float: left;
	cursor: pointer;
}
.menu a.last
{
	background-image: none;
}
.menu a:hover span, .menu a.active span
{
	background-image: url(images/menu_item_hover.gif);	
	background-repeat: repeat-x;
	
}

.left_menu_td
{
	width: 249px;
	background-color: White;
	background-image: url(images/left_menu_bg.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-left: 8px;
}
.full .left_menu_td
{
	width: 0px;
	display: none;
}
.obsah_td
{
	
	
	background-color: White;
	
	
}

.obsah_top
{
	width: 741px;
	height: 26px;
	background-image: url(images/obsah_top_bg.gif);
	background-repeat: no-repeat;
}
.obsah
{
	width: 701px;
	>width: 741px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/obsah_bg.gif);
	background-repeat: repeat-y;
	min-height:269px;
	_height: expression(this.scrollHeight < 269? "269px" : "auto" );
}
.obsahSmall
{
	min-height:0px;
	_height: auto;

}
.obsah_bottom
{
	width: 741px;
	height: 21px;
	background-image: url(images/obsah_bottom_bg.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	
}
.full .obsah_bottom
{
	height: 12px;
	width: 990px;
	background-image: url(images/full_obsah_bottom_bg.gif);
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}
.full .obsah_top
{
	width: 990px;
	
	background-image: url(images/full_obsah_top_bg.gif);
	
}
.full .obsah_td
{
	
}
.full .obsah
{
	width: 930px;
	>width: 990px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(images/full_obsah_bg.gif);
}
.left_menu
{margin-top:20px;
}
.left_menu a
{
	display: block;
	width: 239px;
	/*>width: 239px;*/
	height: 35px;
	>height: 41px;	
	color: white;
	text-decoration: none;	
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	background-image: url(images/left_menu_btn.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	/*padding-left: 20px;*/
	padding-top: 6px;
	margin-bottom: 15px;
}
.left_menu a.drazby
{
	padding-top: 12px;
	height: 29px;
	>height: 41px;	
}
/*.left_menu a:hover
{
	background-color: Black;
}
.left_menu a.static
{
	background-color: Blue;
}*/
.banner
{
	width: 214px;
	height: 136px;
	text-align: center;
	/*background-image: url(images/banner.gif);
	background-repeat: no-repeat;*/
	background-color: #F3F3F3;
	border: 2px solid silver;
	color: Black;
	font-size: 10pt;	
	font-weight: bold;
	position: absolute;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	text-transform: uppercase;
}
.odmena
{
	width: 990px;
	height: 20px;
	>height: 32px;
	padding-top: 8px;
	padding-bottom: 4px;
	background-color: Green;
	background-image: url(images/full_obsah_bg2.gif);
	background-repeat: repeat-y;
}
.odmena_inner
{
	width: 990px;
	height:19px;
	>height:20px;
	/*margin-top: 8px;
	margin-bottom: 4px;*/
	padding-top: 1px;
	background-color: #D00000;
	color: White;
	text-align: center;
	font-size: 12pt;
}
.zapati
{
	width: 990px;
	height: 37px;
	>height: 37px;
	padding-top: 0px;
	background-image: url(images/zapati.gif);
	background-repeat: repeat-x ;
	text-align: center;
	color: White;
	font-size: 12pt;
}
.zapati a
{
	color: White;
	font-size: 12pt;
	text-decoration: none;
}
.export
{
	width: 990px;
	text-align: right;
	padding-right: 10px;
	/*background-image: url(images/exported_bg.gif);
	background-repeat: repeat-y;*/
}
.export a
{
	color: Black;
}
.button_holder a
{
	display: block;
	width: 239px;
	/*>width: 239px;*/
	height: 35px;
	>height: 41px;	
	color: white;
	text-decoration: none;	
	text-transform: uppercase;
	text-align: center;
	font-size: 10pt;
	background-image: url(images/left_menu_btn.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	/*padding-left: 20px;*/
	padding-top: 6px;
	margin-top: 15px;
}
.obsah p
{
	margin: 14px 0px 14px 0px;
	padding: 0px;
}
.heightSluzby
{
	HEIGHT:694px;
}
#left_menu_flash ul{list-style-type:none;margin-top:20px;}
#left_menu_flash li a{display:block;height:30px;font-size:14px;padding-left:10px;}
#left_menu_flash li a:hover{color:Red;}

#nabidky{margin:0px auto;}
#nabidky td{text-align:center;width:25%;margin:10px;}
#nabidky a{display:block;width:155px;height:102px;font-size:14px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	vertical-align:middle;
	color:#fff;font-weight:bold;
	text-decoration:none;
	margin:0px auto;
	}
#nabidky a span{display:block;padding-top:40px;}
#nabidky a:hover{background-image: url(images/button2.png);}
#nabidky img{border:1px solid #666;}
