/* CSS Document */

body	{	scrollbar-3d-light-color : #FFFF00;
		scrollbar-arrow-color : #FFFF00;
		scrollbar-base-color : #0000FF;
		scrollbar-dark-shadow-color : #6666FF
		scrollbar-face-color : #0000FF;
		scrollbar-highlight-color : #FFFF00;
		scrollbar-shadow-color :#6666FF;
		background-color: #BBBBBB;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
}
a:link, A:visited { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: none; 
}
a:hover { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: underline; 
}

A:active { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: underline; 
}

#team {
  position: absolute;
  top: 52px;
  left: 110px;
  border-left: 2px;
  border-left-color: #f000000;
  border-left-style: solid;
  visibility: hidden;
}


#fahrzeug {
  position: absolute;
  top: 88px;
  left: 110px;
  border-left: 2px;
  border-left-color: #000000;
  border-left-style: solid;
  visibility: hidden;
}

#kont {
  position: absolute;
  top: 250px;
  left: 110px;
  border-left: 2px;
  border-left-color: #000000;
  border-left-style: solid;
  visibility: hidden;
}

#tab {
  border-left: 2px;
  border-left-color: #000000;
  border-left-style: solid;
}
