/* #################### MISC SETTINGS #################### */
BODY {
  margin           : 0px;
  padding          : 0px;
  background-color : #ffffff;
  color            : #000000;
  background-image : url(../images/bg_raster.gif);
  
}

TD, TR, P, DIV {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #333333;
}

HR {
  background       : #CCCCCC;
  height           : 1px;
  width            : 75%;
}

li {
  list-style       : inside url(../images/arrow.gif);
  list-style-image : url(../images/arrow.gif);
}

.navigationline {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #3b4383;
  font-weight      : bold;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font-size        : 11px;
  color            : #808080;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
  color            : #7DB1C7;
  text-decoration  : none;
}

a:active {
  text-decoration  : underline;
  color            : #000066;
}

/* ###################### UPPER BUTTON BAR ###################### */
.buttonbar {
  display          : inline;
  font-family      : Arial, Helvetica, serif;
  width            : 50%;
  text-align       : center;
  font-weight      : bold;
  text-decoration  : none;
}

a.buttonbar:link, a.buttonbar:visited {
  font-size        : 10px;
  padding-top      : 1px;
  padding-bottom   : 1px;
  text-decoration  : none;
  border-top       : 0px solid #95BFD1;
  border-left      : 0px solid #95BFD1;
  border-right     : 0px solid #427D96;
  border-bottom    : 0px solid #427D96;
  background-color : #ebc36a;
  color            : #000000
}
a.buttonbar:hover {
  padding-top      : 1px;
  padding-bottom   : 1px;
  border-top       : 1px solid #427D96;
  border-left      : 1px solid #427D96;
  border-right     : 1px solid #95BFD1;
  border-bottom    : 1px solid #95BFD1;
  background-color : #308CC0;
  color            : #FFFFFF
}

/* ################ MAIN AND SUB MENU SYSTEM ################ */
a.mainlevel:link, a.mainlevel:visited {
  color            : #808080;
}

a.mainlevel:hover {
  color            : #7DB1C7;
}

/* ################### MODULE SETTINGS ################### */
table.moduletable {
  font-size        : 11px;
  background-color : #e6edd9;
  border           : 0px solid #D9D9D9;
  width            : 120px;
  table-align            : center;
}

table.moduletable th {
  border           : 0px solid #F9F9F9;
  font-weight      : bold;
  text-align       : center;
  color            : #333333;
  height           : 27px;
  background-color : #e6edd9;
  background       : url(templates/kaihof/images/mentitback.gif);
}

table.moduletable td {
  border           : 0px solid #F9F9F9;
  font-weight      : normal;
  text-align       : center;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  padding-left     : 0px;
  padding-right    : 0px;
}

.contentpaneopen {
  padding-left     : 0px;
  padding-right    : 0px;
}

.contentheading, .componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  color            : #000000;
  padding-left     : 7px;
}

.contentdescription {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #333333;
  text-align       : left;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #cccccc;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : bold;
  color            : #000000;
  background       : #F0F0F0;
  border           : 1px solid #CCCCCC;
}

/* ################### SECTION LISTING SETTINGS ################### */
.sectiontableentry1 {
  background-color : #F9F9F9;
}

.sectiontableentry2 {
  background-color : #F0F0F0;
}

.sectiontableheader {
  background-color : #CCCCCC;
  color            : #2A7CA9;
  font-weight      : bold;
}

/* ##################### SMALL FONT SETTINGS ##################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #3366C0;
  text-decoration  : none;
  font-weight      : 500;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #000000;
  font-weight      : 500;
}

.createdate {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #999999;
  text-decoration  : none;
  font-weight      : normal;
}

table.contact {
  text-align       : left;
  background-color : #ebc36a;
}

table.contact td.icons {
}

table.contact td.details {
  text-align       : left;
  font-size        : 12px;
  font-weight      : bold;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color            : #333333;
}