@charset "utf-8";
/* CSS Document */

body {
  background-color: #333333;
  background-image: url('Bilder/DDvX_bg.jpg') ;	
  background-attachment:fixed;
  background-position: 50% 0%;
  background-repeat:no-repeat;
  margin:0; 
  padding:0;
}

td
{
  font-family: Verdana;
  font-size: 12px;
  color: #FFF;
}

a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a
{
    color: #d00000;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

a.
{
	color: #666;
}

a:hover
{
  text-decoration: none;
}

a.box
{
    color: #d00000;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
}

a.box:hover
{
  text-decoration: none;
  color: #C10000;
}

.Chead
{
  background: #252525;
  background-image: url('Bilder/chead.png') ;	
  color: #c5c5c5;
}

.Chead a
{
  color: #d00000;
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
  background: #5e0000;
  color: #c5c5c5;
}

.Callg
{
  background-color: #EFEFEF;
	color: #FFF;
}

.Callg td
{
  color: #000000;
}

.Cnorm
{
  background-color: #070707;
}
.Cmite
{
  background-color: #101010;
}
.Cdark
{
  background-color: #222222;
}

.rand
{
  border: solid #222222 1px;
}

.smalfont
{
    font-size: 10px;
	text-decoration: none;
}

.border
{
   background-color: #303030;
}
hr
{
        height: 0px;
		border: solid #660000 0px;
		border-top-width: 1px;
}

input, textarea, select
{
    color: #000000;
    font: 12px Verdana;
    border-color: #851818;
  	border-width: 1px;
    border-style: solid;
    font-weight: none;
    text-decoration: none;
    background-color: #EFEFEF;
}
#toggle { display: none; }