
a { text-decoration: none; /*font-style: italic;*/ color: #006400; font-weight: bold; }
a:link, a:visited { color: #006400; }
a:hover { color: #006400; text-decoration: underline; font-weight: bold; }
a:active { color: #006400; text-decoration: none; font-weight: bold; }

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0px;
  text-align: left;
  font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
  font-size: 0.7em;
  color: #666666;
}

#container {
    width: 100%;
    margin: auto;
}

#footer {
    display: none;
}

.un { text-decoration: underline; }
.bo { font-weight: bold; }
.clear { clear: both; }

.name div {
  padding: 6px 7px;
  font-variant: small-caps;
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding-right: 10px;
}

div.headline2 {
    height: 19px;
    line-height: 19px;
    text-indent: 40px;
    color: #006600;
    background: #ffffff url(images/listico.gif) no-repeat 17px center;
}

#inhalt table {
    text-align: center;
}


#inhalt_timetable table {
    text-align: center;
}

.name {
    margin: 0px;
    padding: 0px;
    height: 27px;
    background-color: #73B373;
    font-size: 11px;
    width: 201px; 
    float: left;
    text-align: center;
    border-bottom: 1px solid #457E47;
    
    display: none;
}


#navi {
    display: none;
}

.logo {
    display: none;
}

#sidebar {
    display: none;
}

.sort {
    text-align: center;
    font-weight: bold;
}

hr {
    border: 1px solid black;
    width: 60%;
}

.news {
    margin-top: 10px;
}

.news .more {
    text-align: left;
}

.news .topic {
    border-bottom: 1px solid #457E47;
    padding: 0px;
}

.news .topic h3 {
    font-weight: bold;
    padding: 2px 0px;
    font-variant: small-caps;
    font-size: 16px !important;
    margin: 0px;
    margin-right: 200px;
    text-align: left;
    color: #006400;
}

.news .topic .time {
  float: right;
  width: 195px;
  height: 19px;
  padding: 2px;
  text-align: right;
}

.news .author {
  text-align: left;
  font-size: 11px;
}

.news .text {
  margin-top: 3px;
  text-align: left;
}


.timetable {
  width: 100%;
  margin: 0px;
  text-align: left;
}

.timetable td { vertical-align: top; text-align: left; padding: 3px; }

.timetable .lessonr { width: 10px; border-right: 1px solid black; font-weight: bold; font-size: 1.1em; text-align: center; }
.timetable .day { width: 20% !important; }
.timetable .leg { }
.timetable .legs { }
.timetable .tr { text-align: right; }
.timetable .legend { font-weight: bolder; }
.timetable .bordbottom { border-bottom: 1px solid gray; }
.timetable .room { border-right: 1px solid gray; }
.timetable th.day { font-size: 1.1em; } 
.timetable .legendbot { border-bottom: 2px solid black; }
.subject { font-weight: bolder; }

.timetable .teacher_info { font-weight: normal; font-style: italic; }
.timetable .course_info { font-weight: normal; }

#chooseCourse, .printHinweis {
    display: none;
}


