/* Hintergrund aller Seiten */
body {
  background-color: gray
}

/* Kopfzeile jeder Seite*/
.headtable {
  width: 760px; 
  background-image: url('pictures/steel3.jpg')
}

/* Haupteil jeder Seite */
.maintable {
    font-family: 'times',serif;
  border-collapse:collapse;
/*  width: 760px; */
  background-image: url('pictures/steel4.jpg')
}

/* Fußzeile jeder Seite */
.foottable {
/*  width: 760px;  */
  background-image: url('pictures/steel3.jpg');
    font-family: 'arial','helvetica',sans-serif;
    font-size:90%;
}

/* Kapitelüberschriften */
.section { 
  font-size: 110%; 
  /*  color: rgb(153,102,0); */
  background-image: url('pictures/steel3.jpg');
  text-align:left; 
  width: 400px;
    font-weight: bold;
    font-family: 'arial','helvetica',sans-serif;
}

.current {
 width: 620px; 
  background-image: url('pictures/steel1.jpg');
}

/* Generic Markers */

.lsttitle {
    font-weight: bold;
}

.subtitle {
    font-style: italic;
}

/* Lectures */
.lecdates {
    font-size: 80%;
    color: gray;
}

.plinks {
    font-size: 80%;
/*    line-height: 110%; */
}

.ptitle {
  font-weight: bold;
}

.ttitle {
  font-weight: bold;
}

.pin {
    font-style: italic;
}

.confname {
    font-style: italic;
}

.coauthors {
}

h2 {
  font-weight: bold;
  font-size: 100%; 
}

.headline {
    font-size: 180%;
    font-family: 'arial','helvetica',sans-serif;
/*    font-weight: bold; */
}

.headleft {
    font-size: 120%;
    font-family: 'arial','helvetica',sans-serif;
}

.welcome { 
  position:relative;
  padding-left: 5px;
  left:-5px;
  font-size: 110%; 
/*  color: rgb(153,102,0); */
/*  background-image: url('pictures/steel3.jpg'); */
  text-align:left; 
  width: 650px;
  font-weight: bold;
}

/* Eingabefelder */
.form {
  width:90%;
  background-image: url('pictures/steel1.jpg');
  /*  border:2px solid rgb(153,102,0); */
  padding:5px;
  margin: 0px auto;
}

/* Checkbox oder Radiobutton eines Eingabefeldes */
.selfield {
}

/* Label einer Checkbox oder eines Radiobuttons */
.labfield {
}

/* Fehlermeldungen */
.error {
    font-size: 110%; 
    width:90%;
    padding: 10px;
    margin: 0px auto;
    color: rgb(153,102,0);
}

.menutable {
    background-image: url('pictures/steel3.jpg');
    font-family: 'arial','helvetica',sans-serif;
    font-size: 90%;
/*    border-collapse:collapse; */
}

/* Links */

a:link {
/*       font-size: 90%;  */
/*       color: black; */
	color: rgb(228,136,0); 
    text-decoration: none;
}

a:visited {
/*	  font-size: 90%;  */
/*	  color: black;  */
	color: rgb(228,136,0); 
    text-decoration: none;
}

a:hover {
/*	font-size: 90%;  */
/*	color: rgb(228,136,0); */
/*	background-image: url('pictures/steel2.jpg'); */
    background: rgb(228,136,0);
    color: white;
}

ul {
    list-style-type: square;
}