html, body {
	height: 100%;
}
body {
	background-color: white;
	margin: 0px;
	
	font-family: tahoma;
	font-size: 10px;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
}

#container {
	margin: auto;
	width: 960px;
	background: #fff;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, .5);
	min-height: 100%;
	padding-top: 40px;
}

#header {
	background-color: #F7F7F7;
	position: relative;
}

#header img {
	height: 200px;
	width: 100%;
}

#header h1 {
	position: absolute;
	top: 24px;
	right: 24px;
	color: #fff;
	font-size: 36px;
	text-shadow: 3px 3px 6px #000;
}
#header .link {
	position: absolute;
	top: 94px;
	right: 24px;
	color: #fff;
	font-size: 16px;
	text-shadow: 3px 3px 6px #000;
}
#header .link a {
	color: #fff;
	text-decoration: none;
}
#top {
	display: none;
	height: 10px;
	/*background-image: url('../images/top_bg.png');*/
	background-color: #ccc;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
	
	margin-top: 10px;
	padding-left: 260px;
	padding-top: 10px;
	color: white;
}

#top h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

#content {
	clear: both;
	border-bottom: 1px solid #E8E8E8;
	margin-top: 10px;

	background-color: white;
	padding: 20px;
	
	font-size: 12px;
}

#debug {
	border-bottom: 1px solid #E8E8E8;
	margin-top: 10px;
	margin-left: 250px;
	
	background-color: #fefcc5;
	padding: 20px;
	
	font-size: 12px;
}

#subcontent {
	border: 1px solid #E8E8E8;
	margin-top: 10px;
	
	background-color: white;
	padding: 20px;
	
	font-size: 12px;
}

#headermenu {
	text-align: right;
	height: 70px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	
	width: 95%;
	margin: auto;
}

#menu {
	padding-bottom: 2px;
	padding-top: 10px;
	background-color: white;
	font-size: 12px;
}

#submenu {
	font-size: 11px;
	background-color: white;
	margin-top: 10px;
	border-bottom: 1px solid #E8E8E8;
	
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	clear: both;
	
	height: 20px;
}

#login {
	width: 300px;
	margin: auto;
}

#copyright {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	margin-left: 250px;
}

#languages {
	text-align: right;
	padding-right: 13px;
	float: right;
}

#languages a img {
	border: 0px;
}
table tr:hover td {
	background: #eee;
}
.message {
	border: 1px solid #585;
	background: #cfc;
	padding: 6px;
	margin: 6px;
}