html
{
	background-color:#FFFFFF;
	background-image:url("background_full.png");
	background-repeat:no-repeat;
	background-position:85% 15%;
	background-attachment:fixed;
	cursor:default;
}
body
{
	background-color:transparent;
	background-image:url("background_full.png");
	background-repeat:no-repeat;
	background-position:15% 85%;
	background-attachment:fixed;
	font-family:sans-serif;
	font-size:75%;
}
p
{
	text-indent:1.5em;
	line-height:110%;
}
h1,h2,h3,h4
{
	text-align:left;
	margin-top:0;
	clear:both;
}
h1
{
	padding-right:2em;
	border-bottom-style:solid;
	border-width:2px;
	border-color:#0000FF;
	font-size:250%;
}
h2,h3,h4
{
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}
h2
{
	padding:0.5ex 0.5em;
	color:#000000;
	background-color:#0000FF;
	font-size:200%;
}
h3
{
	padding:0.5ex 1.0em;
	color:#6B6BB3;
	background-color:#9999FF;
	font-size:140%;
}
h4
{
	padding:0.5ex 1.5em;
	color:#9999FF;
	background-color:#FFFFFF;
	font-size:100%;
}
	
a
{
	text-decoration:none;
}
/***** Begin navigation *******************************************************/
ul#nav,#nav ul
{
	margin:0;
	padding:0;
	cursor:default;
	list-style-type:none;
	display:inline;
}
ul#nav
{
	display:table;		/* tables are bad, but if I make a ul..	*/
}
ul#nav>li
{
	display:table-cell;	/* .. look like a table this is l33t ;)	*/
	position:relative;
	padding:2px 6px;
}
ul#nav li>ul
{
	display:none;
	position:absolute;
	max-width:40ex;
	margin-left:-6px;
	margin-top:2px;
}
ul#nav li:hover>ul
{
	display:block;
}
#nav ul li a
{
	display:block;
	padding:2px 6px;
}
/********************************************* colors of navigation ***********/
ul#nav,#nav ul,#nav ul li a
{
	background-color:#FFFFFF;
	color:#0000FF;
}
ul#nav li:hover,ul#nav li:hover>a,#nav ul li a:hover
{
	background-color:#9999FF;
	color:#FFFFFF;
}
ul#nav li:active,#nav ul li a:active
{
	background-color:#FF0000;
	color:#FFFFFF;
}
ul#nav,#nav ul
{
	border:1px solid #0000FF;
}
/***** End navigation *********************************************************/
address:after
{
	content:" <frank@der-frank.org>";
}
#content
{
	background-color:transparent;
	background-image:url("background_hollow.png");
	background-repeat:no-repeat;
	background-position:85% 15%;
	background-attachment:fixed;
	width:66%;
	margin:auto;
	margin-top:2em;
	margin-bottom:2em;
	border-color:#9999FF;
	border-style:solid;
	border-width:1px;
	border-right-width:1px;
}
#content>div:first-child
{
	background-color:transparent;
	background-image:url("background_hollow.png");
	background-repeat:no-repeat;
	background-position:15% 85%;
	background-attachment:fixed;
	padding:1em;
}
#content a[href].local:after
{
	content:"\00BB";
	color:#0000FF;
}
#content a[href].ext:after
{
	content:"\00BB";
	color:#FF0000;
}
#content a:link
{
	color:#0000FF;
}
#content a:visited
{
	color:#6666FF;
}
#content a:hover
{
	text-decoration:underline;
}
#content img.right
{
	float:right;
	margin-left:2em;
}
#content img.left
{
	float:left;
	margin-right:2em;
}
#content img
{
	width:200px;
	border-width:1px;
	margin-top:1ex;
	margin-bottom:1ex;
}
#content table
{
	width:100%;
	border-style:double;
	border-width:3px;
	border-collapse:separate;
	border-spacing:1px;
}
#content table th
{
	background-color:#DDDDDD;
	border-style:solid;
	border-width:1px;
}
#content table td
{
	border-style:dotted;
	border-width:1px;
}
#content table td[colspan]
{
	background-color:#EEEEEE;
}

/***** Begin subnavigation ****************************************************/
body>.subnav
{
	position:fixed;
	right:50px;
	bottom:10px;
	list-style:none;
	padding-left:1em;
	padding-right:1em;
	border-style:solid;
	border-top-color:#6666FF;
	border-left-color:#3333FF;
	border-right-color:#2222FF;
	border-bottom-color:#1111FF;
	background-image:url("tr_blue.png");
}
body>.subnav
{
	padding:0.2ex 0.5em;
}
body>.subnav>li
{
	text-align:center;
	padding:0 1em;
}
body>.subnav>li>a
{
	color:#FFFFFF;
}
body>.subnav>li:hover
{
	background-color:#FFFFFF;
}
body>.subnav>li:hover>a
{
	color:#0000FF;
}
/***** End subnavigation ******************************************************/
@media print
{
	abbr
	{
		border-style:none;
	}
	img
	{
		border-width:1px;
		border-color:#000000;
	}
	body
	{
		font-family:serif;
	}
	#content a[href].local:after
	{
		content:"";
	}
	#content a[href].ext:after
	{
		content:"";
	}
	a:link, #content a:link
	{
		color:#000000;
	}
	#content
	{
		width:100%;
		border-style:none;
	}
	.subnav
	{
		display:none;
	}
}
#content .list
{
	border-style:dashed;
	border-color:#0000FF;
	border-width:1px;
	background-color:#EEEEFF;
	padding:1ex 1em;
	margin:1ex 0;
}
#content code.list
{
/*	white-space:pre;	/* not supportet by f$%&ing konqueror */
	text-indent:0;
	display:block;
}
#content .list .green
{
	color:#00FF00;
}
#content .list .blue
{
	color:#0000FF;
}
#banners
{
	position:fixed;
	top:20px;
	right:20px;
}
#banners img
{
	border:none;
	display:block;
	margin:8px 0;
}
