/* Stylesheet zum Druck für Schreibbüro */
html, body{
	height: 100%;
	}

/* Allgemeine Angaben */
body{
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
    line-height: 14pt;
	color: #000;
    background-color: #fff;
	}

h1{
	color: #9f0000;
	font-size: 14pt;
	font-weight: bold;
	line-height: 18pt;
    padding-bottom: 10pt;
    margin: 0;
    background-color: inherit;
	}

h2{
	color: #9f0000;
	font-size: 13pt;
	font-weight: bold;
	line-height: 18pt;
    margin: 0;
    background-color: inherit;
	}

h3{
    color: #9f0000;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    background-color: inherit;
	}

acronym{
    text-decoration: none;
	}

strong{
	font-weight: normal;
    }

img{
	border: 0px;
	}

table{
	border-collapse: collapse;
    }

.ohnerahmen{
	border: 0px;
    }

td, th{
	border: solid 1px #000000;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    }

/* Hauptcontainer = Seite insgesamt */
#content{
	display: none;
	}

/* Kopf */
#kopf{
	display: none;
	}

/* Linke Menüleiste */
#menue{
	display: none;
    }

/* Seiteninhalt */
#inhalt{

   	}

#inhalt li{
	color: #000;
    text-decoration: none;
	background-color: inherit;
    }

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

#inhalt li.tutorial{
	color: #000;
    background-color: inherit;
    }

#inhalt li.tutorabs{
	color: #000;
    background-color: inherit;
    padding-bottom: 12px;
    }

#fusszeile{
	border-top: 0.5pt;
    border-bottom: 0.5pt;
    border-left: 0;
    border-right: 0;
    border-style: solid;
    padding-top: 0.2cm;
    padding-bottom: 0.2cm;
	}

.fett{
	color: #9f0000;
    font-weight: bold;
    background-color: inherit;
	}

.option{
    background-color: #ececec;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #898989;
    border-right: 1px solid #898989;
	}

.taste{
	background-color: #facd8a;
    font-family: "Courier New", "Courier", "Monospace";
    padding-left: 3px;
    padding-right: 3px;
	border-bottom: 2px solid #a06800;
    border-right: 2px solid #a06800;
	}

.bsp{
	background-color: #ffffff;
    color: #000000;
    font-family: "Courier New", "Courier", "Monospace";
    border: 1px solid #ececec;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    }

/* Bereich für Code-Teile */

.Code{
	color: #0000FF;
	background-color: #FFFFFF;
	}
.Parms{
	color: #008080;
	background-color: #FFFFFF;
	}
.Marks{
	color: #FF0000;
	background-color: #FFFFFF;
	}
.Rem{
	color: #008000;
	background-color: #FFFFFF;
	}
.Sub{
	color: #000080;
	font-weight: bold;
	background-color: #ececec;
	}
.EndSub{
	color: #000080;
	font-weight: bold;
	background-color: #ececec;
	}