@charset "utf-8";

/* =General
--------------------------------------------------------------------------------------------------------*/

/* start eric meyer css reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end eric meyer css reset */

/* End General
--------------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------------*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 15px;
	line-height: 20px;
}

a:link,
a:visited,
a:active {
	color: #0071b9;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}
/* End Typography
--------------------------------------------------------------------------------------------------------*/


/* =Forms
--------------------------------------------------------------------------------------------------------*/

form,
fieldset {
	min-height: 1px;
}

* html form,
* html fieldset {
	height: 1px;
} 

form:after,
fieldset:after
 {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

input, select, textarea {
	font-size: 14px;
	color: #5c5c5c;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

span.text input {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	background: url(layout/blank.gif);
	float: left;
}

span.text {
	background: #fff;
	display: block;
	float: left;
}

.form-item {
	min-height: 1px;
}

* html .form-item {
	height: 1px;
}

.form-item:after
 {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.button_wrapper {
	min-height: 1px;
}

* html .button_wrapper {
	height: 1px;
} 

.button_wrapper:after
 {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.button {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

.button input {
	background:url(layout/blank.gif);
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	bottom: -3px;
	right: -3px;
	text-align: left;
	text-indent: -3000px;
	overflow: hidden;
	cursor: pointer;
}



/* End Forms
--------------------------------------------------------------------------------------------------------*/



/* =Layout
--------------------------------------------------------------------------------------------------------*/
html,body {
	height: 100%;
}

body.homepage {
	
}

#wrapper {
	min-height: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#wrapper_inner {
	width: 940px;
	margin: 0 0 0 60px;
	position: relative;
	top: 0;
	left: 0;
}

.homepage #wrapper_inner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.homepage  #wrapper  {
	background:url(../img/layout/bg_1.jpg) no-repeat;
	min-width: 1000px;
}

.innerpage #wrapper {
	background: #0071b9 url(../img/layout/bg_2.jpg) no-repeat;
}

.innerpage #wrapper_inner {
	background: #fff;
}
/* End Layout
--------------------------------------------------------------------------------------------------------*/




/* =Header
--------------------------------------------------------------------------------------------------------*/
#header {
	width: 940px;
	padding: 60px 0 62px 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.homepage #header {
	background:url(../img/layout/bg_1.jpg) no-repeat -60px 0;
}

.innerpage #header {
	background:url(../img/layout/bg_2.jpg) no-repeat -60px 0;
}

#title_logos {
	background: #fff;
	height: 121px;
	padding: 17px 0 0 15px;
	border: solid #0071b9;
	border-width: 0 0 2px;
	
}



#title_logos:after
 {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

#title:link,
#title:visited,
#title:hover,
#title:active
 {
	float: left;
	font-size: 36px;
	text-decoration: none;
	color: #000;
	line-height: 36px;
}

#title strong {
	display: block;
	font-family: 'Trebuchet Ms';
	font-size: 16px;
	color: #0071b9;
	line-height: 22px;
	padding: 0 0 10px 2px;

}

#logos {
	float: right;
	padding: 0 21px 0 0;
}

#logos ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#logos li {
	float: left;
	margin: 0 0 0 20px;
	display: inline;
}

#logos a, #logos img {
	display: block;
}

#event_date {
	display: block;
	min-height: 1px;
}

* html #event_date  {
	height: 1px;
}

#event_date:after
 {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

#event_date span {
	color: #fff;
	background: #0071b9;
	float: left;
	white-space: nowrap;
	font-size: 20px;
	line-height: 40px;
	padding: 0 16px 0 14px;
}

/* End Header
--------------------------------------------------------------------------------------------------------*/





/* =Content
--------------------------------------------------------------------------------------------------------*/
#content {
	width: 940px;
	background: #fff;
	position: relative;
	left: 0;
	z-index: 2;
	min-height: 100px;
}

.innerpage #content {
	top: 0;
}
.homepage #content  {
	position: absolute;
	bottom: 0;
	
}

/* start main_menu */
#main_menu {
	width: 100%;
	position: absolute;
	top: -40px;
	left: 0;
	overflow: hidden;
	line-height: 40px;
	white-space: nowrap;
}

#main_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 2000px;
	float: left;
}

#main_menu li {
	float: left;
	margin: 0 1px 0 0;
}

#main_menu a:link,
#main_menu a:visited,
#main_menu a:active {
	display: block;
	background:url(../img/layout/mm.png);
	font-size: 18px;
	color: #000;
	line-height: 40px;
	text-decoration: none;
	padding: 0 15px;
}

#main_menu a:hover,
#main_menu a.selected:link,
#main_menu a.selected:visited,
#main_menu a.selected:hover,
#main_menu a.selected:active {
	background-color: #fff;
	
} 
/*
#main_menu .last a {
	width: 1000px;
}
*/
#main_menu .last {
	width: 1000px;
	background:url(../img/layout/mm.png);
} 
/* end main_menu */


/* start page_sidebar */
#page_sidebar {
	min-height: 1px;
	padding: 20px 15px 55px 15px;
}

* html #page_sidebar {
	height: 1px;
}

#page_sidebar:after
 {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* start page */
#page {
	width: 703px;
	float: left;
}

h1 {
	color: #0071b9;
	font-size: 20px;
	line-height: normal;
	padding: 8px 0 13px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 0 10px;
}

.hr hr {
	display: none;
}

.hr {
	height: 1px;
	overflow: hidden;
	background: #d2d2d2;
	margin: 22px 0 17px;
}

p {
	padding: 0 0 9px;
}

/* start welcome */
/*.welcome p {
	margin: 0;
	padding: 0;
}*/
/* end welcome */

/* start registration */
.more {
	display: block;
	min-height: 1px;
}

* html .more {
	height: 1px;
}

.more:after
 {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.more a:link,
.more a:visited,
.more a:hover,
.more a:active {
	color: #0071b9;
	font-size: 15px;
	line-height: 20px;
	text-decoration: underline;
	float: left;
	white-space: nowrap;
	padding: 0 0 0 18px;
	background:url(../img/layout/more.gif) no-repeat 0 5px;
}

.red {
	color: #F00;	
}

/* end registration */

/* end page */



/* start sidebar */
#sidebar {
	width: 190px;
	float: right;
	
}

.innerpage #sidebar {
	padding: 0 0 50px;
}

.sidebar_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 1px;
}

* html .sidebar_menu ul {
	height: 1px;
}

.sidebar_menu ul:after
 {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.sidebar_menu li {
	float: left;
	width: 100%;
	padding: 0 0 10px;
}

.sidebar_menu  a:link,
.sidebar_menu  a:visited,
.sidebar_menu  a:hover,
.sidebar_menu  a:active,
.sidebar_menu  strong {
	display: block;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	font-weight: normal;
}

.sidebar_menu .register {
	background:#e2001a url(../img/layout/register_lk.gif) no-repeat;
	font-weight: bold;
	text-indent: 33px;
}

.sidebar_menu .date {
	background: #0071b9 url(../img/layout/date.gif) no-repeat;
	text-indent: 14px;
	
}
/* end sidebar */


/* end page_sidebar */


/* End Content
--------------------------------------------------------------------------------------------------------*/




/* =Footer
--------------------------------------------------------------------------------------------------------*/
#footer {
	background: #fff;
	width: 940px;
	margin: -24px 0 0 60px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	font-family: 'Trebuchet Ms';
	color: #626262;
	font-size: 10px;
	height: 24px;
	
}

#copy {
	float: left;
	white-space: nowrap;
	padding: 0 0 0 15px;
	
}

#copy_foto {
	float: right;
	white-space: nowrap;
	padding: 0 28px 0 0;
	font-size: 12px;
	
}

#zuerich img {
	display: block;
	
}

#zuerich {
	display: block;
	position: absolute;
	top: -55px;
	right: 28px;
	
}

/* End Footer
--------------------------------------------------------------------------------------------------------*/





/* =Gallery
--------------------------------------------------------------------------------------------------------*/
.pic_gallery {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
	width: 703px;
}
.pic_gallery li {
	float: left;
	margin: 0 10px 6px 0;
}

/* End Copyright
--------------------------------------------------------------------------------------------------------*/




/* =Copyright
--------------------------------------------------------------------------------------------------------*/
#copyright {
	position: absolute;
	right: 20px;
	bottom: 5px;
	
}

#copyright p {
	color: #626262;
    font-family: 'Trebuchet Ms';
    font-size: 10px;
	padding: 0;
	
}

#copyright p.white {
	color: #fff;
	
}

/* End Copyright
--------------------------------------------------------------------------------------------------------*/





/* =Register Form
--------------------------------------------------------------------------------------------------------*/
form fieldset {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	margin-bottom: 25px;
	padding: 20px;
}
form legend {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
form .even {
	background-color: #e2f3ff;
	float: left;
	font-size: 13px;
	margin-bottom: 2px;
	padding: 5px; 
	width: 100%;
}
form .odd {
	background-color: #f4fbff;
	float: left;
	font-size: 13px;
	margin-bottom: 2px;
	padding: 5px;
	width: 100%;
}
form .red {
	background-color: #ffe2e2;
}
form label {
	cursor: pointer;
	float: left;
	width: 150px;
}
form input.input_text {
	margin-left: 10px;
	width: 260px;
}
form textarea {
	margin-left: 10px;
	width: 260px;
}
form p {
	font-size: 13px;
	padding: 0;
}
form .col_1 {
	float: left;
	width: 150px;
}
form .col_2 {
	margin-left: 160px;
}
form input[type="submit"]  {
	background: #0071b9;
	border: 1px solid;
	border-top-color: #3790c8;
	border-right-color: #004b7b;
	border-bottom-color: #004b7b;
	border-left-color: #3790c8;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	margin-top: 10px;
	padding: 3px 7px;
}
form .margin-bottom {
	margin-bottom: 9px;
}
form a#add_delegate:link, form a#add_delegate:visited,
form a.remove_delegate:link, form a.remove_delegate:visited {
	font-size: 15px;
	text-decoration: none;
}
form a#add_delegate:hover, form a#add_delegate:active, form a#add_delegate:focus,
form a.remove_delegate:hover, form a.remove_delegate:active, form a.remove_delegate:focus {
	color: #000;
}
form .icon_plus {
	background: #0071b9;
	border: 1px solid;
	border-top-color: #3790c8;
	border-right-color: #004b7b;
	border-bottom-color: #004b7b;
	border-left-color: #3790c8;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
	padding: 0 4px;
}
form .icon_minus {
	background: #0071b9;
	border: 1px solid;
	border-top-color: #3790c8;
	border-right-color: #004b7b;
	border-bottom-color: #004b7b;
	border-left-color: #3790c8;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
	padding: 0 6px;
}

/* End Register Form
--------------------------------------------------------------------------------------------------------*/
