/*
	Projekt:	Raum 18, KSC Herbst 2003
	Autor:		Ruth Bürkli, ruth.buerkli@inf.ethz.ch
	Version:	1, print
	Datum:		26.10.2003
*/

/* ********************** GENERAL ********************** */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	margin: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: top;
}

table.main {
	width: 98%;
}

/* ********************** HEADINGS ********************** */

h1 {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 1.5em;
	color: #666666;
	background-color: #FFFFFF;
}
h2 {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 1.4em;
	color: #FF9933;
	background-color: #FFFFFF;
	font-weight: lighter;
}

h3 {
	font-family: "Comic Sans MS", Verdana, Arial;
	color: #FF9933;
	background-color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 0.1em;

}

h4 {
	font-size: 1.1em;
	color: #666666;
	background-color: #FFFFFF;
}

/* ********************** LINKS ********************** */

/* Text */

a:link {
	color: #FF9933;
	background-color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FF9933;
	background-color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FF9933;
	background-color: #FFFF99;
	text-decoration: none;
}

a:active {
	color: #FF9933;
	background-color: #FFFFFF;
	text-decoration: underline;
}

/* Main navi ausblenden*/

#buttons {
	display: none;
}

/* Navigation 2. Stufe */

.nav {
	padding: 0px 5px 5px;
	text-align: right;
	margin: 0px 5px 0px 0px;
}

a.nav:link {
	color: #666666;
	background-color: #FFFFCC;
	text-decoration: underline;
	font-weight: bold;
}

a.nav:visited {
	color: #666666;
	background-color: #FFFFCC;
	text-decoration: underline;
	font-weight: bold;
}

a.nav:hover {
	color: #666666;
	background-color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}

a.nav:active {
	color: #666666;
	background-color: #FFFFCC;
	text-decoration: underline;
	font-weight: bold;
}

/* Start und Zurück */

a.start:link {
	color: #FF9933;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.start:visited {
	color: #FF9933;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.start:hover {
	color: #FF9933;
	text-decoration: none;
	background-color: #FFFF99;
	font-weight: bold;
}

a.start:active {
	color: #FF9933;
	text-decoration: none;
	background-color: #FFFF99;
	font-weight: bold;
}

/* Footer */

a.bottom:link {
	color: #FF9933;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.bottom:visited {
	color: #FF9933;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.bottom:hover {
	color: #FF9933;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.bottom:active {
	color: #FF9933;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* ********************** HEADER ********************** */
/* rechts ausblenden (logo bleibt bestehen) */

.headerright {
	display:  none;
}

/* ********************** FOOTER ********************** */

.footer {
	text-align: center;
	border-top: 1px solid #FF9933;
}

.footerdate {
	font-size: 80%;
	text-align: right;
	margin-right: 20px;
}


