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

html{
	font-family: 'iDejaVu Sans Light', 'iDejaVuSansCondensed', 'iDejaVuSansExtraLight', 'Bitstream Vera Sans', 'DejaVu Sans', 'Trebuchet MS', sans-serif;
	font-size:small;
	color:#444;

	/*st up the background */
	background-color:#ccc;
	background-size: cover; /*css3*/
	background-attachment:fixed;
	background-position:top center;
	background-repeat:no-repeat;
	
	/* set up the drawboard */
	min-width:35em;
	max-width:60em;
	margin-left:auto;
	margin-right:auto;
	padding-left:1em;
	padding-right:2em;
	height:100%
}

body{
	padding:0em;
	margin:0em;
	height:100%;
}

div.heading{
	margin-left:15em;
	padding-top:4ex;
}

div.body{
	padding:0em 1em 0em 1em;
	margin:0em 0em 0em 14em;
	margin-top:9ex;
	background-image:url(/img/transparent-white.png);
	border:1px solid #777;
}

/* --------------------------------------------------------------------- */
/* Head and Menu */
div.menu{
	padding:14ex 0em 0em 0em;
	margin:0em;
	width:12em;
	float:left;
	position:fixed;
	background-image:url(/img/transparent-white.png);
	min-height:100%;
	border-left:1px solid #777;
	border-right:1px solid #777;
}

div.menu ul{
	padding:0em;
}

div.menu li{
	list-style-type:none;
	margin-top:1em;
}

/* highlight current position in menu */
div.menu #current-position{
	color:red;
}

/* Menu Stufe 1 */
div.menu * a:link, div.menu * a:visited, div.menu * a:hover{
	display:block;
	padding:3px 1em 3px 1em;
	color:inherit;
	text-decoration:none;
}

div.menu a:hover{
	color:inherit;
	background-image:url(/img/transparent-white.png);
}

/* Menu Stufe 2 */
div.menu * * * a:link, div.menu * * * a:visited, div.menu * * * a:hover{
	display:block;
	padding:3px 1em 3px 1em;
	color:inherit;
	margin-left:1em;
}

/* Menu Stufe 3 */
div.menu * * * * * a:link, div.menu * * * * * a:visited, div.menu * * * * * a:hover{
	display:block;
	padding:3px 1em 3px 1em;
	color:inherit;
	margin-left:2em;
}

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

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

#icon_box{
	float:right;
}

#icon_box img{
	border:none;
}

#foot_box a{
	color:inherit;
}

/*--*/

a:link{
	color:#000;
	background-color:inherit;
}

a:visited{
	color:#000;
	background-color:inherit;
}

a:hover{
       text-decoration:underline;
}


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

div.body{
	line-height: 1.65;
}

div.body p{
	text-indent:1em;
}

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 */

