 A:visited {
   font-weight : bold; 
   color : #0080ff; 
   text-decoration : underline; 
}


A:link {
   font-weight : bold; 
   color : #0080ff; 
   text-decoration : underline; 
}


A:hover {
   font-weight : bold; 
   color : #131528; 
   text-decoration : underline; 
}


A:active {
   font-weight : bold; 
   color : #131528; 
   text-decoration : underline; 
}

 BODY {
 	font-family: Verdana, Tahoma, Arial; 
 	font-size: 14px;
 	color: black;
        background-image: url('/images/bg.jpg');
        background-repeat: repeat;
        background-position: right bottom;
 	}
 td {
 	font-family: Arial,Verdana, Tahoma, Arial; 
 	font-size: 13px;
	bgcolor=white;
 	color: black;
 	leftmargin: 15px;
 	}
 #links {
  	font-family: Arial,Verdana, Tahoma, Arial; 
  	font-style: italic;
   	font-size: 13px;
   	color: black
  	line-height:13px;
   	}
   	
 #updatetracker {
  	font-family: Arial,Verdana, Tahoma, Arial; 
  	font-style: italic,bold;
   	font-size: 10px;
   	color: #ffffff;
  	line-height:11px;
 	margin-left: 15px;
   	}
 
 H1 {font-family: Verdana, Tahoma, Arial; font-size: 18pt}
 

#page {
        width: 815px;
        height: 600px;
        min-height: 377px;
        position: relative;
        padding: 0px;
        margin-left: 0px;
        margin-top: -30px;
        background-color: #fff;
        border: 1px dashed #0080ff;
        text-align: left;
        overflow: auto;
        background-image: url('/images/background2.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center 127px;
}

#bottom {
        width: 150px;
        height: 154px;
        position: relative;
        padding: 0px;
        margin-left: 855px;
        margin-top: -106px;
        text-align: left;
        background-color: #fff;
        background-image: url('/images/tsp.gif');
        background-repeat: repeat;
        background-attachment: fixed;
        background-position: top center;
}

#alles {
        width: 100%;
        height: 600px;
        position: relative;
        padding: 0px;
        margin-left: 0px;
        margin-top: 0px;
        text-align: left;
        background-color: #fff;
        background-image: url('/images/tsp2.gif');
        background-repeat: repeat;
        background-attachment: fixed;
        background-position: top center;
}


