/* CSS Document */

html, body {
	margin: 0px;
	height: 100%;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #5D5F5A;
}
#leftBox {
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 100%;
	border-right: 1px solid #FFFFFF;
}
#logoBox { 
	width: 199px;
	height: 127px;
	border: none;
	background-image: url(../images/bgTop.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#searchBox {
	height: 52px;
	width: 199px;
	margin-top: 0px;
	background-image:url(../images/searchBg.jpg);
	border-top: none;
	border-bottom: 1px solid white;
	color: #353732;
}
#searchBox form {
	position: relative;
	top: 12px;
}
#menuBox1 {
	width: 199px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#menuLogo {
	height: 60px;
	width: 100%;
	text-align: right;
	background-position: right;
	background-repeat: no-repeat;
}
#menuBox2 {
	clear: both;
	width: 199px;
	height: 60px;
}
#menuBox3 {
	width: 199px;
	height: inherit;
}
#contentBox {
	position: absolute;
	top: 0px;
	left: 200px;
	height: auto;
	min-height: 100%;
	background-color: #FFFFFF;
	width: 561px;
}
#teaserBox {
	width: 561px;
	height: 127px;
	background-image: url(../images/bgTop.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#topMenuBox {
	color: #FFFFFF;
	height: 52px;
	width: 100%;
	text-align:right;
	border-bottom: 1px solid #FFFFFF;
}
#topBox {
	height: 60px;
	width: 100%;
}
#mainTextBox {
	width: 100%;
	background-color:#FFFFFF;
	color: #5D5F5A;
}
#bottomBox {
	clear: both;

}
#languageBox {
	position: absolute;
	top: 10px;
	left: 751px;
}