/*
Pseudo-classes :  :active, :focus, :hover, :link, :visited, :first-child, :lang
*/
body {
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #dcdde0;
	background-image: url(../img/interface/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h2 {
	font-size: 24px;
}
a {
	text-decoration: none;
}
a, #nav a {
	color: #98005d;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
address {
	font-style: inherit;
}

.margin_merging_stopper {
	height: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
} /* for IE/Mac */
.cleared {
	clear: both;
}

/*
#main {
	width: 1013px;
	margin: 0 auto;
}
#main_liner {
	width: 1001px;
	margin: 0 auto;
}
*/
#main {
	width: 1001px;
	min-height: 657px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	position: relative;
	height: 191px;
	background-image: url(../img/interface/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo_asdcm {
	position: absolute;
	top: 40px;
	left: 45px;
}
#languages {
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	font-size: 18px;
}
/*
#languages a {
	color: #7e7f80;
}
*/
#nav {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 13px;
	font-weight: bold;
}
#nav, #nav ul { /* all lists */
/* IE6 bug
	position: fixed;
*/
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav ul {
	position: relative;
}
#nav a {
	display: block; /* bug fix for IE as without the menu seem to float on the right */
	padding: 5px;
	cursor: default;
}
#nav a:hover {
	text-decoration: none;
}
#nav li {
	/* width needed or else Opera goes nuts */
	padding: 0;
	margin: 0;
}
#nav li { /* IE6 doesn't apply float in linked styles */
	float: left;
}
#nav li:hover > a.lien, #nav li.sfhover > a.lien {
	color: #000000;
	cursor: pointer;
}
#nav ul { /* second-level lists
	margin: 5px 0 0 auto; */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #f2f2f2;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav ul li a {
	/* min-width: 10em; bug fix in FF for alignment ; occurs sometimes ... */
}

#middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#middle_image {
	float: right;
	margin: 20px;
}
#middle_content {
/*
	width: 560px;
*/
	width: 941px; /* #main width - margin */
	margin: 30px;
	font-weight: bold;
}
#middle_content, #footer {
	color: #7e7f80;
}
/*
#middle_content strong {
	font-size: 13px;
}
*/



#footer {
	margin: 10px;
}
#credits a {
	color: inherit; /* IE doesn't support inherit */
}
