#Layer1 { background: #ffffff; width: 730px; height: 1170px; margin: 0 auto; text-align: left; position: relative;}
#Layer3 {
	/* menu */
	position: absolute;
	border: thin solid #CCCCCC;
	width:200px;
	height:1150px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bgmenu.jpg);
}

#Layer2 {
	/* main */
	position: absolute;
	width:520px;
	height:1150px;
	left: 210px;
	top: 0px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
}

body, .formtxt {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a{color: #000000;}
a:hover{color: #CCCCCC;}

.notes{
	font-size: 10px;
	text-align: left;
}

.title{
	font-size: 13px;
	text-align: left;
}

.text{
	margin-top:10px;
}

.partext {
	margin-top: 20px;
}

#copyright{
	font-size: 10px;
	text-align: center;
}

.cred{
	position: relative;
	margin-top:20px;
	float:left;
	height:50px;
	width:500px;
}

/* menu */

a#title {display: block; width: 184px; height: 113px; margin-left: auto; margin-right: auto; background-image: url(images/4-8ambis.jpg)}
a#title:hover { visibility: visible }
a#title:hover img { visibility: hidden }

.treeview{
	padding: 0px;
	margin-left: -10px;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	text-indent: 0px;
	list-style: none;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style: none;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 20px;
	margin-right: 10px;
	list-style-position: outside;
	text-indent: 5px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.litext{ 
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	text-indent: 0px;
}

.menu_title_selected{
	color: #000000;
	background-color: #CCCCCC;
}

#menu_logo {
	text-align:center;
}

#menu_newsletter {
	margin-left: 15px;
	margin-top: 20px;
}

#menu_languages {
	margin-top: 30px;
	text-align: center;
}

#ads {
	margin-top: 50px;
	margin-left: 25px;
	text-align: left;
	width:150px;
	height:150px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
}

.ad {
	margin: 5px;
}

/* homepage, historic and credentials */

#fullpage_text {
	position:absolute;
	width:500px;
	height:100px;
	left:10px;
	top:20px;
}

#fullpage_text2 {
	position:absolute;
	width:500px;
	height:100px;
	left:10px;
	top:60px;
}

#addthis {
	position:absolute;
	width:200px;
	height:18px;
	z-index:3;
	left: 0px;
	top: 0px;
}




.ref_block{
	text-align: center;
	position:absolute;
	top:-50%;
	width:100px;
}

.ref_text{
	position:absolute;
	top:-50%;
	left:100px;
	width:400px;
}

/* stories */

#play {
	position:absolute;
	width:90px;
	height:40px;
	z-index:3;
	left: 400px;
	top: 220px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	text-indent: 5px;
}

#play2 {
	position:absolute;
	width:90px;
	height:40px;
	z-index:5;
	left: 400px;
	top:300px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	text-indent: 5px;
}

a#play_txt {
	text-decoration: blink;
	font-size: 18px;
}

a#play_txt2 {
	text-decoration: none;
	font-size: 18px;
}


#Content {
	position:absolute;
	width:500px;
	height:300px;
	left:10px;
	top:260px;
	z-index:3;
}

#Contenth {
	position:absolute;
	width:500px;
	height:300px;
	left:10px;
	top:170px;
	z-index:3;
}

#Asset {
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:20px;
}

#Pictures {
	position:relative;
	float:left;
	width:500px;
	height:80px;
	z-index:3;
}

#Copyrightbox {
	/* copyright */
	position:absolute;
	width:500px;
	height:15px;
	left: 0px;
	top: 1130px;
	z-index:3;
}

#thumbnails
{
	position:absolute;
	width:500px;
	height:60px;
	z-index:4;
	list-style-image: none;
	list-style-type: none;
	padding:0;
	margin:0;
	float:left;
}

#thumbnailsbox
{
	margin-top: 20px;
}


#thumbnails a
{
	display:block;
	display: inline;
}

#thumbnails a:hover
{
	position:relative;	
}

#thumbnails a img
{
	border: 0px;
	vertical-align: top;
	height: 40px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#thumbnails a:hover img
{
	border: 0px;
	height: 65px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* popups */

.popuptxt, .popup_form{
	margin-left:20px;
	margin-top:10px;
	margin-top:5px;
}

.popup_form{
	position:relative;
	clear: left;
	width:300px;
	height: 30px;
}

.popup_label{
	float:left;
	width: 100px;
}

.popup_input{
	float:left;
	width: 200px;
	left:100px;
}

#popuptitle{
	font-size: 18px;
	margin: 20px;
}



