.header {
	position: absolute;
	left: 30px;
	top: 10px;
	z-index: 0;
}

.middle {
	/*clear: both; float: left; */
	position: absolute;
	left: 0px;
	top: 222px;
	border-top: 1px solid white; 
	/*border-bottom: 24px solid white; */
	width: 100%; 
	height: 457px;
}

.oldfooter {
	position: absolute;
	left: 0px;
	top: 700px;
	width:1024px;
	border-top: 24px solid white;
}

.footer {
	position: absolute;
	left: 512px;
	top: 0px;
	width: 512px;
	padding-top: 8px; 
}

.langselect {
	position: absolute;
	width: 1004px;
	top: 198px;
	left: 0px;
}

.bodytextcontainer {
	position: absolute;
	left: 205px;

	margin-top: 40px;
	margin-right: 30px;

	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;

	border-left: 8px solid #999933;
	border-right: 8px solid #999933;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

	overflow: auto;

	height: 413px;
	width: 750px;
}

.menu_left {
	position: absolute;
	width: 200px; 
	height: 416px;

	margin-top: 37px;
	padding-top: 0px;

	overflow: auto;
}

.menu_lefttop,
.menu_leftbottom {
	text-align: right;
}

.menu_lefttop    { margin-top: 0px; margin-right: 5px; }
.menu_leftbottom { margin-top: 45px; margin-right: 10px; }

body {
	scrollbar-face-color: #999933;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #999933;
	scrollbar-track-color: #999933;
	scrollbar-darkshadow-color: #000000;
}

img.thumb_menu {
	opacity: 0.6; 
	filter: alpha(opacity = 60);
	border: 0px; 
	margin-top: 6px;
	padding-bottom: 0;
}
img.thumb_menu:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

a,a:active {outline: 0; font-weight: bold;}

a.main {
	background-color: black;
	padding-right: 4px;
}

a.bottom, a.bottom:active,
a.submenu, a.submenu:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

a.submenu, a.bottom {
	color: #eeeeee;
}

div.container:hover a,
a.submenu:hover,
a.bottom:hover,
a.active {
	color: #999933;
}

a.bottom {
	padding: 2px 5px 2px 5px;
	border-left: 2px solid white;
}

a.first { border-left: 0; }

/*
div.container div { visibility: hidden; }
div.container div.active,
div.container:hover div { visibility: visible; }

div.container { border: 2px dashed red; background-color: transparent; }
div.container:hover { background-color: green; border: 2px solid blue;}
*/
div.container { background-image: url("/transpixel.gif"); }
/* div.container:hover, div.activecontainer { background-image: url("/greenbar.gif"); }*/

strong,b { color: #999933; }


