body {
	padding: 0; 
	background:#CCCCCC url(/images/layout/bg02.jpg) center repeat-y; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #555555; 
	max-width: 940px; 
	margin: 0 auto;
	text-align: center;
}

h2 {
	font-size: 11px;
	font-weight: regular;
	color: #666;
	margin-left: 10px;
}

img {
	border: none;
}

img.trans{
	float: left;
	margin-right: 15px;
}

img.left {
	float: left;
	margin-right: 15px;
	border: 1px solid #ddd;
}

img.right {
	float: right;
	margin-left: 15px;
}

.partner {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

#language {
	text-align: right;
	margin: 5px 0 5px 0;
	width: 940px;
	min-width: 940px;
	max-width: 940px;
	font-weight: bold;
	font-size: 11px;
}

#header {
	background: url(/images/layout/logo_bg.png) no-repeat;
	width: 940px;
	min-width: 940px;
	max-width: 940px;
	text-align: right;
	margin-bottom: -2px;
	height: 152px;
}

#menu {
	background: #000;
	width: 940px;
	height: 30px;
	margin: 0 auto;
	z-index: 1000;
	position: relative;
}

.home {
  background: url(/images/layout/menu_home.png) center center;
  height:30px; 
  width: 30px;
  margin-left: -15px;
  cursor: pointer;
}

.home:hover {
	background: url(/images/layout/menu_home_hvr.png);
	cursor: pointer;
}

.loginfield {
  width:60px; 
  height: 14px;
  font-size: 9px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  padding-left: 5px; 
  border:0px;
  margin-top: 1px;
}

#loginbutton {
  width: 25px;
  height: 25px;
  background: url(/images/login.png) center center; 
  border: 0px;
  margin-top: 1px;
  cursor: pointer;
}

#loginbutton:hover {
  background: url(/images/login_hover.png); 
  cursor: pointer;
}
