#siteheader {
  font-size:x-small;
  left:0pt;
  position:absolute;
  text-align:right;
  top:205px;
  width:110px;
  z-index:1;
  font-size:x-small;
}
#siteheader ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}
#siteheader *:link, #siteheader *:visited {
border:medium none;
/*color:#C6C6C6;*/
display:block;
padding:3px 10px 3px 5px;
}
#siteheader ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}

#wrapper {
  margin-left:120px;
/*
  padding-right:120px;
*/
}
#sitefooter {
  position:absolute;
  right:10px;
  top:150px;
  z-index:1;
}
.blogflash {
  border: solid black 1px;
  background: #DDFFDD none repeat scroll 0%;
}
.blogflash h1 {
	margin-left: 5px;
	font-size:14px;
}
.blog-body {
	margin-left: 10px;
}

.metainfo li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
hr {
  margin: 2px;
  margin-right: 10px;
}
li.ohloh a, div.ohloh, div.ohloh a {
  padding: 0px;
}




/* HABLA */
div#habla_window_div{
  z-index:3;
}

div#thisishabla{
  height: 40px;
border: solid black 1px;
  position: absolute;
  z-index: -1;
/*  background: url(http://www.hab.la/images/thisishabla.gif) no-repeat; */
  bottom: 0;
  right: 0;
  width: 250px;
}

div#habla_middle{
  background-color: #fff;
}

/* 
  Styles for TracNav, the Navigation Bar for Trac

  Copyright 2005, 2006
   *  Bernhard Haumacher (haui at haumacher.de)
   *  Thomas Moschny (moschny at ipd.uni-karlsruhe.de)

  $Id$

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  USA

  Please visit http://svn.ipd.uka.de/trac/javaparty/wiki/TracNav.
*/

.wiki-toc.trac-nav h2 {
 margin-left: 2px;
 margin-right: 4ex;
 margin-top: 0;
 margin-bottom: 5px;
 padding-top: 0;
}
@media screen {
 .wiki-toc.trac-nav h2 {
  display: none;
 }
}
@media print {
 .wiki-toc.trac-nav {
  display: none;
 }
}
.wiki-toc.trac-nav h4 {
 margin: 0;
 padding: 0;
}
.wiki-toc.trac-nav ul > li:first-child {
 margin-right: 4ex;
}
.wiki-toc.trac-nav .edit {
 position: relative;
 text-align: right;
 top: -3px; /* shift slightly up */
 height: 0; /* simulate float:right; */
}
.wiki-toc.trac-nav .edit a {
 color: blue;
 border-color: blue;
}

.nscmd {
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #D7D7D7;
margin:1em 1.75em;
margin-bottom: 0px;
border-bottom: none;
white-space: pre-wrap;
/*
white-space: -moz-pre-wrap;
word-wrap: break-word;
*/
}
.nsres {
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #D7D7D7;
margin:1em 1.75em;
margin-top: 0px;
border-top: none;
white-space: pre-wrap;
/*white-space: -moz-pre-wrap;*/
/*word-wrap: break-word;*/
}
.nscfg {
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #D7D7D7;
margin:1em 1.75em;
margin-top: 0.5em;
white-space: pre-wrap;
/*white-space: -moz-pre-wrap;*/
/*word-wrap: break-word;*/
}
