#masthead
{
  position:absolute;
  right: 1em;
  background: none;
}
#header
{
  background: url('http://rod.neostrada.pl/Theme/theme01/header2.gif');
  height: 128px;
}
#title
{
  padding-top: 2.8em;
  margin-left: 8em;
}
#avatar
{ 
  position: absolute;
  top: 19px;
  left: 20px;
}
.csharpcode-wrapper
{
	border: gray 1px solid;
	padding: 4px;
	overflow: auto;
	cursor: text;
	line-height: 11pt;
	font-size: 8pt
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #f4f4f4;
	max-height: 210px;
	width: 97.5%;
}
.csharpcode, .csharpcode pre
{
	padding: 0;
	font-size: 8pt;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
	overflow: visible;
	width: 100%;
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }

.console-wrapper
{
	border: 3px ridge;
	padding: 6px;
	overflow: auto;
	cursor: text;
	line-height: 11pt;
	font-size: 8pt
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #003700;
	max-height: 210px;
	width: 97%;
}
.console, .console pre
{
	padding: 0;
        margin:0;
	/* font-size: 8pt; */
	font-family: consolas, "Courier New", courier, monospace;
	font-size: small;
        font-weight: bold;
	background-color: #003700;
	color: lime;

	/*white-space: pre;*/
	overflow: visible;
	width: 100%;
}