/* gamecraft-stylesheet blau-gelb-gruen */
/* ----------------------------------------------------------------------------------------------------------------------- */
body      { background-color:#122;} 
body,td,label,button   { font-family:verdana,arial,sans-serif; font-size:10pt; color:#cc9; } 
label,button {font-size:30pt; }
button {color:#122;}
td        { vertical-align:top; padding:2px; } 
h3        { color:#ff0; font-size:120% } 
h4        { color:#ff0; font-size:110%  } 
input,textarea { background-color:#035; color:#cc9; font-size:10pt; font-weight:bold;  } 
em        { background-color:#609; color:#ff0; font-weight:bold; border:1px solid #ff0; padding:4px  }
a:link    { color:#5f5; text-decoration:none; font-weight:bold; } 
a:visited { color:#5c5; text-decoration:none; font-weight:bold; } 
a:active  { color:#ff0; text-decoration:underline; font-weight:bold; } 
a:hover   { color:#fff; text-decoration:underline; font-weight:bold; } 

.news,.info,.zitat { background-color:#256; color:#cd9; padding:8px; border: solid #996 1px; } 
.zitat      { margin:8px; background-color:#257; font-weight:normal } 
.knopp      { background-color:#9a9; color:#024; } 
.Lbutt       { background-color:#024; font-size:8pt; color : #ccdd99; border: solid #996 1px; padding : 2px; } 
.error      { background-color:#900; color:#ff0; font-weight:bold; } 
/* ----------------------------------------------------------------------------------------------------------------------- */
/* gamecraft-stylesheet Scrollbars */
/* ----------------------------------------------------------------------------------------------------------------------- */
body,textarea {
  scrollbar-base-color:#345;
  scrollbar-3dlight-color:#567;
  scrollbar-arrow-color:#fff;
  scrollbar-darkshadow-color:#000;
  scrollbar-face-color:#667;
  scrollbar-highlight-color:#789;
  scrollbar-shadow-color:#000;
  scrollbar-track-color:#234;
}
/* ----------------------------------------------------------------------------------------------------------------------- */
.innen      { padding:0px; margin:0px; }
 .blau,input,select { background-color:#001122; color:#cccc99; }
 .meer       { background-image:url(gfx/meer_240.jpg); }
 .meer_r       { background-image:url(gfx/meer_240_r.jpg); }
 
/*.butt       { background-color:#024; width:100%; color : #ccdd99; border: solid #996 1px; padding : 2px; }*/
 .butt{ 
     background-color:#001122; 
     color:#ffee00; 
     padding:1px;
     border-style:solid; 
     border-width:1px; 
     border-color:#cccc99; 
     text-align:center; 
     margin:1px; 
     width:100%;
     font-size:31pt;
 }
 a.ibutt:link, a.ibutt:visited { 
     color:#ffee00; 
     font-size:10pt; 
     text-decoration:none; 
 }
 a.ibutt:hover,a.ibutt:active  { 
     color:#eeff00; 
     font-size:10pt; 
     text-decoration:underline; 
     background-color:#330011; 
 }

#msg
{
    position:absolute; 
    top:0px; 
    left:1px; 
    width:930px; 
    height:60px; 
    border: 5px solid blue; 
    text-align:center;
    font-size: 36px;
}

#btnonline
{
    height: 75px;
    width: 150px;
}

.zelle_l
{
  background-image: url('./sprite_l.png');
  background-position-x: 0px;
  background-position-y: 0px;
  position: absolute;
  height: 60px;
  width:  60px;
  visibility: visible;
}

.zelle_s
{
  background-image: url('./sprite_s.png');
  background-position-x: 0px;
  background-position-y: 0px;
  position: absolute;
  height: 32px;
  width:  32px;
  visibility: visible;
}