/*
		Print CSS Regina Rusch
		i code so i quirk
*/

/*  --- BASICS --- */
html, body {
margin: 0;
}
body {
font-family: "Times New Roman", Times, serif;
font-size: 101%;
color:#000;
background-color:#fff;
}
/* ---  CONTAINER LOVE ---*/
#wrapper {
z-index:1;
position: relative;
background-color: transparent;
border:none;
}

#navigation {
display:none;
}

#text {
z-index:50;
width:600px;
background-color:#fff;
color: #000;
margin: 0;
padding: 0;
}

#footer {
display:none;
}
#ueberschrift {
border-bottom:1px solid #333;
margin-bottom:20px;
}
img {
display:none;
}
#kasten {
border:none;
}
/* sets all to zero, just to be sure */
h1, h2, h3, h4, p, ul, li {
margin:0;
padding:0;
color:#000;
background-color:#fff;
}
/* --- TYPO Headlines --- */
h1 {
font-size:130%;
margin:10px 0 20px 0;
}
h2 {
font-size: 110%;
margin:5px 0 10px 0;
}
h3 {
font-size: 100%;
margin:5px 0 10px 0;
}
h4,h5,h6 {
font-size: 95%;
margin:5px 0 10px 0;
}
