/* TAB Entry Styles */
Body, html, #container, #menue {
  margin: 0;
  padding: 0;
  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica;
  background-color: #E6E6E6; 
}

/* Container mit Banner */
#container1 {
  position: absolute;
  top:35%;
  left: 50%;
  width: 760px;
  height: 503px;
  margin-left:-380px;
  margin-top:-210px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(204,0,1);
}

/* Container ohne Banner */
#container2 {
  position: absolute;
  top:45%;
  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 {
  text-decoration: none;
  COLOR: rgb(204,0,1);
}

a:hover{
  text-decoration: underline; 
}

#main{
  height: 380px;
  background-position: right;
  background-image: url(../Images/background.jpg);
  background-repeat: no-repeat;
}

#main td{
  padding-bottom: 15px;
  padding-top: 15px;
}

#table {
  width: 760px;
  height: 100%;
  border-collapse: collapse;
  Font-Size: 11px;
  text-align: center;
  line-height: 1.8;
}

#menue {
  width: 760px;
  height: 30px;
  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;
}

#menue a:hover {
  text-decoration: underline;
  font-weight: bold;
}

