* {
  margin: 0;
  padding: 0;
}

/* 1. MAIN LAYOUT AND STYLE
 * ----------------------------------------------------------------------------------------------*/
body {
  background-color: #333;
  padding: 10px 0;
}

.container {
  background-color: #333;
  width: 100%;
}

#header {
  height: 140px;
}

#header .inside {
  background-color: #c00901;
  background-image: url(images/bg-header.png);
  background-repeat: repeat-x;
  border-top: 3px solid #fff;
}

#header #logo {
  position: relative;
  float: left;
  left: 10px;
  top: 10px;
}

#header #sifu {
  float: right;
}

#header #banner {
  position: relative;
  left: 40px;
  top: 20px;
}

#menubar {
  height: 32px;
}

#menubar .inside {
  background-color: #333;
  background-image: url(images/bg-menubar.png);
  background-repeat: repeat-x;
  color: #ffffff;

}

#content .inside {
  background-color: #ffffff;
  background-image: url(images/bg-content.png);
  background-repeat: repeat-x;
  color: #333;
  min-height: 200px;
  padding: 10px 10px 10px 10px;
  width: 880px;
}

#content .inside #kaligrafie {
  background-color: transparent;
  background-image: url(images/kaligrafie.gif);
  background-repeat: no-repeat;
  float: right;
  height: 200px;
  width: 116px;
}

#footer .inside {
  background-color: #c00901;
  background-image: url(images/bg-footer.png);
  background-repeat: repeat-x;
  border-bottom: 3px solid #fff;
  height: 40px;
}

#footer .inside div {
  border-top: 1px solid #000;
}

.inside {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 100%;
  margin: auto;
  width: 900px;
}

/* 2. MENUBAR
 * ----------------------------------------------------------------------------------------------*/
#menu {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border: 1px solid #000000;
  height: 32px;
  list-style: none;
}

#menu li {
  height: 32px;
  float: left;
}

#menu li a {
  color: #ffffff;
  display: block;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  font-family: arial, sans-serif;
  font-size: 15px;
  padding: 6px 15px;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

#menu li a:hover {
  background-image: url(images/bg-menuitem-hover.png);
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

#menu li:first-child a:hover {
  background-image: url(images/bg-menuitem-hover.png);
  border-left: 1px solid transparent;
}

/* 3. TEXT FORMATS
 * ----------------------------------------------------------------------------------------------*/
h1 {
  border-bottom: 2px solid #c00901;
  font-family: arial, sans-serif;
  font-size: 130%;
  margin-bottom: 10px;
  padding: 5px 0;
}

.highlight {
  font-weight: bold;
  margin: 5px 0;
}

#content p {
  font-family: arial, sans-serif;
  font-size: 90%;
  line-height: 170%;
}

#footer p {
  color: #fff;
  font-size: 80%;
  text-align: center;
  padding: 12px 0;
}

#schedule {
  border: 1px solid #000;
  border-collapse: collapse;
  font-family: verdana, sans-serif;
}

#schedule thead td {
  background-color: #c00901;
  border: 1px solid #000;
}

#schedule thead th {
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
}

#schedule tbody th {
  background-color: #222;
  border: 1px solid #000;
  color: #fff;
  padding: 5px;
}

#schedule tbody td {
  padding: 5px 0;
}

