/* stylesheet for Philip Spaelti's webpage */
/* revised 2010.2.26 */

body {
	height: 21cm;
}

/* frames */
 
#header { 
	width: 100%;
	height: 120px;
	position: static;
	/*background-color: rgb(255, 153, 102);*/
	margin-bottom: 5px;
	overflow: hidden;
}

#navbar {
	width: 10em;
	height: 100%;
	position: static;
	float: left;
	background-color: rgb(153, 255, 153); /* ZigergrŸn */
}

#content {
	width: auto;
	height: auto;
	position: static;
	margin-left: 12em; /* margin set to accomodate the naviagtion bar */
	margin-right: 0em;
	margin-top: 1em;
	border-style: groove;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	font-family: Helvetica, sans serif;
	text-align: left;
	line-height: 1.5em;
}

#footer {
	position:static;
	margin-left: 12em; /* margin set to accomodate the naviagtion bar */
	margin-right: 0em;
	border-top-style: dotted;
	border-top-width: 1px;
	text-align: center;
}

/* themes for the  headerbar */

.baerge {
	background-color: #0F49FF;
	background-image: url(graphics/mountains.jpg);
	background-repeat: repeat;
	color: rgb(204, 0, 0);
	text-shadow: 0px 2px 0px #fff;
}

.landsgmai {
	background-image: url(graphics/landsgmai.jpg);
	background-repeat: repeat-x;
	color: rgb(255, 255, 0);
	text-shadow: 2px 2px 0px #222;
    }

.tuechli {
	background-image: url(graphics/tuechli.jpg);
	background-repeat: repeat-x;
	color: rgb(255, 255, 255);
	text-shadow: 2px 2px 0px #222;
}

.kobe {
	background-image: url(graphics/view.jpg);
	background-repeat: repeat-x;
	color: rgb(255, 0, 0);
	text-shadow: 0px 2px 0px #fff;
}

.lighteria {
	background-image: url(graphics/Luminarie.jpg);
	background-repeat: repeat-x;
	font-weight: bolder;
	color: rgb(255, 0, 0);
	text-shadow: 0px 2px 0px #fff;
}

.gabeh {
	background-image: url(graphics/gabeh.jpg);
	background-repeat: repeat-x;
	color: rgb(255, 0, 0);
	text-shadow: 0px 2px 0px #fff;
}

.rongorongo {
	background-color: #cc2;
	background-image: url(graphics/rongorongo.png);
	color: #0cc;
	text-shadow: 2px 2px 0px #222;
}
  
.swallows {
	background-image: url(graphics/swallows.jpg);
	background-repeat: repeat-x;
	color: rgb(51, 204, 255);
	text-shadow: 0px 2px 0px #fff;
}

.woody {
	background-image: url(graphics/wood.jpg);
	background-repeat: repeat-x;
	color: rgb(255, 255, 102);
	text-shadow: 2px 2px 0px #222;
}
  
/* text for the header frame */ 
 
.headerbar {
	margin-top: 1em;
	height: 1.2em;
	padding-left: 2em;
	overflow: hidden;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 32pt;
	font-style: oblique;
}


/* Navigation bar */

ul.nav {
	list-style-type: none;
	padding-top: 0.5em;
	line-height: 1.5em;
	color: rgb(102, 51, 0);
	font-weight: normal;
	font-style: regular;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	text-shadow: 1px 1px 0px #353535;
}

.nav li {
	background-color: rgb(75, 126, 75);
	margin-top: 0.5em;
	margin-left: -1.5em;
	margin-right: -0.5em;
	border-style: none;
	padding-left: 0.8em;
	color: rgb(255, 255, 102);
}
    
.nav a { text-decoration: none; }

.nav a:link { color: rgb(255, 255, 102); }

.nav a:hover { color: rgb(102, 255, 255); }
  
.nav a:visited { color: #FFCC66; }
  
li.lang_menu { background-color: rgb(102, 51, 51); }

/* textstyle for the update info for use in the sidebar */

.update {
	margin-top: 2em;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 0em;
	font-style: italic;
	font-family: Times New Roman,Times,serif;
	text-align: center;
}
    

/* Specific formatting for contact info page (.index) */

  p.info { line-height: 1.1em;
    font-size: 120%;
    }
  
  .info dt { margin-top: 1em;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    }
  
  .info dd { line-height: 1em;
    }

.portrait {
	float: right;
	width: 96px;
	height: 120px;
	margin-top: 1em;
}

.icon { 
	float: right;
	width: 40px;
	margin-top: 1em;
}
  

/* Specific formatting for class schedule table page (.teaching) */

  .class_schedule {text-align: center;
    font-family: Times New Roman,Times,serif;
    line-height: 1em;
    width: 100%;
    border: outset;
    border-width: 1px;
    }

  .class_schedule th { border: inset;
    border-width: 1px;
    background-color: rgb(255, 255, 102);
    }

  .class_schedule td { border: inset;
    border-width: 1px;
    width: 18%;
    }
    
  .noon { background-color: silver;}

  .UG { background-color: rgb(196, 222, 255);}

  .GR { background-color: rgb(228, 228, 196);}

  .EI { background-color: rgb(255, 222, 255);}


/* Specific formatting for MŸschterli IPA page */

  .author { font-size: small;
    font-style: italic;
    }

  .ipa { font-family: Gentium, serif ! important;
    font-weight: normal ! important;
    }

