			
/* CSS RESET RULES */
html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite, code,
col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,
ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub,
sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


img {
	border: 0;
	vertical-align: bottom;
}
/* / CSS RESET RULES */


/* Common */

body {

	margin: 0; 
	padding: 0;
	font-family: Tahoma; 	
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	background: #fff;
/*	behavior: url(csshover.htc);*/
}

div, table {

  font-size: 8pt;
  line-height: 1.5em;
}

div#all {

	min-width: 1000px; 
	width: expression(body.clientWidth < 990?"980px":"100%");
}

img.png {

	behavior: url(png.htc);
}

a {

	text-decoration: none;
	color: #309;
	font-weight: bold;
	text-align: left;
}

a:hover {

	text-decoration: underline;
}

a img {

	border: 0;
}

img.left, 
img.center,
img.right {
	
	border: 1px solid #309;
/*	margin: 0 0 10px 0;*/	
}

img.right {
	
	float: right;
	margin: 0 0 6px 10px;
}

img.left {
	
	float: left;
	margin: 0 10px 6px 0;
}

div.clear {

	clear: both;
}

h3 {
	
	color: #309;
	font-size: 9pt;
	background: url("../images/header.gif") no-repeat 0 100%;
	margin: 0 0 9px 0;
}

h3.big {
	
	background: url("../images/header_big.gif") no-repeat 0 100%;
}

h3 span	 {
	
	padding: 0 0 0 156px;
	line-height: 1.6em;
}

h3 span a:hover {
	
	text-decoration: none;
}

h4 {
	
	color: #309;
}

a.black {
	
	color: #000;
	font-style: italic;
	font-weight: normal;
}

a.small {
	
	font-size: 7pt;
	font-weight: normal;
}

span.small {
	
	font-size: 7pt;
}


/* /Common */



/* Main */

#inner {

/*	width*/
}

#top {

	height: 121px;
	background: url("../images/_top.gif") no-repeat;
	position: relative;
}

#bottom {
	
	height: 16px;
	background: url("../images/_bottom.gif") no-repeat;
	position: relative;
}

#main {
	
	padding: 22px 14px 0px 14px;
}

#left {
	
	padding-right: 13px;
	vertical-align: top;
	width: 350px;
}

#center {
	
	padding: 0 10px 10px 10px;
	border-left: 1px solid #309;
	border-right: 1px solid #309;
	vertical-align: top;
	width: 300px;
}

#center_full {
	
	vertical-align: top;
	width: 650px;
}

#right {

	padding: 0 0 0 10px;	
	vertical-align: top;	
	width: 300px;
}

#main-table {
	
	width: 1000px;
}

div.hr {
	
	border-bottom: 1px solid #309;
	margin: 12px 0;
	font-size: 1px;
}

div.bottom-margin {
	
	margin: 0 0 25px 0;
}

div.item p,
div.text {
	
	text-align: justify;
}

div.link {
	
	margin-bottom: 10px;
}

#logo {
	
	position: absolute;
	left: 30px;
	top: 30px;
}

#tomain {
		
	position: absolute;
	left: 893px;
	top: 103px;
}

#hcm {
	
	position: absolute;
	top: 0;
	left: 920px;
}

div.title {
	
	margin: 0 0 0 150px;
}

div.char-title {
	
	font-weight: bold;
	font-style: italic;
	margin: 20px 0 0 150px;
	padding: 1px 15px;
}

div.char-title2 {
	
	font-weight: bold;
	font-style: italic;
	color: #309;
	/*margin: 20px 0 0 150px;*/
	padding: 0 0 5px 0px;
}

div.char1 {
	
	margin: 0 0 0 150px;
	background: #DDD4EE;
	padding: 1px 15px;
}

div.char2 {
	
	margin: 0 0 0 150px;
	padding: 1px 15px;
}

div.no-margin {
	
	margin-left: 0;
}

div.text ul {
	
	margin: 0 0 0 25px;
}

div.kran-menu {
	
	background: url("../images/kran_menu.gif");
	width: 307px;
	height: 30px;
	margin: -10px 0 5px 128px;
}

div.kran-menu td {
	
	font-size: 7pt;
}

div.copyright {
	
	position: absolute;
	margin: 10px 0 0 130px;
	color: #fff;
	font-size: 7pt;
}

div.counters {
	
/*	position: absolute;*/
	width: 468px;
	margin: 6px 0 25px 510px;
	height: 30px;
}

div.counters div {
	
	float: left;
	margin: 0 10px 0 0;
}

div.banner-bottom {

	text-align: left;	
	padding: 10px 0 5px 460px;
}

#banner-right {
	
	position: absolute;
	left: 1035px;
	top: 0;
}

/* /Main */

/* Menu */

div.menu {
	
	padding: 64px 0 0 423px;
}

div.menu ul {
	
	margin: 0;
	padding: 0;
}

div.menu ul li {
	
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.menu-bottom {
	
	background: url("../images/menu_bottom_bg.gif") no-repeat #DDD4EE;
	margin: 10px 0 0 380px;
	width: 630px;
}

div.menu-bottom ul {
	
	margin: 0 0 0 40px;
}

div.menu-bottom ul li {
	
	display: inline;
	list-style: none;
	margin: 0 25px 0 0;
	color: #000;	
	font-weight: bold;
}

div.menu-bottom ul li a {

	color: #000;	
}


/* /Menu */

/* Pages */

div.pout {

	font-size: 8pt;
	padding: 5px 0 10px 0;
	text-align: right;
}

div.pout div.nav {

	font-size: 8pt;
}

div.pout div.pages {

	padding-top: 8px;
}

div.pout a {
    
	font-size: 8pt;
	padding: 1px;
	margin: 3px 0 6px 3px;
}

div.pout a:hover {

	text-decoration: none;
}

div.pout strong {

	background-color: #309;
	color: #FFF;
	padding: 1px;
	margin: 3px;
}

/* /Pages */

