/*
    Project: Whooka launch 2007
    File Type: CSS
    Description: screen main styles
    Last edited by Stefan Burbulla, 25.02.2007
    
    (c) Whooka 2007. All rights reserved.
*/


/* font family */
body, button, input, optgroup, option, select, textarea {
  font-family: Arial, Tahoma, Verdana, Geneva, sans-serif;
  font-size: 11px;
}

/* body */
body {

}

/* links LVFHA */
a {
  color: #54D413;
  font-weight: bold;
  text-decoration: none;
}

a:link, a:visited {
  color: #54D413;
  text-decoration: none;
}

a:focus {
  color: #54D413;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a.external {
  background-image: url(/grafik/externallink.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
}

a.unsupported {
	text-decoration: line-through;
}

/* forms  */
button, label, input[type=button], input[type=checkbox], input[type=image], input[type=radio], input[type=reset], input[type=submit], select {
  cursor: pointer;
}

td, th {
  font-size: 11px;
}

.required, .error {
  color: #FF6A02;
}
