body
{ background: #000;  /*#656565*/
  color: #000;
}

blockquote{border-color: #FF9C27;}

#main
{ background: #000 url(../images/main.png) repeat-y;  /*414141*/
  color: #D5D2D6;
}

#links, #footer, #menu li a
{ background: #000;/* url(../images/gradient.png);  /*545454*/
  color: #D5D2D6;   /*#D5D2D6;*/
  border-color: #FF9C27;
}

#links a, #footer a
{ background: transparent;
  color: #D5D2D6;  /*#D5D2D6*/
}

#links a:hover, #footer a:hover
{ background: transparent;
  color: #000;  /*#FF9C27;*/
}

#logo
{ background: #FFF url(../images/logo.jpg) no-repeat;
  color: #D5D2D6;
  border-color: #FF9C27;
}

h1, #column1 h1, #column2 h1
{ background: transparent;
  color: #FF9C27;
  border-color: #787878;
}

#menu
{ background: transparent;
  color: #D5D2D6;
}

.sidebaritem
{ background: #545454;
  color: #D5D2D6;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FF9C27;  /*#FF9C27*/
  color: #fff;
} 

#content, #column2, #column2 a
{ background: #000;   /*414141*/
  color: #FF9C27;
  border-color: #000; /*414141*/
}

#column2 a:hover
{ background: #000;  /*414141*/
  color: #FF9C27;
  border-color: #414141;
}

/*
.sbilinks li a, .sidebaritem a
{ background: #545454 url(../images/arrow.png) no-repeat left center;
  color: #D5D2D6;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: #545454 url(../images/orange_arrow.png) no-repeat left center;
  color: #FF9C27;
} 
*/

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{background: #414141;}  /*#414141*/
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{background: #545454;}

/* TYPO3 */
/* Formular */
.mf-input,
.mf-pass,
.mf-text,
.mf-check,
.mf-radio,
.mf-select,
.mf-file,
.mf-submit {
	background: #FF9C27;   /*#FF9C27;*/
  	color: #000; 
	border: none;
}

/*------tabelle formatieren------*/
/* RTE / Table styling */ 
TABLE.contenttable {  color: white; border:none; margin:5px 0px 10px 0px; width:100%; }
TABLE.contenttable TR TD { padding:0px 5px 0px 5px; }
TABLE.contenttable TR TD P.bodytext { font-size:14px; }
TABLE.contenttable TR { margin:none; background-color:#FF9C27; }

/* RTE / Bulletlists */ 
LI {list-style-image:url(../images/orange_arrow.png); }