/* -----------------------------------------------------Formatting Structure */
body {
	margin: 0;
	padding: 0;
}

/* ----------------------------------Header */
h1 {
	margin: 0;
}
#introduction {
    margin: 0;
}

/* ----------------------------------Sitemap */
#sitemap {
	position: absolute;
	left: 585px;
	top: 88px;
}

/* ----------------------------------Contact */
#contact {
	position: absolute;
	left: 671px;
	top: 88px;
}

/* ----------------------------------Sidemenu */
.searchform {
	margin-bottom: 3px;
}
.searchtext {
	font-size: 11px;
	width: 100px;
}
.searchsubmit {
	font-size: 12px;
	vertical-align: bottom;
}
.sidemenutable {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #005977;
	padding: 3px 0px 3px 2px;
}
.sidemenutable2 {
	background-color: #005977;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}

/* ----------------------------------Navigation */
#tabnavigation {
	background-image: url(images/tab_bg-blue.gif);
}

/* ----------------------------------English */
#english {
	position: absolute;
	left: 516px;
	top: 88px;
}

/* ----------------------------------Content */
#content {
	font-size: 90%;
	line-height: 140%;
	padding: 20px 15px 15px;
}
h2 {
	margin: 0px 0px 5px;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	color: #990000;
	text-indent: 5px;
}


/* ------------------------Pagetitle */
.pagetitle1 {
	margin: 0px 0px 12px;
	padding: 3px 6px 2px;
	background-color: #D2D9E6;
	border-left: 5px solid #006699;
	font-weight: bold;
	color: #006699;
}
.pagetitle2 {
	margin: 0px 0px 12px;
	padding: 3px 6px 2px;
	background-color: #FFE6E6;
	border-left: 5px solid #CC3300;
	font-weight: bold;
	color: #CC3300;
}
.pagetitle3 {
	margin: 0px 0px 12px;
	padding: 3px 6px 2px;
	background-color: #D6E2D6;
	border-left: 5px solid #006600;
	font-weight: bold;
	color: #006600;
}
.pagetitle4 {
	margin: 0px 0px 12px;
	padding: 3px 6px 2px;
	background-color: #FBF7D0;
	border-left: 5px solid #CC6633;
	font-weight: bold;
	color: #CC6633;
}

/* ----------------------------------Bannerlinks */
.bannerlinks {
	margin: 7px 0px;
	text-align: center;
}

/* ----------------------------------Footer */
#footer {
	padding: 0px 0px 15px 0px;
	vertical-align: text-botom;
}
.copyright {
	font-size: 80%;
	line-height: 120%;
	text-align: left;
    padding: 0px 15px 0px 15px;
}
address {
   	font-size: 80%;
	font-style: normal;
	text-align: right;
	float: right;
    padding: 0px 15px 0px 15px;
}

/* -----------------------------------------------------Links */
a:link, a:visited {
    color: #003366;
	text-decoration: underline;
}
a:hover, a:active {
    color: #990000;
	text-decoration: underline;
}

/* -----------------------------------------------------Others */
.skiplinks {
  display: none;
}
h3 {
	font-size: 100%;
}
.table-common {
	background-color: #000000;
}
.table-common th {
	background-color: #FFFFFF;
}
.table-common td {
	background-color: #FFFFFF;
}
.table-small {
	font-size: 0.9em;
}

/* -----------------------------------------------------English */
.english-menu {
	color: #FFFFFF;
}
a.en:link {
	color: #FFFFFF;
}
a.en:visited {
	color: #FFFFFF;
}
