
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: #202020; /* die Schriftfarbe für alle Texte, kann für jedes Element individuell überschrieben 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: 12;	
	background:#4f515b; 	/* hier die Hintergrundfarbe für die Seite */
	/* mit den folgenden 4 Zeilen wird ein Hintergrundbild eingebunden */
	/* wer das nicht will, einfach die folgenden 4 Zeilen raus */
	background-image:url(chat_bg2_t6.gif);
	background-repeat:repeat-x;

}

#help {
      background-image:url(chat_bg_t6.jpg);
      background-attachment:fixed;
      padding: 20px;
      border: 1px solid #fff;
}


h1 {
	font-size:2em;
	font-weight: normal;
	color:#961616;		/* dies ist ein Beispiel für eine spezielle Schriftfarbe für die Überschrift */
	line-height:125%;
}
h1 span {color:#961616}

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:#961616;}
a:focus, a:hover {color:#961616; background:#ccc;}

#user_pro_room em {
	font-weight: bold;
	font-style: normal;
	color: red;
	position:relative; top:.15em; /* hm? */
}

#user_pro_room em:after { /* das geht natürlich im IE nicht */
	font-size:.8em;
	content:"\00A0\221A";
}


#addsmileys ul li, #farben ul li {
	display:inline;
	margin:0;
}

#Anzeige {
         clear: left;
         border:1px solid #888;
         padding: 1px 0 0 0;
         margin: 3px 1px 0 0 ;
         background: #fff;
         text-align: center;
}
#Anzeige input {
	border:0;
        color:#eee;
	background:transparent;
}

#Zeit {
        width:4em;
        font-size:100%;
}

ul {
	font-size:.8em;
	list-style-type: none;
}


li {
	margin: 0 1em 0 0;
}



fieldset {
	clear: right;
	background: #fafaee;		/* die Hintergrundfarbe für das Chatfenster */
	margin:0 0 0 0;
	padding: 3px 3px 0 3px;
	/* min-width: 8em; */
}

fieldset fieldset {
         background: #fafafa;	/* die Hintergrundfarbe für 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%;
}

.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 {
	
	background:#fff;		/* die Hintergrundfarbe für das Nachrichtenfenster */
	overflow: auto;
	margin: 0 0 5px 0;
	border: 1px solid #888;
	padding: 3px;
	line-height: 1.1em;
}
* html #wall { height: 100px; }

#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;
	
}
* html #uo {
	
}

#uo ul, #uo ul li {
	display: inline;
	
	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;
}

#addsmileys {
	margin: 3px 0 0 5px;
}

dfn, .dot, #sr {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}

#switch {
	position:absolute;
	left:-1000px;
	top:-1000px;
}

.bg {background:#fafaee;}  /* der Hintergrund für 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}

#Anzeige p, #Anzeige p label, #Zeit {cursor:default}

#line, #handle, #room {
       background:#fff;
       cursor:auto;
}


input {
      /* background:#fafafa;  wg upload wegkommentiert */
      margin: 0 0 0 0;
      padding-bottom: 2px;    /* um die Fx Rechtschreibprüfung zu sehen */
}

#menu1 {float: left;}
#menu1, #menu2, #room {width:50%}
* html #menu1, * html #menu2 {width:48%}



#opt2 {clear:left; padding-top: 5px}
.opt {
     display:block;
     float:left;
     margin: 0 0 2px 0;
     padding: 0;
}
* html .opt {margin: 0 0 -4px 0;}
.uolist {display:none;}
#upload {margin:8px 5px 3px 0;}
#upload_2 p {margin: 5px 0;}
#addsmileys ul li a:visited span {color:#fafaee}
#addsmileys ul li a:hover span{color: #555}

#logout {
        text-align:center;
        margin:4px 1px 0 0;
        padding:3px 8px;
        border: 2px outset #eee;
        background-color: #ddd;
}