@charset "utf-8";
/* GENERAL */
* {
	margin:0px;
	padding:0px;
}
html {
	font-size:100%;
} 
body {
	margin:0px;
	background-color:#e3e1cd;
	color:#000;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#000;
	text-decoration:none;
	border:none;
	outline:none;
}
a:hover {
	color:#000;
}
a img {
	border:none;
}
#content a {
	text-decoration:underline !important;
}

.on {
	font-weight:bold;
}
.off {
	font-weight:normal;
}


/* TOP */
#header {
	width:960px;
	height:195px;
	margin:0px auto;
}
#logo {
	float:left;
	width:154px;
	height:195px;
}
#langSelection {
	float:right;
	text-align:right;
}
#langSelection li {
	text-transform:uppercase;
	font-size:12px;
	list-style-type: none;
	font-weight:bold;
}

#menu {
	clear:both;
	width:960px;
	height:22px;
	margin:30px auto;
}

ul#menu a, ul#menu span {
	font-size:10px;
	text-transform:uppercase;
}
ul#menu span {
	font-weight:bold;
}
ul#menu li {
	display:block;
	float:left;
	list-style-type:none;
	margin-right:6px;
	background-color:#c5c09a;
	width:132px;
	height:22px;
	text-align:center;
	line-height:22px;
}

ul#menu li.last {
	margin-right:0px;
}

/* CENTER */
#content {
	width:960px;
	margin:0px auto;
}
#content .left, #content .right {
	width:470px;
	font-size:12px;
}
#content .left {
	float:left;
}
#content .right {
	float:right;
}
#content .left p, #content .right p {
	margin-bottom:10px;
}



/* MESSAGES */
.messageBox, .errorBox {
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:center;
	width:100%;
	padding:5px;
	border:1px solid #666;
	position:fixed;
	top:0px;
}
.messageBox {	
	background-color:#96FF96;
	z-index:999;
}
.errorBox {
	background-color:#FF9697;	
	z-index:998;
}