/* CSS sviluppato da: Anna Laudani */
/* http://www.laudania.com */

html {
height: 100%;
}
body {
  font-family: Verdana, Arial, sans-serif; 
  color:#000000;
  text-decoration: none;
  background-image: url(images/back-start.gif);
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  color : black;
}
	
img{
  border:0
}
div.container{
  font-family: Verdana, Arial, sans-serif; 
  color:#000000;
  background-color: #ffffff;
  width: 1024px;
  margin-right: auto;
  margin-bottom:auto;
  margin-left: auto;
  height: 768px;
  text-align: center;
}

div.seite{
  position:relative; 
  background-color: #da4fc4;
  left:0px; 
  top:0px; 
  width:1024px; 
  height: 768px;
  z-index:1;
}

div.top{
  position:relative; 
  background-color: #ffffff;
  left:0px; 
  top:0px; 
  width:1024px; 
  height: 45px;
  z-index:2;
}

div.unter-top{
  position:relative;
  background-color: #000000; 
  left:0px; 
  top:0px; 
  width:1024px;
  height: 345px; 
  z-index:2;
}

div.text-info-left {
  position:absolute;
  left:0px; 
  top:55px; 
  height: 306px;
  width:600px;
  font-family: Verdana, Arial, sans-serif; 
  color:#ffffff;
  font-weight: bold;
  padding-top: 12px;
  font-size: 24px;
  text-align: left;
  z-index:3;
 
}

div.text-info-right {
	position: absolute;
	left: 775px;
	top: 65px;
	height: 200px;
	width: 286px;
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 12px;
	padding-rigt: 5px;
	font-size: 12px;
	text-align: left;
	z-index: 3;
}

div.navi{
  position:relative; 
  background-color: #898989; 
  left:0px; 
  top:0px; 
  width:1024px; 
  height: 26px;
  font-family: Verdana, Arial, sans-serif; 
  color:#ffffff;
  font-size: 14px;
  text-align: left;
  z-index:2;
}

div.middle{
  position:relative; 
  background-image: url(images/bild-start.jpg); 
  left:0px; 
  top:0px; 
  width:1024px; 
  height: 306px;
  z-index:2;
}

div.bottom{
  position:relative; 
  background-color: #ffffff;
  left:0px; 
  top:0px; 
  width:1024px; 
  height: 46px;
  z-index:2;
}

table.box {
  border:0px ; 
  width:1024px;
 
}

table.navi {
  border:0px; 
  width:1024px;
  height: 26px;
	
}

tr {
  border:0px; 
  
}


td.{
  border:0px;
}

td.navi{
 border:0px;
 height: 26px;
}


td.spacer{
  border:0px ;
  background-image: url(images/spacer.gif);
}

span.grey {
  font-family: Verdana, Arial, sans-serif; 
  color: #898989;
  display: block;
  padding-left: 12px;
  padding-top: 3px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

span.white_twelve {
  font-family: Verdana, Arial, sans-serif;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}

span.white_thirteen {
  font-family: Verdana, Arial, sans-serif;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
}

span.violet {
  font-family: Verdana, Arial, sans-serif;
  color: #da4fc4;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
}

span.violet-info {
  font-family: Verdana, Arial, sans-serif; 
  color: #da4fc4;
  display: block;
  padding-right: 12px;
  padding-top: 5px;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
}

span.red {
  color: #cc0000;

}

a{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
color: #cc0000;
text-decoration: none;
}
