body {
	background:#D2D9D2;
	padding-top:20px;
	font-size:100.1%;
	font-family:Verdana;
	text-align:center;
	cursor:default;
}

#header h1 {
	border-bottom:1px solid black;
	margin-bottom:0px;
	margin-top:0px;
}

#header h1 a {
	text-decoration:none;
	color:black;
}

#header h2 {
	font-size:0.9em;
	margin:0;
	margin-left:1em;
	border-bottom:none;
}

h2, h3 {
	font-size:0.9em;
	border-bottom:1px solid #ddd;
	margin-top:0;
}

h3.blogheading {
	margin-left:1em;
}

h4 {
	font-size:0.9em;
	margin:0;
	font-weight:normal;
}

a {
	color:black;
}

a:hover {
/*	color:#ddd; */
/*	color:#DFDDDA; */
	text-decoration:underline;
}

h2 a,h3 a,h4 a, p.quote a {
	text-decoration:none;
}

#container {
/*
	width:530px;
	width:760px;
	width:650px;
	width:695px;
*/
	width:37em;
	max-width:37em;
	min-width:37em;
	text-align:left;
	margin:0em auto;
	padding:1em;
	background:white;
	border:1px solid black;
}

#content {
	/*
	width:330px;   
	width:470px;
	width:580px; 
	width:540px;
	width:30.5em;
	width:31em;
	*/
	width:30.5em;
	text-align:justify;
	float:right;
	margin:0px;
	font-size:0.9em;
}

#content p {
	font-size:90%;
}

#categorymenu {
	text-align:right;
	margin-top:-1em;
	margin-bottom:1em;
	margin-right:1em;
}

#categorymenu ul {
	list-style-type:decimal;
	margin:0;
}

#categorymenu ul li {
	display:inline;
}
/*
.menu {
	float:left;
	width:150px;
	font-size:0.9em;
}
*/
.menu_right {
	float:right;
	width:10em;
	font-size:0.9em;
}

.menu ul, .menu_right ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:1em;
}

.menu ul li, .menu_right ul li {
	padding:0px 0px 3px 20px;
/*	border-bottom: 1px solid #ddd; */
	background-repeat:no-repeat;
	background-position:6px 5px;
	background-image:url(/images/document.gif);
	display:block;
	list-style:none;
}

.menu_right h2 {
	position:relative;
}
	

.submenu {
	font-size:0.9em;
	margin-left:1em;
	margin-bottom:1em;
}

a.navi {
/*	font-size:12px;	*/
	font-size:0.9em;
	text-decoration:none;
	color:black;
}

a.navi:hover {
	text-decoration:underline;
}

a.skip_navi {
	position:absolute;
	right:0px;
}

a.skip_navi img {
	position:relative;
	bottom:-4px;
	border:none;
}

a.external {
	background-image:url('/images/external.gif');
	background-position:right;
	background-repeat:no-repeat;
	padding-right:12px;
}

p.quote {
	padding-left:15px;	
	font-size:0.8em;
	margin-bottom:0px;
}

blockquote {
	margin:0;
}

p.quote_author {
	text-align:right;
	margin-top:2px;
	padding-right:10px;
	font-size:0.8em;
}

#footer {
	text-align:center;
	border-top:1px solid black;
	padding-top:5px;
	clear:both;
}

#footer ul {
	list-style:none;
	margin-top:5px;
	margin-bottom:0px;
}

#footer ul li {
	display:inline;
}

.icon {
	border:none;
}

li {
	font-size:90%;
}

/*
	individual stuff from different pages
*/

.formfield {
	display:block;
	border:1px solid #ddd;
	margin-left:10px;
}

.prev_next_comments {
	text-align:center;
	border-top:solid 1px #ddd;
	padding:5px;
}

.comment_title {
	margin-left:15px;
	margin-bottom:0px;
}

.comment_text {
	margin-left:15px;
}

.error {
	text-align:center; 
	margin-bottom:10px; 
	padding-bottom:5px; 
	border-bottom:solid 1px #ddd;
}

.indent2, .indent {
	margin-left:20px;
}

.withsubtitle {
	margin-bottom:0px;
}

.subtitle { 
	text-align:right;
	font-size:0.9em;
}

.blogentry {
	padding-left:1em;
	padding-right:1em;
}

.code, div.quote {
	background:#DFDDDA;
	border:1px solid black;
	margin:1em;
	padding:1em;
	font-family:monospace;
	overflow:auto;
	overflow-y:hidden;
}

.code code, div.quote code {
	font-size:1em;
}

code {
	font-size:1.3em;
}

pre {
 /*   margin:1.3em;	*/
 	margin:0;
	font-size:1em;
}

.borderless {
	border:none;
}

/* nested list settings */

ul ul {
	margin-left:0;
	padding-left:1em;
	text-align:left;
	list-style-type:disc;
}

ul ul li {
	padding-bottom:3px;
}

/* some table specific settings */

table {
	margin:10px;
	width:95%;
}

table, tr, th, td {
	border-bottom:1px solid black;
	font-size:0.9em;
}

th {
	text-align:left;
	font-weight:bold;
}

td a {
	text-decoration:none;
}

.alternaterow {
	background:#DFDDDA;
}
