
/*
	Colors:
	red: #e31c18
*/

body {
  margin:1em 0 0 0;
  padding: 0;
  text-align: center;
  font-family: Trebuchet MS, sans_serif;
}

img {
	border: none;
}
.clear_both {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1%;
	margin: 0;
	padding: 0;
}
a {
	color: #e31c18;
}
.red {
	color: #006bb3;
	font-weight: bold;
}

/* Header */
#page {
	position: relative;	
	width: 51.25em;
	margin: 0em auto 2em auto;
	background-image: url(../images/border_bg.gif);
}
 
#header {
	position: relative;
	text-align: left;
	float: left;
	height: 26em;
	z-index:1;
	margin-bottom:0.85em;
}
#header_min {
	position: relative;
	text-align: left;
	float: left;
	height: 20em;
	margin: 0;
	padding: 0;
	z-index:1;
	margin-bottom:0.85em;
}
#header .c_top_left {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 9px;
	height:9px;
	overflow: hidden;
	background-image: url(../images/top_left.gif);
}
#header .c_top_right {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 9px;
	height: 9px;
	overflow: hidden;
	background-image: url(../images/top_right.gif);
}
#headerLogo {
	position: absolute;
	width: 18.25em;
	right: 2.2em;
	bottom: 0;
}

#headerTitle {
	position: absolute;
	top: 0.9em;
	left: 0.6em;
	width: 6.96em;
}

/* Footer */
#footer {
	text-align: left;
	width: 100%;
	position: relative;
}

#footer .c_bottom_left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background-image: url(../images/bottom_left.gif);
}

#footer .c_bottom_right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background-image: url(../images/bottom_right.gif);
}

/* Content */
.content_mta {
	padding: 0 2em 0 2em;
	margin: 0;
	text-align: left;
	font-size: 0.75em;
	border-bottom: 1px solid #e31c18;
	border-left: 1px solid #e31c18;
	border-right: 1px solid #e31c18;
}

.content_mta h2 {
	float: left;
	color: #006bb3;
	margin: 0.6em 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.7em;
	font-weight: normal;
}
.content_mta dl {
	width:540px;
	float:left;
}

* html .content_mta dl {
	width:430px;
	float:left;
}
.content_mta dl dt {
	margin: 0; 
	padding: 0; 
	float: left;
	line-height: 100%;
}
.content_mta dl dd {
  margin: 0 0 10px 0; 
  padding: 0; 
  float: left;
}
.content_mta dt { 
  clear: both; 
  width: 26%; 
  text-align: left; 
  padding-right: 1em; 
  margin: 0 0 10px 0; 
}
.content_mta dt span.formlabel { 
	display: block;
	margin: 0 0 5px 0; 
}
.content_mta dd { 
  text-align: left; 
  margin: 0 0 10px 0; 
  width: 73.5%;
}

.bigger_text {
	font-size: 1.2em;
	}

div.right_column {
	float: right;
	margin: 0px 0px 50px 50px;
	padding: 0px;
}

div.right_column p {
	margin-top: 0px;
	padding-top: 0px;
}

.selectinput,
.textinput {
	width: 20em;
	font-size: 1em;
	font-family: Trebuchet MS, sans_serif;
	border: 1px solid black;
	margin: 0;
	padding: 0;
}
.infobutton {
	cursor:help;
	display:none;
}
.content_mta label b {
	color: #e31c18;
}
.mailformplus_contactform {
	margin: 0 0 1em 0;
}

.select_lang{
	margin: 0px auto; 
	text-align: right; 
	width: 50em;
}

ul.city_list {
	font-size: 1.2em;
	font-weight: bold;
}

#flashbanner{
	position:relative;
	z-index:2;
	height:266px;
}

#visitmalta{
	position:relative;
	float:right;
	margin:0 42px 0 0;
	top:-45px;
	z-index:3;
}

#reg-logo{
	position:relative;
	width:340px;
	height:75px;
	margin:0 0 0 2em;
	top:-25px;
	/*background-image:url(../images/reg-logo.jpg);
	background-repeat:no-repeat;*/
	float:left;
	z-index:4;
}

#reg-logo h2 {
	float: left;
	color: #006bb3;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.5em;
	font-weight: bold;
}

#reg-logo p {
	clear:left;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.70em;
	font-weight: bold;
}

* html #reg-logo{
	margin:0 0 0 21px;
}

.introtext{
	clear:both;
	font-size:0.75em;
	margin:0 3em 0 3.5em;
	padding:0 0 1em 0;
	border-bottom: 1px solid #e31c18;
	min-height:50px;
	_height:50px;
}

#content_wrap{ 
	padding:0 0 0 0.5em;
	position:relative;
	top:1.5em
}

* html .content_mta {
	margin-top: -14.4em;
	padding: 14.05em 1.8em 0 3.5em;
}

.red-line{
	border-bottom: 1px solid #e31c18;
	width:100%;
	height:2px;
}

.form-reg{
	width:50%;
	float:left;
	
}

.mov-reg{
	float:right;
	margin-right:95px;
	width:30%;
}

* html .mov-reg{
	float:right;
	margin-right:8px;
	width:30%;
}

.imagetext {
  margin: 10px 0 10px 0;
  clear: both;
}
.imagetext .left {
  float: left;
  width: 38em;
}
.imagetext .right {
  float: right;
}
.imagetext p {
  margin: 0 0 10px 0;
}
.imagetext p strong,
.imagetext p b {
	color: #e31c18;
}
.imagetext .imagecaption {
  font-style:italic;
}
.imagetext h3 {
  font-size: 1em;
  font-weight: normal;
  color: #e31c18;
}
	
/* Frontend login */
div.tx-felogin-pi1 {
	margin: 0 0 15px 0;
	}
	
div.tx-felogin-pi1 fieldset {
	padding: 0;
	margin: 10px 0 0 0;
	border: none;
	}

div.tx-felogin-pi1 fieldset div {
	padding: 0;
	margin: 0 0 10px 0;
	}
	
div.tx-felogin-pi1 fieldset label {
	font-weight: bold;
	}
	
	
table.contenttable {
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-collapse: collapse;
	}
	
table.contenttable th {
	padding:4px 5px;
	vertical-align: top;
	border: 1px solid #ffffff;
	background-color: #EBEBEB;
	color: #E31C18;
	}

table.contenttable td {
	padding: 15px 5px;
	vertical-align: top;
	border: 1px solid #EBEBEB;
	}

table.contenttable td.logo {
	vertical-align: middle;
	text-align: center;
	}

table.contenttable sup {
	line-height: 100%;
	font-size: 70%;
	vertical-align: top;
	}

table.contenttable p.bodytext {
	padding: 0px;
	margin: 0px;
	}
	
	
/* Tour offers */
div.tx_mctouroffers h2 {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	}

div.tx_mctouroffers p.error {
	clear: both;
	}

div.tx_mctouroffers div.right_column {
	float: right;
	margin: 0px 0px 10px 30px;
	padding: 0px;
}
	
div.tx_mctouroffers ul.categorization {
	font-size: 1.2em;
	font-weight: bold;
	}

div.tx_mctouroffers p.categorization_text {
	font-size: 1.2em;
	}

div.tx_mctouroffers table.listing {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-collapse: collapse;
	}
	
div.tx_mctouroffers table.listing th {
	padding:4px 5px;
	vertical-align: top;
	border: 1px solid #ffffff;
	background-color: #EBEBEB;
	color: #E31C18;
	text-transform: uppercase;
	}

div.tx_mctouroffers table.listing td {
	padding: 15px 5px;
	vertical-align: top;
	border: 1px solid #EBEBEB;
	}

div.tx_mctouroffers table.listing td.logo {
	vertical-align: middle;
	text-align: center;
	}

div.tx_mctouroffers table.listing sup {
	line-height: 100%;
	font-size: 70%;
	vertical-align: top;
	}