#head {
	height: 80px;
	background-image: url('img/head.gif');
	position: relative;
}

#login {
	width: 328px;
	height: 54px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #808080;
}

#login a {
	color: #404040;
}

#login form {
	width: 100%;
	height: 100%;
}

#login input.account, #login input.secret {
	border: solid 1px #b0b0b0;
	padding: 2px 3px 2px 22px;
	background: white no-repeat 3px 3px;
	position: absolute;
	width: 110px;
}

#login input.account {
	background-image: url('../../img/icon_user.gif');
	left: 8px;
	top: 8px;
}

#login input.secret {
	background-image: url('../../img/icon_pass.gif');
	left: 150px;
	top: 8px;
}

#login input.submit {
	position: absolute;
	left: 293px;
	top: 8px;
}

#login .links {
	position: absolute;
	left: 8px;
	top: 33px;
}

#userinfo {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px 3px 0px 0px;
	width: 325px;
	height: 51px;
	text-align: right;
	color: #404040;
	overflow: hidden;
}

#lang-selector {
	font-size: 90%;
	text-align: right;
	position: absolute;
	bottom: 3px;
	right: 3px;
	color: #808080;
	font-weight: bold;
}

#lang-selector a {
	color: #404040;
	text-decoration: none;
}

#lang-selector a:hover {
	color: black;
	text-decoration: underline;
}

#shadow {
	width: 916px;
	background-image: url('img/background-page.gif');
	margin: 0px auto 0px auto;
}

#outline {
	width: 900px;
	margin: 0px auto;
}

#content {
	margin-top: 10px;
	padding: 0px 10px 20px 20px; 
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#foot {
	background-image: url('img/foot.gif');
	color: white;
	height: 40px;
	line-height: 30px;
	text-align: center;
	clear: both;
}

#foot a {
	color: white;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

#menu {
	background-image: url('img/menu_back.gif');
	height: 30px;
}

#menu td {
	background: url('img/menu.gif') no-repeat right center;
	height: 30px;
	text-align: center;
}

#menu td a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
	padding: 0px 10px 0px 10px;
	border: none;
}

#menu td a:hover {
	text-decoration: underline;
}