

body {
background-image: url('../pics/startile.jpg');
background-color: #000000;
color: white;
font-family: sans-serif;
font-size: 16px;
SCROLLBAR-DARKSHADOW-COLOR: #3C3391;
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-FACE-COLOR: #003366;
SCROLLBAR-SHADOW-COLOR: #0099FF;
SCROLLBAR-HIGHLIGHT-COLOR: #003366;
SCROLLBAR-3DLIGHT-COLOR: #0099FF;
SCROLLBAR-ARROW-COLOR: #FFFFFF
}

a {
color: #0099FF;
}

textarea {
font-size: 14px;
}


/* Gestaltung der Formulare */

table.input_back {
background-color: #333333;
}

.input_box {
border: 1px solid #3300CC;
}

input {
background-color: #333333;
border: 1px solid #3300CC;
font-family: sans-serif;
font-size: 14px;
color: white;
}




/* Tabellendesign des alten Newssystems */

table.news {
border-collapse: collapse;
background-image: url('../pics/transparent_weiss_shooter.gif');
}

table.news td {
color: white;
font-size: 14px;
}

table.news td.head {
background-image: url('../pics/head_bg_shooter.gif');
color: white;
line-height: 160%;
font-family: serif;
font-size: 16px;
}



/* Botlogs anzeigen lassen */

span.log_ircinfo {
color: yellow;
}



/* Eingabeformulare Textmodus */

input.input_text_edit_headline {
background-color: #333333;
border: 1px solid #3300CC;
font-family: serif;
font-size: 14px;
color: white;
}


textarea.textarea_text_edit_headline {
background-color: black;
border: 1px solid white;
font-family: sans-serif;
font-size: 14px;
color: white;
}








