/****************************************************************/

/* SDFB Swiss Design Institute for Finance and Banking          */
/* Patrick A. Vuarnoz, Lukas Schwitter                          */
/* 2008                                                         */
/* http://www.sdfb.ch                                           */

/****************************************************************/



/************************** tag styles **************************/
html {
	overflow-y: scroll;
	overflow-x: auto;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
body {
	text-align: center;
}
div {
	text-align: left;
}
p {
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 16px;
	color: #323030;
}
h1 {
	font-size: 17px;
	font-weight: normal;
}
h2 {
	margin-bottom: 12px;
	font-size: 25px;
	font-weight: normal;
	line-height: 31px;
	color: #0080B8;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	color: #0080B8;
	padding-top: 3px;
}
h1 a, h1 a strong, h2 a, h3 a {
	text-decoration: none;
}
h3 a {
	color: #323030;
}
ul {
	padding: 0;
	padding-bottom: 15px;
}
li {
	font-size: 11px;
	line-height: 16px;
	color: #323030;
	list-style-type: none;
}
li a {
	background-image: url("/images/general/link_internal_right.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
ul.regular {
	padding: 0px;
	padding-left: 15px;
}
li.regular {
	list-style-type: square;
}
a {
	color: #0080B8;
}
a:hover, a:hover strong {
	color: #323030;
}
img {
	border: 0;
}
h2 input {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
h3 input {
	font-size: 14px;
	font-weight: normal;
	color: #0080B8;
}




/********************** edit styles *****************************/
.inputWide {
  width: 548px;
  border: 1px solid #cccccc;
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
  background-color: #f3f3f3;
}

.inputSmall {
  width: 268px;
  border: 1px solid #cccccc;
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
  background-color: #f3f3f3;
}

.inputRight {
  float: right;
  margin-left:8px;
}

.inputLeft {
  float: right;
}

.inputButton {
  width: 132px;
}

.textareaWideMedium {
  width: 548px;
  height:60px; 
  border: 1px solid #cccccc;
  background-color: #f3f3f3;
}

.textareaWideBig {
  width: 548px;
  height:240px; 
  border: 1px solid #cccccc;
  background-color: #f3f3f3;
}

.inputLabel {
  font-size: 11px;
  font-weight: normal;
  color: #B7B3AF;
}

/********************** navigation styles ***********************/
#nav_main {
	position: absolute;
	top: 20px;
	left: 645px;
	width: 270px;
	border-top: 5px solid #DCD7D2;
	padding-top: 4px;
}
#nav_main li {
	width: 130px;
	border-bottom: 1px solid #DCD7D2;
	line-height: 14px;
	padding-bottom: 3px;
}
#nav_main li a {
	background-image: none;
	padding-left: 0;
	text-decoration: none;
}
#nav_main li ul {
	position: absolute;
	top: 126px;
	left: 0;
	width: 270px;
	border-top: 5px solid #DCD7D2;
	padding-top: 4px;
	display: none;
}
#nav_meta {
	position: absolute;
	top: 20px;
	left: 785px;
	width: 130px;
	border-top: 5px solid #DCD7D2;
	padding-top: 4px;
}
#nav_meta li {
	text-align: right;
	width: 130px;
	line-height: 14px;
	border-bottom: 1px solid #DCD7D2;
	padding: 0 0 3px 0;
}
#nav_meta li ul {
	position: absolute;
	top: 126px;
	left: -140px;
	width: 270px;
	border-top: 5px solid #DCD7D2;
	padding-top: 4px;
	display: none;
}
#nav_meta li a {
	color: #B7B3AF;
	background-image: none;
}
#nav_meta li ul li {
	text-align: left;
}
#nav_meta li ul li a {
	padding-left: 0;
	color: #0080B8;
	background-image: none;
}
#nav_meta li a:hover, #nav_meta li ul li a:hover, #nav_meta li .selected, #nav_meta li ul li .selected, .selected {
	color: #323030;
}
#nav_bread {
	position: absolute;
	top: 155px;
	left: 85px;
	width: 550px;
	border-top: 1px solid #DCD7D2;
	padding-top: 4px;
}
#nav_bread a {
	text-decoration: none;
}




/************************ header styles *************************/
#header {
	height: 210px;
}
#header_home {
	height: 140px;
}
#logo {
	position: absolute;
	top: 24px;
	left: 85px;
	width: 550px;
	border-top: 1px solid #DCD7D2;
	padding-top: 4px;
}




/************************ footer styles *************************/
#footer {
	width: 830px;
	margin: 15px 0 0 85px;
}
#copyright {
	float: left;
	width: 550px;
	color: #B7B3AF;
	border-top: 1px solid #DCD7D2;
	margin-top: 4px;
}
#address {
	float: left;
	width: 270px;
	border-top: 5px solid #DCD7D2;
	margin-left: 10px;
	padding-top: 4px;
}




/************************* login styles *************************/
#login_container {
	position: absolute;
	top: 25px;
	right: 85px;
	width: 270px;
	background-color: #FFF;
	display: none;
}
.login {
	border-top: 1px solid #FFF;
	background-color: #DCD7D2;
	padding: 5px 10px 4px 10px;
}
.login_tf {
	margin: 4px 0 5px 0;
	width: 244px;
	height: 14px;
	color: #8E8B87;
}	
.login_btn {
	margin: 6px 5px 6px 0;
	width: 115px;
}




/************************ signup styles *************************/
#signup_background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
		background-image: url(/images/general/bg_grey.png);
	}
#signup_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}
#signup_box {
	position: relative;
	width: 1000px;
	margin: auto;
	text-align: left;
}
#signup_window_confirm, #signup_window_subscribe {
	position: absolute;
	top: 150px;
	left: 85px;
	width: 830px;
	height: 250px;
	background-color: #FFF;
	display: none;
}	
#signup_content {
	padding: 6px 0 10px 10px;
	width: 540px;
	height: 230px;
}
#signup_star_confirm, #signup_star_subscribe  {
	position: absolute;
	cursor: pointer;
	top: 90px;
	right: 11px;
	width: 135px;
	height: 135px;
}
.signup_tf {
	width: 255px;
	height: 14px;
	margin-bottom: 10px;
}	
.signup_btn {
	margin: 10px 10px 0 0;
		width: 122px;
	}
.signup_form {
	width: 270px;
	float: left;
}
.signup_form p {
	margin-bottom: 3px;
}




/************************ general styles ************************/
#container {
	position: relative;
	width: 1000px;
	margin: auto;
}
.content_box {
	width: 830px;
	margin-left: 85px;
}
.content_left, .content_left_pv {
	float: left;
	width: 550px;
}
#wrapper {
	padding-top: 15px;
	border-top: 1px solid #DCD7D2;
	border-bottom: 1px solid #DCD7D2;
}
.content_left_textbox {
	width: 500px;
}
.content_right {
	float: left;
	width: 270px;
	margin-left: 10px;
}

.content_left_pv ul {
	border-top: 5px solid #DCD7D2;
	padding: 4px 0 20px 0;
	width: 550px;
}
.content_right ul {
	width: 270px;
	border-top: 5px solid #DCD7D2;
	padding: 4px 0 20px 0;
}
.content_right li {
	width: 270px;
	line-height: 14px;
	border-bottom: 1px solid #DCD7D2;
	padding-bottom: 3px;
}
.content_left_pv li {
	width: 550px;
	line-height: 14px;
	border-bottom: 1px solid #DCD7D2;
	padding-bottom: 3px;
}
.content_right li a, .content_left_pv li a {
	padding-left: 0;
	background-image: none;
}
.content_right h3, .content_right h4 {
	padding-top: 6px;
}
.link_internal_left {
	background-image: url("/images/general/link_internal_left.gif");
	background-repeat: no-repeat;
	padding-left: 0;
}
.link_internal_right {
	background-image: url("/images/general/link_internal_right.gif");
	background-repeat: no-repeat;
	background-position: 257px 0;
	padding-left: 0;
}
.link_external {
	background-image: url("/images/general/link_external.gif");
	background-repeat: no-repeat;
	background-position: 257px 0;
	padding-left: 0;
}
.link_external_pv {
	background-image: url("/images/general/link_external.gif");
	background-repeat: no-repeat;
	background-position: 537px 0;
	padding-left: 0;
}
.border_top_1px {
	border-top: 1px solid #DCD7D2;
	margin-top: 4px;
}
.border_top_5px {
	border-top: 5px solid #DCD7D2;
}
.border_bottom_1px {
	border-bottom: 1px solid #DCD7D2;
}
.hidden {
	display: none;
}
.align_right {
	text-align: right;
}
.padding_top_4px {
	padding-top: 4px;
}
.padding_top_10px {
	padding-top: 10px;
}
.padding_top_15px {
	padding-top: 15px;
}
.padding_bottom_6px {
	padding-bottom: 6px;
}
.padding_bottom_10px {
	padding-bottom: 10px;
}
.padding_bottom_15px {
	padding-bottom: 15px;
}
.padding_right_10px {
	padding-right: 10px;
}
.margin_right_10px {
	margin-right: 10px;
}
.padding_left_15px {
	padding-left: 15px;
}
.no_margin {
	margin: 0;
}
.no_underline {
	text-decoration: none;
}
.no_link, .no_link:hover {
	color: #323030;
}

.width_1_col {
	float: left;
	width: 130px;
}
.width_2_col {
	float: left;
	width: 270px;
}
.width_3_col {
	float: left;
	width: 410px;
}




/************************ list styles ***************************/
.list_title {
	border-bottom: 1px solid #DCD7D2;
	padding-bottom: 4px;
}
.list_box {
	width: 550px;
}
.list_box_left {
	float: left;
	margin: 8px 10px 4px 0;
}
.list_box_right {
	float: left;
	margin: 8px 0 4px 0;
}
.list_text {
	padding-top: 4px;
}





/********************** partner styles **************************/
.partner_list {
	margin: 0;
}
.partner_list a {
	text-decoration: none;
}


/************************* team styles **************************/
.team_rightbox_left {
	width: 65px;
	float: left;
}
.team_rightbox_right {
	width: 205px;
	float: left;
}

/*********************** project styles *************************/
.project_detail_nav_left {
	float: left;
	width: 140px;
	margin-top: 4px;
	background-image: url("/images/general/link_internal_left.gif");
	background-repeat: no-repeat;
}
.project_detail_nav_left_disabled {
	float: left;
	width: 140px;
	margin-top: 4px;
	background-image: url("/images/general/link_internal_left_gray.gif");
	background-repeat: no-repeat;
}
.project_detail_nav_right {
	float: right;
	width: 130px;
	margin-top: 4px;
	background-image: url("/images/general/link_internal_right.gif");
	background-repeat: no-repeat;
	background-position: 119px 0;
}
.project_detail_nav_right_disabled {
	float: right;
	width: 130px;
	margin-top: 4px;
	background-image: url("/images/general/link_internal_right_gray.gif");
	background-repeat: no-repeat;
	background-position: 119px 0;
}
.project_detail_nav_left a, .project_detail_nav_left_disabled span {
	text-decoration: none;
	margin-left: 15px;
}
.project_detail_nav_right a, .project_detail_nav_right_disabled span {
	text-decoration: none;
	margin-right: 18px;
}
#project_detail_img {
	padding-top: 4px;
}
.project_detail_img_nav {
	color: #B7B3AF;
	margin-bottom: 5px;
	padding-top: 5px;
}
.project_detail_img_nav a {
  text-decoration:none;
}
.project_detail_nav_left_disabled span, .project_detail_nav_right_disabled span {
	color: #B7B3AF;
}




/************************* news styles **************************/
.news_date {
	color: #B7B3AF;
	margin: 0; 
}

/************************* event styles *************************/
.event_date {
	color: #B7B3AF;
	margin: 0; 
}



/************************ contact styles ************************/
#contact_map_canvas {
	margin-top: 15px;
	width: 550px;
	height: 400px;
}
.contact_addressbox_left {
	width: 20px;
	float: left;
}
.contact_addressbox_right {
	width: 250px;
	float: left;
}
.contact_addressbox_left p, .contact_addressbox_right p {
	margin-bottom: 0;
}


/****************** safari layout improvements ******************/




/*************************** float fix **************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */