html, body {
 margin: 0; 
 padding: 0; 
 width:	100%; 
 height: 100%; 
 overflow: auto;
}

body {
 font-family: serif; 
 font-size: 75%;
 color:	#353535;
 background-image: url('/bg.gif');
 background-repeat: y-repeat;
}

img { 
 border: 0px; 
}

#menubalk {
 width: 460px;
 font-family: Arial, Helvetica, Sans-Serif;
 font-weight: bold;
 padding-bottom: 3px;
 margin-bottom: 35px;
 border-bottom: 1px solid gray;
 text-align: right;
}

#content {
 position: absolute; 
 top: 50px; 
 padding: 1px 300px 20px 350px;
 width: 460px;
}

td {
 font-family: arial, helvetica, sans-serif; 
 color: #353535;
}

p {
 line-height: 1.8em; 
 text-align: justify;
 font-family: Arial, Helvetica, Sans-Serif;
 margin-bottom: 20px;
}

#woordLijst {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 90%;
 text-align: right;
 color: #353535;
}

#woord p {
 border-left: 2px solid #f0f0f0;
 padding-left: 10px;
}

#fixed {
 position: absolute; 
 top: 35px; 
 left: 105px; 
 width: 200px; 
 z-index: 10; 
 color:	#567; 
 border: 0px solid #000; 
 padding: 10px;
}

#fixed p {
 text-align: left;
}

h2 {
 font-size: 1em;
}

.subtitle {
 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 font-size: 2em;
 text-align: left; 
 color: #29667c;
}

.date {
 font-style: italic;
 font-size: 1em;
 font-family: Arial, Helvetica, Sans-Serif;
}

a:link {
 color: #353535;
 text-decoration: none;
 border: 0px;
}

a:visited {
 color:	#353535;
 text-decoration: none;
 border: 0px;
}

a:hover {
 font-weight: bold;
 color:	#29667c;
 text-decoration: none;
 border: 0px;
}

a:active {
 color:	#353535;
 text-decoration: none;
 border: 0px;
} 

.left {
 padding-left: 20px;
 text-align: right;
 padding-right: 10px;
}

#muziek, #home, #contact, #links, #lastfm {
 display: none;
}

.mnu {
 cursor: pointer;
}

