/* Teamspeak Display Preview Release 3                                       */
/* Copyright (C) 2005  Guido van Biemen (aka MrGuide@NL)                     */
/*                                                                           */
/* This program is free software; you can redistribute it and/or modify      */
/* it under the terms of the GNU General Public License as published by      */
/* the Free Software Foundation; either version 2 of the License, or         */
/* (at your option) any later version.                                       */
/*                                                                           */
/* This program is distributed in the hope that it will be useful,           */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of            */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             */
/* GNU General Public License for more details.                              */
/*                                                                           */
/* You should have received a copy of the GNU General Public License         */
/* along with this program; if not, write to the Free Software               */
/* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */

@charset "utf-8";
#teamspeakdisplay  img {
	border: 0px;
}
#teamspeakdisplay table {
	border-collapse: collapse;
	border-spacing: 0px;
}
#teamspeakdisplay td {
	font: arial, verdana,helvetica;
	padding: 0px;
	white-space: nowrap;
	vertical-align: top;
}
#teamspeakdisplay td.teamspeakserver {
	padding-left: 2px;
	font-weight: bold;
}
#teamspeakdisplay td.teamspeakchannel {
	padding-left: 2px;
}
#teamspeakdisplay td.teamspeaksubchannel {
	padding-left: 2px;
}
#teamspeakdisplay td.teamspeakplayer {
	padding-left: 2px;
	color: #FFFFFF;
}
#teamspeakdisplay a.teamspeakserver {
	font: arial, verdana,helvetica;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#teamspeakdisplay a.teamspeakserver:hover {
	color: #00FF00;
}
#teamspeakdisplay a.teamspeakchannel {
	font: arial, verdana,helvetica;
	font-weight: bold;
	text-decoration: none;
	color: #DAD8E8;
}
#teamspeakdisplay a.teamspeakchannel:hover {
	color: #00FF00;
}
#teamspeakdisplay a.teamspeaksubchannel {
	font: arial, verdana,helvetica;
	font-weight: bold;
	text-decoration: none;
	color: #DAD8E8;
}
#teamspeakdisplay a.teamspeaksubchannel:hover {
	color: #00CC00;
}

/* Cybernetic World Design (v3) */

body {
	color: #FFFFFF;
	background-color: #262434;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
}

img {
	border: 0px;
}
a {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
A:hover {
	color: #00FF00;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
body { 
	height: 101%; 
	background-image: url(anmeldung_bilder/backd.jpg);
	/* background-repeat: no-repeat; */
	background-repeat: repeat-x;
	background-position:center top;	
	background-attachment:fixed;
	
	/* margin-top:30px */
}

/* normale Tabelle */
table.cwtable {
	border-collapse: collapse;
	width: 712px;
}

/* innere Tabelle mit der Seite */
table.cwinnen {
	background-color: #3C4157;
	border-width:0px;
	border-collapse: collapse;
}

/* Oberer Bilderrahmen ohne angrenzende Titelzeile (normale Hintergrundfarbe)  */
td.ogooglel{
	background-image: url("anmeldung_bilder/img_ogooglel.png");
	width: 6px;
	height: 6px;
}
td.ogooglem{
	background-image: url("anmeldung_bilder/img_ogooglem.png");
	height: 6px;
}
td.ogoogler{
	background-image: url("anmeldung_bilder/img_ogoogler.png");
	width: 6px;
	height: 6px;
}

/* Oberer Bilderrahmen angrenzend an Titelzeile */
td.ol{
	background-image: url("anmeldung_bilder/img_ol.png");
	width: 6px;
	height: 6px;
}
td.om{
	background-image: url("anmeldung_bilder/img_om.png");
	height: 6px;
}
td.or{
	background-image: url("anmeldung_bilder/img_or.png");
	width: 6px;
	height: 6px;
}

/* Titelzeile mit Trennlinie unten */
td.tl{
	background-image: url("anmeldung_bilder/img_tl.png");
	height: 6px;
	border-bottom: 1px solid  #9591A4;
}
td.tm{
	background-color: #3C4157;
	border-bottom: 1px solid  #9591A4;
	background-image: url(anmeldung_bilder/balken_003.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
td.tr{
	background-image: url("anmeldung_bilder/img_tr.png");
	height: 6px;
	border-bottom: 1px solid  #9591A4;
}

/* Titelzeile mit Trennlinie unten UND mehr Abstand oben, wenn es eine eingeschobene Titelleiste ist.*/
td.tlma{
	background-image: url("anmeldung_bilder/img_tl.png");
	height: 6px;
	border-bottom: 1px solid  #9591A4;
}
td.tmma{
	background-color: #3C4157;
	border-bottom: 1px solid  #9591A4;
	background-image: url(anmeldung_bilder/balken_003.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
td.trma{
	background-image: url("anmeldung_bilder/img_tr.png");
	height: 6px;
	border-bottom: 1px solid  #9591A4;
}

/* Normale Zeile ohne Trennlinie unten */
td.nl {
	background-color: #3C4157;
	background-image: url("anmeldung_bilder/img_nl.png");
	height: 6px;
}
td.nm {
	background-color: #3C4157;
	padding-top: 5px;
	/* padding-bottom: 2px; */ /* ändert nichts */
	padding-left: 3px;
	padding-right: 3px;
}
td.nmptrenn {
	background-color: #3C4157;
	border-right: 1px solid  #9591A4;
	padding-top: 5px;
	/* padding-bottom: 2px; */ /* ändert nichts */
	padding-left: 3px;
	padding-right: 3px;
}
td.nr {
	background-color: #3C4157;
	background-image: url("anmeldung_bilder/img_nr.png");
	height: 6px;
}

/* Normale Zeile mit Trennlinie unten */
td.nltrenn {
	background-image: url("anmeldung_bilder/img_nl.png");
	border-bottom: 1px solid  #9591A4;
	height: 6px;
}
td.nmtrenn {
	background-color: #3C4157;
	border-bottom: 1px solid  #9591A4;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
td.nmtrennprechts {
	background-color: #3C4157;
	border-bottom: 1px solid  #9591A4;
	border-right: 1px solid  #9591A4;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
}
td.nrtrenn {
	background-image: url("anmeldung_bilder/img_nr.png");
	border-bottom: 1px solid  #9591A4;
	height: 6px;
}

/* Normale Zeile mit Trennlinie oben */
td.vl {
	background-image: url("anmeldung_bilder/img_nl.png");
	width: 6px;
	border-top: 1px solid  #9591A4;
	padding-top: 4px;
}
td.vm {
	background-color: #3C4157;
	border-top: 1px solid  #9591A4;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
}
td.vmptrenn {
	background-color: #3C4157;
	border-top: 1px solid  #9591A4;
	border-right: 1px solid  #9591A4;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
}
td.vr {
	background-image: url("anmeldung_bilder/img_nr.png");
	width: 6px;
	border-top: 1px solid  #9591A4;
	padding-top: 4px;
}

/* Unterer Bilderrahmen */
td.ul{
	background-image: url("anmeldung_bilder/img_ul.png");
	width: 6px;
	height: 6px;
}
td.um{
	background-image: url("anmeldung_bilder/img_um.png");
	height: 6px;
}
td.umptrenn{
	background-image: url("anmeldung_bilder/img_um.png");
	border-right: 1px solid  #9591A4;
	height: 6px;
}
td.ur{
	background-image: url("anmeldung_bilder/img_ur.png");
	width: 6px;
	height: 6px;

}

/* Buttons und Felder (Vorlage: Sulfur_1024 aus dem MMM) */

input.anmelde, select {
	scrollbars: none;
	border: 2px solid #9591A4;
	background: #3C4157;
	color:#FFFFFF;
	
}
