/* Grundeinstellungen */
body         {margin: 0pt;
		 background-color: #F0F0F0;
		}

body,div,form,table
		{font-family: tahoma, verdana, sans-serif;
		 font-size: 8pt;
		}

/* Formatierungen für Textelemente */
p               {font-size: 8pt;}		/* Grundeinstellung für Textpassagen */

p.news          {text-align: justify;           /* Text Blockweise darstellen */
		 color: #E17C4B;		/* grössere Schriftgrösse, orange Schriftfarbe */
		}

p.content       {color: #E17C4B;}               /* Formatierung für Inhalte */ /* orange Schriftfarbe */


.lightgray      {color: #C8C8C8;}               /* Formatierung für Wars, Stats, NavBar (wenn nicht klickbar) */ /* hellgraue Schriftfarbe*/
.darkgray       {color: #4A4A4A;}               /* Formatierung für Poll */ /* dunkelgraue Schriftfarbe */

h1              {font-size:14pt;}
h2              {font-size:12pt;}
hr              {width:95%;
		 height:5px;
		 border:1px solid #E17C4B;
		 text-align:center;
		}

/* Formatierungen für Links */
a               {font-size: 10pt;		/* Grundeinstellung für Links */
		 color: #E17C4B;
		 text-decoration: none;
		}


a.content       {color: #E17C4B;}               /* Formatierung für Links in Inhalten */ /* orange Schriftfarbe */

a.lightgray     {font-size: 10pt;               /* Formatierung für Links in Wars */
		 color: #C8C8C8;}               /* hellgraue Schriftfarbe */

#loginbox, #loginbox a, .stats
		{font-size: 10pt;               /* Formatierung für Links in Loginbox */
		 color: #C8C8C8;}               /* hellgraue Schriftfarbe */

a.darkgray      {font-size: 10pt;               /* Formatierung für Links in Poll */
		 color: #4A4A4A;}               /* dunkelgraue Schriftfarbe */

.login          {color: #E17C4B;
		 background-color:#747674;
		 border: 1px #ffffff solid;
		 width: 140px;
		 font-size: 8pt;
		 text-align: center;
		 }

select, input, textarea
		{background-color: #F0F0F0;
		 color: #E17C4B;
		 border: 1px #ffffff solid;
		}

.stats          {color: #C8C8C8;
		 font-size: 8pt;
		}

/* Teamspeak3 Viewer */
#ts3view {
    margin-left:0.25em;
    text-align:left;
}

#ts3view ul.channels {
    list-style:url(tsimages/channel.png);
    margin:0;
    padding:0 0 0 2em;
}

#ts3view ul.players {
    list-style:url(tsimages/player.png);
    margin:0;
    padding:0 0 0 2em;
}

#ts3view ul img {
    vertical-align:middle;
}

/* TO:C Players Database */
#toc-db {
    margin: 0;
    padding: 0;
}
div#toc-db { margin: 0 1em;text-align:center; }
#toc-db .row { background-color: #C8C8C8; }
#toc-db a { color: black; }
#toc-db img { border-width: 0; }
#toc-db select, #toc-db input, #toc-db textarea { border-color: black; }
#toc-db form { display: inline; }