body, h1, h2, h3, h4, p, a, ul, ol, li, table, th, td, div, span
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    color:#333;
    font-weight:normal;
    font-style:normal;
    font-size:inherit;
    text-decoration:none;
}

body
{
	font-size:11pt;
	background-color:white;
}

h1
{
	margin-bottom: 1.2em;
	font-size: 2.2em;
	font-weight: bold;
	color:#ccc;
}
h2
{
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    font-size: 1.8em;
    font-weight: bold;
}
h3
{
    margin-top: 1em;
    margin-bottom: 1em;
    font-size:1.2em;
    font-weight: bold;
}
h4
{
    margin-top: 1em;
    margin-bottom: 1em;
    font-size:1.1em;
    font-weight: bold;
    color:#333;
}

p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

a {
	color:         #09c;
	font-size:     0.95em;
	font-weight:   bold;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover, a:active {color:#058;text-decoration:underline;}

a[href^="http"]:not([href*="schuderer.net"]):not([href*="andreas-schuderer.de"]):after {
	margin-left: 5px;
	padding-left: 1px;
	content: url(/pic/link.gif);
}

ul, ol
{
    margin-top:0.3em;
    margin-bottom:1em;
    margin-left: 2em;
}
li {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

table
{
    border: 1px solid #aaa;
    border-collapse:collapse;
}
th
{
    padding: 0.4em 0.3em;
    text-align: left;
    font-weight: bold;
    background-color:#eee;
    color:#000;
    speak-header:always;
}
td
{
    padding: 0.3em;
    vertical-align:top;
    text-align: left;
    font-size:0.92em;
}

.downloadicon
{
    position:relative;
    top:15px;
    left:15px;
    border:none;
}

.code
{
    overflow:scroll;
}


#menu
{
    font-size:0.95em;
	margin-top:45px;
	height:2.2em;
	padding-left:2.5em;
	border-style:solid;
	border-color:black;
	border-width:1px 0px;
	background-color:#eee;
}

#menu a
{
    float: left;
    font-size:inherit;
    height:1.8em;
    padding-top:0.4em;
    padding-left:1em;
    padding-right:1.5em;
}
#menu a:hover, #menu a:active {background-color:#09c;color:#eee;text-decoration:none;}
#menu a#activeMenuItem {background-color:#999;color:#fff;text-decoration:none;}

#Content {
    clear:          both;
    max-width:      45em;
    
	padding:        2.5em;
}