
BODY {
	margin: 0px;
	background-image : url(design/bg_body.jpg);
	text-align: center;
}

TD {
  font-size: 12px;
	color: #000000;
	padding: 0px;
}

TR.dark {
  background-color: #E6E1B9;
}

TH {
  font-size: 12px;
  font-weight: bold;
	color: #000000;
	padding: 0px;
  background-color: #D3CC9B;	
}

A {
	color: #57543A;
	text-decoration: underline;
}

A:HOVER {
	color: #000000;
}

DIV.header {
	background-image : url(design/bg_header.jpg);
	height: 111px;
	width: 757px;
}

DIV.topmenu {
  background-image: url(design/bg_topmenu.jpg);
	width: 757px;
	height: 30px;
	vertical-align: middle;
	padding-top: 7px;
}

A.topmenu_text {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: bold;
  color: #57543A;
	text-decoration: none;
}

SPAN.topmenu_text {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: bold;
  color: #000000;
	text-decoration: none;
}

A.topmenu_text:HOVER {
	color: #57543A;
	text-decoration: underline;
}

H1 {
	font-family: Trebuchet MS, Arial;
	color: #5a5639;
	font-size: 18px;
	margin-top: 5px;
}

DIV.main {
	background-image: url(design/bg_main.jpg);
	padding: 10px;
	width: 737px;
	_width: 757px;
	min-height: 350;
  font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

DIV.footer {
	background-image : url(design/bg_footer.jpg);
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	text-align: right;
	padding-right: 32px;
	padding-top: 2px;
	color: #5a5639;
	height: 20px;
	width: 725px;
	_width: 757px;
}

A.footer {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #5a5639;
	font-weight: bold;
	text-decoration: none;
}

TD.td_vheadru {
	padding-top: 2px;
	padding-right: 13px;
}

DIV.menu_nadpis {
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	font-style: italic;
	padding-left: 15px;
	color: #29166F;
}

DIV.menu_item {
	width: 155px;
	_width: 190px;
	height: 13px;
	padding-left: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(design/menu_bg_item.gif);
}

A.menu_item {
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	text-decoration: none;
	color: #B4B192;
}

A.menu_item:HOVER {
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	text-decoration: none;
	color: #747152;
}

DIV.main_text {
  margin-left: 196px;
  text-align: left;
  padding: 10px;
  font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.input_text {
	font-size:11px;
	font-family:verdana;
	border: 1px solid #656453;
	font-weight: normal;
}

.input_button {
	background-color: #B4B192;
	font-size:11px;
	font-family:verdana;
	border: 1px solid #656453;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	cursor: hand;
}

.input_select {
	font-size:11px;
	font-family:verdana;
	border: 1px solid #000000;
	font-weight: normal;
}

.input_textarea {
	border: 1px solid #000000;
}

SPAN.message, DIV.message {
  font-family: Trebuchet MS, Arial;
	font-size: 12px;
  color: #DD0000;
  font-weight: bold;
}

