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: #00ff00; /* die Schriftfarbe fuer alle Texte, kann fuer jedes Element individuell ueberschrieben werden */
}
html {
	padding: 10px 10px 0 10px;
	/* overflow: auto; */ /* verhindert zwar den Geisterscrollbalken im IE, macht aber sonst nur Aerger */
}

body {
	font-size:100.01%;
	background:#000; 	/* hier die Hintergrundfarbe fuer die Seite */
	
}
a{text-decoration: none;}


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

h2 {
	font-size:.8em;
	line-height:125%;
}

.rooms h2 {margin-top:1em;}

/*.bg {background:#2a2a2a}*/

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

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

fieldset fieldset a {text-decoration:none;}

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

#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 */
	content:"\00A0\221A";
}


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


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:20px 0 0 0;
         border:1px solid #888;
}

#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: .7em;
	color: #aaa;
}

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

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

#wall {
	height: 22em;
	background:#000;		/* die Hintergrundfarbe fuer das Nachrichtenfenster */
background-image:url(../images/Logos.jpg); /* hier ein Hintergrundbild einbinden */
        background-repeat:no-repeat;
        background-position: center top;
	overflow: auto;
	margin: 10px 10px 10px 0;
	padding: .3em;
	line-height: 1.1em;
}

#wall p {
        /* die beiden folgenden Zeilen bestimmen die Einrueckung */
	padding:  0 .5em 0 3.8em;
	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 15px;
}


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:10px;}

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


/* so wills der IE */
#talk input, .rooms input {
       color:#fff;
       background:#333;
       border:1px solid #888;
       cursor:pointer;
}

#datum, #uhr, #sound, #nickfarben {
      border: 0;
      background: transparent;
}

#line, #handle, #room {
       border: 1px solid #888;
       padding: 2px 0 2px 3px;
       color:#fff;
       background:#000;
       cursor:text;
}

label, select {
       cursor:pointer;
}
label {margin:0 3px}


#menu1, #menu2, #room {width:45%}


.uolist {display:none;}
#upload {margin:8px 0 0 6px;}

#logout, .logout {
        text-align:center;
        margin:4px 18px 4px 0;
        padding:3px 8px;
        border: 2px outset #eee;
        background-color: #000;
}
.logout a {text-decoration:none;}


.button {padding: 1px; margin-left:3px;}
.helplinks p a {background: black; color:white}
.helplinks p a:focus,
.helplinks p a:hover,
.helplinks p a:active
 {background: #00a; text-decoration:none}
