body {
	background-color: lightgrey;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* damit der alte IE zentriert*/
}
 
 #webseite {
	width: 1200px;
	margin: 0px auto;
	margin-top: 20px;
	z-index: 0;
	-moz-box-shadow: 1px 1px 16px #292929; /* Firefox */
    -webkit-box-shadow: 1px 1px 16px #292929; /* Chrome, Safari */
    -khtml-box-shadow: 1px 1px 16px #292929; /* Konqueror */
    -o-box-shadow: 1px 1px 16px #292929; /* Opera */
     box-shadow: 1px 1px 16px #292929; /* CSS3 */
     overflow: auto;
}

#papier {	
	width: 1200px;
	background: white;
	z-index: 1;
	text-align: left; 
	overflow: auto;
}

#papier_innen {	
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	background: lightgreen;
	z-index: 2;
	overflow: auto;
}

#maintable {
	margin-left: 10px;
	background: lightgreen;
	z-index: 4;
	float: left;   
}

p {
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 20px;
    color: black;
}
 
h1 {
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
    font-size: 180%;
    line-height: 40px;
    font-weight: 600;
    color: black;
}

h2 {
	text-align: left;
    font-size: 120%;
    margin-left: 20px;
    margin-top: 20px;
    font-weight: 600;
    color: black;
}

h3 {
	text-align: left;
    font-size: 120%;
    margin-left: 20px;
    margin-top: 20px;
    font-weight: 600;
    color: black;
}

a { text-decoration: none; }
a:link { color: blue; }
a:visited { color: blue; }
a:hover, a:focus { text-decoration: underline; }
a:active { text-decoration: none;}

ul {
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 20px;
    color: black;
} 

ol {
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1.5;
    color: black;
} 

hr {
	width: 970px; 
	border: none;
	border-top: 0px solid black;
	color: black;
	background-color: black;
	height: 1px;
}

td {
	vertical-align: top;
}

.webseitentitel {
	text-align: center;
    font-size: 200%;
    line-height: 40px;
    font-weight: 600;
    color: black;
}

.menue {	
	width: 170px;
	margin-top: 10px;
	z-index: 3;
	float: left;
    text-align: center;
}

.content {
    margin-left: 50px;
}

code {
     font-size: 120%;
     font-family: monospace;
     font-weight: 600;
     color: black;
}

.codeblock {
	font-family: monospace;
    font-size: 120%;
    font-weight: bold;
    margin-left: 80px;
    line-height: 1.5;
    color: black;
}
