#head {
  height: 100px; 
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -16px; 
  background-color: #FDFD20;
  background-image:url(/images/fahrschule_quitsch_britz_buckow_neukoelln_logo.jpg);  
  background-repeat: no-repeat;
  background-position: 5% 15px;
}

#fsq {
  float: left;
  padding-top: 22px;
}

#motto {
  float: right;
  margin-right: 20px;
  padding-top: 70px; 
  color: #9933FF;
  font-family: Arial;
  font-weight: bold;
}

#head_table {
  margin-left: -10px;
  margin-right: -8px;
  margin-top: -8px;
  padding-right: 10px;  
  background-color: #FDFD20;
  font-family: Arial;
  font-size: 1.10em;
  color: #9933FF;
  border-bottom: 4px solid;
  border-top: 1px solid;  
}

#navigation {
  width: 80px;
  color: black;
  font-size: 0.6em;
  background-image:url(/images/navi_gelb.gif); 
  background-repeat: repeat-x;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
}

#navigation:hover {
  color: red;
  background-image:url(/images/navi_hover.gif); 
  background-repeat: repeat-x;
}

.navtext {
  margin-bottom: -20px;
}

.navtext2 {
  margin-bottom: -30px;  
}

#background {
  background-image:url(/images/background.gif);  
  background-repeat: repeat-x;  
}

a:link {
  color: black; 
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:focus {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

a:active {
  color: red;
  text-decoration: none;
}

#main {
  margin-top: 1%;
}

#tabelle_team th {
  text-align: center;
  vertical-align: middle;
  border: 1px solid;
  padding: 4px 4px 0px 4px;
  background-color: white;
}

#tabelle_team td {
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;  
  font-family: Arial;
  font-weight: bold;
}

#tabelle_fahrzeuge td {
  text-align: center;
  vertical-align: middle;
  font-size: 0.7em;
  font-family: Arial;
}

.tabelle_standorte {
  width: 300px;
  padding: 4px 4px 0px 4px;
  background-color: #FDFD20;
  border: 1px solid;
  -moz-border-radius: 8px;
}

#tabelle_fsklassen {
  border: 1px solid;
  font-family: Arial;
  font-weight: bold;
  font-size: 0.8em;
}

#tabelle_fsklassen th {
  border-bottom: 1px solid;
  border-right: 1px solid; 
  font-size: 1.3em;   
}

#tabelle_fsklassen td {
  border-bottom: 1px solid;
  border-right: 1px solid; 
  padding: 5px;   
  text-align: justify;
}

#tabelle_fahrplan {
  border: 1px solid;
  width: 100%;  
}

#tabelle_fahrplan th {
  border-bottom: 1px solid;
  border-right: 1px solid; 
  width: 50%;
  height: 50px;  
}

#tabelle_fahrplan td {
  border-bottom: 1px solid;
  border-right: 1px solid; 
  font-size: 0.9em;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 200px;
	height: 150px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 400px;
	height: 300px;
}
