body {
	font-family: Arial;
	font-size: 11px;
	color: black;
	background-color: white;
	background-image:url('../g/bg.gif');
	background-repeat: repeat-x;
	margin: 0;
	text-align: center;
}

INPUT, OPTION, SELECT {
	font-family: Arial;
	font-size: 11px;
}

div#site { 
	width: 782px;
	text-align: left;
	background-color: white;
	margin: 0 auto;
}

div#top { 
	height: 64px;
	margin-top: 32px;
	margin-left: 10px;
}

A { color: black; text-decoration: none; }
A:Hover { text-decoration: underline; }

div#menu { 
	margin-top: 28px;
	border-left: 3px solid white;
	width: 259px; 
	background-color: white;
	float: left;
}

div#content { 
	width: 520px; 
	background-color: white;
	float: left;
}

div#kod { 
	background-color: #C1C1C1;
	padding: 8px;
}

div#kod2 {
	background-color: #AEAEAE;
	padding: 4px;
}
div#copy {
	text-align: right;
	padding: 5px;
}
div#news {
	background-image:url('../g/bg2.gif');
	background-color: white;
	background-repeat: no-repeat;
	text-align: center;

}

.hdr {
	margin-top: 20px;
}

.brk {
	margin: 10px 0;
}
H1 { 
	font-size: 18px;
	color: black;
	font-weight: normal;
}
H2 { 
	font-size: 18px;
	color: #F4000C;
	font-weight: bold;
}
#ct2 { 
	padding: 25px;
}

UL {
list-style-image: url('../g/pointer.gif');
list-style-type: circle;
}

LI { 
	margin-bottom: 20px;
}

DIV#topbar {
	background-image:url('../g/bbar.gif');
	background-color: white;
	background-repeat: no-repeat;
	height: 93px;
}

DIV#topbar DIV.dir { margin-left: 15px; padding-top: 7px; }
DIV#topbar H2 { margin-top: 40px; margin-left: 25px; }

FORM { margin: 0; }

TABLE.a {
	border-collapse: collapse;
	border-top: 1px solid gray;
	border-right: 1px solid gray;	
}

TABLE.a TD {
	padding:5px;

	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
}