/* --- ( CSS CC by 2.0 Silke Schümann, 12/2007 Backnang, Germany http://www.silkester.de ----- */


body {
 background-color: #b2ec15; color: #074a47;
 font: 13.25px/1.4em Verdana, Arial, Helvetica,sans-serif;}

body.black {background-color:#000000; color: #f1f1f1;}
body.lime {background-color:#b2ec15; color: #074a47;}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, td, div
{background-color: transparent; max-width: 55em; _width: expression(document.body.clientWidth > 700? "700px": "auto" );}

h1 {font-size: 1.7em; text-transform: uppercase; font-stretch: condensed; letter-spacing: 4px; line-height: 1.1em; font-family: Georgia, Palatino, 'Times New roman', Times,serif; }
h2 {font-size: 1.3em; }
h3 {font-size: 1.05em; font-weight: bold;}
h4 {font-size: 1.15em;  border-bottom: 1px solid #003d1a; border-bottom: 1px solid #003d1a;}
h5 {font-size:  .95em;}
h6 {font-size:  .95em;}

ul {list-style-type: square;}
.anmerkung {font-size: .8em; font-style: oblique;}

a         {color: #264ee7; text-decoration: underline;}
a:link    {color: #264ee7; text-decoration: underline;}
a:visited {color: #264ee7; text-decoration: none;}
a:active  {color: #cc3300;}
a:hover   {color: #cc3300; text-decoration: underline;}
a:focus   {color: #cc3300;}

iframe {background-color: #fafafa;}

/* ---( CODE VIEWER FORMATTING )------------------------- */



ol.codelist {
	background: #333;
	border: 1px solid #DDD;
	padding: 12px 12px 12px 45px;
	margin: 1.5em 0;
	}

ol.codelist li code { color: #676767; }

ol.codelist li      {margin: 0; padding: 1px 2px; border: 1px solid #eee; color: #efefef; 	
                     font-family: "Courier New", Courier, monospace; line-height: 130%;
}

ol.codelist li.tab0 { padding-left: 2px; }
ol.codelist li.tab1 { padding-left: 26px; }
ol.codelist li.tab2 { padding-left: 50px; }
ol.codelist li.tab3 { padding-left: 74px; }
ol.codelist li.tab4 { padding-left: 98px; }
ol.codelist li.tab5 { padding-left: 122px; }
ol.codelist li.tab6 { padding-left: 146px; }
ol.codelist li.tab7 { padding-left: 170px; }

ol.codelist li.odd  {background-color: #FFF;}
ol.codelist li.even {background-color: #F0F0F0;}

ol.codelist li.sourcelink {
	color: #000;
  font-family: "Bitstream Vera Sans", verdana, arial, helvetica, sans-serif;
	list-style: none;
	margin-left: -32px;
	padding-top: .85em;
	text-align: center;
	}

.umbruch {font-weight:bold; color: #d00;}

