body {
	background-color: #f6e2ca;
    background-attachment: fixed;
    background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

body, td {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 13px;
}

img {
    border-style: none;
}

a {
	color: #935b13;
}

h1, h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
    color: black;
}
h1 a, h2 a {
    text-decoration: none;
    color: black;
}
h1 {
	font-size: 24px;
}
h1 a:hover {
    text-decoration: underline;
}
h2 {
	font-size: 18px;
}

div>h1, div>h2 {
	margin-top: 0px;
}

blockquote {
    background: #fffec5;
    padding: 0 10px;
    /*-moz-border-radius: 10px;*/
    border: 1px solid #999;
}

#header {
	background-color: #935b13;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #f6e2ca;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: auto;
}

#janschneider, #janschneider a {
	color: #f6e2ca;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	letter-spacing: 3px;
    text-decoration: none;
    border: none;
}

#headlinks {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	word-spacing: 2px;
	font-size: 14px;
}

#headlinks a {
	color: #f6e2ca;
	text-decoration: none;
}

#content {
	position: absolute;
/*    overflow: auto;*/
    float: left;
	left: 80px;
	top: 120px;
	width: 560px;
}

#lefttext {
    position: absolute;
    left: 5px;
    top: 120px;
}

#right {
	position: absolute;
    float: left;
	width: 150px;
	left: 670px;
	top: 120px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 30px;
/*	overflow: hidden;*/
	font-size: 12px;
}

.footer, .footer a {
	font-size: 10px;
	color: #999999;
	text-align: right;
}

.search-url {
	color: #999999;
}

div.nicetitle {
    font: 11px/12px Verdana,Arial,serif;
    color: #935b13;
    background: #fffec5;
    border: 1px solid #935b13;
    padding: 5px;
    -moz-border-radius: 3px;
    position: absolute;
    overflow: hidden;
    opacity: .90;
}
div.nicetitle pre {
    font-family: "Lucida Console",monospace,fixed;
}

.comment-header {
    background-color: #935b13;
	color: #f6e2ca;
    padding: 2px;
    float:left;
}
.comment-body {
    margin: 5px 0;
}
.clear {
    clear: both;
}
.linedRow {
    margin: 5px 0;
}
.togglequote {
    display: none;
}

/* Horde styles */
.button {
    color: white;
    background-color: #935b13;
    border-bottom: 1px solid #663300;
    border-right: 1px solid #663300;
    border-top: 1px solid #cc9933;
    border-left: 1px solid #cc9933;
    font-size: 11px;
}

.header {
    font-size: 18px;
    font-weight: bold;
}
.nowrap {
    white-space: nowrap;
}
.leftFloat {
    float: left;
}
.rightFloat {
    float: right;
}
.treeRow {
    overflow: hidden;
    min-height: 20px;
    clear: both;
}
.linedRow, tr.linedRow td, table.linedRow td {
    border-bottom: 1px solid #999;
}

.item0 {
    background-color: #ffff88;
}
.item1 {
    background-color: #ffffaa;
}

.form-error {
    color: #f00;
    font-weight: bold;
}

#messageform #message_body {
    width: 450px;
}

.citation {
/*    margin: 1em 0px;*/
    padding-left: 1em;
    border-left-width: 1px;
    border-left-style: solid;
}
.quoted1 {
    color: #660066;
    border-left-color: #660066;
}
.quoted2 {
    color: #007777;
    border-left-color: #007777;
}
.quoted3 {
    color: #990000;
    border-left-color: #990000;
}
.quoted4 {
    color: #000099;
    border-left-color: #000099;
}
.quoted5 {
    color: #bb6600;
    border-left-color: #bb6600;
}
