body {
	width:90%;
	margin:0px auto;
	font-family:Verdana, Arial, sans-serif;
	background-color:#ddddff;
}

code, pre {
	font-family:Courier, sans-serif;
	font-size:small;
	color:black;
}
pre {
	border:1px dashed #a0d0d0;
	padding: 10px;
}

/* header */
h1 {font-size:14pt;color:#000000;text-align:left;margin-bottom:1em;}
h2 {font-size:12pt;color:#000000;}
h3 {font-size:10pt;color:#000000;}
h4 {font-size:10pt;color:#444466;}

p {margin-top:0px;}

div {
	color:black;
	background-color:#ddddff;
}

/* links */
a:link, a:hover, a:active, a:visited { 
  text-decoration:underline;
  font-size:0.9em;
  font-weight:bold;
  color:#222299;
}
a:active, a:hover { 
  color:#ff9200;
}
a.menu:link, a.menu:visited {color:#ff9200;}
a.menu:active, a.menu:hover {color:#eeeeee;}


.postscriptum {
	font-size:small;
	font-style:italic;
}


highlight {
	font-style:italic;
	color:red;
}

highlight_small {
	font-size:0.8em;
	font-style:italic;
	color:red;
	vertical-align:top;
}

/* -------------------- */

#title {
	padding:0px;
	margin:0px;
	font-size:8pt;
	font-weight: normal;
	height:50px;
	vertical-align:baseline;
	background-color:#444466;
}

#title h1 {
	text-align:center;
	font-size:14pt;
	font-weight: normal;
	color:#ffffff;
	margin-bottom:0px;
	padding:0.7em;
}

#title a {font-size:0.8em;font-weight:normal;}
#title a:link, #title a:visited {color:#ff9200}
#title a:active, #title a:hover {color:#eeeeee;}

/* -------------------- */

#menu {
	font-size:10pt;
	font-weight: normal;
	line-height:16px;
	padding:0px 0px;
	border-top:4px solid #ddddff;
	border-bottom:6px solid #ddddff;
	text-align:center;
	color:#ff9200;
	background-color:#666688;
}

#menu2 {
	font-size:8pt;
	font-weight:normal;
	line-height:16px;
	padding:0px 0px;
	border-top:0px;
	border-bottom:4px solid #ddddff;
	text-align:center;
	color:#ff9200;
	background-color:#666688;
}

#menu a, #menu2 a {font-size:0.9em;font-weight:normal;}
#menu a:link, #menu2 a:link, #menu a:visited, #menu2 a:visited {color:#e08200;}
#menu a:active, #menu2 a:active, #menu a:hover, #menu2 a:hover {color:#eeeeee;}

#menu a:before, #menu span:before, #menu2 a:before, #menu2 span:before  {
	display: inline-block;
	content: "|";
	padding-left: 0px;
	padding-right:1px;
	text-decoration:none;
	font-weight:bold;
}

/*
#menu a:first-child:before, , #menu span:first-child:before {
	display: inline-block;
	content:"";
	padding:0px;
}
*/

#menu a:after, #menu span:after {
	display: inline-block;
	content: "";
	padding-left: 12px;
	padding-right:2px;
}

/* -------------------- */

#content {
	padding:0px;
	line-height:1.4em;
	background-color:#ddddff;
	/*border:1px dotted #000000;*/
}

/* images in the content div */
#content img {
	float:none;
	margin:0px;
	padding:8px;
	padding-right:0px;
}

#content p.img_with_description {
	width:100%;
	float:right;
	font-size:11pt;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	margin:0px;
	padding:8px;
	padding-right:0px;
	background-color:#ddddff;
	border-bottom:6px dotted #666688;
}

#contact_form {
	text-align:left;
	width:auto;
}

.form_description {
	font-size:10pt;
	line-height:1.0em;
	vertical-align:top;
}
.form_input {
	line-height:1.0em;
	width:400px;
	vertical-align:top;
}

#booklist {
	margin-left:8%;
}


#book {
	font-size:11pt;
	border:1px dotted black;
	background-color:#eeeecc;
	padding:0px;
	padding-right:2px;
	padding-left:5%;
	margin:0px;
	margin-bottom:6px;
}

#book p.icon {
	min-height:150px;
	margin:0px;
	padding:0px;
}
#book img.icon {
	height:150px;
	float:left;
	margin:0px;
	margin-left:-5%;
	padding:0px;
	padding-right:10px;
}

#book book_title {
	font-weight:bold;
}
#book book_subtitle {
	font-size:0.9em;
	font-weight:bold;
}
#book a {
	float:right;
}
#book book_info {
	font-size:0.9em;
	font-weight:normal;
}
#book book_abstract {
	font-size:0.9em;
	font-weight:normal;
	font-style:italic;
}

img { border:none }