/**
* AkoMpany - A Mambo and Joomla! cms template
* @version 1.1
* @package AkoMpany
* @copyright (C) 2005 by Arthur Konze
* @license http://www.konze.de/ Copyrighted Commercial Software
**/

/* ##################### OVERALL SETTINGS ##################### QM: ok */
body {
  background       : #eeeeee;
  margin           : 0px;
  padding          : 0px;
  text-align       : center;
}

td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  line-height      : 18px;
  color            : #000000;
  text-align       : left;
}

hr {
  color            : #000000;
  height           : 1px;
  width            : 100%;
}

/* ############## MAIN TABLE CONTAINER SETTINGS ############### QM: ok */
.outerborderright {
  background       : url(images/mainborder_right.gif) left repeat-y;
  width            : 10px;
}

.outerborderleft {
  background       : url(images/mainborder_left.gif) right repeat-y;
  width            : 10px;
}

.outerborderbottom {
  background       : url(images/mainborder_bottom.gif) top repeat-x;
  width            : 780px;
}

.contentdate {
  background       : #000000;
  color            : #cccccc;
  font-size        : 10px;
  text-align       : center;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  width            : 250px;
  height           : 50px;
}

.contentlinks {
  background       : url(images/quicknav_back.png) #cccccc;
  height           : 50px;
  width            : 527px;
}
.contentlogo {
  background       : #cccc33;
  width            : 250px;
  height           : 70px;
}

.contentbanner {
  background       : #cccc33; 
  height           : 70px;
  text-align       : center;
  vertical-align   : middle;
  width            : 527px;
}

.contenthdrlinks {
  background       : #999900;
  width            : 250px;
  height           : 15px;
}

.contenthdrrechts {
  background       : #999900; 
  height           : 15px;
  text-align       : center;
  vertical-align   : middle;
  width            : 527px;
}

.contentmenu {
/*  background       : #99ccff; */
  background       : url(images/quicknav_back.png) #cccccc repeat-y;
/*  background       : #6666ff; */
  width            : 250px;
  padding          : 0px;
}

.contentmain {
  background       : #ccccff;
  width            : 527px;
  padding          : 10px;
}

.maincontent {
  background       : #ffffff;
  width            : 780px;
}

.clr {
  clear            : both;
}

/* ##################### MODULE SETTINGS ###################### QM: ok */
table.moduletable, table.moduletable-mainmenu {
  width            : 100%;
  table-layout     : auto;
}

table.moduletable th, table.moduletable-mainmenu th {
  background       : #000000;
  color            : #cccccc;
  margin           : 0px;
  padding          : 3px;
  border-bottom    : 1px solid #ffffff;
  letter-spacing   : 1px;
  text-align       : center;
  text-transform   : uppercase;
  font-weight      : normal;
  font-size        : 10px;
}

table.moduletable td {
  padding          : 5px;
}

table.moduletable-mainmenu td {
  padding          : 0px;
}

div.moduletable h3 {
  font-weight      : bold;
  font-size        : 12px;
  padding          : 0px;
  margin           : 0px;
  line-height      : 14px;
}

/* ##################### FORMULAR SETTINGS #################### QM: ok */
fieldset {
  margin-top       : 10px;
  margin-bottom    : 10px;
  background       : #e0e0e0;
  padding          : 5px;
}

/* ################# SECTION LISTING SETTINGS ################# QM: ok */
.sectiontableheader {
  background       : #000000;
  color            : #cccccc;
  margin           : 0px;
  padding          : 3px;
  border-bottom    : 1px solid #ffffff;
  letter-spacing   : 1px;
  text-transform   : uppercase;
  font-weight      : normal;
  font-size        : 10px;
  vertical-align   : middle;
  padding          : 2px 5px;
}

.sectiontableentry1 {
  background       : #e0e0e0;
  padding          : 5px;
}

.sectiontableentry2 {
  background       : #d0d0d0;
  padding          : 5px;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# QM: ok */
a.mainlevel {
  margin           : 0px;
  padding          : 0px;
  display          : block;
  padding          : 3px 0px 3px 10px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  width            : 240px !important;
  width            : 250px;
  background-color : #336699;
  border-bottom    : 1px solid #ffffff;
}

a:link.mainlevel, a:visited.mainlevel {
  color            : #ffffff;
  text-decoration  : none;
}

a:hover.mainlevel {
  background-color : #000000;
  color            : #ffffff;
  text-decoration  : none;
}

a#active_menu {
  font-weight      : bold;
  color            : #ffffff;
}

.sublevel {
  font-size        : 11px;
}

ul#mainlevel-topmenu {
  list-style       : none;
}

ul#mainlevel-topmenu li {
  float            : right;
  font-size        : 10px;
  text-transform   : uppercase;
  letter-spacing   : 1px;
}

ul#mainlevel-topmenu li a {
  color            : #666666;
  padding          : 0px 10px;
  border-left      : 1px solid #333333;
  text-align       : center;
}

ul#mainlevel-topmenu li a:hover {
  color            : #cc0000;
  text-decoration  : none;
}

/* ########################### LINKS ########################## QM: ok */
a:link, a:visited {
  color            : #006699;
  text-decoration  : none;
}

a:hover {
  color            : #003366;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  font-weight      : bold;
}

.readon {
  font-weight      : bold;
}

/* ##################### PAGE NAVIGATION ###################### QM: ok */
div.pagenavbar {
  background       : #e0e0e0;
  border-top       : 1px solid #808080;
  border-left      : 1px solid #808080;
  border-bottom    : 1px solid #ffffff;
  border-right     : 1px solid #ffffff;
}

div.pagenavbar div {
  border-top       : 1px solid #ffffff;
  border-left      : 1px solid #ffffff;
  border-bottom    : 1px solid #808080;
  border-right     : 1px solid #808080;
  text-align       : center;
}

.contenttoc {
  width            : 150px;
  padding          : 2px 5px;
  background       : #e0e0e0;
  border-top       : 1px solid #808080;
  border-left      : 1px solid #808080;
  border-bottom    : 1px solid #808080;
  border-right     : 1px solid #ffffff;
}
.contenttoc th {
  font-weight      : bold;
  text-align       : left;
  letter-spacing   : 1px;
  border-top       : 1px solid #ffffff;
  border-left      : 1px solid #ffffff;
  border-right     : 1px solid #808080;
}

.contenttoc td {
  border-left      : 1px solid #ffffff;
  border-right     : 1px solid #808080;
}

/* ################### SMALL FONT SETTINGS #################### QM: ok */
.small {
  font-size        : 10px;
  color            : #006699;
}

.smalldark {
  font-size        : 10px;
  color            : #000000;
}

.createdate, .modifydate {
  font-size        : 10px;
  color            : #999999;
}

/* ##################### VOTING SETTINGS ###################### QM:  */
.content_rating {
  font-size        : 10px;
  color            : #FEC56A;
}

.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 10px;
  padding-right    : 10px;
  background-color : #F0F0F0;
  border           : 1px solid #e0e0e0;
}

/* ##################### PATHWAY SETTINGS ##################### QM: ok */
.pathwaycontainer {
  width            : 100%;
  border-bottom    : 1px solid #666666;
  padding          : 4px;
  height           : 20px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
  letter-spacing   : 1px;
}

.pathway {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
  letter-spacing   : 1px;
}

a.pathway:link, a.pathway:visited {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
  letter-spacing   : 1px;
}

a.pathway:hover {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
  letter-spacing   : 1px;
}

/* ################### CONTENT PAGE SETTINGS ################## QM: ok */
.contentpane {
  padding          : 0px;
}

.contentpaneopen {
  padding          : 0px;
}

.contentheading, .componentheading {
  padding          : 0px;
  font-size        : 14px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #003366;
}

.contentpagetitle {
  font-weight      : bold;
  color            : #000;
}

a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active {
  text-decoration  : none;
}

/* ###################### BUTTON SETTINGS ##################### QM: ok */
a.readon:link, a.readon:visited {
  color            : #003366;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : url(images/readon_normal.png) #ccf no-repeat;
/*  border           : 1px solid #E0E0E0; */
  padding          : 2px 4px 2px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

a.readon:hover {
  color            : #006699;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : url(images/readon_hover.png) #ccf no-repeat;
/*  border           : 1px solid #E0E0E0; */
  padding          : 2px 4px 2px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

.back_button a:link, .back_button a:visited {
  color            : #036;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : url(images/back_normal.png) no-repeat;
/*  border           : 1px solid #E0E0E0; */
  padding          : 0px 4px 1px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 14px;
  text-decoration  : none;
}

.back_button a:hover {
  color            : #006699;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : url(images/back_hover.png) no-repeat;
/*  border           : 1px solid #E0E0E0; */
  padding          : 0px 4px 1px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 14px;
  text-decoration  : none;
}

.pagenav a:link, .pagenav a:visited {
  color            : #999999;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : #eeeeee;
  padding          : 2px 4px 2px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

.pagenav a:hover {
  color            : #006699;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : #eeeeee;
  padding          : 2px 4px 2px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

.buttonheading a:link, .buttonheading a:visited {
  padding          : 2px 10px;
}

.buttonheading a:hover {
  padding          : 2px 10px;
}

.mosimage {
  margin           : 2px;
  text-align       : center;
}

.mosimage img {
  margin           : 3px;
}

.mosimage_caption {
  padding          : 1px 2px;
  margin-top       : 2px;
  font-size        : 10px;
  color            : #336699;
}

.lijstcontent {
  margin-left      : 130px;
  padding          : 1em;
}

* html #lijstcontent {
margin: 0 -3px; ma\rgin: 0;
}