a {
	color: #666666;
}
a:visited {
  color: #666666;
}
/* ********** Die alles umgebende Box********** */
#container {
	position: absolute;
	z-index: 0;
	margin-left: 5em;
	margin-top: 3em;
	top: 0%;
	width: 62em;
	height: 40em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;  /* die ganze Seite wird mit einer etwas kleineren Schrift dargestellt */
}
/* ********** LOGOBOX ********** */
/*#logobox {
	position: absolute;
	z-index: 1;
	top: 0%;
	left: 0%;
	width: 100%; 
	height: 20%;
}*/
/* ********** Allgemeines ********** */
.uppercase {
  text-transform: uppercase;
}
.pink {
  color: #A0006B; /* pink */
}
.wide {
	letter-spacing: 0.8em;
}
.bold {
  font-weight: bold;
}
/*.schriftzug {
  font-size: 250%;
	font-style: italic;
}*/
.address {
  font-size: 80%;
}
.mail {
  color: #A0006B;
	text-decoration: none;
	font-weight: bold;
}
.link {
  color: black;
	text-decoration: none;
	font-weight: bold;
}
.invisible {
	display: none;
}
/* ********** Spezielle Einstellungen für index.html ********** */
#logo {
  width: 24em;
}
#greybox { 
	position: absolute;
	z-index: 0;
	top: 0%;
	left: 0%;
	width: 17em; 
	height: 95%; /* die letzten 5% bleiben frei */
	background-color: #EDF0F3; /*#F0F0F0;*/ /*helleres grau*/
}
#border {
	position: absolute;
	z-index: 1;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 95%; 
	border: 1px solid #EDF0F3;  /* statt F0F0F0;*/  /*helleres grau*/ 
}
#unibox {
	position: absolute;
	top: 5%;
	left: 0%;
	width: 95%; /* nicht 100%, damit Abschluss mit Logo in einer Linie */
	height: 25%;
	text-transform: uppercase;
	text-align: right;
	font-size: 80%;
}
#logobox {
	position: absolute;
	top: 30%;
	left: 0%;
	width: 40%;
	height: 30%;
}
#schriftbox {
	position: absolute;
	top: 38%;
	left: 41%;
	width: 59%; 
	height: 10%;
  font-size: 250%;
	font-style: italic;
}
#beginbox {
	position: absolute;
	top: 55%;
	left: 0%;
	width: 95%; /* nicht 100%, damit Abschluss mit Logo in einer Linie */
	height: 15%;
	text-align: right;
}
#enterbox {
  position: absolute;
	z-index: 2;
	top: 70%;
	left: 0%;
	width: 95%;
	height: 15%;
	text-align: right;
}
#sponsorbox {
  position: absolute;
	top: 87%;
	left: 0%;
	width: 95%;
	height: 8%;
	text-align: right;
	font-size: 80%;
}
#addressbox {
  position: absolute;
	text-align: center;
	z-index: 2;
  top: 90%; /*75%;*/
  left: 1em;
  width: 15em; /* eigentlich sollte Breite ja nur 13em sein (auch rechts ein Rand von 1em), dann wird allerdings im IE bei der Faxnummer umgebrochen */
  height: 5%; /*20%;*/ /* die letzten 5% am unteren Rand bleiben frei */
/*	border: 1px solid red;*/
}
