/*************************************************
http://www.kajamogo.de
Zweck: PHP-Skripte
Datei: content_gne_php.css 
Datum: 2009
Autor: Götz Nemeth
changes: 

        
************************************************/
/** PHP codesnippets **/
.bg_php_code {
	background-color: #f0f0f0;
	font-family: 'Courier New',Courier,monospace;
}
.codesnippets {
  padding: 20px 0 0 10px;
  background-color: #f0f0f0;
  font-family: 'Courier New',Courier,monospace;
  
  font-weight: normal;
  line-height: 80%;
}
.codesnippets .imp {
  font-weight: bold;
  color: red;
}
.codesnippets .ln-xtra {
  background: #ffcccc none repeat scroll 0%;
}
.codesnippets li {
  background: #eeeeee none repeat scroll 0%;
  font-size: 12px;
  line-height: 80%;
}
.codesnippets .li1{
  line-height: 100%;
}
.codesnippets li.li2 {
  background: #ffffff none repeat scroll 0%;
}
.codesnippets .kw1 {
  color: #2d368f;
}
.codesnippets .kw2 {
  color: #000000;
  font-weight: bold;
}
.codesnippets .kw3 {
  color: #000066;
}
.codesnippets .co1 {
  color: #808080;
  font-style: italic;
}
.codesnippets .co2 {
  color: #808080;
  font-style: italic;
}
.codesnippets .coMULTI {
  color: #808080;
  font-style: italic;
}
.codesnippets .es0 {
  color: #000099;
  font-weight: bold;
}
.codesnippets .br0 {
  color: #66cc66;
}
.codesnippets .st0 {
  color: #ff0000;
}
.codesnippets .nu0 {
  color: #cc66cc;
}
.codesnippets .me1 {
  color: #006600;
}
.codesnippets .me2 {
  color: #006600;
}
.codesnippets .re0 {
  color: #0000ff;
}
