body {
   scrollbar-face-color: #444;
   scrollbar-track-color: #666;
   scrollbar-base-color: #222;
   background: black;
   margin: 20px 10px;
	background-image: url(img/stoff.gif);
}

body.panel {
   margin: 10px;
	background-image: url(img/panel.jpg);
}

body.frame {
	background-image: url(img/stoff90.gif);
	background-attachment: fixed;
	margin-top: 0px;
}

body.intern {
   margin: 15px;
	background-attachment: fixed
   width: 300px;
}

h3 {
   font-family: tahoma;
   font-size: 18px;
   font-weight: bold;
   color: white;
}

a {
   color: #ffffcc;
}

.ft {
   font-family: tahoma;
   font-size: 12px;
   color: #fff;
   line-height: 1.4em;
}

.sft {
   font-family: tahoma;
   font-size: 11px;
   color: #fff;
   line-height: 1.4em;
}

.menu {
   font-family: Tahoma;
   font-size: 11px;
   font-weight: bold;
   color: #320;
}

.klein {
   font-family: Tahoma;
   font-size: 11px;
   color: white;
   line-height: 1.3em;
}

.eingabe {
   font-family: Tahoma;
   font-size: 12px;
   color: black;
   background-color: #aaaaaa;
}

.login {
   background: white;
   border: 5px double #777;
   color: black;
}

.history {
   filter: alpha(opacity=60);
   font-family: Tahoma;
   font-size: 11px;
   color: white;
}
tr.history {
   background: #444;
}

.interntitel {
	font-size: 18px;
   font-weight: bold;
   color: #ff0;
}

table.interntab {
	border: 1px solid #777;
   width: 100%;
}
th.interntab {
	background: #008;
   color: white;
   padding: 3px;
   height: 20px;
}
td.interntab {
	background: #666;
   padding: 3px;
}
.funkbutton {
	font-family: tahoma;
	font-size: 9px;
   width: 32px;
   height: 20px;
   text-align: center;
}