/**
* AkoOperator - A Mambo 4.5.1 template
* @version 2.0
* @package AkoOperator
* @copyright (C) 2003, 2004 by Arthur Konze - All rights reserved!
* @license http://www.konze.de/content/view/8/26/ Copyrighted Commercial Software
*/

/* ###################### OVERALL SETTINGS ###################### */
BODY {
  background       : #FFFFFF url("../grafika/main_back_bak.gif") repeat-x;
  color            : #000000;
}

td,tr,p,div {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #f33f0e;
  margin-width      : 10;
}

ul {
  margin           : 0px 0px 0px 0px;
}

li {
  list-style       : inside url(../grafika/arrow.gif) 2px;
  list-style-image : url(../grafika/arrow.gif);
}

hr {
  background       : #C0C0C0;
  height           : 1px;
  width            : 100%;
}

table.searchintro {
  background-color: #FFFFFF;
  border: solid 1px #777777;
}

/* ###################### LINKS ###################### */

a:link, a:visited {
  font-size        : 11px;
  color            : #f33f0e;
  text-decoration  : none;
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
  color            : #f33f0e;
  text-decoration  : none;
}

a.category:link, a.category:visited {
  color            : #f33f0e;
  font-weight      : bold;
}

a.category:hover {
  color            : #f33f0e;
}

a.buttonbar:link, a.buttonbar:visited {
  color            : #f33f0e;
  font-weight      : bold;
  text-transform   : uppercase;
}

a.buttonbar:hover {
  color            : #f33f0e;
  text-decoration  : bold;
}




