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

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFcc;
	background-image: url(/gfx/bg_flowers.jpg);
	margin: 0px;
	background-repeat: no-repeat;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

table.main {
	border: 1px solid #FF9933;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 3px;
	background-color: #FFFFFF;
	width: 98%;
}

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

h1 {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 1.5em;
	color: #666666;
	background-color: #FFFFFF;
	text-transform: uppercase;
}
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 */

#buttons {
	text-align: center;
	width: 150px;
}

/* 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;
}

a.navLeft:link {
	color: #FF9933;
	background-color: #FFFFCC;
	font-family: "Comic Sans MS", Verdana, Arial;
	text-decoration: none;


}

a.navLeft:visited {
	color: #FF9933;
	background-color: #FFFFCC;
	font-family: "Comic Sans MS", Verdana, Arial;
	text-decoration: none;


}

a.navLeft:hover {
	color: #FF9933;
	background-color: #FFFF99;
	text-decoration: underline;
	font-family: "Comic Sans MS", Verdana, Arial;

}

a.navLeft:active {
	color: #FF9933;
	background-color: #FFFFCC;
	text-decoration: none;
	font-family: "Comic Sans MS", Verdana, Arial;

}

/* 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: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}

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

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

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

/* ********************** HEADER ********************** */

.headerright {
	text-align: right;
	vertical-align: bottom;
	padding-right: 20px;
	margin: 0px;
}

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

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

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