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

/* Allgemeine Angaben */
body{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
    line-height: 20px;
	color: #000;
	background-color: #fffded;
	}

h1{
	color: #9f0000;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
    padding-bottom: 10px;
    margin: 0;
    background-color: inherit;
	}

h2{
	color: #9f0000;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    background-color: inherit;
	}

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

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{
	width: 100%;
    padding: 0;
    margin: 0;
	top: 0;
	position: absolute;
    background-image: url(images/verlauf.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    height: 180px;
	}

/* Kopf */
#kopf{
	height: 180px;
	background-image: url(images/kopf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* Linke Menüleiste */
#menue{
	padding: 0;
    margin: 0;
	width: 170px;
	left: 20px;
	top: 210px;
	position: absolute;
	}

#menue ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#menue li{
	font-size: 12px;
	font-weight: bold;
	line-height: 31px;
	}

#menue li a{
	color: #005f00;
    text-decoration: none;
    display: block;
    padding-left: 10px;
    background-image: url(images/button.jpg);
    background-repeat: no-repeat;
    height: 30px;
    background-color: inherit;
	}

#menue li a:link, #menue li a:visited{
    }

#menue li a:active, #menue li a:hover{
    color: #ffffcc;
	background-image:  url(images/hoover.jpg);
    background-color: inherit;
    }

#kontakt{
	padding: 10px 0px 10px 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px;
    background-image: url(images/kontakt.jpg);
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #ececec;
    }

#kontakt h3{
	margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 15px;
    color: #9f0000;
    font-weight: bold;
    background-color: inherit;
    }


/* Seiteninhalt */
#inhalt{
	left: 250px;
	top: 210px;
	position: absolute;
	padding-bottom: 40px;
    padding-right: 50px;
   	}

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

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

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

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

#fusszeile{
	display: none;
    }

ul{
	list-style-Type: disc;
	}

.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;/*#DFDFDF;*/
}