
/* Spezielle Einstellungen elysium */

body {
	background:rgb(11,41,32);
}

.page-container{
	background-color:rgb(10,48,92);
}

.content-container{
	border-top:1px solid rgb(209,234,232);
}

.content-clearer{
	border-bottom:1px solid rgb(209,234,232);
}

.day{
  width:110px;
  overflow:hidden;
  float:left;
  text-align:center;
}

.day h3{
  font-size:100%;
  margin-bottom:5px;
}

.day .one{
  font-size:95%;
  height:84px;
  overflow:hidden;
}

.one span{
  display:block;
  font-size:100%;
}

.one span.kursinfo{
  margin-top:5px;
  font-size:95%;
}

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight{
  border:1px solid #fff;
  padding:3px;
}

.two{height:176px;}
.three{height:268px;}
.four{height:360px;}
.five{height:452px;}
.six{height:544px;}
.seven{height:636px;}
.eight{height:728px;}
