/* Body of the website, main-column inkl background */
body {
	background: #bad5ff;
	text-align: justify;
}

h1 {
	font-size: 2.6em;
/*	color: #009FFF;*/
	color: #FF0000;
	font: Geneva, Arial, Helvetica, sans-serif;

}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #333333;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #222222;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	color:#995555;
	margin: 0px 280px 0px 35px;
}

h5 {
	font-size: 1.6em;
	color:#333333;
	font-weight: normal;
	background:#CCCCCC;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ol:hover {
	color: #009999;
}

li:hover {
	color: #000000;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #009999;
}

a img {
	border: none;
}


#floater {
	width: 900px;
	background: solid #FFFFFF;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	border: 8px solid #000000;
}

/* Header */

#header {
	width: 900px;
	height: 203px;
	margin: 0px auto;
	background: url(../images/zuerich1.jpg) no-repeat left top;
	}

#header a {
	display: block;
	width: auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration:none;
}

#header a:hover {
	color: #009999;
	text-decoration: underline;
}

/* Logo */

#logo {
	float: top;
	text-align: center;
	padding-left: 70px;
	padding-right: 50px;
	padding-top: 1px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #003366;
}

#logo h1 {
	padding: 25px 25px 0px 0px;
}


/* Menu */

#menu {
	width: 900px;
}

#menu a {
	padding: 0px 0px 0px 0px;
	background: #5589ff;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	font-weight: bolder;
}

#menu td {
	background: #5589ff;
}

/* Fullpage */
 
#fullpage {
	float: left;
	width: 900px;
	background:#FFFFFF;
	border-top: 6px solid #000000;
	border-bottom: 6px solid #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

#fullpage .entrytext {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

#fullpage .bottomlinks {
	font-weight: bold;
	padding-left: 0px;
	text-align: center;
}

/*  Registration form  */
.container form {display : table ;}
.container p    {display: table-row;}
.container label {display: table-cell; vertical-align:middle;}
.container input {display: table-cell; vertical-align:middle;}
.container select {display: table-cell;}
.container textarea {display: table-cell;}
.button {background-color: #B7B7B7;}
.button:hover {background-color:#DBDBDB; }


