/*
	Trampolinwelt Style Sheet
*/

/* Farbe und Schriftart allgemein*/
body { 
	background-color: rgb(203, 230, 237); 
     	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: center;
      font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

TD.mainmenu {
	font-size:28px; 
	color:rgb(255, 0, 0);
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
	font-weight:bold;
	padding:5px;
}

A:link, A:visited { 
	color:rgb(255,0,0);
	text-decoration:none; 
	white-space: nowrap;
}
A:active, A:hover, A:focus { 
	color:rgb(0,120,0);
	text-decoration:underline; 
	white-space: nowrap;
}
