﻿body {  
	background-image:url(bg11.png);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFFFFF;
    margin-left:10px; 
	font-size: 20px;
	color: black;
	
}

h3>ul{
	list-style-position:outside;
	margin-left: 50px;
}

div.trenner{	
	margin-top:20px;
}

.menubox,
.menubox:hover, 
.menubox:focus{
	background:none;
	color:black;
	text-decoration:none;
	border:solid thin black;
	padding:5px;
}

.menubox:hover{
	background-color:lightgreen;
	font-weight:bold;
	
}
	
#heading{
    font-size:18px;
    color:#000;
	/*background:#f0f0f0;*/
    font-style:italic;
    border-bottom:solid thin black; 
	margin-top:0px;
	top:0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	margin-left: 0px;
	text-align: center;	
	width:100%;
}

#content{
    width:79.9%;
	float: left;
	padding: 0;
	margin: 0;
	border-left-width: 10px;
	color: black;
}

#menu{
	/*position: fixed;*/
    float:left;
	width: 18%;
    max-width:20%;
	border-right-width:10px;
	margin-right: 8px;
}

div.dummy{
	width: 0%;
	float:left;
	border-right-width:10px;
	margin-right: 8px;
}
	
ul.blank{
	list-style-type: none;
	list-style-position:outside;
	padding-left:0px;
	margin-left:0px;
}

ul.menuList{
	list-style-type: none;
	list-style-position:inside;
	padding-left:0px;
	margin-left:0px;
}

ul.subMenuList{
	list-style-type: none;
	list-style-position:outside;
	padding-left:1em;
	margin-left:0px;
}

ul.toc{
	list-style-type: none;
	list-style-position:outside;
	margin-top:0px;
	margin-left:0px;
}

a.menuItem{
	text-decoration: none;
	font-weight: bold;
	color: black;
	display: block;
	border-width: 1px;
	background-color: #FFFF99;
	border-color: black;
	border-style: solid;	
	padding: 2px;
	margin: 2px;
}


a.menuItem:hover{
	text-decoration: none;
	font-weight: bold;
	color: red;
	display: block;
	border-width: 1px;
	background-color: #FFFFAA;
	border-color: black;
	border-style: solid;	
}


.currentMenuItem{
	text-decoration: none;
	font-weight: bold;
	color: #FF3333;
	display: block;
	border-width: 1px;
	background-color: #FFFF99;
	border-color: black;
	border-style: solid;	
	padding: 2px;
	margin: 2px;	
}

a.subMenuItem{
	display: block;
	border-width: 2px;
	border-style: solid;	
	background-color: #FFFF99;
}


h3 { 
	font-size:120%;
    color:#000000; 
    font-style:italic;
    border-bottom:solid thin black;
    padding-left:0px;
}


h2 { 
	font-size:150%;
    color:#000000;
    font-style:italic;
    border:solid thin black;
    background-color:#FFFFFF; 
    padding-left:10px;
}
h1{
    font-size: 300%;
	border-width: 0px;
	margin: 0px;
	padding:0px;
}

a{
	color:green;
}


.fett{
	font-weight: bold;	
}

.codedt {
			border-top:none;
			border-right:none;
            border-left:none;
			border-bottom:solid thin black;            
        }


.code{	
	margin-left:20px;
	/*margin: 5px;*/
	padding: 5px;
	border:solid 3px black;
    background-color: #C09090;
	font-family:'Courier New',Courier,monospace;
	white-space: pre;
	/*max-width: 600px;*/
}

.command{		
	font-family:'Courier New',Courier,monospace;
}

span.key{
	color: #0000DD;
	font-weight: bold;
}


table.leer{
	border-style: none;
	border-width: 0px;
	border-color: red;
	/*caption-side: bottom;*/
	border-collapse: collapse;
	empty-cells: show;	
}


table.tabelle{
	border-style: none;
	border-width: 1px;
	border-color: black;
	/*caption-side: bottom;*/
	border-collapse: collapse;
	empty-cells: show;	
}


table.commands{
	border-style: none;
	border-width: 1px;
	border-color: black;
	/*caption-side: bottom;*/
	border-collapse: collapse;
	empty-cells: show;	
}

caption{
	border-color: black;
	border-width: 1px;
	border-style: solid;
	color: #FFFFCC;
	font-weight: bold;
	font-size: 100%;
	background-color: gray;
}

td.leer{
	/*border-style: none;*/
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

td.blank{
	border:none;
}

td{
	border-style: solid;
	border-width: 1px;	
}


div.command{
	white-space: pre;
	font-family:'Courier New',Courier,monospace;
	text-align: left;
}


th{
	border-style: solid;
	border-color: black;	
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-width: 0px;
}

