body {
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 160px;
	background-color: white;
	color: black;
	height: 100%;
}

p {
	text-align:justify;
}

#navigation {
	/* position and height are overwritten below for compatible
	   i.e. != IE on Windows */
	position: absolute;
        height: 100%;
	left: 0px;
	top: 0px;
	width: 139px;
	/* padding-bottom: 149px; */
        background-color: rgb(255,162,106);
        background-image: url(/styles/200403/sunset.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
}
/* for compatible browsers */
body > div#navigation {
	position: fixed !important;
	height: 100%;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
        margin-top: 1em;
}

#navigation ul li {
	list-style-type: none;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: rgb(255,162,106);
	color: black;
}
#navigation ul li:hover {
	padding-bottom: 1px;
	padding-top: 1px;
	border: 1px solid black;
}
#navigation ul li a, #navigation ul li span {
	display: block;
	width: 129px;
	padding-left: 10px;
}
#navigation ul li.newsection { margin-top: 1em; }

#main {
	display:block;
}

.block {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding-left: 1em;
	padding-right: 1em;
}

#footer {
	display: block;
	border-top: 1px solid rgb(132,130,132);
	margin-top: 2em;
	font-size: 0.8em;
	clear: both;
}

.indentation {
	display:block;
	margin-left: 2em;
}

a.external {
	background-image: url(/styles/200403/external.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
	margin-left: 4px;
}

span.title {
	font-weight: bold;
}

span.date, q, blockquote {
	font-style: italic;
	font-weight: bold;
}

blockquote p:before { content: "\""; }
blockquote p:after { content: "\""; }

a {
	color: black;
	background-color: transparent;
}
#navigation a:visited {
	font-style: normal;
}
a:active {
	text-decoration: none;
}
a.top {
	font-size: 10px;
	font-weight: normal;
}

abbr, acronym {
	font-style: italic;
}

h1 {
	font-size: 150%;
	border-bottom: 2px solid black;
}

h2 { font-size: 120%; }
h3 { font-size:110%; }

dt {  }
dt {
	font-weight: bold;
	margin-top: 1em;
}
img { border: 0; }
img.right, img.left { margin: 5px; }
img.right { float:right; margin-left:10px; }
img.left { float:left; margin-right:10px; }
table {
	empty-cells: show;
	border-collapse: collapse;
}
th,td { vertical-align: top; }
th {
	font-weight: bold;
	width: 10em;
}
hr { width: 80%; }
input.standard,textarea.standard { width: 20em; }
textarea.standard { height: 10em; }
code {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	color: black;
	background-color: #c0c0c0;
	display:block;
	white-space: pre;
}

.big {
	font-size: 150%;
	font-weight: bold;
}

.warning { color: red; }

/* presentation navigation */
div.presnavi {
	display: block !important;
	text-align: left;
}

div.presnavi hr {
	display: none;
}

.xml_button {
	color: #FFFFFF;
	background-color: #FF6600;
	border-color: #FF6600;
	border-style: outset;
	border-width: 1px;
	text-decoration: none !important;
	margin: 2em 0em 0em 0em;
	padding: 0em 0.5em 0em 0.5em;
	font-size: 0.6em;
	font-weight: bold;
	font-style: normal !important;
}
.xml_button:active {
	border-style: inset;
}

/* bkm.sf.net customisations */
#navigation ul li.section {
	margin-top: 1em;
}
#navigation ul li.section ul {
	margin-top: 0;
	padding-left: 10px;
}
#navigation ul li.section:hover {
	padding-bottom: 2px;
	padding-top: 2px;
	border: 0;
}
#navigation li.section ul a {
	width: 119px;
}
div.img {
	border:1px dotted black;
	width: 210px;
	padding:5px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
div.main div#news {
	float: right;
	clear: both;
	width: 250px;
	border: 1px solid black;
	margin: 1em;
	padding: 0.5ex;
}
div.main div#news h2 {
	display: block;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}
div.main div#news p {
	text-align: left;
}