/**
 * Swiss Philanthropy Foundation CSS stylesheet
 * author: FB
 * date:   september 2008
 * (c)2008 Net Oxygen Sarl
 */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px; 
	text-align: left;
	/*background: #e6e4e5 url("images/body-bg.jpg") repeat-y;*/
	background: #e6e4e5 url("images/centered-body-bg.jpg") repeat-y;
	background-position: top center;
	color: #333;
	margin: 0;
	padding: 0;
}

#page {
	width: 1024px;
	background-image: url("images/page-corner-bg.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 130px;
}

#header a img {
	border: 0;
	padding-top: 23px;
	padding-left: 17px;
	float: left;
}

#lang-menu {
	float: right;
	padding-right: 248px;
	margin-top: 80px;
	text-align: right;
	font-size: 11px;
	color: #8f8f8f;
}

#lang-menu a {
	color: #8f8f8f;
	text-decoration: none;
}

#lang-menu a:hover {
	text-decoration: underline;
}

.column {
	float: left;
	margin-top: 36px;
}

#left-column {
	width: 231px;
	clear: left;
}

#left-column a img {
	border: 0;
}

#left-column ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

#left-column ul li a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:20px;
	margin-bottom: 2px;
	border: 1px solid #8f8f8f;
	width: 190px;
	color: #8f8f8f;
}

#left-column ul li a.cur,
#left-column ul li a.act {
	color: #7b1946;
	font-weight: bold;
}

#left-column ul ul {
	display: none;
}

#content {
	width: 471px; /* total: 557*/
	margin-left: 43px;
	margin-right: 40px;
}

#right-column {
	float: right;
	width: 236px;
	text-align: right;
}

#right-column img {
	margin-top: 38px;
}

#right-column a img {
	border: 0;
}

#right-column p {
	text-align: left;
}

#right-column ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

#right-column ul a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left:6px;
	padding-right:6px;
	margin-bottom: 17px;
	border: 1px solid #8f8f8f;
	width: 143px;
	text-align: center;
}

hr.clear {
	clear: both;
	visibility: hidden;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #8f8f8f;
	padding-top: 20px;
}

#footer a {
	color: #8f8f8f;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*** MAIN NAVIGATION *********************************************************/

#nav, #nav ul {
	margin: 0;
	margin-top: -31px;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #4a4a49;
	letter-spacing: 0px;
	word-spacing: 2px;
	z-index: 100;
	margin-bottom: 36px;
}

#nav a {
	display: block;
	padding: 0px 0px;
	border: 0;
	text-decoration: none;
	background-color: #e4dedc;
	color: #4a4a49;
	/*border-bottom: 3px solid #ffffff;*/
	border-bottom: 3px;
	text-align: center;
}

#nav li a.cur,
#nav li a.act {
	border-bottom: 3px solid #7b1946;
}

#nav a:hover {
	background: #7b1946 url("images/menu-item-bg.png");
	background-repeat: no-repeat;
	color: #fff;
}

#nav li {
	float: left;
	position: relative;
	width: 159px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #7b1946 url("images/menu-item-bg.png");
	background-repeat: no-repeat;
}

#nav ul {
	position: absolute;
	display: none;
	top: 61px;
}

#nav li ul {
	border-top: 3px solid #7b1946;
	line-height: 23px;
}

#nav li ul li {
	margin: 0;
	padding: 0;
	border-top: 0;
	border-right: 0;
	width: 159px;
	text-transform: uppercase;
}

#nav li ul a {
	width: 159px;
	height: auto;
	float: left;
	text-decoration: none;
	color: #ffffff;
	background-color: #c47d97;
	border-top: 1px solid #ffffff;
	border-bottom: 0;
}

#nav li ul li a.cur,
#nav li ul li a.act {
	background-color: #7b1946;
	border-top: 1px solid #ffffff;
	border-bottom: 0;
}

#nav li li.sub a {
	background-image: url("images/arrow.png");
	background-repeat: no-repeat;
	background-position: center right;
}

#nav li li.sub a.cur,
#nav li li.sub a.act {
	background: #7b1946 url("images/arrow.png");
	background-repeat: no-repeat;
	background-position: center right;
}

#nav li li.sub a:hover,
#nav li li.sub a.cur:hover,
#nav li li.sub a.act:hover {
	background: url("images/arrow.png");
	background-repeat: no-repeat;
	background-position: center right;
}

#nav li li.sub li a {
	background: #c47d97;
}

#nav li li.sub li a.cur,
#nav li li.sub li a.act {
	background: #7b1946;
}

#nav li li.sub li a:hover,
#nav li li.sub li a.cur:hover,
#nav li li.sub li a.act:hover {
	background: #7b1946 url("images/menu-item-bg.png");
	background-repeat: no-repeat;
}

#nav ul ul {
	top: auto;
	border-top: 0;
	left: 159px;
	margin: 0;
	border-left: 1px solid transparent;
}	

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul {
	display: none;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul {
	display: block;
}

/*** SLIDESHOW **************************************************************/

#slideshow,
#slideshowen {
	position: absolute;
	width: 230px;
	height: 346px;
}

#slideshow img,
#slideshow img {
	position: absolute;
	width: 230px;
	height: 346px;
}

/*** CONTENT STYLES *********************************************************/

#content a,
.column a {
	color: #7b1946;
	text-decoration: underline;
}

#content a:hover,
.column a:hover {
	color: #8f8f8f;
	text-decoration: underline;
}

#content a img {
	border: 0;
}

#content h1 {
	margin-top: 0;
	padding-top: 0;
	text-transform: uppercase;
	color: #7b1946;
	font-size: 17px;
}

#content h2 {
	margin-top: 10px;
	padding-top: 0;
	color: #7b1946;
	font-size: 15px;
}

#content h3 {
	margin-top: 10px;
	padding-top: 0;
	color: #333;
	font-size: 13px;
}

#content p {
	text-align: justify;
}

#content ul {
	padding-top: 2px;
	padding-bottom: 2px;
}

#content ul li {
	/*list-style-image: url("images/bullet.png");*/
	list-style-type: none;
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 20px;
	margin-left: -20px;
	text-align: justify;
	padding-bottom: 10px;
}

#content ol {
	padding-top: 2px;
	padding-bottom: 2px;
}

#content ol li {
	text-align: justify;
	padding-bottom: 10px;
}

#content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content table td {
	border: 0px solid #8f8f8f;
	margin: 0;
	padding: 4px;
}

#content table thead td {
	background-color: #e4dedc;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
