 body,html {
	margin:0px;
	padding: 0px;
	background: #2D649C url('images/background.jpg') repeat-x fixed top;
	font-family: verdana;
}
#container{
	width: 920px;
	left: 50%;
	margin-left:-460px;
	position:relative;
	margin-top: 20px;
	
}
p{
	margin:2px;
}

.header{
	position:relative;
	float:left;
	margin-left:9px;
	height:160px;
	margin-right:9px;
	color: white;
	font-weight: bold;
	font-size:32px;
	text-align=center;
	vertical-align:bottom;
}	
img.header{
	height:150px;
}

#flag{
	float:right;
	margin-left:20px;
}
#flags{
	float:right;
	display:none;
}
#flc img{
	cursor:hand;
}
#flc{
	float:right;
}

.menu{	
	clear:both;
	/* float:left; */
	/*position:relative; */

	clear:both;
	display:block;
	height: 1el;
	margin:0px;
	padding:0px;
	user-select: none;
	-moz-user-select: none;
	cursor:pointer;
}

p.menu {	
		position: relative;
		top: 50%;
		margin-top:-0.5em;
		padding:0px;
		cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menuitem {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor:pointer;
		position: relative;
		float: left;
		Height: 30px;
		border-style: solid;
		border-color: #555555;
		border-width: 2px;
		background-color: #bbbbbb;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 1px;
		z-index:10;
}
.submenuhide {
	visibility: hidden;
} 
.submenuunhide {
	background-color: #999999;
	position: absolute;
	border:solid;
	border-width: 3px;
	border-color: #99bbee;
	cursor: pointer;
	z-index:10;
}
.submenuitem {
		Height:30;
		border-style: solid;
		border-color: #555555;
		border-width: 2px;
		background-color: #bbbbbb;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 1 px;
		cursor: pointer;
		    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#content{
	position: absolute;
	top:195px;
	clear:both;
	float:left;
	background: #D2EFFF url('images/content.jpg') repeat-x;
	width:920px;
	padding:46px;
	padding-top:44px;
	z-index:9;
}
#content h1{
	margin:0px;
	padding:0px;
	color: #37404C;
}
#content table{
	border-collapse: collapse;
	border:solid 1px gray;
}

#content td{
	margin:2px;
	padding:2px;
	vertical-align:top;
	border:solid 1px gray;
}

#footer{
	position: relative;
	clear:both;
	float:left;
	margin-top:5px;
	color:#81ACCE;
	width:920px;
	height:15px;
	text-align:center;
	font-size:14px;
}

form { display: inline;
	margin:2px;
	padding:2px;
}
input {font-family:verdana;
}

DIV.table {
    display:table;
	border-style:solid;
	border-width:2px;
	border-color:#E0E0E0;
	width:100%;
	word-wrap:break-word;
	text-wrap:normal;
	Overflow-Wrap:break-word;
	white-space: pre-wrap;
	text-overflow:ellipsis;
/*	table-layout:fixed; */
	margin:2px;
	padding:2px;
	vertical-align:top;
}
FORM.tr, DIV.tr{
    display:table-row;
	margin-top:2px;
	margin-bottom:2px;
	padding:2px;
	vertical-align:top;
}
SPAN.td{
    display:table-cell;
	border-style:solid;
	border-width:1px;
	border-color:#E0E0E0;
	table-layout:initial;
	margin-top:2px;
	padding:2px;
	vertical-align:top;
	word-wrap:break-word;
	white-space: pre-wrap;
	text-wrap:normal;
	Overflow-Wrap:break-word;
	text-overflow:ellipsis;
}

/* Fix running out of boundaries in IE because <wbr> is not supported in IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	wbr::after { content: "\00200B"; }
}