body {
	margin:0px auto 0px auto;
	padding:0px;
	text-align:center;
}
a {
    color:#3A83CC;
    outline: none;
}
.outer {
	margin:0px auto 0px auto;
	width:903px;
	position:relative;
}
	.top-nav {
		position:absolute;
		left:134px;
		top:45px;
		z-index:100;
	}
		.top-nav ul {
			list-style:none;
			padding:0px;
			margin:0px;
		}
			.top-nav ul li {
				float:left;
				background-image:url('../sabenavita/h-dot-line.gif');
				background-repeat:repeat-y;
				background-position:100% 100%;
				padding:0px 1px 0px 0px;
				font-size:0px;
			}
				.top-nav ul li img {
					border:0px;
				}
	/***********************/
	.head-image {
		width:682px;
		height:317px;
		background-image:url('../sabenavita/head_plane.jpg');
		background-repeat:no-repeat;
		background-position:0px 0px;
		position:absolute;
		left:221px;
		top:45px;
		font-size:0px;
	}
	/***********************/
	.languages {
		position:absolute;
		left:570px;
		top:45px;
	}
		.languages ul {
			list-style:none;
			padding:0px;
			margin:0px;
		}
			.languages ul li {
				float:left;
				background-image:url('../sabenavita/h-dot-line.gif');
				background-repeat:repeat-y;
				background-position:100% 100%;
				padding:0px 8px 3px 8px;
				font:normal 11px tahoma;
			}
			.languages ul li a {
				text-decoration:none;
				color:#3A83CC;
			}
			.languages ul li a.select {
				color:#000;
			}

	/***********************/
	.head-shadow {
		top:363px;
		left:0px;
		width:903px;
		height:20px;
		position:absolute;
		background-image:url('../sabenavita/head_shadow.jpg');
		background-repeat:no-repeat;
		background-position:0px 0px;
		font-size:0px;
	}
	/***********************/

	.main-menu {
		width:220px;
		height:288px;
		position:absolute;
		top:74px;
		left:0px;
		background-color:#efefef;
		background-image:url('../sabenavita/bg_menu_bottom.gif');
		background-repeat:no-repeat;
		background-position:0px 100%;
		z-index:1;
	}
		.menu {
			bottom:0px;
			position:absolute;
			text-align:right;
			right:0px;
		}
			.menu ul {
				list-style:none;
				padding:9px 4px 20px 9px;
				margin-bottom:0px;
				background-image:url('../sabenavita/bg_menu_blue.jpg');
				background-repeat:repeat-y;
				background-position:100% 100%;
			}
			.menu ul li {
				font:normal 14px verdana;
			}
			.menu ul li a {
				text-decoration:none;
				color:#3a83cc;
				text-transform:uppercase;
				padding:0px 5px 0px 26px;
				line-height:16px;
			}
			.menu ul li a:hover, .menu ul li a.select {
				background-image:url('../sabenavita/arrow_white.gif');
				background-repeat:no-repeat;
				background-position:8px 50% ;
				color:#fff;
				background-color:#00adef;
			}
		.top-background {
			background-image:url('../sabenavita/bg_menu_top.gif');
			background-repeat:no-repeat;
			background-position:0px 0px;
			position:absolute;
			top:0px;
			left:0px;
			width:220px;
			height:21px;
			font-size:0px;
		}
		.logo {
			background-image:url('../sabenavita/logo.png');
			background-repeat:no-repeat;
			background-position:0px 0px;
			width:216px;
			height:160px;
			position:absolute;
			left:-14px;
			top:-40px;
			font-size:0px;
		}
		/**************************/
		.map {
			position:absolute;
			left:0;
			top:390px;
			/*background-image:url('../sabenavita/img-map.jpg');*/
			background-repeat:no-repeat;
			background-position:0px 0px;
			width:200px;
			height:171px;
			border:1px; solid #000;
			font-size:0px;
		}
		/******************************/
		.content {
			position:absolute;
			top:400px;
			left:220px;
			width:668px;
			border-right:1px solid #EBEBEB;
			border-bottom:1px solid #EBEBEB;
			text-align:left;
		}
			.r-corner {
				position:absolute;
				right:-1px;
				bottom:-1px;
				background-image:url('../sabenavita/content-border-round.jpg');
				background-repeat:no-repeat;
				background-position:0px 0px;
				width:19px;
				height:19px;
				font-size:0px;
			}
			*html .r-corner {
				right:-2px;
			}
			.text {
				font:normal 11px tahoma;
				color:#6a6a6a;
				padding:0px 0px 20px 0px;
				text-align:left;
			}
			.copyright {
				position:absolute;
				text-align:left;
				bottom:-20px;
			}
			.copyright , .copyright a{
				font:normal 11px tahoma;
				color:#b2b2b2;
			}
