/* Übersicht Kategorien der GEDICHTE (poem/index.htm) */
/*
.papier1 {
	width:702px;
	background-image:url(/media/images/bibliothek/papier2.jpg);
	background-repeat: repeat-y;
	margin-top:0;
}*/

.eintrag {
	height:29px;
	width:auto;
	margin: 0 0 20px 160px;
}

.weglinks {
	width:14px;
	height:29px;
	float:left;
	background-image: url(/media/images/section/07/weg_ged_li.png);
	background-repeat:no-repeat;
	background-position:left; 
}

.entry {
	float:left;
	width:auto;
	height:29px;
	padding-top:3px;
	background-image: url(/media/images/section/07/weg_ged_bg.png);
	background-repeat:repeat-x;

  }

.wegrechts {
	width:26px;
	height:29px;
	float:left;
	background-image: url(/media/images/section/07/weg_ged_re.png);
	background-repeat:no-repeat;
	background-position:right; 
}


/* GEDICHTE je kategorie (poem/overview.htm)*/

.papier {
	width:702px;
	background-image:url(/media/images/bibliothek/papier2.jpg);
	background-repeat: repeat-y;
	padding-left:75px;
}

#content-area .papier h1 {
		font-family:"Courier New", Courier, Arial, sans;
		padding-top:60px;
		padding-bottom:40px;
		margin-left:100px;
		color: #333;
}

.entry_overview_poem {
	background-image:url(/media/images/bibliothek/tintenklecks.png);
	background-position:left;
	background-repeat:no-repeat;	
	padding-left:50px;
	padding-top:14px;
	padding-bottom:15px;
}
  
#content-area .papier a:link {
	font-family:"Courier New", Courier, Arial, sans;
	font-size:15px;
	color: #333;
	font-weight:bold;
	text-decoration:none;
}

#content-area .papier a:visited  {
	font-family:"Courier New", Courier, Arial, sans;
	font-size:15px;
	color: #900;
	font-weight:bold;
}

#content-area .papier a:hover {
	font-family:"Courier New", Courier, Arial, sans;
	font-size:15px;
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}

#content-area .papier a:active {
	font-family:"Courier New", Courier, Arial, sans;
	font-size:15px;
	color: #030;
	font-weight:bold;
	text-decoration:blink;
}



/* GESCHICHTE je kategorie (story/overview.htm)*/

.buecherstapel {
	width:580px;
	height:882px;
	background-image:url(/media/images/bibliothek/buecherstapel.jpg);
	background-repeat:no-repeat;
	margin-left:40px;
}

#content-area .buecherstapel h1 {
		padding-top:60px;
		padding-bottom:40px;
		margin-left:130px;
		color:#FFF;
}

.entry_overview {
	padding-left:50px;
	padding-top:14px;
	padding-bottom:15px;
}
  
#content-area .buecherstapel a:link {
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
}

#content-area .buecherstapel a:visited  {
	color: #CCC;
	font-weight:bold;
}

#content-area .buecherstapel a:hover {
	color: #FF0;
	font-weight:bold;
	text-decoration:underline;
}

#content-area .buecherstapel a:active {
	color:#FFF;
	font-weight:bold;
	text-decoration:blink;
}





/* Übersicht Kategorien der GESCHICHTEN (story/index.htm) */

.eintrag {
	height:29px;
	width:auto;
	margin: 0 0 20px 160px;
}

.weglinks_story {
	width:14px;
	height:29px;
	float:left;
	background-image: url(/media/images/section/07/weg_gesch_li.png);
	background-repeat:no-repeat;
	background-position:left; 
}

.entry_story {
	float:left;
	width:auto;
	height:29px;
	padding-top:3px;
	background-image: url(/media/images/section/07/weg_gesch_bg.png);
	background-repeat:repeat-x;

  }

.wegrechts_story {
	width:26px;
	height:29px;
	float:left;
	background-image: url(/media/images/section/07/weg_gesch_re.png);
	background-repeat:no-repeat;
	background-position:right; 
}



