.menu {
	display:block;
	color: #FFFFFF; 
	font-size: 12px;
	width: 225px;
	height: 30px;
	line-height:30px;
	text-align:left;
	text-indent: 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('Bilder/cd-35-mbutton.png');
	background-repeat: no-repeat; }
	
.menu:hover {
	display:block;
	color: #CCCCCC;  
	font-size: 12px;
	width: 225px;
	height: 30px;
	line-height:30px;
	text-align:left;
	text-indent: 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('Bilder/cd-35-mbutton_h.png');
	background-repeat: no-repeat; } 

body    { 
  background: #0b0b0b url('Bilder/bg.jpg') ;
  background-attachment:fixed;  
  background-position:top center;
  background-repeat:repeat;
  margin : 0 auto; }


.hmenu {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;  }

/* Ueberschrift der Boxen auf der Linken Seite */
.menuuberschrift_l {
	color: #CCCCCC; 
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;}
/* Ueberschrift der Boxen auf der Rechten Seite*/
.menuuberschrift_r {
	color: #CCCCCC; 
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;  }

/* Klasse fuer Verlinkungen */
a {
	color: #CCCCCC; 
	text-decoration: none; }
			
/* Klasse fuer Verlinkungen {MOUSEOVER} */
a:hover {
	color: #02c1ff; 
	text-decoration: none; }

/* Klasse fuer Verlinkungen in Boxen */
a.box {
	color: #CCCCCC; 
	text-decoration: none; }
		
/* Klasse fuer Verlinkungen in Boxen {MOUSEOVER} */
a.box:hover {
	color: #02c1ff;  
	text-decoration: none; }

/* Klasse fuer Kopfzeilen wie bei Userliste oder Forum */
.Chead, .Chead td, .Chead th, .Chead td strong, .Chead h4, .Chead td b {
	color: #cccccc; 
	background-image: -webkit-linear-gradient(top, #333333, #111111);
	background-image: -moz-linear-gradient(top, #333333, #111111);
    background-image: -o-linear-gradient(top, #333333, #111111);
	background-image: -ms-linear-gradient(top, #333333, #111111);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111'); } 

.Callg {
	background-color: #151515;
	color: #CCCCCC;  }

.Callg td {
  color: #CCCCCC;   }
  
/* Background der Seite, oft abwechseln von Cnorm zu Cmite, wird im Forum, Userlist, Gbook eigt Ueberall genutzt*/
.Cnorm {
  background-color: #151515; }
  
/* Background der Seite, oft abwechseln von Cnorm zu Cmite, wird im Forum, Userlist, Gbook eigt Ueberall genutzt*/
.Cmite {
  background-color: #1c1c1c; }

/* Wird wenig genutzt is aber Sinnvoll diese Klasse wie Cnorm oder Cmite einzustellen */
.Cdark, .Cdark td, .Cdark th, .Cdark td strong, .Cdark h4, .Cdark td b {
	color: #cccccc; 
	background-image: -webkit-linear-gradient(top, #333333, #111111);
	background-image: -moz-linear-gradient(top, #333333, #111111);
    background-image: -o-linear-gradient(top, #333333, #111111);
	background-image: -ms-linear-gradient(top, #333333, #111111);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111'); } 

/* Wird nur im Guestbook genutzt um einen Rand um jeden Eintrag zu ziehen.*/
.rand { 
	border: solid #222 1px;
	border-radius:5px; }

/* Forenbeschreibung, Downlaodbereibung, Gallerbeschreibung... (Die beschreibung die man im Admin Bereich eingibt und dann angezeigt wird unterm Threadnamen)*/
.smalfont {
	font-size: 10px;
	text-decoration: none; }
		
a.smalfont {
	font-size: 10px;
	color: #CCCCCC; 
	text-decoration: none; }
a.smalfont:hover {
	font-size: 10px;
	color: #FFFFFF; 
	text-decoration: none; }
	
.border { 
	background-color: #585858; }
	
hr {
	height: 0px;
	border: solid #424242 1px;
	border-top-width: 1px;
	width: 100%; }

/* Auswahl, Eingabefeld, Textfeld (Definiert das wo man etwas reinschreibt oder auswaehlen kann)*/
input, textarea, select {
    color: #000000;
    font: 12px Arial, Helvetica, sans-serif;
    border-color: #585858;
  	border-width: 1px;
    border-style: solid;
    font-weight: none;
    text-decoration: none;
    background-color: #FFFFFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;}