/* General Items -------------------------*/
body {
	font-family: helvetica,arial,sans-serif;
/*	background-color: #eeeeee; */
	background: #B7BCC3 url(/maki/images/body_bg.gif) repeat-x;
	color:#000000;
} /* add: link="#0000FF" vlink="#FF00FF" alink="#FF0000"*/

/*global margin*/
p,h1,h2,h3,h4,h5,h6,img,#footer,table,dt,dd {
	margin-right: 5%;
	margin-left: 5%;
}
h1	{
	margin-top: 36px;
	margin-bottom: 18px;
	font-size: 150%;
	text-align: left;
	border-bottom: #990000 2px solid;
}
h2	{
	margin-top: 36px;
	/*margin-right: 10%;*/
	font-size:110%;
	text-align: left;
	border-bottom: #990000 1px solid;
}
h3	{
	margin-top: 24px;
	/*margin-right: 10%;*/
	font-size:100%;
	text-align: left;
}
dt {
	margin-top: 12px;
	margin-bottom: 3px;
}
dd {
	font-style: italic;
	margin-left: 8%;
}

/* Main Layout Table ---------------------*/
table#all {
  margin-left:0px;
}
table#all td {
  vertical-align:top;
}

/* top title, currently above the img top left --------------------------------*/
#toptitle {
  text-align:center;
  font-weight:normal;
  font-size:16px;
}
/* Sidebar -------------------------------*/
#sidebar {
	font-size:90%;
}
#sidebar h2 {
	margin-top: 36px;
	font-size:110%;
	text-align: left;
	border-bottom: #990000 1px solid;
}
#sidebar img {
  border-style:none;
  padding:0;
  margin:0;
}

/* choice of language in sidebar*/
#langbox {
  margin-top: 10px;
  padding: 10px;
}
#langbox h2 {
  margin:0;
  padding:0;
}
#langbox ul {
  list-style-type:none;
  margin:10px 0;
  padding:0;
}
#langbox li {
  display:inline;
  margin:0 3px;
  padding:5px;
  width:50px;
}
#langbox li a {
  padding:5px;
}
#langbox .curr {
  font-weight:bold;
}
#langbox li a:hover {
  color:blue; /*for later*/
  background-color:#eeeeee; /*for later*/
}

/* tocbox in sidebar */
#tocbox {
  margin-top: 10px;
  margin-bottom: 10px;
  padding:10px;
}
#tocbox h2 {
  margin: 10px 0;
  padding:0;
}
#tocbox ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
#tocbox > ul > li {
  padding: 3px;
  margin-bottom:0px;
}
#tocbox .curr {
  padding: 3px;
  font-weight:bold;
	color:#990000;
}
#tocbox .curr > ul {
  font-weight:normal;
}
#tocbox  ul > li > ul {
	margin-top:0px;
	margin-bottom:5px;
	margin-left:10px;
	padding:0;
}
#tocbox  ul > li > ul >li.curr {
	font-weight:normal;
	width:110px;
	padding:0;
}
#tocbox #about {
	margin-top:12px;
}

/* Main Content Box ----------------------*/
#maincontent {
  border-left: 1px black dotted;
/*  max-width: 300px;
  width:100%;*/
}
/* timeline is used in the chronological profile */
.timeline dt {
	margin: 18px 50% 1px 5%;
	font-weight:normal;
	font-style:italic;
	border-bottom:black 1px dotted;
}
.timeline dd {
	font-size:90%;
	font-style: normal;
	margin: 3px 5% 0 5%;
}
/* dotted box, used e.g. for newsbox on homepage */
.newsbox {		
/*	width:90%; */
	border: gray 1px dotted;
	margin:30px;
	font-size:90%;
	background-color:#dfdfdf;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
}
.newsbox h2 {
	margin:6px 5px 0 6px;
	padding:3px;
	background-color:#eeeeee;
	border-bottom: gray 0px dotted;
}
/* news item, used e.g. in newsbox on homepage */
.news dt {		
	font-style: italic;
}
.news dd {
	font-style: normal;
}
.more_link {
	visibility:hidden;
	text-align:right;
	font-style:italic;
	font-size:90%;
}
/* reference to html file in ../works/ */
a:link.compref, a:visited.compref { 
	/*nothing yet*/
}
/* external reference to wikipedia(de) */
a:link.wikipedia_de, a:visited.wikipedia_de { 
	text-decoration:none;
	border-bottom:1px gray dotted;
	color:black;
}
/* external reference to wikipedia(en) */
a:link.wikipedia_en, a:visited.wikipedia_en { 
	text-decoration:none;
	border-bottom:1px gray dotted;
	color:black;
}
/* other external reference */
a:link.external_link, a:visited.external_link { 
	text-decoration:none;
	border-bottom:1px gray dotted;
	color:black;
}

/* Footer---------------------------------*/
#footercell {
	border-top: 1px black dotted;
}
#footertable {
	margin: 0px;
	width: 100%;
}
#leftfooter {
	font-size:9px;
	text-align:left;
	vertical-align: middle;
	margin-left:0px;
}
#leftfooter img {
	margin: 0px;
	vertical-align: middle;
}
#rightfooter {
	font-size:9px;
	text-align:right;
	margin-right:0px;
}

#footer-left-left {
	margin-left: 10px;
	float: left;
	display:inline;
	border: 0px red solid;
}
#footer-left-right {
	float: left;
	width:170px;
	padding-left:10px;
	font-size:9px;
	vertical-align:top;
	display:inline;
	border: 0px red solid;
}
#footer-right {
	float: right;
	margin: 0px 10px 40px 0;
	font-size:9px;
	text-align:right;
	display:inline;
}
/* end of css */

