body { 
  background-color: white;
  color: black;
  margin: 0px;
  text-align: center;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

table {
  margin-left: -4px;
}

a:link { color: black; }
a:visited { color: #555555; }
a:hover { color: #999999; }


#frame {
  width: 1000px;
  margin-right:auto;
  margin-left:auto;
  margin-top:10px;
  padding:0px 0px 10px;
  text-align:left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.image_centered {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-top: 5px;
  text-align: center;
}

#banner {
  width: 100%;
  background-color: #bb0000;
  text-align: center;
  margin-bottom: 0px;
}

#leftcontent {
  float:left;
  padding-left: 5px;
  padding-top: 25px;
  padding-right: 15px;
  margin-right: 5px;
  width: 10%;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #eeeeee;
}

#leftcontent_white {
  float:left;
  margin-left: -50px;
  width: 23%;
  background-color: white;
}

#leftcontent_white a { color: white; }

#course_padding {
  padding-bottom: 490px;
}

#contact_padding {
  padding-bottom: 860px;
}

#leftcontent a {
    text-decoration: none;
    color: black;
}

#leftcontent a:visited {
    text-decoration: none;
    color: black;
}

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

#rightcontent { 
  padding-top: 1px;
}

.nav {
  width: 100%;
  background-color: black;
  color: #bbbbbb;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.nav a {
    text-decoration: none;
    color: #dddddd;
}

.nav a:visited {
    text-decoration: none;
    color: #dddddd;
}

.nav a:hover {
    text-decoration: none;
    color: white;
}

.update {
  clear: both;
  margin-top: 10px;
  text-align: center;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}

.nav_bottom {
  width: 100%;
  color: #444444;
  clear: both;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.nav_bottom a {
    text-decoration: none;
    color: black;
}

.nav_bottom a:visited {
    text-decoration: none;
    color: black;
}

.nav_bottom a:hover {
    text-decoration: none;
    color: #555555;
}

.content {
  background-color: white;
  margin-right: 100px;
  margin-left: 100px;
}

.select {
    color: #cc0000;
}

.contact {
  padding-top: 5px;
  font-size: 12px;
}

.sunwukung {
  background-image: url("../images/sunwukung.jpg");
  background-position: 10px 135px;
  background-repeat: no-repeat;
}

table.at {
    margin-top: 3px;
    border-collapse: collapse;
    border: 1px solid black;
    empty-cells: show;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
}


tr.empty {
    color: white;
}

th.klo {
    border-top: 1px solid #444444;
    border-right: 1px solid #444444;
    font-weight: bold;
    width: 45px;
    font-size: 11px;
}

th.at {
    border-top: 1px solid #444444;
    border-right: 1px solid #444444;
    font-weight: bold;
    width: 45px;
    font-size: 11px;
}

td.aikataulu {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
}


td.klo {
    border-top: 1px solid #444444;
    border-right: 1px solid #444444;
    /*background: green;*/
}

td.at {
    border-top: 1px solid #444444;
    border-right: 1px solid #444444;
    /*background: grey;*/
}

td.top {
    border-top: 1px solid black;
    border-right: 1px solid black;
    background: #CCCCCC;
}

td.bottom {
    border-top: 1px solid #666666;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    background: #CCCCCC;
}

.spacer {
    margin-top: 35px;
}
