
  @font-face {
    font-family: AmericanTypewriter LT Bold;
    font-style:  normal;
    font-weight: normal;
    src: url("fonts/ITC American Typewriter LT Medium Alternate.ttf");
  }


body { 
  font-family: "AmericanTypewriter LT Bold", "Courier New";
  color: b80F00;
  SCROLLBAR-FACE-COLOR: #ffffff;
  SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
  SCROLLBAR-SHADOW-COLOR: #ffffff;
  SCROLLBAR-3DLIGHT-COLOR: #959595;
  SCROLLBAR-ARROW-COLOR: #959595;
  SCROLLBAR-TRACK-COLOR: #ffffff;
  SCROLLBAR-DARKSHADOW-COLOR: #959595;
  SCROLLBAR-BASE-COLOR: #ffffff;
}

p {
	font-family: "AmericanTypewriter LT Bold", "Courier New";
	color: black;
}

a {
  font-family: "AmericanTypewriter LT Bold", "Courier New";
  color: b80F00;
}

a:link {
  font-family: "AmericanTypewriter LT Bold", "Courier New";
  color: b80F00;
  text-decoration: none;
  background: none;
  }
a:visited {
  font-family: "AmericanTypewriter LT Bold", "Courier New";
  color: b80F00;
  text-decoration: none;
  background: none;
}
a:hover {
  font-family: "AmericanTypewriter LT Bold", "Courier New";
  color: b80F00;
  text-decoration: underline;
  /*background: url(images/underline.gif) no-repeat;
  background-position: left top;*/
}
a:active {
  font-family: "AmericanTypewriter LT Bold", "Courier New";
  color: b80F00;
  text-decoration: none;
  /*transparant image maken?*/
  /*background: url(images/underline.gif) no-repeat;
  background-position: left top;*/
}


#menu {
	width: 100px;
	height: 200px;
	/*background: url(images/menu_background.gif); */
	position: absolute;
	left: 0px;
	top: 35px;
	z-index: 0;
	/*filter:alpha(opacity=60);
	opacity:0.6;*/
}

#menu a {
	display: block;
	width: 100px;
	height: 23px;
	position: absolute;
	left: 0px;
	color: b80F00;
	text-decoration: none;
}
/*
#menu a:link {
  font-family: "AmericanTypewriter LT Bold", "Courier New";
  color: b80F00;
  text-decoration: none;
  background: none;
  }
#menu a:visited {
  font-family: "AmericanTypewriter LT Bold", "Courier New";
  color: b80F00;
  text-decoration: none;
  background: none;
}
*/
#menu a:hover {
  font-family: "AmericanTypewriter LT Bold", "Courier New";
  color: b80F00;
  /*text-decoration: underline;*/
  background: url(images/scratch.png) no-repeat;
  background-position: left bottom;
}
/*#menu a:active {
  font-family: "AmericanTypewriter LT Bold", "Courier New";
  color: b80F00;
  text-decoration: none;
  transparant image maken?
  background: url(images/underline.gif) no-repeat;
  background-position: left top;
}
*/
#menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 

#menu li {
margin: 5px 0 0;
} 

#pageframe{
  bgcolor: b0b0b0;
  filter:alpha(opacity=50);
  opacity:0.5;
}

#bookletpage {
	font-family: "AmericanTypewriter LT Bold", "Courier New";
		color: black;
}

#bookletpage p {
	font-family: "AmericanTypewriter LT Bold", "Courier New";
	color: black;
}

.bodytext {
	font-family:"AmericanTypewriter LT Bold", "Courier New";
	font-size:8pt;
	color:666666;
}

.Apartetitel {
	font-family:"AmericanTypewriter LT Bold", "Courier New";
	font-size:11pt;
	color:666666;
}

.categorietitel {
	font-family:"AmericanTypewriter LT Bold", "Courier New";
	font-size:14pt;
	text-align: Right;
	color:b80F00;
}


	

