
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*text-align: center;*/
	background-color: #4d0808;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	empty-cells: show;
	color: white;
}

table, tr, td {
	empty-cells: show;
}

img {
	border: none;
}

h1 {
	font-size: 135%;
}

h2 {
	font-size: 115%;
}

a {
	color: #4d0808;
}

a:hover {
	text-decoration: none;
}


#maintable {
	position: relative;
	margin: auto;
}

#headercell {
	height: 119px;
	background-image: url(images/header.jpg);
}

#leftspace {
	width: 52px;
}

#leftborder {
	width: 11px;
	background-image: url(images/leftborder.gif);
}

#navchaincell {
	padding-left: 10px;
	padding-bottom: 2px;
	/*border-top: 1px solid #D3D3D3;*/
	border-bottom: 1px dotted #D3D3D3;
	background-color: white;
	color: #000000;
	font-size: 8pt;
}

#contentcell {
	padding: 10px;
	padding-bottom: 50px;
	min-height: 100%;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #000000;
}

#rightnavtop {
	width: 162px;
	height: 19px;
	background-image: url(images/rightnav-t.gif);
}

#rightnav-lb {
	width: 8px;
	background-image: url(images/rightnav-lb.gif);
}

#rightnav {
	width: 143px;
	background-color: #FFE6BF;
	vertical-align: top;
	text-align: right;
}

#rightnav-rb {
	width: 11px;
	background-image: url(images/rightnav-rb.gif);
}

#rightnav-b {
	width: 162px;
	height: 17px;
	background-image: url(images/rightnav-b.gif);
}

#copyrightcell {
	background-color: #FFE6BF;
	color: #000000;
	padding: 2px;
	padding-left: 10px;
	font-size: 8pt;
}

#rightnav li {
	list-style-type: none;
	padding-right: 10px;
}

.rightnav-lv0 {
	font-size: 12pt;
}

.rightnav-lv1 {
	font-size: 8pt;
}

#rightnav-quote {
	padding: 5px;
	padding-top: 50px;
	padding-right: 10px;
	color: #e7be7d;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-style: italic;
}

.contact {
	color: #4d0808;
}
.error-div {
	border: 1px solid red;
	padding: 2px;
}

.nentry-date {
	position: relative;
	top: -1.3em;
	margin-bottom: -10px;
	color: #D3D3D3;
	text-align: right;
}

.nentry-headline {
	margin-top: 15px;
	border-bottom: 1px dotted #D3D3D3;
	text-align: left;
	font-weight: bold;
}

#counter-div, #hits-div {
	border-top: 1px solid #D3D3D3;
	margin-top: 20px;
	text-align: center;
	color: #D3D3D3;
	font-size: 8pt;
}
.infostring {
	font-size: 8pt;
	color: gray;
	padding-top: 15px;
}
.content-article {
	margin-bottom: 40px;
}

.code {
    background-color: lightgrey;
    border: 1px solid black;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Courier New", monospace;
}

.java {
    font-size: 9pt;
    border: 1px solid black;
}
