HTML, BODY {
	/*background-color: #000000;*/
	background-color: #E6E6E6;
	font-family: arial, tahoma, verdana;
	font-size: 13px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	height: 100%;
	margin: 0px 0px 0px 10px;
}

TABLE {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}

UL {
	line-height: 20px;
}

/**************************************/
/* Main Box                           */
/**************************************/
.main-box { 
	background-color: rgb(165,200,180);
	color: #000000;
	width: 1000px;
	height: 100%;
	/*overflow: hidden;*/
	padding: 0px;
	margin: 0px auto;
}

/**************************************/
/* Header Box                           */
/**************************************/
.header-box { 
	background: url("./pic/header.jpg") no-repeat;
	width: 1000px;
	height: 191px;
	margin: 0px auto;
}
.header-line { 
	background-color: rgb(212,229,221);
	width: 1000px;
	height: 25px;
	padding-top: 5px;
}
.header-line-center { 
	width: 678px;
	margin: 0px auto;
	text-align: center;
}
.header-line .menu-active { 
	background: url("./pic/buton-over.gif") no-repeat;
	width: 107px;
	height: 15px;
	cursor: hand;
}

.header-line A.menu-link:link, A.menu-link:visited {
	background: url("./pic/buton.gif") no-repeat;
	width: 107px;
	height: 15px;
	float: left;
	margin-right: 5px;

	font-family: arial, tahoma, verdana;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.header-line A.menu-link:hover, A.menu-link:active {
	background: url("./pic/buton-over.gif") no-repeat;
	width: 107px;
	height: 15px;
}


/**************************************/
/* Left Box                           */
/**************************************/
.left-box { 
	width: 125px;
	text-align: left;
	/* border: 1px #000000 solid; */
	padding-top: 180px;
	padding-left: 6px;
	float: left;
}
.left-box .font1 { 
	font-family: arial, tahoma, verdana;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold
}


.left-box A.font2:link, A.font2:visited { 
	font-family: arial, tahoma, verdana;
	color: rgb(28,112,60);
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	/*padding-left: 8px;*/
}
.left-box A.font2:hover, A.font2:active { 
	font-family: arial, tahoma, verdana;
	color: rgb(28,112,60);
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	/*padding-left: 8px;*/
}


/**************************************/
/* Body Box                           */
/**************************************/
.body-box { 
	background-color: rgb(255,255,255);
	width: 750px;
	height: 70%;
	text-align: center;
	margin: 0px auto;
	float: left;
	padding: 40px;
	/*overflow: auto;*/
}
.body-box-nadpis1 { 
	font-family: arial, tahoma, verdana;
	color: #FF0000;
	font-size: 17px;
	text-decoration: underline;
	font-weight: bold
}
.body-box A:link, A:visited { 
	font-family: arial, tahoma, verdana;
	color: #000000;
	/*font-size: 13px;*/
	text-decoration: none;
	font-weight: bold

}
.body-box A:hover, A:active { 
	font-family: arial, tahoma, verdana;
	color: #000000;
	/*font-size: 13px;*/
	text-decoration: underline;
	font-weight: bold

}
.body-line { 
	background-color: rgb(212,229,221);
	height: 25px;
	border: 1px #000000 solid;
	text-align: center;
	margin: 0px auto;
	float: right;
}

.body-img {
	margin: 10px;
}

