/*
    Project: smart2go relaunch 2006
    Type: CSS
    Media: Screen
    Description: basic styles
    Last edited by Stefan Burbulla, 24.07.2006
    
    (c) gate5 AG 2006. All rights reserved.
*/

/* font family */
body, button, input, optgroup, option, select, textarea {
  font-family: Verdana, Arial,Geneva, sans-serif;
}

/* body */
body {
  background-color: #D22526;
  color: #333;

}

/* links LVFHA */
a {
  color: #D22526;
  text-decoration: underline;
}

a:link, a:visited {
  color: #D22526;
  text-decoration: underline;
}

a:focus {
  color: #D22526;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* forms  */
button, label, input[type=button], input[type=checkbox], input[type=image], input[type=radio], input[type=reset], input[type=submit], select {
  cursor: pointer;
}

img.icon {
  height: 2.3214em;
  margin-right: .5em;
  width: 2.3214em;
}

#wrapperContent .grid1 img.icon {
  border: none;
  height: 2.3214em;
  margin-right: .5em;
  width: 2.3214em;
}