/* gamecraft-stylesheet blau-gelb-gruen Variante Marine */
/* ----------------------------------------------------------------------------------------------------------------------- */
body      { background-color:#122; background-image:url(kratzer_320.jpg); } 
body,td   { font-family:verdana,arial,sans-serif; font-size:10pt; color:#cc9; } 
td        { vertical-align:top; padding:2px; } 
h3        { color:#ff0; font-size:120% } 
h4        { color:#ff0; font-size:110%  } 
label     { font-weight:bold; }
input,textarea { background-color:#035; color:#cc9; font-size:10pt; font-weight:bold; -moz-border-radius:12px; border-radius:12px;  } 
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; background-color:#660; } 

.rund     { border:solid 1px #fff; border-radius:12px; -moz-border-radius:12px 12px 12px 12px; overflow:hidden }
.info,.topliste { color:#cd9; padding:8px; border: outset #035 2px; border-radius:12px; -moz-border-radius:12px 12px 12px 12px   } 
.info       { background-color:#256; }
.topliste   { background-color:#012; }

.zitat      { margin:8px; font-weight:normal } 
.knopp      { background-color:#9a9; color:#024; border-radius:12px; -moz-border-radius:12px }
.butt       { background-color:#024; color:#cd9; border:1px outset #012; border-radius:12px; padding:2px 8px; border-radius: 12px; -moz-border-radius:12px 12px 12px 12px; } 
.error      { background-color:#900; color:#ff0; font-weight:bold; } 

.opaci5     { opacity:0.5; filter:alpha(opacity=50); -moz-opacity:0.5; }



/* ----------------------------------------------------------------------------------------------------------------------- */
/* 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;
}
/* ----------------------------------------------------------------------------------------------------------------------- */
