html {
	margin: 0;
	padding: 0;
}

body {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #DEE2E3;
	font-family: Arial, Verdana, Helvetica;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
}


img {
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

.hidden {
	display: none;
}

.clearer {
	clear: both;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

/* MAIN ELEMENTS */
p, h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	color: #0076c6;
	padding-bottom: 5px;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #0076c6;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	margin: 10px 0 5px 0;
}

p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding: 0px;
}


big {
	font-size: 120%;
}

small {
	font-size: 80%;
}

/* wrappers */
.container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.contentLeft {
	float: left;
	width: 526px;
	background-image: url(../img/bg-left-content.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 25px;
	padding-right: 30px;
}


/* header */
.header {
	height: 117px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainHeader {
	background-image: url(../img/bg-body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 186px;
	text-align: left;
}

.logo{
	float: right;
	margin-top: 6px;
	margin-left: 0px;
	padding-right: 175px;
}

#linkWrapper {
	height: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
}
.1st {
	height: 117px;
	clear: both;
}


.langSelection {
	line-height: 30px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	color: #716F6E;
}

.langSelection a {
	color: #716F6E;
}

.langSelection a:hover {
	color: #0079CA;
	text-decoration: none;
}

.langSelection a.selected {
	color: #0178CA;
	font-weight: bold;
	font-size: 10px;
}

.langSelection img {
	float: left;
	margin: 0 3px;
}

#globalNavigation {
	height: 30px;
	text-align: center;
	margin: 0 auto;
	float: left;
}

#globalNavigation ul {
	margin: 0 auto;
}

#globalNavigation li {
	list-style-type: none;
	display: inline;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	padding: 0 18px 0 5px;
	background-image:url(../img/links-separator.png);
	background-position: right;
	background-repeat:no-repeat;
}

#globalNavigation li.last {
	background-image: none;
}

#globalNavigation a {
	text-decoration: none;
	color: #ffa600;
}

#globalNavigation a:hover {
	text-decoration: underline;
	color: #ffa600;
}

#globalNavigation a.selected {
	text-decoration: underline;
	color: #D27100;
}

#mailinglist {
	font-size: 16px;
	line-height: 30px;
	background-image: url(../img/img-mailinglist.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 36px;
	float: right;
	font-weight: bold;
}

#mailinglist img {
	height: 30px;
}

#mailinglist a {
	color: #FFA600;
}


/* subnavi */
#subNavigation {
	float: left;
	margin: 55px 10px 0 0;
	width: 145px;
}

#subNavigation ul li {
	list-style-type: none;
	line-height: 24px;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	width: 145px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9c6d0a;
}

#subNavigation li.last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9c6d0a;
}

#subNavigation a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 0 0 25px;
	margin: 0 0 0 3px;
}

#subNavigation a:hover {
	text-decoration: underline;
	color: #FFA600;
}

#subNavigation a.selected {
	color: #FFA600;
	background-image: url(../img/sublinks-separator.png);
	background-repeat: no-repeat;
	background-position: left center;	
}

#subNavigation ul li ul {
	background-color: #063939;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9c6d09;
}

#subNavigation ul li ul li {
	list-style-type: none;
	line-height: 24px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	width: 145px;
	border: none;
}

#subNavigation ul li ul li a.selected {
	color: #FFA600;
	background-image: none;
}


/* real content part */
#mainContent {
	float: left;
}

#mainContent h1 {
	color: #ffa600;
	font-size: 24px;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	line-height: 30px;
	margin: 10px 0 15px 0;
	padding: 0 15px;
	font-weight: normal;
}

#mainContent h2 {
	margin: 0 0 8px 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent p {
	margin: 0 0 5px 0;
	font-size: 10px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent a {
	font-size: 10px;
	color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent .left {
	width: 290px;
	float: left;
	margin: 0 5px 0 0;
}

#mainContent .right {
	width: 290px;
	float: left;
}

#mainContent .boxTop {
	background-image: url(../img/box_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 5px 0;
	zoom: 1;
}

#mainContent .boxBottom {
	background-image: url(../img/box_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 15px 20px;
}


#rightColumn {
	width: 300px;
	float: right;
	margin: 12px 0 0 0;
}

#rightColumn .boxTop {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	zoom: 1;
	background-color: #063939;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9C6D0A;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rightColumn .boxBottom {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #063939;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9C6D0A;
}

#siteSearch {
	height: 30px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#siteSearch input {
	border: 1px solid #9c6d0a;
	width: 100px;
	font-size: 11px;
	padding: 1px;
}

#siteSearch .button {
	background-image: url(../img/button_search.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 18px;
	height: 17px;
	border: none;
}


.footer {
	color: #666666;
	font-size: 10px;
	text-align: left;
	background-image: url(../img/bg-footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}
.2nd {
	background-image: url(../img/bg-submenu.gif);
	background-repeat: repeat-x;
	height: 69px;
}
.right {
	background-image: url(../img/bg-submenu-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 69px;
}
.left {
	background-image: url(../img/bg-submenu-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 69px;
}
.menu-container {
	width: 900px;
	height: 69px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/bg-submenu.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.contentRight {
	float: right;
	width: 298px;
	background-image: url(../img/bg-right-content.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.mainMenu {
	height: 30px;
	margin-right: 30px;
	margin-left: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
}
.mainMenuItem {
	height: 30px;
	float: left;
	text-align: center;
	width: 98px;
}
.mainMenuItem a {
	color: #5CC8F1;
	font-weight: bold;
	line-height: 28px;
	padding-right: 12px;
	padding-left: 12px;
}
.mainMenuItem a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.mainMenuItemSelected {
	height: 30px;
	background-image: url(../img/bg-main-menu-selected.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	text-align: center;
	width: 98px;
}
.mainMenuItemSelected a {
	color: #0071C0;
	font-weight: bold;
	line-height: 28px;
	padding-right: 12px;
	padding-left: 12px;
}
.mainMenuItemSelected a:hover {
	color: #5CC8F1;
	text-decoration: none;
}
.mainMenuItemSepr {
	height: 30px;
	background-image: url(../img/separator.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
.subMenu {
	height: 30px;
	margin-right: 30px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 3px;
}
.subMenuItem {
	height: 30px;
	float: left;
	text-align: center;
}
.subMenuItem a {
	color: #000000;
	font-weight: normal;
	line-height: 28px;
	padding-right: 6px;
	padding-left: 6px;
}
.subMenuItem a:hover {
	color: #005399;
	text-decoration: none;
}
.subMenuItemSelected {
	height: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	text-align: center;
}
.subMenuItemSelected a {
	color: #0071C0;
	font-weight: normal;
	line-height: 28px;
	padding-right: 6px;
	padding-left: 6px;
}
.subMenuItemSelected a:hover {
	color: #005399;
	text-decoration: none;
}
.subMenuItemSepr {
	height: 30px;
	background-image: url(../img/separator.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 2px;
	padding-right: 4px;
	padding-left: 4px;
}
.headerRight {

	float: right;
	width: 248px;
	background-image: url(../img/bg-right-header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	text-align: left;
	padding-right: 20px;
	padding-left: 40px;
	height: 55px;
}
