body {
	padding: 20px 0 20px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	bottom: 20px;
	font-size: 62.5%;
	text-align: center;
}

#header1, #header2, #splash {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -509px;
	width: 1018px;
	border: 1px solid #CCCCCC;
/*	font-family: "Times New Roman", Times, serif;*/
	font-family: "Trebuchet MS", Arial;
}


/************************************/
/*			HEADER		 			*/
/************************************/

#moving_background {
	position: absolute;
	left: 50%;
	margin-left: -509px;
	z-index: 0;
	background-image :url(../../../media/n30/2banner.jpg);
	background-repeat: no-repeat;
}

#moving_background2 {
	position: absolute;
	left: 50%;
	margin-left: -509px;
	z-index: 0;
	background-image: url(../../../media/n30/1banner.jpg);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	left: 50%;
	margin-left: -509px;
	margin-top: 240px;
	z-index: 2;
}

#header2 #logo {
	margin-top: 60px;
}

/************************************/
/*			Content		 			*/
/************************************/

#content {
	float:left;
	min-height: 400px;
}

/************************************/
/*			NAVBARS		 			*/
/************************************/

#menu1_container {
	position: absolute;
	left: 50%;
	margin-left: -171px;
	top: 255px;
	width: 680px;
	height: 75px;
	z-index: 2;
	font-weight: bold;
/*	font-family: "Times New Roman", Times, serif;*/
	font-family: "Trebuchet MS", Arial;
}

#header2 #menu1_container {
	top: 75px;
}

/* to stretch the container div to contain floated list */
#menu1_container:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

ul#menu_1 {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 1.2em;
}

ul#menu_1 li {
	display: block;
	float: left;
	width: 110px;
	text-align: left;
	text-indent: 12px;
	padding-left: 3px;
}

ul#menu_1 li a {
	display: block;
	width: 100%;
	padding-top: 55px;
	text-decoration: none;
	background-image: url(../../images/btn_no.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 40px;
}

#menu1_container>ul#menu_1 li a { 
	width: auto; 
}

ul#menu_1 li#act a {
	background-image: url(../../images/btn_act.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
	color: #000000;
	height: 60px;
}

ul#menu_1 li a:hover {
	background-image: url(../../images/btn_hover.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 55px;
	color: #ffffff;
	height: 40px;
}

ul#menu_1 li#act a:hover {
	background-image: url(../../images/btn_hover.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
	color: #000000;
	height: 60px;
}

#langMenu {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 14px;
	width: 120px;
	z-index: 2;
	font-size: 1.0em;
	color: #FFFFFF;
}

.tx-srlanguagemenu-pi1 .SPC {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
}

.tx-srlanguagemenu-pi1 .NO a, .tx-srlanguagemenu-pi1 .INACT a {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
}

.tx-srlanguagemenu-pi1 .CUR a {
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}

.tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .CUR a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.tx-srlanguagemenu-pi1 img {
	display: none;
}

#quicknav_container {
	position: absolute;
	left: 50%;
	margin-left: 330px;
	top: 14px;
	width: 160px;
	z-index: 2;
	font-size: 1.0em;
	color: #FFFFFF;	
}

#header2 #quicknav_container {
	top: 14px;
}

ul#quicknav {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

#quicknav li {
	display: inline;
	list-style-type: none;
}

#quicknav li a {
	color: #FFFFFF;
}

#quicknav li a:hover {
	text-decoration: underline;
}

#breadcrumb_container {
	position: absolute;
	left: 50%;
	margin-left: -509px;
	top: 330px;
	width: 500px;
	height: 20px;
	padding: 10px 0 0 20px;
	z-index: 2;
	font-size: 1em;
	color: #a4a2a2;	
}

#header2 #breadcrumb_container {
	top: 150px;
}

ul#breadcrumb {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

#breadcrumb li {
	display: inline;
	list-style-type: none;
}

#breadcrumb li a {
	color: #a4a2a2;
}

ul#breadcrumb li#act_bread a {
	color: #71974c;
}

#breadcrumb li a:hover {
	text-decoration: underline;
}

a {
	text-decoration:none;
}