/* general */
a {
	color:#293889;
	text-decoration:none;
}
a:hover {
	color:#4758ac;
	text-decoration:underline;
}

p {
	text-indent: 2em;
	text-align: justify;
}

ul {
	margin-left: 4em;
}

div.colborder {
	border-right: 1px solid #a8a7ac;
}

hr {
	background-color: #a8a7ac;
	color: #a8a7ac;
}

.hidden {
	display: none;
}
.formLoading {
	display: none;
}

/* body */
body {
	background:#fff;
	color:#666;
	font:0.8em Verdana, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4em;
}

.firstColumn {
	padding-left: 15px;
}
.secondColumn {
	padding-right: 15px;
}

/* header */
#header {
	padding-bottom: 7px;
}
#header_inside {
	/* background: url('../images/meon-logo-background.png') center repeat-x; */
	margin:0 auto;
	height:65px;
}
#header_inside #menu {
	background: url('../images/meon-logo.png') right no-repeat;
	width: 100%;
	height:65px;
}

.flag {
	text-align: right;
}

#flags {
	padding: 3px 0 3px 0;
}

#flags ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding-left: 47px;
}
#flags ul li {
	float: left;
	padding-left: 5px;
	border-right: 
}

#menu {
}

#menu ul {
	list-style-type: none;
	float: left;
	margin: 0;
}
#menu ul li.first {
	border-left: 1px solid #354087;
}
#menu ul li {
	height: 65px;
	line-height: 65px;
	float: left;
	display: inline;
	border-right: 1px solid #354087;
}

#menu ul li a {
	line-height: 58px;
	height: 65px;
	font-size: 13px;
	padding: 17px 14px 17px 14px;
	margin-top: 7px;
	margin-bottom: 7px;
	border-top: 7px transparent;
	border-bottom: 7px transparent;
}
#menu ul li a:hover {
	border-bottom: 7px transparent;
	border-top: 7px solid #354087;
	text-decoration: none;
}
#menu ul li a.current {
	border-top: 7px solid #354087;
}

#menu a {
	font-weight: bold;
	outline: none;
}

/* content */
#content {
	padding-top: 14px;
}

#content h1 {
	font: 16px Verdana, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #a8a7ac;
	background: #f6f6f6;
	margin-top: 7px;
}

#content h2 {
	font: 12px Verdana, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: bold;
}

#content li {
	text-align: justify;
}


/* footer */
#footer {
	background: url('../images/meon-logo-background.png') center top repeat-x;
}
#footer_inside {
	padding-top: 45px;
}
#footer_inside p {
	text-align:center;
}

