/* print.css für "Die Farbe in der Computergrafik" */
body {
margin:0;
padding:0;
color:#000;
background-color:#fff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:13px;
}

#wraptop {
display:none;
}

#title {
display:none;
}

#title img {
vertical-align:top;
}

#content {
position:relative;
top:0px;
width:600px;
}

#wrapcontent>#content {
width:590px;
}

#right_column {
display:none;
}

#foot {
display:none;
}

#navi {
display:none;
}

.navibutton {
display:none;
}

.navibuttonright {
display:none;
}

/* fuer Content */
table {
border-collapse:collapse;
border: solid 1px #888;
font-size:13px; /* fuer IE */
}

td, th {
border: solid 1px #888;
}

th {
text-align:left;
}

.num {
text-align:right;
font-family:monospace;
}

.ft {
color:#00f;
display:none;
}

h1, h2, h3, h4 {
margin-top:5px;
margin-bottom:0px;
}

h1 {
font-size:150%;
}

h2{
font-size:125%;
}

h3 {
font-size:110%;
}

h4 {
font-size:100%;
}

.topinhalt {
margin:0px;
padding:0px;
list-style-type:none;
}

.inhalt {
list-style-type:none;
padding-bottom:12px;
}

li>.inhalt{
padding-bottom:0px;
}

.illu {
float:right;
margin-left:1em;
margin-bottom:0.5em;
}

.illu2 {
margin-left:0.5em;
margin-top:1.5em;
margin-bottom:0.5em;
}

.illu img {
border:solid 1px #ccc;
}

.illu2 img {
border:solid 1px #ccc;
}

.formel {
font-family:monospace;
font-size:100%;
}

div>p.formel {
font-size:120%;
}

.formel img {
margin-left:0.75em;
margin-right:0.75em;
vertical-align:middle;
padding:0.25em;
border:solid 1px #ccc;
}

.farbbsp {
width:75px;
}

.previous {
text-align:left;
float:left;
border: solid 1px #c0c0c0;
}

.next {
text-align:right;
}

.beispiel {
position:relative;
padding-left:10px;
border:dashed 1px #888;
font-family:Arial, sans-serif;
}

/* für websichere Farben */
.noborder {
border:none;
}

.square {
width:20px;
height:20px;
}

code {
background-color:#eee;
}

blockquote {
font-family:monospace;
font-size:110%;
font-style:normal;
}

#copyright {
width:100%;
margin-top:2em;
}

#copyright span {
font-weight:bold;
border-top:solid 1px #ccc;
}

.druck {
display:inline;
}

.colorfield {
width:50px;
}

.links {
margin-top:1em;
background-color:#f0f0f0;
}

.books {
margin-top:1em;
}