/* File: screen.css */
/* Time-stamp: <2004-05-31 22:44:00 thalze> */

body {
  color: black;
  background: #FFFFFF;
  margin: 2em;
}

.projection { display: none }
div.screen { display: block }

div.logo {
  position: relative ;
}


.gototoc{ text-align:right; 
  border-top: solid thin black; 
  padding: 0.5ex 0 0.5ex 0;	
}

.gototoc a:before {  content: "[ ";
  color:black;
  background-color: #FFFFFF;
}

.gototoc a:after {  content: " ]";
  color:black;
  background-color: #FFFFFF;
}


#Footer {text-align:right;
  font-size:80%;}

#Banner {float:left;
  padding:0;
  margin:0;
  width:500px;}

#Banner img { margin:0 0.5ex 0 0.5ex;}

#Banner a:hover { background: #FFFFFF;
  color: #000000;
  text-decoration: none;}

#Zurueck { text-align:center;
  border-top: solid thin black;
  border-bottom: solid thin black; 
  padding: 0.5ex 0 0.5ex 0;	
}


h2 { 
  border-top: solid thin red;}

/* eof */
