/* --- www.thewordcompany.de for www.pilgrim-verlag.de --- 051024 --- */
/* -------------------------------------------- general font settings */
*{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #333;

/*	for msie	*/
/*	line-height: 125%;	*/
	
/*	w3 conform	*/
	line-height: 130%;
}

body {
	background-color: #fff;
	text-align: center;
	
/*	height: 100%;*/
}

#container
{
	width: 760px;
	margin: 0px auto;
	background-color: #fff;
	color: #333;
/*	border: 1px solid #505;*/
}


/* -------------------------------------------- */
#top
{
	height:114px;
}

#top .txt
{
font-size: 10px;
color:#999;
font-family: Verdana, Geneva, Arial, sans-serif;
}

#top .now
{
	font-size:10px;
	font-weight: bold;
	color:#c00;
	/*color:#CA0;*/
}

#top a
{
	font-size: 10px;
	font-weight: bold;
/*	color:#363636; */
	color:#666;
	text-decoration: none;
}

#top a:hover 
{
	text-decoration: underline;
	color:#c00;
		
}


/* -------------------------------------------- left side */
#leftSide
{
/*float: left;*/
width: 456px;
/*border:1px solid gray;*/
}

#leftSide h1 {
	color:#000;
	font-size: 18px;
	font-weight: normal;
	margin: -5px 0 0 0;
}

#leftSide h2 {
	color:#000;
	font-weight: bold;
}

#leftSide .b1
{
	color:#000;
/*	font-weight: bold;*/
}

#leftSide .b2
{
	color:#606;
	font-weight: normal; 
}

/* special n=regular, b=bold, i = italic */
#leftSide .sn
{
	font-size: 9px;
	font-weight: normal; 
}

#leftSide .sb
{
	font-size: 9px;
	font-weight: bold; 
}

#leftSide .si
{
	font-size: 9px;
	font-style: italic; 
}
/*#leftSide .doggy
{
	height: 114px;
}*/
#leftSide ul{
	list-style:none;
	margin-left:-40px;
	margin-top:15px;
}

.listen li{
background-image:url(audio.gif);
line-height:20px;
padding-left:20px;
background-repeat:no-repeat;
background-position:0px 4px;
}

#leftSide a
{
	color:#666;
	text-decoration: none;
	font-weight: bold;
}

#leftSide a:hover 
{
	text-decoration: underline;
	color:#c00;
	font-weight: bold;
}


/* -------------------------------------------- right side */
#rightSide
{
	width: 247px;
	/*margin: 76px 0 0 494px;*/

/*	border: 1px solid pink;*/
}


#rightSide p { 
	font-size:9px;
	/*color:#c00;*/
	font-style:normal;
	margin: 6px 0 13px 0;
}

/* for link text in gallery */
#rightSide .lk { 
	font-size:11px;
	font-style:normal;
}

#rightSide .lkb { 
	font-size:11px;
	font-weight: bold;
}

/*#rightSide a
{
	color:#666;
	text-decoration: none;
	font-weight: bold;
}

#rightSide a:hover 
{
	text-decoration: underline;
	color:#c00;
	font-weight: bold;
}
*/

/* --------------------------------------------*/
#footer
{
	clear: both;
	margin: -1px 0px 0px 0px;
	background-color: #fff;
/*	color: #333;	*/
/*	padding: .5em;	*/
/*	border-top: 1px solid yellow;*/
}
