/* LAYOUT */

/* MAIN PARTH */
#main {
	margin: 8px 0 0 8px;
	position: relative;
	width: 770px;
}

#header {
	position: relative;
	height: 53px; /*46+7*/
background-color: #ffffff;
}
#header-logo {
	position: absolute;
	top: 0;
	left: 0;
}
#header-title {
	position: absolute;
	top: 1px;
	right: 0;
}

#body-container {
	position: relative;
	top: 0;
	left: 0;
	width:770px;
}
#menu {
	/** /background-color: #bbffff;
	/**/
	position: absolute;
	top: 0;
	left: 0;
	width: 188px;
}
#lang-menu {
	margin: -5px 0 2px 0;
}
.lang-pic {
	width: 16px;
	height: 16px;
}
#counters {
	display: none;
}

#content {
	position: relative;
	margin-left: 208px;
	width: 562px;
	min-height: 200px;
}
#footer {
}
.footer1 {
	margin-left: 208px;
	width: 562px;
	text-align: center;
}
.footer2 {
}

/* INDEX (HOME PAGE) */
#ten-years {
	position: absolute;
	top: -3px;
	right: 0px;
	width: 82px;
	height: 86px;
	z-index: 1000;
}
#devcomposition {
	position: relative;
	z-index: 1;
	padding: 48px 0 22px 0;
	cursor: auto;
}

#last-update {
	color: #999999;
}

/* GENERAL USE */
.invisible {
	display: none;
}
div.centered-pagetitle {
	text-align: center;
	padding: 5px 0 12px 0;
}
div.centered-pagetitle-no-bottom {
	text-align: center;
	padding: 5px 0 0 0;
}
div.centered {
	text-align: center;
}
/* DYNAMIC PARTH */

