html {
     overflow: -moz-scrollbars-vertical;
}

body {
	margin-top: 32px;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #626262;
}

img {
	border: 0px;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 1039px;
}

div#top {
	margin-left: 35px;
	height: 25px;
	background-color: #000000;
}

div#topcontainer {
	width: 1021px;
	margin-left: 35px;
	height: 195px;

}

div#logo {
	float: left;
	width: 288px;
}

div#langsel {
	float: left; 
    width: 681px;
	height: 195px;
}

div#flags {
	text-align: right;
	margin-top:170px;
}

.flag {
	margin-left: 6px;
	width: 18px;
	height: 12px;
}

div#topshadow {
	margin-left: 35px;
	height: 10px;	
}

div#secondcontainer {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	padding-top: 7px;
}

div#topmenu {
	background-image: url(images/topmenu_bg.png);
	background-position: 193px 50%;
	background-repeat: no-repeat;
	width: 821px; /* original 811px */
	padding-left: 193px;
	height: 33px;
	white-space:nowrap;
}

div#contentcontainer {
	margin-top: 7px;
}

div#infocontainer {
	float: left;
	margin-left: 67px;
	margin-top: 21px;
	background-image: url(images/info_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 229px;
	border-top: 1px solid #e7e7e7;
}

span.infocontent {
	font-size: 11px;
	line-height: 16px;
	color: #555555;
}

span.info_heading {
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;
}

div#infobottom {
	background-image: url(images/info_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 229px;
	height: 42px;
}

div#submenucontainer {
	float: left;
	width: 244px;
	margin-left: 35px;
	background-image: url(images/submenu_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

div#submenutop {
	background-image: url(images/submenu_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 161px;
	padding-top: 40px;
}

div#submenubottom {
	width: 244px;
	background-image: url(images/submenu_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 159px;
}

div#index_content {
	float: left;
	width: 845px;
	margin-left: 67px;
	margin-top: 21px;
}

div#content {
	float: left;
	width: 554px;
	margin-left: 79px;
	margin-top: 50px;
}

#bottomcontainer {
	background-image: url(images/bottom_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1039px;
	height: 69px;
}

#bottom {
	padding-top: 45px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

ul.menu {
	list-style-position: inside;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
li.menu {
	display:inline;
	padding: 0px;
	/* white-space:nowrap; */
}
a.menu_close {
	float: left;
	height: 26px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 7px 15px 0 15px; /* padding: 7px 15px 0 15px; */
	text-transform: uppercase;
}

a.menu_close:link, a.menu_close:visited {
	text-decoration: none;
	color: #ffffff;
}
a.menu_close:hover, a.menu_close:active {
	text-decoration: none;
	color: #000000;
	outline: none;
}

a.menu_open {
	float: left;
	height: 26px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 7px 15px 0 15px;
	background-image: url(images/topmenu_active.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
}

a.menu_open:link, a.menu_open:visited {
	color: #ffffff;
	text-decoration:none;
}
a.menu_open:hover, a.menu_open:active {
	color: #ffffff;
	text-decoration:none;
	outline: none;
}

a.submenu_close {
	margin: 0px;
	float: left;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 10px 0 10px 42px;
	width: 170px;
}

a.submenu_close:link, a.submenu_close:visited {
	text-decoration:none;
	color: #ed8815;
}
a.submenu_close:hover, a.submenu_close:active {
	text-decoration:none;
	color: #ffffff;
	outline: none;
}

a.submenu_open {
	margin: 0px;
	float: left;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 10px 0 10px 42px;
	width: 170px;
}
a.submenu_open:link, a.submenu_open:visited {
	color: #ffffff;
	text-decoration:none;
}
a.submenu_open:hover, a.submenu_open:active {
	color: #ffffff;
	text-decoration:none;
	outline: none;
}
.menuimage {
}
.submenuimage {
}
