/* File:   stylesheet.css */
/* Author: Thomas Reidemeister */
/* TODO:   Link colors */

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,sans-serif; }

h1 { font-size:26px; margin-bottom:18px; }

h2 { font-size:21px; margin-bottom:18px; }

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }

h4 { font-size:13px; }

p,ul,ol,li,div,td,th,address,blockquote,dd,dl { font-size:13px; }

li { margin-top:3px; }

pre { font-family:Courier New,Courier; font-size:13px; }

code,kbd,tt { font-family:Courier New,Courier; }

var { font-style:normal; }

/* make the background black and the foreground color blue */
body { background-color:#000000; color:#FF8040; margin:1px;}

/* make links red */
a:link { color:#F00000; }

a:visited { color:#E00000; }

a:link:hover { color:#FF0000; }

a:visted:hover { color:#EF0000; }

ul {
	margin-left: 10px; 
	padding-left: 0px;
}

.quicklink { 
	list-style-type: square;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 20px;
}

.text {
	margin-left: 10px;
}

.linkframe { 
	margin:1px; 
	background-color: #C0C0C0; 
	color:#800000; 
	border:2px solid blue;
	border-collapse: collapse;
}

.footnote {
	font-size: 8px;
}
