/* --------------------------------------------------------------------- */
/* General Settings */

html{
	font-family: 'Bitstream Vera Sans Mono', monospace, sans-serif;
	font-size:small;
	color:#444444;
	background-color:#ffffff;
	
	/* set up the drawboard */
	min-width:35em;
	max-width:51em;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/img/bg.jpg);
	background-attachment:fixed;
}

body{
	padding:0em 1em 0em 1em;
	margin:0em;
}

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

dt{
	font-weight:bold;
}

dd{
	margin-bottom:1em;
}

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

a:hover{
       text-decoration:underline;
}

img{
	border:1px solid #cccccc; /* standard rahmenfarbe? */
}


/* --------------------------------------------------------------------- */
/* Head and Menu */

#head_box{
	background-color:#f6f7ff;
	color:#bbc6ee;
	border-color:#bbc6ee;
	border-width:1px;
	border-style:none solid solid solid;
	padding-left:0.5em;
	padding-right:0.5em;
}

#head_box ul{
	padding:0.3em;
	margin:0em;
}


#head_box li{
	display:inline;
	padding-left:0.5em;
	padding-right:1em;
	border-right:1px solid #bbc6ee;
	white-space:nowrap;
	line-height:150%;
}

#head_box a{
	white-space:nowrap;
	text-decoration:none;
}

#head_box a:hover{
       text-decoration:underline;
}


/* --------------------------------------------------------------------- */
/* Site List */

#site_list{
	text-align:right;
	font-size:x-small;
}


/* --------------------------------------------------------------------- */
/* Head Script */

#head_script{
	font-size:200%;
	padding-top:0.3em;
	padding-left:2em;
	padding-bottom:0.2em;
	color:#bbc6ee;
	background-color:inherit;
}

#head_script a:hover, #head_script a:link, #head_script a:visited, #head_script a:active{
	color:#bbc6ee;
	background-color:inherit;
	text-decoration:none;
}


/* --------------------------------------------------------------------- */
/* Sub Menu */

#menu_box ul{
	padding:0.3em 0em 0.3em 0em;
	margin:0em;
	border-bottom: 1px solid #cccccc;
	font-size:90%;
}

#menu_box li{
	display:inline;
	padding-left:1em;
	padding-right:1em;
	border-color:#cccccc;
	border-width:1px;
	border-style:none solid none solid;
	line-height:150%;
}

#menu_box a{
	white-space:nowrap;
	text-decoration:none;
}

#menu_box a:hover{
       text-decoration:underline;
}


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

#body_box{
	font-family: 'Bitstream Vera Sans', 'Trebuchet MS', sans-serif;
	line-height: 1.65;
}

#body_box p{
	text-indent:1em;
}

#body_box p.lead{
	font-weight:bold;
}

#body_box pre{
	border:1px solid #cccccc;
	color:inherit;
	background-color:#f7f7f7;
	padding: 0.6em 0.8em 0.5em 0.8em;
	overflow:auto;
}

#body_box hr{
	border-color:#cccccc;
	border-width:1px;
	border-style:none none solid none;
}

#body_box h2{
	/*border-bottom:1px solid #cccccc;*/
}

#body_box img{
	border:1px solid #cccccc; /* standard rahmenfarbe? */
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:1.2em;
	margin-bottom:1.5em;
}

#body_box table{
	
}

#body_box td{
	border:1px solid #cccccc;
	padding-left:0.8em;
	padding-right:0.8em;
}


/* --------------------------------------------------------------------- */
/* footer */
#foot_box{
	clear:both;
	background-color:#f6f7ff;
	color:inherit;
	border-color:#bbc6ee;
	border-width:1px;
	border-style:solid solid none solid;
	padding:0.5em;
	margin-top:3em;
	font-size:x-small;
}


/* --------------------------------------------------------------------- */
/* footer */
#icon_box{
	float:right;
}

#icon_box img{
	border:none;
}

/* --------------------------------------------------------------------- */
/* right column */
#right-column{
	float:right;
	width:18em;
	background-color:#f6f7ff;
	color:inherit;
	border-color:#bbc6ee;
	border-width:1px;
	border-style:solid solid solid solid;
	padding:0.5em;
	margin:1em 0em 1em 1em;
}

#right-column h1, #right-column h2, #right-column h3{
	text-align:center;
}

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

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

.noborder{
	border:none !important;
}

.hidden{
	display:none !important;
}

/*.clear{
	clear:both !important;
}*/
