/* formular.css
*
*  Diese Datei enthält Layoutangaben zu Formularen.
*/

form, input {
  margin: 0;
  padding: 0;
}

input.eingabefeld {
  border: 1px solid #aaa;
  background: url("/images/inputshadow.png") #fff scroll repeat-x center top;
  vertical-align: baseline;
  font: bold 9pt sans-serif;
  padding: 0.3em 0.2em;
  border: 0;
  color: #000000;
}

select { /*** selection box ***/
  background-color: #666; /* color has to be above #2c2c2c! */
  border: 0;
  color: #fff;
  font-weight: bold;
  padding: 1px;
  height: 1.5em;
}

select.multi {
  height: auto;
}

option { /*** option inside selection ***/
  border: 1px dotted #2C2C2C;
  background: #ccc;
  color: #000;
  text-align: right;
  font-size: 1em;
}

option.title { /*** optional subtile for selection ***/
  background: #000;
  color: #CA4F0F;
  font-weight: bold;
  font-size: 0.7em;
  padding: 3px;
  text-align: left;
}

textarea { /*** enhanced userboxes ***/
  font: 10pt sans-serif;
  color: #FFFFFF;
  background: #2C2C2C;
  border: 1px solid #CCCCCC;
  width: 90%;
  padding: 2px;
}

input.eingabefeld_login_username {
  background: url("/images/login_username.gif") no-repeat;
  border: 0;
  color: #000000;
  width:100px;
  height: 16px;
}

input.eingabefeld_login_password {
  background: url("/images/login_password.gif") no-repeat;
  border: 0;
  color: #000000;
  width:100px;
  height: 16px;
}

input.button {
  border: 1px solid #aaa;
  color: #000000;
  font: bold 8pt center;
  background: url("/images/buttonshadow.png") #fff;
  padding: 0 0.3em;
}

/* main.css
 *
 *  Diese Datei enthält allgemeine Layoutangaben.
 */

body {
  background-color: #1D1D1D;
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: center;
  margin: 0;
  cursor: default;
}

a {
  color: #CA4F04;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
}

div, img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ul {
  list-style-type: disc;
  margin: 0;
}

ul.menu {
  list-style-type: none;
  margin: 0;
  padding-left: 19px;
  width: 165px;
}

ul.news {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li.menu {
  text-align: left;
  padding: 0;
  width: 165px;
}

li.news {
  margin-bottom: 0.3em;
  text-align: left;
  padding: 0;
}

td {
  font-size: 8pt;
  vertical-align: top;
}

.background1 { 
  background-color:#1B1B1B;
  padding: 2px 4px;
}

.background2 { 
  background-color:#2C2C2C;
  padding: 2px 4px;
}

.hr {
  border-top: 1px dashed #FF7200;
  height: 0;
}

.menu_box {
  background-color: #2C2C2C;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 198px;
}

.menu_side {
  float: left;
  width: 198px;
}

.prefix {
  color: #CA4F04;
}

.profilfeld { 
  padding: 2px 4px;
}

.style-b {
  font-weight: bold;
}

.style-bu {
  font-weight: bold;
  text-decoration: underline;
}

.style-bi {
  font-weight: bold;
  font-style: italic;
}

.style-i {
  font-style: italic;
}

.style-u {
  text-decoration: underline;
}

.generateCode, #irc_navi, #irc_main, #admin_news_add_bild, #admin_news_select_bild {
  cursor: pointer;
}

/* USER */

#user {
  background-color: #1D1D1D;
  text-align: left;
  padding: 3px;
  margin: 0 15px 1.2em 15px;
  max-height: 12em;
  overflow: auto;
  border: 1px solid #888888;
  line-height: 1.4em;
}

#sbox {
  background: url(../images/75pg.png);
  border: 1px solid #c0c0c0;
  text-align: left;
}

div.sitem {
  padding: 0.2em 0.5em;
}

div.sitem:hover {
  background: url(../images/75po.png);
  cursor: pointer;
}

