/**
* CSS for www.schlaues-kerlchen.de
*/

/* #################### MISC SETTINGS #################### */
BODY {
  margin           : 0px;
  padding          : 0px;
  background-color : #FFFFFF ;
  color            : #000000;
}

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) 2px;
  list-style-image : url(../images/arrow.gif);
}

.navigationline {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #CCCCCC;
  white-space      : nowrap;
}

table.navigationline td {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #CCCCCC;
  white-space      : nowrap;
}

/* ###################### 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 {
  font-family      : Arial, Helvetica, serif;
  width            : 110px;
  text-align       : center;
  font-weight      : normal;
  text-decoration  : none;
}

a.buttonbar:link, a.buttonbar:visited {
  font-size        : 11px;
  padding-top      : 1px;
  padding-bottom   : 1px;
  text-decoration  : none;
  border-top       : 1px solid #FFFFFF;
  border-left      : 1px solid #FFFFFF;
  border-right     : 1px solid #FF8C00;
  border-bottom    : 1px solid #FF8C00;
  background-color : #FF8C00;
  color            : #FFFFFF;
}
a.buttonbar:hover {
  padding-top      : 1px;
  padding-bottom   : 1px;
  border-top       : 1px solid #427D96;
  border-left      : 1px solid #427D96;
  border-right     : 1px solid #800000;
  border-bottom    : 1px solid #800000;
  background-color : #FF4500;
  color            : #FFFFFF;
}

/* ################ MAIN AND SUB MENU SYSTEM ################ */
a.mainlevel:link, a.mainlevel:visited {
  color            : #808080;
}

a.mainlevel:hover {
  color            : #FFA500;
}


/* ################ GAME LINKS ################ */
a.gamelink:link {
  color            : #808080;
  text-decoration  : underline;
}

a.gamelink:visited {
  color            : #808080;
  text-decoration  : underline;
}

a.gamelink:hover {
  color            : #FFA500;
  text-decoration  : underline;
}

/* ################ SIDEMAP LINKS ################ */
a.sidemap:link, a.sidemap:visited {
  color            : #808080;
  text-decoration  : none;
}

a.sidemap:hover {
  color            : #FFA500;
  text-decoration  : none;
}

/* ################ NEEDFUL LINKS FOR GAMES ################ */
a.nlink:link, a.nlink:visited {
  color            : #000000;
  text-decoration  : none;
}

a.nlink:hover {
  color            : #FFA500;
  text-decoration  : none;
}

/* ################### MODULE SETTINGS ################### */
table.moduletable {
  font-size        : 11px;
  background-color : #FFFFFF;               /*#F9F9F9;*/
  border           : 1px solid #D9D9D9;     /*#D9D9D9;*/
  width            : 100%;
  margin-bottom    : 10px;
}

table.moduletable tr {
  height           : 20px;
}

table.moduletable th {
  border           : 3px solid #F8F8FF;
  font-weight      : bold;
  text-align       : left;
  color            : #696969;
  height           : 20px;
  background-color : #F8F8FF;           /*#95CBE9;*/
  /*ORG: background       : url('../images/tyb_hg.jpg');*/
  
}

table.moduletable td {
  border           : 3px solid  #FFFFFF    /*#F9F9F9;*/
  font-weight      : normal;
}

/* ################### PARTNER SETTINGS ################### */
table.partnertable {
  font-size        : 11px;
  background-color : #FFFFFF;               /*#F9F9F9;*/
  border           : 1px solid #D9D9D9;     /*#D9D9D9;*/
  width            : 100%;
  margin-bottom    : 10px;
  text-align       : center;
}

table.partnertable th {
  border           : 3px solid #F8F8FF;
  font-weight      : bold;
  text-align       : center;
  color            : #696969;
  height           : 20px;
  background-color : #F8F8FF;           /*#95CBE9;*/
  /*ORG: background       : url('../images/tyb_hg.jpg');*/
  
}

table.partnertable tr {
  border           : 3px solid  #FFFFFF    /*#F9F9F9;*/
  font-weight      : normal;
  text-align       : center;
}

table.partnertable td {
  border           : 3px solid  #FFFFFF    /*#F9F9F9;*/
  font-weight      : normal;
  text-align       : center;
}


/* ################### GAMES OVERVIEW SETTINGS ################### */
table.gamelisting {
  border           : 1px solid #D9D9D9;
}

table.gamelisting th {
  border           : 1px solid #D9D9D9;
}

table.gamelisting tr {
  border           : 1px solid  #D9D9D9
}

table.gamelisting td {
  border           : 1px solid  #D9D9D9
}

table.gamelisting {
  border           : 1px solid #D9D9D9;
}

table.gamelistinginner {
  border           : 0px solid #D9D9D9;
}

table.gamelistinginner th {
  border           : 0px solid #D9D9D9;
}

table.gamelistinginner tr {
  border           : 0px solid  #D9D9D9
}

table.gamelistinginner td {
  border           : 0px solid  #D9D9D9
}

.go_gametitle {  
  font-size        : 11px;
  font-weight      : bold;
  color            : #696969;  
}



.go_contentheading, .go_componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  color            : #FF4500;
}


/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  padding-left     : 5px;
  padding-right    : 5px;
}

.contentpaneopen {
  padding-left     : 5px;
  padding-right    : 5px;
}

.contentheading, .componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  color            : #FF4500;
}

.contentdescription {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #303030;
  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 : #F0F0F0;
  font-weight      : bold;
  color            : #696969;

}

/* ##################### SMALL FONT SETTINGS ##################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #3366C0;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #000000;
  font-weight      : medium;
}

.createdate {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #999999;
  text-decoration  : none;
  font-weight      : medium;
}

/* polls Bar Colors/Formats - Follow the format to add your own.
	Then update the maxcolors setting for polls in
	components/com_poll/poll.php -> $polls_maxcolors
*/

.polls_color_1{ background-color: #8D1B1B; border: 2px ridge #B22222; }

.polls_color_2{ background-color: #6740E1; border: 2px ridge #4169E1; }

.polls_color_3{ background-color: #8D8D8D; border: 2px ridge #D2D2D2; }

.polls_color_4{ background-color: #CC8500; border: 2px ridge #FFA500; }

.polls_color_5{ background-color: #5B781E; border: 2px ridge #6B8E23; }



/* polls Outside Table Border */
.pollstableborder {
	border: 1px solid;
	padding: 2px;
}
