@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #c0002b;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#wrapper {
	width: 722px;
	margin: 0 auto;
}

#header {
	position: relative;
	margin-bottom: 1em;
	border-bottom: 1px solid #ffffff;
}

#header #header-left {
	float: left;
}

#header #header-right {
	float: right;
}


#header #logo {
	margin-bottom: 20px;
	width: 330px;
	height: 70px;
}

#header #top-menu {
	position: absolute;
	z-index: 1000;
	bottom: 3px;
	border: none;
}

#header #top-menu ul {
	margin: 0 0 0 17px;
	padding: 0;	
}

#header #top-menu ul li {
	margin: 0 10px 0 0;
	list-style: none;
	display: inline;
}

#header #top-navigation {
	width: 390px;
	float: right;
}

#header #service-menu {
	margin-top: 10px;
}

#header #top-up {
	margin-right: 0.5em;
	float: left;
}

#header #language {
	float: left;
}

#header #facebook {
	display: none;
	margin: 10px 0;
	border: 1px solid #ffffff;
	float: right;
}

#main {
	width: 722px;
	min-height: 567px;
}

#side-menu {
	width: 155px;
	min-height: 567px;
	float: left;
}

#content {
	width: 567px;
	min-height: 567px;
	float: right;
	background: #ffffff;
	color: #000000;
	margin-bottom: 10px;
}

#content-nl-fr {
	width: 722px;
	min-height: 567px;
	background: #ffffff;
	color: #000000;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#body {
	margin: 30px;
}

#footer {
	width: 722px;
	margin-top: 9px;
	padding: 1.5em 0;
	text-align: center;
	border-top: 1px solid #ffffff;
	clear: both;
}

/* menu links */
#service-menu a {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
}

#service-menu a:link, #service-menu a:visited {
	padding: 3px 4px;
	text-decoration: none;
	border: 1px solid #ffffff;
}

#service-menu a:hover, #service-menu a:active {
	padding: 3px 4px 1px 4px;
	text-decoration: none;
	border: 1px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}


#top-menu a {
	color: #ffffff;
	font-weight: bold;
}

#top-menu a:link, #top-menu a:visited {
	padding: 3px 0px;
	text-decoration: none;
}

#top-menu a:hover, #top-menu a:active {
	padding: 3px 0px 1px 0px;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}

#footer a {
	margin: 0 1em;
	color: #ffffff;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer a.alt {
	margin: 0;
}

/* end menu links */

.clear {
	clear: both;
}
