html {
	margin:0;
}
body {
	font-family: Arial, sans-serife;
	color:#555;
	line-height:1.4em;
	background-color:#FFFFFF;
	margin:0;
	/* border-top: solid 1em #FE5223; */
}

 #container { 
	margin:12px;
	text-align: left;
}

#content, #footer {
	margin:1em;
	background-color:#fff;
	width: 60em;
	overflow: auto;
} 

/* Headings */

h1, h2, h3 {
	line-height:1.3em;
}

h2 a {
	font-weight:normal;
}

h4 {
	text-transform:uppercase;
}

/* Links */

a, a:visited {
	color:blue;
}

a:hover, a:visited:hover {
	/*color:#EF1F1D;*/
	text-decoration: none;background-color:#fff;color:#FE5223;
}

/* Absätze und Listen */

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-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;
}

#index #menu { font-size:90%;
}

#index #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 {  font-weight: bold;}

.style {
	font-size:1.6em;
	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;
	overflow:scroll;
	}
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;
	}
#googleads, #tutorialmore, #footer, .subnavigtext, p.klein {display:none;}
#content, #container {margin:0; width:100%;overflow: visible !important;
}
* {
overflow: visible !important;
float:none;
}
}
