
* { padding: 0; margin: 0; }

body {
  color: white;
  background-color: silver;
  /* background-image: url(ram_pic.gif); */
  /* background-repeat: repeat-x; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1.5;
}

#wrapper {
  color: black;
  background-color: white;
  width: 950px;
  border: 2px solid navy;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto; 
}

#kopfzeile {
  position: relative;
  color: black;
  background-color: #003361; 
  /* background-image: url(panorama_03.jpg); */
  /* background-repeat: repeat-x; */
  padding-top: 38px;
  padding-right: 20px;
  /* padding-bottom: 58px; */
  padding-bottom: 85px;
  padding-left: 20px;
}
#kopfzeile p {
  position: absolute;
  padding-left: 500px;
  padding-right: 40px;
  padding-top: 0px;
  font-variant: small-caps;
  font-size: 200%;
  font-weight: bold;
  color: white;
}
#kopfzeile p span {
  color: silver;
  font-style: italic;
}

#kopfzeile img {
  position: absolute;
  top: 20px;
  left: 20px;
}

#institution {
  position: absolute;
  right: 130px;
  top: 70px;
  font-size: 90%;
  color: white;
}
	
#navigation {
  color: black;
  /* background-image: url(panorama_02.jpg); */
  background-color: #003361;
  text-align: right;
  padding-top: 15px ;
  padding-left: 0px;
  padding-right: 55px;
  padding-bottom: 3px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: gray;

}
#navigation ul {
  margin-bottom: 0;
}

#navigation li {
  display: inline;
  margin: 0;
}

#navigation a {
  color: black;
  background-color: #d1e9f2; 
  text-decoration: none;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: gray;
}

#navigation a:hover {
  color: black;
  background-color: white;
}

#navigation a:active {
  color: black;
  background-color: #d1e9f2;
  }

#startseite #navi01 a,
#downloads #navi02 a,
#login #navi04 a,
#syllabus #navi05 a,
#links #navi03 a {
  color: black;
  background-color: white;
  border-bottom-color: white;
  font-style: italic;

}
#textbereich {
  padding-top: 15px ;
  padding-bottom: 20px ;
  padding-left: 50px ;
  padding-right: 50px ;
}

#fusszeile {
  color: WHITE;
  background-color: #003361;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 2px;
}

p ul {
  margin-top: 0 ;
  margin-bottom: 1em ;
  margin-right: 0 ;
  margin-left:  0px;
  padding-left: 0px;
}

ul ul {
  margin:0 ;
  margin-left: 4px;
  margin-bottom: 0.5em ;
  padding-left: 0px;
}

ol {
  list-style-position:outside; 
  margin-left: 1em;
  padding-left: 0em;
}

li {
  margin-top: 0 ;
  margin-right: 0;
  margin-bottom: 0em;
  margin-left: 1em;
  padding-left: 0em;
}

#textbereich h1 {
font-size: 145%;
letter-spacing: 1pt;
margin-bottom: 0.8em;
}

#textbereich h2 {
font-size: 135%;
letter-spacing: 1pt;
margin-top: 0.5em;
margin-bottom: 0.5em;
}

#textbereich h3 {
font-size: 135%;
letter-spacing: 1pt;
margin-top: 0.5em;
margin-bottom: 0.5em;
}

#textbereich h4 {
font-size: 125%;
letter-spacing: 1pt;
margin-top: 0.5em;
margin-bottom: 0.5em;
}


a:link { color: Navy; text-decoration:none;}
a:visited { color: MediumBlue; text-decoration:none; }
a:hover { background-color: #e2f2f8; text-decoration:underline; }
a:active { color: white; background-color: blue; text-decoration:underline; }


.matrix {
    position: relative;
}
.matrix:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    border: 1px solid #000;
    border-right: 0px;
    width: 6px;
    height: 100%;
}
.matrix:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 0;
    border: 1px solid #000;
    border-left: 0px;
    width: 6px;
    height: 100%;
}
