

p, ul, ol, dl { 	line-height:1.4em;
		margin-left:5%;
	}
table, form, blockquote {	margin-left:5%;
}
ul ul {margin-left:9px;}

ol#maintoc {margin-left:0;}
ol#maintoc li {list-style-image:url(img/tutbook.gif);
				list-style-position:inside;
				margin-bottom:4px;}

/* Kopfzeile Titel 'Internet-Tutorial' */

#header {
	width:100%;
	border-bottom:1px dotted #56708A;
	padding-bottom:6px;
	}
#header a:link, #header a:visited, #header a:hover, #header a:active {  font-family: "Trebuchet MS", serif;
	font-size: 1.7em;
	font-weight: bold;
	text-decoration:none;
	/* color: #993300; */
	color: #000000;
	padding-top:12px;
	}

/* Index-Seite Spezialstile */

#index h1, #index h2 {font-size:1.1em;
	margin-left:5%;
}

#index table, #index input {	margin:0;
}

#menu { font-size:90%;
}

#menu h3 { border-bottom:1px dotted #56708A;
	font-size:expression("0.9em");}

/* Kapitel-Titel auf den einzelnen Seiten */

#titel {width:100%}
#titel img {float:left;
		margin:4px;}
#titel h1 {background:url(img/tutbook.gif) center left;
		background-repeat:no-repeat;
		padding-left:30px;
		color:#000000;}
#titel .klein {padding-left:30px;}

.bold {  color: #56708A; font-weight: bold;}

.style {font-family: Georgia, "Trebuchet MS", serif;
	color: #56708A;
	font-weight:bold;
	border-bottom:1px dotted #56708A;
	margin:0;
	padding-top: 12px;
	width:100%;}

option {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em}

pre {  font-size:90%;}

code { color:#1E36BE;
 	font-size:110%;}

sup {  font-size: 60%}
sub {  font-size: 60%}

small {font-size:expression("60%");}
.klein {  font-size: small;}

.hinweis {font-family:Verdana, Arial, Sans-Serif;font-size:90%;color:#666666;}

/*  Auflistung 'Weitere Kapitel' */


/* #tutorialmore ul {
  float: left;
  width: 40em;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
#tutorialmore li {
  float: left;
  width: 20em;
  margin: 0;
  padding: 0;
} */

/* Positionierung f&uuml;r die Google-Ads */

#googleads {
 /* position:relative;
  top:2em; 
  text-align:center; */
  margin-bottom:4em;
  }

#footernavig {
  font-size: 0.9em;
  padding-bottom:4px;
  border-bottom:1px dotted #56708A;}
  
  
/* Stile f&uuml;r den Ausdruck */

@media print{ 
/*hide the left column when printing*/
body {color:#000000;
	background-color:#FFFFFF;
	}
h1 { font-family: Georgia,"Times New Roman",Times,serif;
	font-size:20pt;}
p, li { font-family: Georgia,"Times New Roman",Times,serif;
	font-size:11pt;}
h2, h3, .klein, .hinweis, .subnavigtext, td, a:link { font-family: Georgia,"Times New Roman",Times,serif;
	}
#tutorialmore, #footer, .subnavigtext, p.klein {display:none;}
a:after { content: " [" attr(href) "] " }
}



