/* TTK Entry Styles */
Body, html, #container, #menue {
  margin: 0;
  padding: 0;
  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica;
  background-color: #E6E6E6;    
}

#container {
  position: absolute;
  top:50%;
  left: 50%;
  width: 760px;
  height: 420px;
  margin-left:-380px;
  margin-top:-210px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(204,0,1);
}

a, a:visited {
	COLOR: rgb(204,0,1);
}

#table {
  width: 760px;
  border-collapse: collapse;    
}

/* obere Menüleiste */
#menue {
  width: 760px;
  height: 40px;
  background-color: #CC0000;
  padding-top: 8px;
}

#menue td{
  text-align: center;
  FONT-SIZE: 15px;
  border-right-style: solid;
  border-right-width: 1px;
  border-color: white;
  width: 190px;
}

#menue a {
  Text-decoration: none;
	COLOR: #FFFFFF;
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica;
}

#menue a:hover {
  font-weight: bold;
}

.smalltxt {
  Font-Size: 11px;
  text-align: center;
  line-height: 2;
}

