body
{
	background: url(../pix/back.jpg);
	text-align: center;
	color: #603913;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

div#container
{
	background: url(../pix/frame.gif);
	position: relative;
	margin: auto;
	margin-top: 10px;
	width: 895px;
	height: 569px;
	padding: 0px;
}

#twoia {
	position: absolute;
	top: 8px;
	left: 0px;
	}

#lans
{
	position: absolute;
	top: 1px;
	left: 332px;
}

#logo
{
	position: absolute;
	top: 78px;
	left: 382px;
}

#kristal
{
	position: absolute;
	top: 13px;
	right: 59px;
}

div#vanamenu
{
	position: absolute;
	top: 146px;
	left: 253px;
	width: 332px;
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}

div#vanamenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#vanamenu li
{
	display: inline;
	margin: 0px 10px;
}

div#menu
{
	width: 83px;
	height: 190px;
	position: absolute;
	top: 231px;
	left: 148px;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	padding: 3px;
	margin: 0px;
	overflow: auto;
}

div#menu h2
{
	cursor: pointer;
	-moz-user-select: none;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #502802;
}

div#menu ul.accordion
{
  height: 0px;
  overflow: hidden;
  display: hidden; 
}

div#menu ul, div#menu li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#menu a, div#vanamenu a
{
	color: #603913;
	text-decoration: none;
}

div#menu a:hover, div#vanamenu a:hover
{
	text-decoration: underline;
}

div#flags
{
	position: absolute;
	top: 433px;
	left: 215px;
}

div#flags img
{
	display: block;
	margin-bottom: 3px;
}

div#content
{
	width: 493px;
	height: 297px;
	position: absolute;
	top: 172px;
	left: 251px;
	overflow: auto;
	text-align: left;
	color: #603913;
	padding: 0px;
	margin: 0px;
	scrollbar-base-color: #c6a573;
	scrollbar-track-color: #c6a573;
	scrollbar-face-color: #c6a573;
	scrollbar-highlight-color: #603913;
	scrollbar-3dlight-color: #603913;
	scrollbar-darkshadow-color: #603913;
	scrollbar-shadow-color: #603913;
	scrollbar-arrow-color: #603913;
}

div#footer
{
	position: absolute;
	bottom: 0px;
	left: 454px;
	width: 290px;
	height: 37px;
	color: #c6a573;
	font-size: 10px;
	padding: 0px;
}

div#footer p
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

div#footer a
{
	color: #c6a573;
}

div#banner
{
	width: 895px;
	margin: 10px auto;
}

a
{
	color: #502802;
}

a:visited
{
	color: #502802;
}

h1
{
	font-weight: bold;
	font-size: 14px;
	margin: 3px 0px 0px 5px;
	color: #502802;
}
	
h2, h3, .name
{
	font-size: 12px;
	font-weight: bold;
	color: #502802;
}

h3
{
	font-style: italic;
}

img
{
	border: none;
}

#content img,
#content object
{
	border: 1px solid #502802;
	margin: auto;
	display: block;
	max-width: 450px;
	width: expression(this.width > 450 ? 450: true);
	max-height: 290px;
	height: expression(this.height > 290 ? 290: true); 
}

.block,
form,
#exhibitors li
{
	padding: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #b58e68;
}

ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="password"],
textarea,
select,
option
{
	font-size: 12px;
	color: #603913;
	background-color: transparent;
	border: 1px #B58E68 solid;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin: 2px;
}

input[type="submit"],
input[type="reset"]
{
	margin: 10px 5px 5px 0px;
}

fieldset
{
	border: 1px solid #B58E68;
	margin: 15px 0px;
	padding: 5px 10px;
}

legend
{
	color: #603913;
	font-weight: bold;
}

table
{
	margin-top: 18px;
}

td, th
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #603913;
	vertical-align: top;
}

th
{
	font-weight: bold;
}

.right
{
	text-align: right;
}

form ul
{
	margin-left: 0px;
}

form li
{
	list-style: none;
	margin: 0;
}

label
{
	display: inline-block;
	width: 125px;
	vertical-align: top;
}

label.small
{
	width: auto;
}

.klein
{
	font-size: 10px;
}