/* ------------------------------------------------------------------------- *\
   CSS für itDozent.info
\* ------------------------------------------------------------------------- */
body {
  font-family: sans-serif;
  font-size: medium;
  color: #333366;
  background-color: #ffffff;
  /* background-image: url(tuxbackground.jpg);*/
  padding: 0px;
  margin: 0px;
}

h1 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-top: 0.35em;
  margin-bottom: 0.15em;
  padding: 0px;
}

h2 {
  text-align: left;
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 0.35em;
  margin-bottom: 0.35em;
  padding: 0px;
}

h3 {
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0.35em;
  margin-bottom: 0.35em;
  padding: 0px;
}

h4 {
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  margin-top: 0.35em;
  margin-bottom: 0.35em;
  padding: 0px;
}

p {
  margin-top: 0.35em;
  margin-bottom: 0.35em;
  padding: 0px;
  text-align: justify;
  text-indent: 0.5em;
  font-size: medium;
}

a { color: #0000ff; text-decoration: underline; }
a:visited { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff0000; text-decoration: underline; }
a:focus { color: #ff0000; text-decoration: none; }


/* ------------------------------------------------------------------------- */

.hidden { display: none;}

/* Kopf- und Fußleiste ::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#kopfleiste {
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
  background-color: #dddddd;
  text-align: center;
  font-size: small;
  padding: 2px;
  color: #666666;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
#fussleiste {
  border-top: 1px solid #999999;
  margin-top: 10px;
  background-color: #dddddd;
  text-align: left;
  font-size: small;
  padding: 2px;
  color: #666666;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

a.leiste { color: #666666; text-decoration: none; }
a.leiste:visited { color: #666666; text-decoration: none; }
a.leiste:hover { color: #ff0000; text-decoration: underline; }
a.leiste:focus { color: #ff0000; text-decoration: underline; }

/* Titelfeld ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#titel {
  /* border: 1px solid #666699; */
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: small;
  /* padding: 0.5em 1em 0.5em 1em; */
  margin-top: 2.7em;
  margin-bottom: 0.7em;
  width: 760px;
  /* height: 72px; */
}

/* Inhaltselemente ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#linkleiste {
  width: 760px;
  text-align: left;
  padding: 0.25em 1em 0.25em 1em;
  border-top: 1px dotted #666699;
  border-left: 1px dotted #666699;
  border-right: 1px dotted #666699;
  background-color: #ffffff;
}

a.linkleiste { color: #0000ff; text-decoration: none; }
a.linkleiste:visited { color: #0000ff; text-decoration: none; }
a.linkleiste:hover { color: #ff0000; text-decoration: underline; }
a.linkleiste:focus { color: #ff0000; text-decoration: underline; }


#body {
  width: 760px;
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  border: 1px dotted #666699;
  background-color: #ffffff;
}


#titellogo {
  float: left;
  margin: 0px;
}

#logo {
  float: right;
  margin: 50px 10px 20px 10px;
}
