
/* CSS fuer Skin 2 Boxes */

html,body,div,p,h1,h2,h3,h4,h5,ul,ol,span,form,img,li {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        border:0;
        margin:0;
        padding:0;
        /* color: #343; die Schriftfarbe fuer alle Texte, kann fuer jedes Element individuell ueberschrieben werden */
}

html {
        /* padding: 10px; */
        /* overflow-y: scroll;  macht einen permanenten Geisterscrollbalken auch im Fx und Op, leider nicht valid */
}

body {
        width: 95%;
        margin: 10px auto;
        font-size:100.01%;
        background-color:#E6E2C4 !important;         /* hier die Hintergrundfarbe fuer die Seite */
        /* mit den folgenden 4 Zeilen wird ein Hintergrundbild eingebunden */
        /* wer das nicht will, einfach die folgenden 4 Zeilen raus */
        background-image:url(img/chat_bg.gif);
        background-repeat:repeat-x;
        background-position:bottom;
        background-attachment:fixed;
}



h1 {
        font-size:1.4em;
        color:#373;                /* dies ist ein Beispiel fuer eine spezielle Schriftfarbe fuer die Ueberschrift */
        line-height:125%;
        position: relative; top: .5em;
}
h1 span {color:#373}

h2 {
        font-size:.8em;
        line-height:125%;
        margin: 1em 0 .3em 0;
}

h3, h4, h5 {
        font-size:.8em;
        margin-top: 1em;
        line-height:125%;
}

p, ol li, #uo, #help tr  {
        font-size:.8em;
        /* margin-bottom: 2px; */
        /*line-height:1.4em;*/
}

a:link, a:visited {color: #817939;}
a:focus, a:hover {color: #5C513B;}

#user_pro_room em {
        font-weight: bold;
        font-style: normal;
        color: red;
        position:relative; top:.15em; /* hm? */
}

#user_pro_room em:after { /* das geht natuerlich im IE nicht */
        content:"\00A0\221A";
}


#addsmileys ul li, #farben ul li {
        display:inline;
        margin:0;
}
object {margin: 5px 0 0 5px;}


ul {
        list-style-type: none;
}


li {
        margin: 0 1em 0 0;
}



fieldset {
        clear: right;
        background: #fafaee;                /* die Hintergrundfarbe fuer das Chatfenster */
        margin:0 0 0 0;
        padding: 3px 3px 0 3px;
        /* min-width: 8em; */
}

fieldset fieldset {
         background: #fafafa;        /* die Hintergrundfarbe fuer die Optionsfelder */
         padding: 2px 4px 4px 3px;
         margin-bottom: 3px;
         font-size:92%;
}
* html fieldset fieldset {
         float:right;
         width:20%;
}

/* Op und Safari hack (Op 9.1 kanns auch ohne): */
html:first-child>b\ody fieldset fieldset {
         margin-left: 79%;
          font-size: 100%;
}

.datum, .uhrzeit, .dt, .uz, .tr {
        font-size: .7em;
        color: #888;
}

.klein {
        font-size: .7em;
        margin: 0 0 .3em .3em;
}

#talk {
        margin: 0 6px 3px 0;
}

#wall {
        height: 22em;
        background:#fff;                /* die Hintergrundfarbe fuer das Nachrichtenfenster */
        overflow: auto;
        margin: 0 0 5px 0;
        border: 1px solid #888;
        padding: 3px;
        line-height: 1.1em;
}
* html #wall { height: 23.1em; }

#wall p {
        /* die beiden folgenden Zeilen bestimmen die Einrueckung */
        padding:  0 .5em 0 3.8em;
        text-indent: -3.4em;
        margin-bottom: 2px;
}

#wall .nick, #wall .nk {
        font-weight:900;
}

#line {
        width: 72%;
}


#op {margin:3px 0}

#ton {
        width: 0;
        height: 0;
}

#uo{
        display: inline;
        display:block; height: 15em; overflow-y:auto;overflow-x:hidden}
html:first-child>b\ody #uo { /* Opera Hack */
      overflow: auto;
}



#uo ul, #uo ul li {
        display: inline;
        display:block;        font-size:100%;
        margin: 0;
        padding:0 .1em;
}
#uo ul, #user_pro_room ul {
        background:#fff;
        border: 1px solid #bbb;
        padding: .2em 0 .25em .2em;
        line-height:1.3em;
}

#user_pro_room ul {font-size:.8em;}

#addsmileys {
        float:left;
        margin: 3px 0 0 5px;
        font-size: .8em;
}

dfn, .dot, #sr {
        position:absolute;
        left:-1000px;
        top:-1000px;
        width:0;
        height:0;
        overflow:hidden;
        display:inline;
}


.bg {background:#fafaee;}  /* der Hintergrund fuer den Admin */

.rooms form p span {
        display:block;
        background:#fafaee;
        font-size:115%;
        font-weight:bold;
        text-align:center;
        margin: 3px 0;
        padding:1px 25px 3px 0;
        border:1px solid #bbb;
}

label,
select,
input {
cursor: pointer;
}

* html .button {padding:0;}
*+html .button {padding:0;}


label {margin:0 3px}


#line, #handle, #room {
       background:#fff;
       cursor:text;
}


input {
      /* background:#fafafa;  wg upload wegkommentiert */
      margin: 0 0 0 0;
      padding-bottom: 2px;    /* um die Fx Rechtschreibpruefung zu sehen */
}

.away { border: 1px solid #5C513B;  padding: 1px; color: #5C513B;}


#menu1, #menu2, #room {width:50%}
* html #menu1, * html #menu2 {width:48%}



#opt2 {clear:left; padding-top: 5px}
.opt {
     margin: 0 0 2px 0;
     padding: 0;
}
* html .opt {margin: 0 0 -4px 0;}
.uolist {display:none;}
#upload {margin:8px 5px 3px 0; background: transparent; clear:left;}
#upload_2 p {margin: 5px 0;}
#addsmileys ul li a:visited span {color:#fafaee}
#addsmileys ul li a:hover span{color: #555}

#logout, .logout {
        text-align:center;
        color: #5C513B;
        margin:4px 1px 0 0;
        padding:3px 8px;
        border: 2px outset #C9C17D;
        background-color: #E6E2C4;
}
.logout a {text-decoration:none; color: #5C513B;}

.helplinks{margin:10px;}
.helplinks p a{margin-bottom: 5px;}

a.mp3 {
text-decoration: none;
padding-left: 20px;
background-image:url(img/audio.gif) !important;
background-repeat:no-repeat !important;
background-position: 0 50%  !important;
}

a.stop {
color:#fff;
background: #888 !important;
text-decoration:none;
font-size: 80%;
padding: 0 2px;
}
#ae {margin-bottom:.5em;}

#mp3 {display:block;}

#radio {text-align:center;}
#player_0 embed {max-width: 100%; outline:0; margin: 3px auto;}

#topic {
color:#8E882B;
margin:0 0 5px 9px;
font-weight:normal;
}

.ip {font-size: .8em; color: #aaa;}
.ip:before {        content:" IP:\00a0";}

.yta {color:black;font-weight:bold; font-family:Arial narrow; font-size: 1.2em;}
.ytb {font-family:Arial narrow; background:red;color:white;font-weight:bold;font-size: 1.2em; padding: 0 .2em; margin-left: .1em; border-radius:.4em;}