

/* ___| CSS document |_____________________ */


body { 
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	background: #fff url("/graphics/bg.png") repeat-x left top;
	color: #000;
	}
a img {
  	border: 0;
	}
h1, h2, h3, h4, h5, p {
	margin: 0;
	}
.none {
	display: none;
	}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	}
	
	
/* ___| container |_____________________ */


#container {
	margin: 0 auto;
	width: 990px;
	position: relative;
	}
	
	
/* ___| menu |_____________________ */


menu {
	margin: 0;
	padding: 0;
	width: 990px;
	height: 54px;
	left: 0;
	top: 0;
	position: absolute;
	float: left;
	clear: both;
	}
menu li {
	margin: 0;
	list-style: none;
	font-weight: bold;
	float: left;
	}
menu li a {
	margin: 0;
	color: #646766;
	padding: 19px 33px 0 34px;
	background: url("/graphics/bg_item_t.png") no-repeat right 15px;
	text-decoration: none;
	height: 35px;
	text-align: center;
	display: block;
	float: left;
	}
menu li#last a {
	background: none;
	}
menu li a:hover {
	color: #404342;
	}
	
	
/* ___| header |_____________________ */


#header {
	margin: 54px 0 0 0;
	width: 990px;
	height: 170px;
	background: url("/graphics/bg_header.jpg") no-repeat;
	float: left;
	clear: both;
	}	
#header h1 {
	margin: 13px 0 0 46px;
	left: 0;
	top: 0;
	width: 234px;
	height: 77px;
	overflow: hidden;
	background: none;
	display: block;
	position: relative;
	float: left;
	}
#header h1 a {
	width: 234px;
	height: 77px;
	font-size: 60%;
	color: #424242;
	text-decoration: none;
	cursor: pointer;
	display: block;
	}
#header h1 span {
	left: 0;
	top: 0;
	width: 234px;
	height: 77px;
	background: url("/graphics/eok-australian-czech.png") no-repeat;
	display: block;
	position: absolute;
	}
	
	
/* ___| main |_____________________ */


#main {
	margin: 0;
	width: 990px;
	min-height: 460px;
	background: url("/graphics/bg_main.jpg") no-repeat top;
	clear: both;
	}
	
	
/* ___| right |_____________________ */


#right {
	margin: 30px 62px 0 0;
	padding: 0;
	width: 690px;
	float: right;
	}
#right h2 {
	margin-bottom: 14px;
	padding-bottom: 6px;
	font-family: Palatino, 'palatino linotype', serif;  
	font-size: 130%;
	text-transform: uppercase;
	color: #7b7700;
	background: url("/graphics/bg_tit.png") repeat-x bottom;
	}
#right h2 span { 
	padding-left: 23px;
	font-size: 145%;
	text-transform: none;
	color: #424242;
	background: url("/graphics/bg_title.png") no-repeat left 5px;
	}
#right p {
	margin-bottom: 10px;
	text-align: justify;
	font-size: 90%;
	line-height: 150%;
	}
#right a {
	color: #878400;
	text-decoration: none;
	}
#right a:hover {
	text-decoration: underline;
	}
	
.col_left {
	margin: 0;
	width: 426px;
	float: left;
	}
.col_right {
	margin: 0 0 0 32px;
	width: 230px;
	float: left;
	}
	
	
/* ___| left |_____________________ */


#left {
	margin: 0 0 0 22px;
	padding: 45px 0 0 22px;
	width: 162px;
	min-height: 128px;
	background: #9a9720 url("/graphics/bg_menu.jpg") no-repeat top;
	float: left;
	}
#left ul#submenu {
	margin: 0;
	padding: 0;
	width: 144px;
	}
#left ul#submenu li {
	margin: 0;
	list-style: none;
	width: 144px;
	height: 29px;
	font-weight: bold;
	font-size: 90%;
	background: url("/graphics/bg_item_b.png") repeat-x bottom;
	}
#left ul#submenu li a {
	margin: 0;
	padding: 7px 0 0 17px;
	color: #fff;
	text-decoration: none;
	width: 127px;
	height: 22px;
	background: url("/graphics/bg_item_l.png") no-repeat 3px center;
	display: block;
	}
#left ul#submenu li a:hover {
	color: #c9c783;
	}
	
	
/* ___| footer |_____________________ */


#footer {
	margin: 10px 0 0 240px;
	width: 690px;
	float: left;
	clear: both;
	}
#footer ul {
	margin: 0;
	padding: 0;
	width: 690px;
	text-align: right;
	background: url("/graphics/bg_footer.png") repeat-x left 12px;
	float: left;
	clear: both;
	}
#footer ul li {
	margin: 0;
	list-style: none;
	display: inline;
	}
#footer p {
	margin-bottom: 6px;
	font-size: 90%;
	line-height: 160%;
	}
#footer a {
	text-decoration: none;
	color: #74700b;
	}
#footer a:hover {
	text-decoration: underline;
	}
	

