/**
* HausKunstParty
*/

/* ###################### MISC SETTINGS ###################### */
BODY {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  margin           : 0px;
  padding          : 0px;
  background-color : #fff;
  color            : #000;
}

td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000;
}

hr {
  background       : #d89a3e;
  height           : 1px;
  width            : 100%;
}

.pathway, .pathway a, .pathway a:link, .pathway a:active, .pathway a:visited {
  font-family      : Verdana, Helvetica, Arial, sans-serif;
  font-size        : 7px;
  color            : #fff;
  padding-left     : 5px;
}

.pathway a:hover {
  color            : #d89a3e;
  text-decoration  : underline;
}

.frameheader {
  font             : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 18px;
  font-weight      : none;
  color            : #808080;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font-size        : 11px;
  color            : #d89a3e;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight      : bold;
}

a:hover {
  color            : #4a85a1;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #d89a3e;
  font-weight      : bold;
}

a.category:hover {
  color            : #4a85a1;
}

a.buttonbar:link, a.buttonbar:visited {
  color            : #FFFFFF;
  letter-spacing   : 1px;
  font-weight      : bold;
  text-transform   : uppercase;
border:solid blue 1px;
}

a.buttonbar:hover {
  color            : #3F7A12;
  letter-spacing   : 1px;
  text-decoration  : bold;
}

a.buttonbar2:link, a.buttonbar2:visited {
  color            : #CCCCCC;
  font-weight      : bold;
border:solid yellow 1px;
}

a.buttonbar2:hover {
  color            : #3F7A12;
  text-decoration  : bold;
}

/* ################### MODULE SETTINGS ################### */
table.moduletable {
  margin           : 0px 0px 0px 0px;
  width            : 100%;
  margin-bottom    : 10px;
}

table.moduletable th {
  width            : 100%;
  background-color : #4a85a1;
  font-size        : 11px;
  font-weight      : bold;
  color            : #fff;
  text-align       : center;
  border-top       : 1px solid #000;
  border-bottom    : 1px solid #000;
}

table.moduletable td {
  font-size        : 11px;
  width            : 100%;
  font-weight      : normal;
  padding-top      : 3px;
  padding-left     : 5px;
  padding-right    : 0px;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  font-family      : Verdana, Geneva, Arial, Helvetica, serif;
}

a.mainlevel:link, a.mainlevel:visited {
  width            : 100%;
  display          : block;
  padding          : 1px 1px 1px 5px;
  color            : #d89a3e;
}

a.mainlevel:hover {
  width            : 100%;
  display          : block;
  padding          : 0px 1px 0px 5px;
  text-decoration  : none;
  border-top       : 1px solid #d89a3e;
  border-bottom    : 1px solid #d89a3e;
}

a.mainlevel#active_menu {
  width            : 100%;
  display          : block;
  padding          : 0px 1px 0px 5px;
  text-decoration  : none;
  color            : #4a85a1;
  border-top       : 1px solid #4a85a1;
  border-bottom    : 1px solid #4a85a1;
}

.sublevel {
  font-family      : Verdana, Geneva, Arial, Helvetica, serif;
}

a.sublevel:link, a.sublevel:visited {
  width            : 100%;
  display          : inline;
  margin           : 3px;
  padding          : 1px 1px 1px 5px;
  color            : #d89a3e;
}

a.sublevel:hover {
  width            : 100%;
/*  display          : inline;*/
  padding          : 1px 1px 1px 5px;
  text-decoration  : none;
  border-top       : 1px solid #d89a3e;
  border-bottom    : 1px solid #d89a3e;
}

a.sublevel#active_menu {
  width            : 100%;
/*  display          : inline;*/
  padding          : 1px 1px 1px 5px;
  text-decoration  : none;
  color            : #4a85a1;
  border-top       : 1px solid #4a85a1;
  border-bottom    : 1px solid #4a85a1;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #000;
  border           : 1px solid;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : bold;
  color            : #000;
  background       : #FFFFFF;
  border           : 1px solid;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  text-align       : justify;
  padding-left     : 5px;
  padding-right    : 5px;
}

.contentpaneopen {
  text-align       : justify;
  padding-left     : 5px;
  padding-right    : 5px;
}

.contentheading, .componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 16px;
  font-weight      : bold;
  color            : #4a85a1;
  text-align       : left;
  border-bottom    : 2px solid #4a85a1;
  padding          : 1px;
}

.contentdescription {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #333333;
  text-align       : left;
}

.category {
  color            : #999999;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  text-decoration  : none;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

.sectiontableheader {
  background       : url('../section_header.html');
  background-color : #9F9F9F;
  color            : #000000;
  height           : 20px;
  font-weight      : bold;
  border-bottom    : 1px solid #000000;
  border-top       : 1px solid #000000;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #009933;
  text-decoration  : none;
  font-weight      : normal;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #000000;
  font-weight      : normal;
}

.createdate {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #999999;
  text-decoration  : none;
  font-weight      : normal;
}

/* ######################### VOTING SETTINGS ######################### */
.content_rating {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight      : normal;
  color            : #339900;
  font-size        : 9px;
}

.content_vote {
  background       : #EEEEEE;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight      : normal;
  color            : #000000;
  font-size        : 9px;
}

.content_vote.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #333333;
  background       : #EEEEEE;
  border           : 1px solid #999999;
}

/* ###################### RSS SETTINGS ###################### */
.fase4rdf {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #000000;
  font-weight      : normal;
}

a.fase4rdf:link {
  font-size        : 9px;
  font-weight      : normal;
  color            : #FF9900;
}

a.fase4rdf:hover {
  font-weight      : bold;
  color            : #808080;
}