body
{
	background-color: #FBFBEF;
	width:100%;
}

h3
{
	color : #610B0B;
	font-weight:bold;
}

p
{ 
line-height: 2.0;
}


.header
{
	background-image  : url(../images/katalog_images/header.jpg);
	background-repeat : no-repeat;
	width : 769px;
	height: 189px;
	text-align : center;
	padding: 0px 0px 0px opx;
}

.header div
{
	
	font-size        : 35px;
	font-weight 	 : bold;
	color            : #DF0101;
	vertical-align	 : middle;
	padding-top		 : 70px;
}

.content
{
	width : 769px;
	background-image  : url(../images/katalog_images/content.jpg);
	background-repeat : repeat-y;
	padding-top:5px;
	padding-bottom:5px;
}

.content table
{
	width : 769px;
}

td#td_body
{
	width: 569px;
	padding-left: 30px;
	vertical-align:top;
}

td#td_body a:link,a:visited
{
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

td#td_body a:hover
{
	color : #DF0101;
	text-decoration:line-through;
}

td#td_nav
{
	vertical-align:top;
	width: 200px
}

td#td_nav div
{
	padding-bottom:10px;
	vertical-align:middle;
	padding-left:7px;
	width:170px;
	font-size:16px;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
	height:20px;
}

td#td_nav div:hover
{
	border-width: 2px;
    border-style : dashed ;
    border-color : #000000;
	color : #DF0101;
	cursor : pointer;
}

.footer
{
	background-image  : url(../images/katalog_images/footer.jpg);
	background-repeat : repeat-y;
	width : 769px;
	height: 200px;
	text-align : center;
}

.footer div
{
	font-weight: bold;
	font-size:16px;
	padding-top: 100px;
}

.footer div a:link,a:visited
{
	font-weight: bold;
	font-size:16px;
	color : #610B0B;
	text-decoration:none;
}

.footer div a:hover
{
	text-decoration:underline;
}



