@import url(styles/docutils.css);

body {
	background: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
  	padding-right: 40px ;
}

h1, h2, h3, h4, h5, h6 {
	/*font-size: 10pt;*/
	/*font-size: 1.1em;*/
	color: #663300;
}

h1 {
	/* title */
	font-size: 24pt;
}

h2 {
	/* subtitle */
	font-size: 18pt;
}

h3, h3 a {
	color: #663300;
	font-size: 18pt;
}

h4 {
}

img {
	border: 0;
}

.img-left {
    float: left;
	margin-right: 40px;
}

.img-right {
    float: right;
}


em {
	text-decoration: none;
	font-style: normal;
	font-weight: bold; 
}

b {
	/* current open menu */
	color: #663300;
}

a { 
	color: #663300; 
	text-decoration: none; 
	font-weight: bold; 
}

a:hover { 
	text-decoration: underline;
	/* background: #FFCCCC; */
}

a:active { 
	text-decoration: underline;
	color: #FFCCCC; 
}

.sidebar-hd, a.sidebar-h3, .sidebar {
	color: #663300; 
	font-weight: bold; 
}

/* override docutils table padding */
table {
  margin-top: 0px ;
  margin-bottom: 0px;
}

/* override docutils table header and cell padding */
td, th {
  padding-left: 2px ;
  padding-right: 4px ;
  vertical-align: top;
}

/* add a border to literal block (docutils) */
pre.literal-block, pre.doctest-block {
	border-style: solid;
	border-width: 1px;
}

/* remove sidebar when printing */
@media print{
	td.corner {
		display: none;
	}
	td.sidebar {
		display: none;
	}White
	td.body {
		width: 100%;
	}
}

#sidebar {
    background: url(imgs/zitrowirry_klein.jpg);
}

td.sidebar-hd {
/*	background-color: #CC9999;*/
}

td.sidebar {
	width: 150px;
	top: 0px;
	right:0px;
	padding: 4px 4px 4px 6px;
}

td.sidebar-separator {
	/* background-color: #CCCCCC; */
	padding: 4px;
}


.img-right {
	float: right;
}
