/*
 * Style sheet for Internetdagarna 2002
 */

body {
 font-family: sans-serif;
 color: black;
 background: #EAE7D8;
}

#.name { color: #D5a22d }
.name { color: #24585E }
.affil { font-size: small }
.intro { color: #000033 }
.what { font-weight: bold; color: #24585E } }


H1,H2,H3 { font-family: sans-serif }
H2.special { color: #24585E }

UL { 
 padding-top: 0;
 list-style: none;
 margin-top: 1px;
 margin-bottom: 0.5cm;
 }

dl { text-indent: 0.5cm; }
dt { margin-top: 0.5cm; }
dd { margin-bottom: 0.5cm; }

P { font-family: sans-serif; }

p.subtitle {
 text-indent: 0.5cm;
 margin-top: 0.5cm;
 margin-bottom: 1px;
}

p.whenwhere { font-size: 100%; }

p.menyanmal {
 font-weight: bolder;
 color: black;
}

p.anmal {
 font-weight: bolder;
 background: #D8D4B5;
 width: 25%;
 text-align: center;
 padding: 0.5em;
 border: none;
}

table.head  {
 font-family: sans-serif;
 border-width: 0;
 width: 97%;
}

table.oversikt {
 font-family: sans-serif;
 color: #CF9E2F;
 border-width: 0;
 width: 97%;
}

td {
 font-family: sans-serif;
 padding-top: 2px;
}

td.teachers {
 vertical-align: top;
 margin-left: 6px;
 margin-right: 6px;
}

td.teachers2 {
 width: 49%;
 vertical-align: top;
 margin-left: 6px;
 margin-right: 6px;
}

img.left {
 float: left; 
 padding-right: 10px;
}

td.time {
 width: 7%;
 text-align: left;
 vertical-align: top;
 color: #24585e;
}

td.menu  {
 font-size: small;
 font-family: sans-serif;
 text-align: left;
 vertical-align: top;
 color: black;
}

td.session {
  width: 25%;
  background: #D8D4B5;
  vertical-align: middle;
  color: black;
}

td.session2 {
  width: 90%;
  background: #D8D4B5;
  margin-left: 5px;
}

td.break {
  text-align: center;
  background: #B9C5CD;
  color: #24585E;
}

td.newday {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
  padding-top: 1em;
  color: #24585E;
}

ol.tuto {
 color: #24585E;
 font-size: 120%;
 font-weight: bold;
}

.tuto { color: #24585E; }

.subtitle {
 font-size: 110%;
 font-weight: bold;
}

.csubtitle {
 font-size: 110%;
 font-weight: bold;
 text-align: center;
}

.leftcol {
 float: left;
 width: 46%;
 bottom: 1em;
}

.rightcol {
 float: right;
 width: 46%;
 bottom: 1em;
}

.footer { clear: left; }

