HTML, BODY {
	margin: 0; 
	padding: 0; 
	height: 100%; /* Required */ 
}

BODY {
	background-color: #f2fbff;
	font-family: Tahoma;
	font-size: 12px;
	color: #545454;
	line-height: 18px;
	text-align: center;
	height: 100%;
}

BODY.body_splash {
	background-image: url(../images/layout/splash_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* -- CONTAINERS -- */

#splash_wrapper {
	width: 780px;
	position: relative; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#splash_content {
	width: 780px;
	height: auto !important;
	padding-bottom: 30px;
	padding-top: 120px;
}

#splash_copyright {
	position: absolute; 
	bottom: 0 !important;
	width: 780px;
	margin-left: auto !important;
	margin-left: -50%;
	height: 30px;
}

#splash_enterbtn {
	margin-top: 20px;
}

#main_wrapper {
	background-color: #e6f6fd;
	background-image: url(../images/layout/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 780px;
	position: relative; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#main_content {
	padding: 0px 25px 30px 25px;
}

#gototop {
	padding: 0px 0px 25px 25px;
	width: 123px;
	height: 12px;
}

/* -- LAYOUT ELEMENTS -- */

#headline_top {
	width: 316px;
	height: 49px;
}

#headline {
	width: 780px;
	height: 180px;
	background-image: url(../images/layout/headline.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#headline_bottom {
	width: 316px;
	height: 31px;
}

#ico_home {
	position: absolute;
	top: 68px;
	left: 8px;
	width: 38px;
	height: 38px;
}

#ico_mail {
	position: absolute;
	top: 68px;
	left: 25px;
	width: 38px;
	height: 38px;
}

#menu {
	position: absolute;
	top: 3px;
	left: 610px;
	width: 155px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

#menu li {
	border-bottom: 1px solid #5ec7ff;
	padding: 3px 5px 3px 5px;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 10px;
	color: #013871;
	font-weight: bold;
	text-transform: uppercase;
}

#menu li a:link, #menu li a:active, #menu li a:focus, #menu li a:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
}

#menu li:last-child {border-bottom: none;}

#menu li a:hover {
	color: #013871;
}

#menu-eng {
	position: absolute;
	top: 4px;
	left: 610px;
	width: 155px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

#menu-eng li {
	border-bottom: 1px solid #5ec7ff;
	padding: 5px;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #013871;
	font-weight: bold;
	text-transform: uppercase;
}

#menu-eng li a:link, #menu li a:active, #menu li a:focus, #menu li a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
}

#menu-eng li:last-child {border-bottom: none;}

#menu-eng li a:hover {
	color: #013871;
}

/* -- PARAGRAPH -- */

P {
	margin: 10px 0px 10px 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #545454;
	line-height: 18px;
}

A, A:link, A:focus, A:visited, A:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #4857a9;
	text-decoration: none;
}

A, A:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #4857a9;
	text-decoration: underline;
}

H2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #008dd8;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
}

H3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #545454;
	text-decoration: none;
	font-weight: bold;
	margin: 18px 0px 5px 0px;
}

DIV.separator {
	display: block;
	width: 100%;
	height: 1px;
	background-color: transparent;
	border-bottom: 1px dashed #00a6ff;
}

UL {
	list-style-image: url(../images/layout/list_item.gif);
	margin-top: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #545454;
	line-height: 18px;
}

IMG.mbsz_logo {
	border: 1px solid black;
	text-align: center;
}