*
{
	margin:0px;
	font-family:Verdana,Arial;
	font-size:11px;
	color:#000000;
}

body
{
	background-color:#D0CABC;
}

img
{
	border:0px;
}


/***** Layout *****/

div.container
{
	width:675px;
	margin:30px auto;
}

table.construct
{
	empty-cells:show;
}

td.content
{
	background-color:#FFFFFF;
	width:647px;
}

table.top
{
	width:647px;
}

table.top td
{
	background-color:#D19611;
	height:60px;
	font-weight:bold;
	text-align:center;
	font-size:10px;
}

div.head
{
	background:url(../../images/head.jpg) no-repeat bottom;
	height:135px;
	margin-top:2px;
}

div.line_t
{
	background-color:#D19611;
	height:11px;
	margin-top:2px;
	margin-bottom:2px;
}

td.menu
{
	background-color:#D7D7D7;
	width:127px;
	padding-top:24px;
	vertical-align:top;
}

div.menu
{
	position:absolute;
	margin-left:-10px;
}

td.text
{
	height:500px;
	vertical-align:top;
	padding:24px 10px 0px;
}

table.bottom
{
	margin-top:2px;
	width:647px;
}

table.bottom td
{
	background-color:#D19611;
	height:22px;
	text-align:center;
	font-size:9px;
}



/***** Menü *****/

td.menu a
{
	margin-bottom:4px;
	display:block;
	height:22px;
	width:133px;
	line-height:22px;
	text-align:right;
	background-color:#9B9A99;
	text-decoration:none;
	padding-right:4px;
}

td.menu a:hover
{
	background-color:#AFAFAE;
}

td.menu a.submenu
{
	background-color:#D0CABC;
	font-size:9px;
}

td.menu a.submenu:hover
{
	background-color:#BFB8A9;
}

div.menu div
{
	margin-left:10px;
	margin-top:55px;
	background-color:#FFFFFF;
	text-align:center;
}

/***** Border *****/

td.corner_tl
{
	width:14px;
	height:10px;
	background:url(../../images/outercorner_tl.png) no-repeat bottom right;
}

td.corner_tr
{
	width:15px;
	height:10px;
	background:url(../../images/outercorner_tr.png) no-repeat bottom left;
}

td.corner_bl
{
	width:14px;
	height:19px;
	background:url(../../images/outercorner_bl.png) no-repeat top right;
}

td.corner_br
{
	width:15px;
	height:19px;
	background:url(../../images/outercorner_br.png) no-repeat top left;
}

td.border_t
{
	height:10px;
	background:url(../../images/border_t.png) repeat-x bottom right;
}

td.border_b
{
	height:19px;
	background:url(../../images/border_b.png) repeat-x top;
}

td.border_l
{
	width:13px;
	background:url(../../images/border_l.png) repeat-y right;
}

td.border_r
{
	width:15px;
	background:url(../../images/border_r.png) repeat-y left;
}

td.innercorner_tl
{
	width:9px;
	background:url(../../images/innercorner_tl.png) no-repeat top left;
}

td.innercorner_tr
{
	width:9px;
	background:url(../../images/innercorner_tr.png) no-repeat top right;
}

td.innercorner_bl
{
	width:9px;
	background:url(../../images/innercorner_bl.png) no-repeat bottom left;
}

td.innercorner_br
{
	width:9px;
	background:url(../../images/innercorner_br.png) no-repeat bottom right;
}


