.hdr
{
	font-family:arial;
	font-size:12pt;
	color:#ffffff;
	height:150px;
	width:100%;
	background-image:url(http://www.andreaboeshaar.com/images/hdrBG.jpg);
	border-bottom:1px solid black;
}

BODY
{
	margin:0px;
	scrollbar-3d-light-color: #EB0217;
	scrollbar-arrow-color: #128A9E;
	scrollbar-base-color: #53111B;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-face-color: #8B1628;
	scrollbar-highlight-color: #A11427;
	scrollbar-shadow-color:#000000;
	
}

.nav 
{
 width:100%; height:40px; background-image:url(http://www.andreaboeshaar.com/images/hrdshadow2.jpg);}

.main {
	width:100%;
	font-family:Arial;
	font-size:11pt;
	color:#000000;
}

.main2 {
	width:899px;
	font-family:Arial;
	font-size:11pt;
	color:#000000;
}

.books {
	width:98%;
	font-family:Arial;
	font-size:11pt;
	color:#000000;
}

.book {
border:1px solid black;}

.ftr {
background-color:#4F1019;
width:100%;
height:15px;
}

.imprint
{
	font-family:Arial;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:none;
}

.h1 {
font-family:arial;
font-size:14pt;
color:#8F1629;
font-weight:bold;
}

.h2 {
font-family:arial;
font-size:12pt;
color:#000000;
font-weight:bold;
}

.h3 {
font-family:arial;
font-size:12pt;
color:#8F1629;
font-weight:bold;
}

.mlink {
color: #871628;
text-decoration: none;
font-weight:bold;
}

.mlink:visited {
color: #871628;
text-decoration: none;
font-weight:bold;
}

.mlink:hover {
color:#2A7988;
text-decoration:none;
font-weight:bold;
}

#sidebar {
position:absolute;
right:0px;
top:177px;
width:250px;
height:15px;
}

.sidebar {
background-color:#767676;
width:250px;
height:100%;
margin:0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, CHECKBOX, select
	{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
	}

#news li {
  width: 220px;
  overflow: hidden;
  list-style-type: none;
  color: #000;
  background: #BFBFBF;
  display: none;
padding-right:4px;
}

/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 60%;
         font-size: 12px;
	 background-color: #E3CBB9;
	 border: 1px solid #5E121C;
	 
}
.rss-items {
	margin-top:1px;
	padding:0.5em; 0.5em;
	margin-left:1px;
	color:#006699;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: verdana;
	font-size: 100%;
	background-color:#5E121C;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: verdana;
  font-size: 95%;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color:#2A7988;
	font-size: 105%;
	font-weight:bold;
	font-family:verdana;
	}
	
	.rss-item a:hover {
	color:#FF1901;
}
	

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #8B1628;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }

