/* vim: set syntax=css: */
/* --------------------------------------------------------------------- */
/* General Settings */

html{
	font-family: 'Bitstream Vera Sans', 'DejaVu Sans', 'Trebuchet MS', sans-serif;
	font-size:small;
}


div.heading{
	padding-top:4ex;
}

div.body{
	padding:0em 1em 0em 1em;
	margin-top:9ex;
}

/* --------------------------------------------------------------------- */
/* Head and Menu */
div.menu{
	display:none;
}

/* --------------------------------------------------------------------- */
/* footer */
#foot_box{
	clear:both;
	padding:0.5em;
	margin-top:1em;
}

#foot_box > * {
	font-size:x-small;
}

#icon_box{
	display:none;
}

/* --------------------------------------------------------------------- */
/* body */

div.body{
	line-height: 1.65;
}

div.body p.lead{
	font-weight:bold;
}

div.body pre{
	border:1px solid #909090;
	color:inherit;
	background-color:#f7f7f7;
	padding: 0.6em 0.8em 0.5em 0.8em;
	overflow:auto;
}

div.body hr{
	border-color:#777;
	border-width:1px;
	border-style:none none solid none;
	padding-top:2ex;
}

div.body h2{
	/*border-bottom:1px solid #cccccc;*/
}

div.body img, div.body object{
	border:1px solid #777; /*standard rahmenfarbe? */
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:1.2em;
	margin-bottom:1.2em;
}

/* Bilder in gallery */
div.body img.gallery{
	margin:1em;
	display:inline;
}
/* Gallerien zentrieren */
div.gallery{
	text-align:center;
}

div.body table{
	
}

div.body td{
	border:1px solid #777;
	padding-left:0.8em;
	padding-right:0.8em;
}

div.body  em{
	color:#333;
	font-style:italic;
	font-family:serif;
}

div.body pre, div.body code{
	font-family: 'Bitstream Vera Sans Mono', monospace, sans-serif;
}

div.body dt{
	font-weight:bold;
}

div.body dd{
	margin-bottom:1em;
}

h1 > a:link, h2 > a:link, h3 > a:link, h1 > a:visited, h2 > a:visited, h3 > a:visited, h1 > a:hover, h2 > a:hover, h3 > a:hover{
	color:#daf0ff;
}

/* --------------------------------------------------------------------- */
/* discrete formatig tools  (the hammer) */

.center{
	text-align:center !important;
	text-indent:0em !important;
}

.noindent{
	text-indent:0em !important;
}

.blockcenter{ /* display block and center the block */
	display:block !important;
	margin-left:auto !important;
	margin-right:auto !important;
}

.blockleft{ /* display block, left */
	display:block !important;
	margin-left:0em !important;
	margin-right:auto !important;
}

.blockright{ /* display block, right */
	display:block !important;
	margin-left:auto !important;
}

.floatleft{
	float:left !important;
	clear:none;
	margin-right: 2.5em !important;
}

.floatright{
	float:right !important;
	clear:none;
	margin-left: 2.5em !important;
}

.inline{
	display:inline; !important;
}

.border{
	border:1px solid #cccccc !important;
}

.noborder{
	border:none !important;
}

.hidden{
	display:none !important;
}

/* vim: set syntax=css */

