/*styl pro layout*/

body {
	background-color: #ffffff;
	margin-top: 10px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#center
{
	width: 100%;
	text-align: center;
	margin: 0px;
}

/*hlavn� box*/
#main_part
{
	width: 750px;
	background-color: #FFFFFF;
	background-image: url(../images/sv_20.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

/*hlavi�ka*/
#head1
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 83px; /*v�ka hlavi�ky*/

}
#head2
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 22px; /*v�ka hlavi�ky*/
}


#left-menu
{
	width: 169px;
	float: left;
	text-align: right;
	padding : 0px 0px 0px 0px;
	margin :0px 0px 0px 0px;
	
}


#text
{
	float: right;
	text-align:center;
	width:581px;
	padding : 0px 0px 0px 0px;
}


/*kvuli nezavislosti na absolutnich sirkach*/
#real-text
{
	width: 80%;
	color: Black;
	text-align : left;
	margin-top: 0px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom:0px;
	line-height: 125%;
	padding : 0px 0px 0px 0px;
	}
	
#footer {
	width: 750px;
	height: 31px;

}

#copyright
{
	color: #ffffff;
	color: Black;
	text-align: right;
	font-size: 9px;
	height: 35px;
	border-bottom: 1px solid #F0F0F0;
}

#visibleMenu1 { height: 20px; width: 129px; cursor: default;}

#visibleMenu2 {height: 20px; width: 69px; cursor: default;}


#hiddenMenu1 {width: 150px;}

#hiddenMenu2 {width: 150px;}

.cssSupport {display: none;}

.menuItem {
	font-size: 11px;
	color: black;
	background-color: #99B0BE;
	border: 1px solid #83A0AD;
	text-align: left;
}

/*konec stylu pro layout*/

/*styly pro text*/

.left{
	text-align : left;
}

.right{
	text-align : right;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	padding : 0px 0px 0px 0px;
}

.center
{
	text-align : center;
	margin : 0px;
}

p {
		margin-top: 0px;
		margin-bottom: 0px;
}

p.static {
		margin-top: 0px;
		margin-bottom: 10px;
}

h1 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: red;
}

h2 {
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 2px;
}

h3 {
	font-size: 11px;
	margin-bottom: 5px;
	color: #99B0BE;
}

h4 {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: bold;
}


ul{
	margin-top: 5px;
	margin-bottom: 10px;
	list-style: square;
}

ul.menu{
	margin-top: 5px;
	margin-bottom: 10px;
	list-style: none;
	text-align: right;
	color: Red;
	font-size: 12px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px 0px 0px 0px;
}


.red{
	color : Red;
}

.smaller
{
 font-size: 8px;
 vertical-align: middle;	
}
.total
{
	color: Red;
	font-size: larger;
	font-weight: bold;
}

hr
{
	margin: 0ox 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 1px;
	color: #99B0BE;
}

hr.copy
{
	margin: 0ox 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:1px;
	color:#F0F0F0;
}

br.clear
{
	clear : both;
}
br.small
{
	line-height: 50%;
}
/*konen stylu pro text*/

/*styl pro formulare*/

form
{
	margin: 0px;
	padding: 0px;
}
input.field
{
		border:1px solid #000000;
    	width : 150px;
}

input.field-short
{
		border:1px solid #000000;
    	width : 25px;
		height: 16px;
		margin: 0px 2px 0px 2px;
}

input.btn-koupit
{
	border: 1px solid #000000;
	width: 45px;
	height: 20px;
	margin: 0px 2px 0px 2px;
	background-color: #B1BDC3;
}

input.btn-recalc
{
		border:1px solid #000000;
		width: 65px;
		height: 20px;
		margin: 0px 2px 0px 2px;
		background-color: #B1BDC3;
}

input.btn
{
	border: 1px solid #000000;
	background-color: #B1BDC3;
}
select
{
	border:1px solid #000000;
   width : 150px;
}

textarea
{
	border:1px solid #000000;
}
/*konec stylu pro formulare*/

/*styl pro table*/

table{
		font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight : normal;
		margin-top: 0px;
		margin-bottom: 10px;	
}
td{
	border : 0px;
	padding : 2px 2px 2px 2px;
}

table.static
{
	width:100%;
	background-color:#97B1BF;
	text-align:left;	
}
.statictd 
{
	border : 0px;
	padding : 5px 5px 5px 5px;
}

table.borders, table.item-detail
{
	border-collapse: collapse;
	border: 1px solid black;
	padding: 2px 2px 2px 2px;
	background-color: #F1F6F8;
}

table.borders td, table.item-detail td
{
	padding : 2px 2px 2px 2px;

} 

table.borders td.right, table.item-detail td.right
{
	padding : 2px 2px 2px 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	text-align: right;
}


table.borders td.all, table.item-detail td.all
{
	padding : 2px 2px 2px 2px;
	border: 1px solid black;
	text-align: left;
}
table.borders td.left, table.item-detail td.left
{
	padding : 2px 2px 2px 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	text-align: left;
}

table.borders td.text, table.item-detail td.text
{
	padding : 2px 2px 2px 2px;
	border: 1px solid black;
	text-align: left;
	background: White;
}

table.borders th.right, table.item-detail th.right
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 2px 2px 2px 2px;
	background-color: #99B0BE;
	text-align: right;
}

table.borders th.left, table.item-detail th.left
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding : 2px 2px 2px 2px;
	background-color: #99B0BE;
	text-align: left;
}
table.borders th, table.item-detail th
{
	border: 1px solid black;
	padding : 2px 2px 2px 2px;
	background-color: #99B0BE;
	text-align: center;
}
table.item-detail
{
	width: 100%;
}

table.main-border
{
	border-collapse : collapse;
	border: 1px solid black;
	padding : 2px 2px 2px 2px;
	background-color: #F1F6F8;
	width: 634px;
}


table.main-border td
{
	padding : 2px 2px 2px 2px;
}

table.main-border th
{
	border: 1px solid black;
	padding : 2px 2px 2px 2px;
	background-color: #99B0BE;
	color: #ffffff;
}

table.item-list-inner
{
	width: 145px;
	
	border-collapse: collapse;
}

table.item-list-inner td
{
	border: 1px solid black;
	padding: 2px 2px 2px 2px;
	background-color: #F1F6F8;
}

table.item-list-inner td.middle
{
	border: 1px solid black;
	border-bottom: none;
	padding: 1px 1px 1px 1px;
	text-align: center;
	vertical-align: middle;	
	height: 110px;
}

table.item-list-inner td.form
{
	border: 1px solid black;
	border-top: none;
	padding: 1px 1px 1px 1px;
	text-align: right;
	vertical-align: middle;	
}

table.item-list-inner th
{
	border: 1px solid black;
	background-color: #99B0BE;
	padding: 1px 2px 1px 2px;
	text-align: left;
}


table.list
{
	text-align: center;
	width: 100%;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

table.list td
{
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

table.dynamic
{
	border: 1px solid black;
	border-collapse: collapse;
}
table.dynamic tr.odd
{
	background-color: #D1DFE7;
}
table.dynamic tr.even
{
	background-color: #F1F6F8;
}

table.dynamic th
{
	border: 1px solid black;
	padding: 2px 2px 2px 2px;
	background-color: #99B0BE;
}
table.dynamic td
{
	border: 1px solid black;
	padding: 2px 2px 2px 2px;
}
/*konec stylu pro table*/

/*styly pro obrazky*/
img{
	border:0px;
	padding : 0px 0px 0px 0px;
}

img.left {
	float : left;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 5px;
	border : 0px solid;	
}

img.right {
	float : right;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	border : 0px solid;	
}

img.menu {
	float : left;
	width: 17px;
	height: 17px;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	border : 0px solid;	
}
/*konec stylu pro obrazky*/


/*styly pro odkazy*/
a:link {color: #28404F;	text-decoration: underline;}
a:active {color: #28404F;text-decoration: none;}
a:visited {color: #28404F;text-decoration: underline;}
a:hover {color: Red;text-decoration: underline;}

a.bold:link {color: #28404F;font-weight: bold;text-decoration: none;}
a.bold:active {color: #28404F;font-weight: bold;text-decoration: none;}
a.bold:visited {color: #28404F;font-weight: bold;text-decoration: none;}
a.bold:hover {color: Red;font-weight: bold;text-decoration: none;}

a.menu:link {color: Red;font-weight: bold;text-decoration: none;font-size: 12px;}
a.menu:active {color: Red;font-weight: bold;text-decoration: none;font-size: 12px;}
a.menu:visited {color: Red;font-weight: bold;text-decoration: none;font-size: 12px;}
a.menu:hover {color: Red;font-weight: bold;text-decoration: none;font-size: 12px;text-decoration: underline;}

a.no-change:link {color: #28404F;text-decoration: underline;}
a.no-change:active {color: #28404F;text-decoration: none;}
a.no-change:visited {color: #28404F;text-decoration: underline;}
a.no-change:hover {color: #334C64;font-weight: normal;text-decoration: underline;}

a.light:link {color: #ffffff;text-decoration: underline;}
a.light:active {color: #ffffff;text-decoration: none;}
a.light:visited {color: #ffffff;text-decoration: underline;}
a.light:hover {color: #ffffff;text-decoration: underline;}

a.light-bold:link {color: #ffffff;text-decoration: underline;font-weight: bold;}
a.light-bold:active {color: #ffffff;text-decoration: none;font-weight: bold;}
a.light-bold:visited {color: #ffffff;text-decoration: underline;font-weight: bold;}
a.light-bold:hover {color: #ffffff;text-decoration: underline;font-weight: bold;}

a.dark:link {color: #000000;text-decoration: underline;}
a.dark:active {color: #000000;text-decoration: none;}
a.dark:visited {color: #000000;text-decoration: underline;}
a.dark:hover {color: #000000;text-decoration: underline;}

a.menuLink {color: #28404F;font-weight: bold;text-decoration: underline;}
a.menuLink:active {color: #28404F;font-weight: bold;text-decoration: underline;}
a.menuLink:visited {color: #28404F;font-weight: bold;text-decoration: underline;}
a.menuLink:hover {color: Red;font-weight: bold;text-decoration: underline;}
/*konec stylu pro odkazy*/