@charset "utf-8";
/* CSS Document */


#kozut_content {
	background-image: url(../img/contentbg_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 20px;
	float: right;
	width: 690px;
	clear: none!important;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #6e6f73;
}
#kozut_content p strong {
	font-weight: bold;
	color: #234d66;
}

#kozut_content h1 {
	font-size: 14px;
	color: #234d66;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidemenu_container h1 {
	padding: 20px;
	color: #234d66;
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #b6b7ba;
}
#sidecomment {
	padding: 20px;
	text-align: justify;
	font-size: 9px;
}




#sidemenu {
	width: 280px;
	display: block;
}
#sidemenu li {
	display: block;
	margin: 0px;
	height: 61px;
	width: 280px;
	padding: 0px;
}
#sidemenu li a,#sidemenu li a:visited {
	background-image: url(../img/menuoffbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 40px;
	width: 240px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	color: #000;
	font-size: 11px;
	line-height: 13px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #b6b7ba;
	font-family: Arial, Helvetica, sans-serif;
}
#sidemenu li a:hover{
	background-image: url(../img/menuonbg.jpg);
	text-decoration: none;
}
#kozut_content h4 {
	color: #234d66;
}
#kozut_content table {
	background-color: #E7E7E7;
}
#kozut_content table tr th {
	background-color: #3F4243;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #cacaca;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
#kozut_content table tr td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #3F4243;
}

