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;
}
html {
	padding: 10px;
	/* overflow: auto; */ /* verhindert zwar den Geisterscrollbalken im IE, macht aber sonst nur Ärger */
}

body {
	font-size:92.01%;	
	background:#ffffff; /* hier die Hintergrundfarbe angeben */
	/* mit den folgenden 4 Zeilen wird ein Hintergrundbild eingebunden */
	background-image:url(chat_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
}

h1 {
	font-size:1.4em;
	color:#373;
	line-height:125%;
}

h2 {
	font-size:.8em;
	margin: .5em 0 0 0;
	color:#343;
	line-height:125%;
}

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

p, ol li {
	font-size:.8em;
	color:#343;
	line-height:1.4em;
}

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


li {
	margin: 0 1em 0 0;
}

hr {
	color : #343;
	height : 1px;
	padding : 0;
	border-color : #343;
	border-width : 1px 0 0 0;
	border-style : solid;
	margin: 3px 0 6px 0;
}

* html hr {margin: 0;}

fieldset {
	clear: right;
	background: #eed;
	margin:0 0 3px 0;
	padding: 3px;
}

fieldset fieldset {
	background: #f7f7e7;
	padding: 3px 3px 6px 3px;
}

em {font-weight: 700}

/* 2 Op hacks: */
html:first-child>b\ody fieldset fieldset { 
	margin-left: 76%;
}

#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 */


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

#talk {
	margin: 0 3px 3px 0;
	float:left; width:75%; }

#wall {
	height: 15em;
	background:#fff;
	overflow: auto;
	margin: 0 0 3px 0;
	border: 1px solid #888;
	padding: .3em;
}

#wall p {
	margin:  0 0 .15em 2.5em;
	text-indent: -2.5em;
}

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

#line {
	width: 60%;
}

#hilfe {
	margin-top: 5em;
	margin-bottom: 30em;
	display:none;
}

#room {
	width: 90%
}

#ton {
	width: 0;
	height: 0;
}

#pos { position:absolute; top:0px; left:-500px; width:320px; padding:0px; margin:0px; border:0px; }

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