/* CSS Document */


body {
	margin:0px;
	padding:0px;

	background-attachment: fixed;
	background-image: url(../switzerland/sanctuario-bkgnd.jpg);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center 192px;

	}
	
	body.home-page {
	background-attachment: fixed;
	background-image: url(../switzerland/sanctuario-bkgnd-home.jpg);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center 212px;
	}
	
h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
/*	
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #ff9900;
	*/
	margin: 0 100px 8px 100px;
	padding-bottom: 6px;
	padding-top: 11px;
}
/*
#headernav {
position:fixed;
z-index:10
}

#contents {
padding-top:950px;
width:820px;
}
*/
#Layer5 {
	color:#f90;
	text-decoration:none;
}
body,td,th {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
	color: #663300;
}
a:link {
	color: #6d1a1a;
	text-decoration:none;
}
a:visited {
	color: #8e3b3b;
	text-decoration:none;
} 
a:active {
    color:#ff9900;
}
a:hover {
    color:#ff9900;
}
a {
    text-decoration: none
}
#pagewrap {
	width: 820px;
	height:800px;

/*	margin-left:auto;
	margin-right:auto; */
}
#background {
    position: relative;
    left: 50%;
	margin-left: -410px;
	width: 820px;

/*	margin-left:auto;
	margin-right:auto; */

	}
#bottomlinks {
    text-align: center;
	text-decoration:none;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
}
#topnav {
    color:#ff9900;
} 
#topnav a:link {
	color: #6d1a1a;
}
#topnav a:visited {
	color: #8e3b3b;
} 
#topnav a:hover {
    color:#ff9900;
}
#topnav a:active {
    color:#ff9900;
}
/* home page style sheets */
/* home page style sheets */
#language {
    position: relative;
    padding-top: 60px;
    padding-bottom: 260px;  
    width: 450px;
    left: 50%;
    margin-left: -225px;
    text-align: center;
}
a.german, a.english {
    display: block;
    width: 219px;
    height: 47px;   
    text-decoration: none;
    line-height: 47px;
}
a.german {
    background: url(../italiano/deutch-english_02.png);  
    float: left;
}
a.english {
    background: url(../italiano/deutch-english_03.png);
    float: right;
}
a:hover.german {
    background: url(../italiano/deutch-english2_02.png);    
}
a:hover.english {
    background: url(../italiano/deutch-english2_03.png);
}
#language a img {
    height: 47px;
    width: 220;
    border: none;
}

#background a:visited.nav-guardians-en {
	color: red;
}
