/***********************************/
/* KEGELTOUR */
/***********************************/

TABLE.tour{
   width: 600px;
   height: 400px;
   font-size : 12px;
   font-weight : bold;
}

TD.links{
   width: 200px;
   height: 400px;
   background-image: url(../tour/tour_links.gif);
}

TD.mitte{
   width: 200px;
   height: 400px;
   background-image: url(../tour/tour_mitte.gif);
}

TD.rechts{
   width: 200px;
   height: 400px;
   background-image: url(../tour/tour_rechts.gif);
}

TABLE.auswahl{
   width: 600px;
   background-color: navy;
   height: 36px;
   border: 1px solid navy;
}

TD.active{
   background-color: white;
   width: 150px;
   height: 18px;
   color: navy;
   font-size : 12px;
   font-weight : bold;
}
TD.inactive{
   height: 18px;
   width: 150px;
   background-color: navy;
   color: white;
   font-size : 12px;
   font-weight : bold;
}

div.spacer{
	height: 20px;
}

div.textrechts{
	position:relative;
	text-align:left;
	width: 235px;
	height: 20px;
	color: white;
	font-size : 12px;
	font-weight : bold;
}

div.textlinks{
	position:relative;
	text-align:right;
	width: 235px;
	height: 20px;
	color: white;
	font-size : 12px;
	font-weight : bold;
}