/*styl pro layout*/

body {
	background-color: #ADBFD2;
	margin-top : 5px;
}

.center
{
	width : 100%;
	text-align : center;
	margin : 0px;
}

/*hlavní box*/
.main_part
{
	width:748px;
	background-color: #C7D3DF;
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	margin-bottom:0px;
	border : 1px solid #597FA3;
	background-image : url(../pic/podmenu_18.gif); 
	background-attachment : scroll;
	background-position : left;
	background-repeat : repeat-y;
}

/*hlavička*/
.head
{
	width:748px;
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	margin-bottom:0px;
	height : 101px;	/*výška hlavičky*/
}


.menu
{
	width:124px; 
	float: left;
	background-color: #;
	margin-top:0px;
	margin-bottom:0px;
   font-family: Verdana;
   font-size: 11px;
/*	background-image : url(pic/sv_15.gif);
	background-attachment : scroll;
	background-position : left;
	background-repeat : repeat-y;*/
	line-height: 60%; /*kvuli mozzile*/

}

.text
{
	float : right;
	text-align:center;
	width:620px;
	height: 310px;
}

/*kvuli nezavislosti na absolutnich sirkach*/
.real_text
{
	background: transparent;
	text-align : justify;
	width:90%;
	margin-top: 10px;
	margin-left : auto;
	margin-right : auto;
	line-height: 130%;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	color : #001F4C;
	font-weight : normal;
	font-size : 11px;
	text-decoration: none;
	}
	
.copyright {
	color: #001F4C;
	text-align:center;
	font-size: 10px;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*konec stylu pro layout*/

/*styly pro text*/
p {
		margin-top: 0px;
		margin-bottom: 10px;
}


h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #001F4C;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
}

h3{
	font-size: 14px;
	margin-bottom: 6px;
	color: #001F4C;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
}

h4{
	font-size: 12px;
	margin-bottom: 10px;
	color: #001F4C;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
}

ul{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
		list-style: square;
}
li{

	text-align: left;
}

ol{
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: decimal;
}
/*konen stylu pro text*/

/*styl pro table*/

table, table.prodej {
		font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight : normal;
		margin-top: 0px;
		margin-bottom: 10px;
		width : 500px;
		color : #001F4C;
		border : none;
}
td,
table.prodej td{
vertical-align : top;
text-align : center;
background-color : #ADBECE;

	border : 0px;
	padding : 2px 2px 2px 2px;
}

table.prodej td {
   text-align: left;
   background: transparent;
}

table.borders{
	border-collapse : collapse;
}
table.borders td{
	border : 1px solid #001F4C;
	padding : 2px 2px 2px 2px;
}

tr.head{
	font-size : 11px;
	font-weight : bold;
	background-color : #;
}

tr.odd{
	background-color : #;
}

tr.even{
	background-color : #;
}

/*konec stylu pro table*/

/*styly pro obrazky*/

img{
	border: none;
}

img.reference{
	margin-bottom : 5px;
	margin-top : 5px;
	margin-left : auto;
	margin-right : auto;
	border : 1px solid #597FA3;	
	
}

img.left {
	float : left;
	margin-bottom : 15px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 5px;
	border : 1px solid #597FA3;	
}

img.right {
	float : right;
	margin-bottom : 5px;
	margin-top : 0px;
	margin-left : 15px;
	margin-right : 0px;
	border : 1px solid #597FA3;	
}

/*konec stylu pro obrazky*/


/*styly pro odkazy*/

a:link {
	color: #005F77;
	text-decoration: underline;
}
a:active {
	color: #005F77;
	text-decoration: none;
}
a:visited {
	color: #005F77;
	text-decoration: underline;
}
a:hover {
	color: #008CB0;
	text-decoration: underline;
}


a.light:link {
	color: #005F77;
	text-decoration: underline;
}
a.light:active {
	color: #005F77;
	text-decoration: none;
}
a.light:visited {
	color: #005F77;
	text-decoration: underline;
}
a.light:hover {
	color: #005F77;
	text-decoration: underline;
}
/*konec stylu pro odkazy*/
