@media screen, print {
body {
background: #1d1d1d url(http://www.deverwandering.nl/grass.jpg) fixed  center 0;
color: #1d1d1d;
font: 20px 'Verdana', sans-serif;
}

a {
text-decoration: none;
color: #1d1d1d;
}
img {border: 0;}

#kop {
margin: 4% auto 8%;
width: 400px;
background: #1d1d1d;
z-index: 1;
text-align: center;
padding: 18px 0 5px;
}
#kop a:hover {
color: #d8dd73;}

.kopt {
font-family: 'Raleway', sans-serif;
color: #FFF;
text-transform: uppercase;
letter-spacing: 5px;
font-weight: 700;
font-size: 1.4em;
}

.kopot:before {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: #555;
	margin: 10px auto 15px;
}
.kopot {
font-family: 'Raleway', sans-serif;
	text-align: center;
	color: #555;
	font-weight: 300;
	}


#menu {
position: fixed;
top: 30%;
right: 0;
background: #1d1d1d;
width: 100%;
z-index: 2;
}

#menu * {
float: left;
margin: 0;
padding: 0;
list-style: none;
white-space: nowrap;
background: #1d1d1d;
}
#menu ul {
float: left;
padding: 0 15%;
}

#menu ul li a {
display: block;
padding: 0.7em 0.5em;
color: #555;
font: small-caps 20px 'lucida console';
}
#menu ul li a:hover {
color: #fff;
}
#menu li ul {display: none;}
#menu li ul a{color: #bbb;}
#menu li:hover ul {
display: block;
float: left;
}
#menu ul li.kop {
position: absolute;
top: 0;
left: 100px;
}
#menu ul li.kop a {
background: #000000;
border: 0;
padding: 1px 0 0 0;
}


.txt {
margin: 0 15%;
white-space: pre-wrap;
}
.txt p:first-letter, .txt a *:first-letter {
font: 2em/0.7 'lucida console';
}

.rtxt {
text-align: right;
white-space: pre-wrap;
font-size: 12px;
padding: 0 5px;

}
.rtxt p:first-line {
font: 700 small-caps 140% arial;
}

#datum , .r{
clear: both;
float: right;
}

.ipoem {
height: 750px;
}
.ifoto {
width: 520px;
height: 520px;
margin: 5px;
background: #fff;
}
#datum {
color: #222;
font: xx-small arial;
position: fixed;
bottom: 1px;
right: 1px;
}
.poem {
margin: 0 1%;
padding: 0;
white-space: pre;
font-size: 11px;
}
.poem p:first-line {
font: 1.8em/3 'lucida console';
}

}
@media print {
body {
background: #fff;
color: #000;
}
#menu, #datum , .rtxt {display: none;}
}
