
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 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: 91%;
        max-width:60em;
        margin: auto;
	font-size:100.01%;
	background-color:#fff !important; 	/* hier die Hintergrundfarbe für die Seite */
	background-image:url(img/chat_bg8.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	background-attachment:fixed;
}


h1 {
	font-size:1.4em;
	color:#373;		/* dies ist ein Beispiel für eine spezielle Schriftfarbe für die Überschrift */
	line-height:125%;
}
h1 span {color:#373}

h2 {
	font-size:.8em;
	color:#676;
	line-height:125%;
        margin: 1em 0 .3em 0;
}
h2 a, h2 a span {color:#676;}

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:#00f;}
a:focus, a:hover {background:#fafafa;}



#addsmileys ul li, #farben ul li {
	display:inline;
	margin:0;
}



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;
        padding: 8px 10px;
        border:solid 4px #ddd;
        -moz-border-radius:18px;
        -khtml-border-radius:18px;
        /* min-width: 8em; */
}


fieldset fieldset {
         background: #fafafa;	/* die Hintergrundfarbe für die Optionsfelder */
	 /* padding: 2px 4px 4px 3px; */
	 margin-bottom: 3px;
	 font-size:92%;
}


fieldset fieldset, #wall {
         padding: 5px;
         border:solid 2px #ccc;
         -moz-border-radius:6px;
         -khtml-border-radius:6px;
}

* html fieldset fieldset {
         margin: 0 0 0 0;
         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 0 0;
}

#wall {
	height: 22em;
	background:#fff;		/* die Hintergrundfarbe für das Nachrichtenfenster */
	overflow: auto;
	margin: 0 0 5px 0;
	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 {
      border:solid 2px #ccc;
      -moz-border-radius:8px;
      -khtml-border-radius:8px;
      background:#fff;
      padding: 5px;
	display: inline;
	margin-top: .3em;
	display:block; height: 13em; overflow-y:auto; overflow-x:hidden}

html:first-child>b\ody #uo { /* Opera Hack */
      overflow: auto;
}

#uo a, #user_pro_room a {color:#343;text-decoration:none}

#uo ul, #uo ul li {
	display: inline;
	display:block;padding:0 .1em;	font-size:100%;
	margin: 0;
}
#uo ul {
	padding: .2em 0 .5em .0em;
      line-height:1.3em;
      margin-top:4px;
}





#user_pro_room {
      padding: 5px;
      margin-top:3px;
      background: #fff;
      border:solid 2px #ccc;
      line-height: 1em;
      -moz-border-radius:8px;
      -khtml-border-radius:8px;
	display: inline;
	display:block; height: 3.2em; overflow-y:auto; overflow-x:hidden;
}

html:first-child>b\ody #user_pro_room { /* Opera Hack */
      overflow: auto;
}

#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 */
	content:"\00A0\221A";
}


#addsmileys {
	margin: 3px 0 0 5px;
}

dfn, .dot {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}

#switch {
	position:absolute;
	left:-1000px;
	top:-1000px;
}

.bg {background:#fafaee; -moz-border-radius: 8px; -khtml-border-radius: 8px;}  /* der Hintergrund für den Admin */



label,
select,
input {
cursor: pointer;
}


label {margin:0 0 0 3px}


#line, #handle, #room {
       background:#fff;
       cursor:auto;
}


input {
      background:#fff;
      margin: 0 0 0 0;
      padding: 2px;
      border:solid 2px #ccc;
      -moz-border-radius:6px;
      -khtml-border-radius:6px;
}
.button {
      font-weight: bold;
      color:#676;
      padding:1px;
      border:outset 2px #ddd;
}
* html .button {padding:0;}
*+html .button {padding:0;}

#datum, #uhr, #sound, #nickfarben {
      border: 0;
      background: transparent;
}

#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;}
*+html .opt {margin: 0 0 -4px 0;}   /* oh je, der erste IE7 Hack */


.uolist {display:none;}
#upload {margin:8px 5px 3px 0; background: transparent;}
#upload_2 p {margin: 5px 0;}
#addsmileys ul li a:visited span {color:#fafaed}
#addsmileys ul li a:hover span{color: #555}



.helplinks{margin:10px;}
.helplinks p a{margin-bottom: 5px;}

#logout {
        text-align:center;
        margin:4px 1px 4px 0;
        padding:3px 8px;
        background-color: #fafafa;
        border:outset 2px #ddd;
        -moz-border-radius:6px;
        -khtml-border-radius:6px;

}
* html #logout {
        border: 2px outset #eee;
}

#logout a {color:#676;}

#file {
        background: #fafafa;
        border:2px solid transparent;
}
* html #file {border: 2px solid #fafafa}

a:hover {display:inline; margin:0;}

#Uhr_Anzeige2 {margin-left: .2em;}

/* falls nur 1 Raum, folgende Zeile entkommentieren: */
/* #user_pro_room {display:none} */