html,body,div,p,h1,h2,h3,h4,h5,ul,ol,span,form,img,li, fieldset, input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border:0;
	margin:0;
	padding:0;
	color: #c00; /* die Schriftfarbe fır alle Texte, kann fuer jedes Element individuell ueberschrieben werden */
}
html {
	padding: 10px 5px 0 5px;
	/* overflow: auto; */ /* verhindert zwar den Geisterscrollbalken im IE, macht aber sonst nur Aerger */
}

body {
	font-size:100.01%;
	font-weight:bold;
	background:#fff; 	/* hier die Hintergrundfarbe fuer die Seite */
	background-image:url(chat_bg6.jpg); /* hier ein Hintergrundbild einbinden */
        background-repeat:no-repeat;
        background-position: right 0;
}



h1 {
	font-size:1.4em;
	color:#bbb;		/* dies ist ein Beispiel fuer eine spezielle Schriftfarbe fuer die Ueberschrift */
	line-height:125%;
}
h1 span {color:#bbb}

h2 {
        color: #ced0e6;
	font-size:1.1em;
	line-height:125%;
}
.rooms h2 {margin-top:1em;}

h3, h4, h5 {
	font-size:.8em;
	margin-top: 1em;
	line-height:125%;
}

p, ol li, #uo, #help tr  {
	font-size:.8em;
	margin-bottom: .1em;
}

fieldset fieldset a {text-decoration:none;}

a {color:#c00}
a:link, a:visited {}
a:focus, a:hover {background:#fff;}

#addsmileys a:hover {background:none}

#user_pro_room em {
	font-weight: bold;
	font-style: normal;
	color: red;
}

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


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

#Anzeige {
        clear: left;
}
#Anzeige input {
	border:0;
        color:#c00;
	background:transparent;
}
#Zeit {
        width:5em;
        font-size:100%;
}
ul {
	font-size:.8em;
	list-style-type: none;
}


li {
	margin: 0 1em 0 0;
}

hr {
	display:none;
}


fieldset {
	clear: right;
	margin:0 0 3px 0;
	padding: 3px;
	min-width: 8em;
}



/* Op hack: */
html:first-child>b\ody fieldset fieldset {
	 margin-left: 79%;
}


#wrapper {
        margin: 0 5% 0 5%;
}

#wrapper:after, #opt:after { /* der Konq braucht das 1., der Op das 2. */
	content : ".";		
	display : block; 
	height : 0; 
	clear : both; 
	visibility : hidden;
}

/* Hides from IE-mac \*/
* html #opt {height: 1%;}
/* End hide from IE-mac */
/* End Op hacks */


.datum, .uhrzeit, .dt, .uz, .tr {
	font-size: .8em;
	color: #aaa;
}

.klein {
	font-size: .7em;
	margin: 0 0 .3em .3em;
}

#talk {
	margin: 0 3px 3px 0;
}

#wall {
	height: 26em;
	/*background:#fff1fa;*/		/* die Hintergrundfarbe fuer das Nachrichtenfenster */
	overflow: hidden;
	margin: 10px 10px 10px 0;
	padding: .3em;
	line-height: 1.1em;
}

/* Op hack < V9.0: */
        html:first-child>b\ody #wall {
      	overflow: auto;
}

#wall p {
        /* die beiden folgenden Zeilen bestimmen die Einrueckung */
	padding:  0 .5em 0 3.4em;
	text-indent: -3.4em;
}

#wall .nick, #wall .nk {
	font-weight:900;
}

#line {
	width: 72%;
}



#ton {
	width: 0;
	height: 0;
}
#uo {
	display: inline;
	display:block; min-height: 1.5em;}
* html #uo {
	height: 1.5em;}
#uo ul, #uo ul li {
	display: inline;
	display:block;	font-size:100%;
}
#uo ul, #user_pro_room ul, #opt form p {
	padding: .2em 0 .25em 0;
}


#user_pro_room ul li {
        padding:0;
        line-height:1.3em;
}
* html #user_pro_room ul li {
        line-height:1.2em;
}

#addsmileys {
	margin: 5px 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;
}
#f {margin-left:0;}

#opt input[type=submit] {margin-top:3px}


/* so wills der IE */
#talk input, .rooms input {
       background:#fff1fa;
       border:1px solid #c00;
       cursor:pointer;
}

#line, #handle, #room {
       border: 1px solid #c00;
       padding: 1px 0 1px 3px;
       /*background:#010e03;*/
       cursor:auto;
}

label, select {
       cursor:pointer;
       margin-left: 4px;
}

#menu1, #menu2 {width:6.5em}
.uolist {display:none;}
