
/* CSS fuer Skin 7 PDA */

html,body,div,p,h1,h2,h3,h4,h5,ul,ol,span,form,img,li {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	border:0;
	margin:0 auto;
	padding:0;
	color: #343; /* die Schriftfarbe fuer alle Texte, kann fuer jedes Element individuell ueberschrieben werden */
}

p, ul li, #uo, #upload input {
	margin-bottom: 2px;
}

a {color: blue;}

#uo li {
        font-size:100%;
        margin-right: 1em;
}


ul {margin: 0 1em;}

a:link, a:visited {}
a:focus, a:hover {background:#eee;}

#wall img {max-width: 100%;}     /* der IE kann das erst ab Version 7 */

fieldset {
	clear: right;
	background: #fafaee;		/* die Hintergrundfarbe fuer das Chatfenster */
	margin:3px 0 0 0;
	padding: 3px;
}

#addsmileys ul {margin: 3px 0 0 0;}
#addsmileys ul li{display:inline;}


h1, h3,
.rooms p img,
#switch,
.dot,
dfn,
/* input, #opt, #farben, .rooms p, #opt2, */  /* diese Zeile entkommentieren, um eine Infobox zu erstellen */
/* fieldset fieldset,    */            /* diese Zeile entkommetieren um alle Optionen auszublenden */
#Anzeige,
#Uhr_Anzeige,
#addsmileys ul,
#header {
        display:none;
}

h2 {
font-size:1em;
margin: .5em 0 0 0;
}



#user_pro_room ul, #uo ul{
margin:0;

}


#user_pro_room ul li {
       display:inline;
}

#uo ul li{list-style:none;display:inline}


#talk {
   font-size: 100%;
	margin: 0 3px 3px 0;
}

#wall {
	height: 15em;
	background:#fff;		/* die Hintergrundfarbe fuer das Nachrichtenfenster */
	overflow: auto;
	margin: 0 0 5px 0;
	border: 1px solid #888;
	padding: 1px 3px;
}

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




.bg {background:#fafaee;}  /* der Hintergrund fuer den Admin */

#line {width:95%}

input {
      background:#fafafa;
      margin: 0 0 0 0;
      font-size: 100%;
}
.button {margin: 5px 0;}
.opt {
     display:block;
     float:left;
     margin-top: .2em;
}
#menu1 {margin-right:1em}  /* damit's untereinander steht */

#menu1, #menu2{
     width:288px;
     margin: 4px 0;
  font-size: 1em;
}

#room {
     width:50%;
     margin-top: 5px;
}



#logout, .logout, .button {
	margin:5px 1px 2px 0;
	padding:2px 8px;
	background-color: #fff;
	border: 1px solid #555;
  	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d1d1d1));
	background: -moz-linear-gradient(top,  #fff,  #d1d1d1);
	font-size: 1em;
	width: 270px;
}
.button {width: 3em;}

#logout a, .logout a {font-family: sans-serif; text-decoration:none; color: #222 !important; font-weight: normal !important;} 
 

embed {width: 100%; height: 75%; }


a.stop {
color:#fff;
background: #888 !important;
text-decoration:none;
font-size: 80%;
padding: 1px 7px;
border-radius: 2em;
}

#upload {
  border:none;
  margin:0 0 1em 0;
}

#upload legend {font-size:1em !important;}


