/* Schrift, Link und Hintergrundfarben */

BODY {font-family: Arial, Helvetica;
     color: #ffd700;
     background-color: #000000}
A:link, A:visited {text-decoration: none;
  		  color: #AD0000}
A:hover {text-decoration: none;
         color: #8D0000}

/* auch in Tabellen normale Schrift*/
td {font-family: Arial, Verdana, serif;}


/* Seitenlayout */

/* Navigationsleiste links */
div#navi{
         float: left;
         /* position:fixed;  */
         margin-left: 10;
         margin-top: 10;
         margin-right: 10;
         width: 200px;
         /* overflow: scroll: */
         }

div.linkhead{
         width: 200px;
         color: #AD0000;
         background-color:  #ffd700;
         text-align: center;
         padding: 3px;
         margin-top: 20px;
         margin-bottom: 2px;
         }

div.links a:hover{padding-left:10px}


/* Hauptfenster */
div#content{
         margin-left: 230px;
         margin-top: 10px;
         margin-right: 30px;
         }
div#mathe{
         float: left;
         width: 30%;
         margin-left: 1%;
         margin-right: 2%;
         }
div#philo{
         float: left;
         width: 30%;
         margin-left: 2%;
         margin-right: 2%;
         }
div#sonst{
         float: left;
         width: 30%;
         margin-left: 2%;
         margin-right: 1%;
         }

div#headings{
         width: 80%;
         font-size: 18pt;
	font-variant:small-caps;
         font-weight: bold;
         margin-top: 10px;
         margin-bottom: 5px;
         padding-top: 20px;
         padding-left: 20px;
         padding-bottom: 25px;
         border-color: #ffd700;
         border-style: dotted;
         border-width: 2px 0px 0px 2px;
         }

div#semester{
         width: 100%;
         float: left;
         color: #AD0000;
         background-color:  #ffd700;
         text-align: center;
         font-size: 18pt;
         margin-bottom: 20px;
         padding: 5;
         }
div#vls{
         width: 100%;
         margin-bottom: 20px;
         }
#vls ul{
	padding: 0;
	margin-left: 10px;
	margin-right: 0px ;
	margin-top: 0px;
	margin-bottom: 5px;
         }
#vls li{
	margin-bottom: 10px;
         }

div#mathebg{
	position: fixed;
         left: 1%;
         width: 30%;
         height: 100%;
         border-color: #ffd700;
         border-style: dotted;
         border-width: 2px 2px 0px 2px;
         }
div#philobg{
	position: relative;
         left: 35%;
         width: 30%;
         height: 100%;
         margin-left: 2%;
         margin-right: 2%;
         border-color: #ffd788;
         border-style: dotted;
         border-width: 2px 2px 0px 2px;
         }
div#sonstbg{
	position: relative;
         left: 66%;
         width: 30%;
         height: 100%;
         margin-left: 2%;
         margin-right: 1%;
         border-color: #ffd700;
         border-style: dotted;
         border-width: 2px 2px 0px 2px;
         }

p#fach{
	font-variant:small-caps;
         font-weight: bold;
         margin-left:-15px;
         margin-top:0px;
         margin-bottom:0px;
         }
