html, body {
	height: 100%;
}

body {
	background: white;
	text-align:left;
}

#wrapper {
}

#all800 {
	max-width:800px;
	overflow:visible;
	/* for sticky footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	mmargin: 0 auto -110px; /* footer height */
	margin: 0 auto
}

 #sidemenu {
	width: 100%;
	padding-top:0px;
	margin-top:0px;
	visibility:hidden;
	height:0;
}

#sidemenu ul {
	padding-right: 20px;
	float:left;
}

#content {
	width: 100%;
	padding: 5px 5px 5px 5px;
}

#header {
	margin-left:5px;
	margin-right:5px;
}

#header-image {
	border-radius: 5px;
  max-width: 100%;
  height: auto;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}

input[type="text"], select,textarea {
	width: 100%;
}


/* SIDEMENU + CONTENT	*/
#menucon {
	position: relative;
	padding-bottom: 40px;
	bborder: 1px solid blue;
}

#sidemenu {
	float:left;
}

#content {
	float:left;
	margin: 0 auto;
	margin-bottom: 100px;
	line-height:24px;
}

#footer {
	hmargin-top:110px;
	hheight: 110px;
	bborder: 1px solid green;
}
#footer:before {
  content: '';
  display: block;
  clear: both;
}

#footer-wrapper {
	padding-left:5px;
	padding-right:5px;	
}

#wrapper:after,
#all800:after,
#header:after,
#menubar:after,
#menucon:after,
#sidemenu:after,
#content:after,
#footer:after {
  content: '';
  display: block;
  clear: both;
}


/* ************************************************ */
/* LOGO & SEARCH & LANGUAGE						 													*/
/* ************************************************ */

#header {
	max-width: 100%;
	bborder:1px black solid;
	padding-top:10px;
	text-align:center;
}

#companylogo {
	float:left;
  max-width: 100%;
  height: auto;
}

#topsearch {
	float:right;
	vvisibility:hidden;
}
#topsearch input {
	background: #f9f9f9 url(/images/Search16.png) no-repeat;
	background-position: 2% 40%;
	padding-left:25px;
	border-color:#d0d0d0;
	color: #404040;
	padding-top:5px;
	padding-bottom:5px;
}

#langselect {
	float:right;
	padding-top:6px;
	mmargin-right:40px;
}

#langselect a {
	text-decoration: none;
	padding: 5px 6px 5px 6px;
	background: #a9a9a9;
	color: white;
	bborder: 1px solid #a9a9a9;
	cursor: pointer;
	border-radius: 3px;
	margin-left:5px;
}

#langselect a:hover {
	background: #b9b9b9;
	text-decoration: none;
}

#langselect a img {
	vertical-align:middle;
	padding-bottom:3px;