/* 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: 30px;
}
#header_inside {
	background: url('../images/meon-logo-background.png') center repeat-x;
	margin:0 auto;
	height:65px;
}
#header_inside h1 {
	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;
}

#menu {
	border-left: 3px solid #a8a7ac;
	padding-left: 33px;
	padding-top: 1.4em;
	padding-bottom: 1.4em;
}

#menu ul {
	list-style-type: none;
}
#menu h4 {
	margin-bottom: 0px;
}
#menu ul {
	margin: 0 0 0 0;
}
#menu ul li {
	background: white url('../images/bullet-blue.png') no-repeat scroll -4px 0;
	margin: 0.2em 0;
	padding-left: 14px;
	line-height: 16px;
}

#menu a {
	font-weight: bold;
}

/* content */
#content {
}

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

#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;
}
