/* Style Sheet 				*/
/* buch_links.css				*/
/*					*/
/* Created	: 01.11.2008		*/
/* Created by	: Edsch			
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#buch table { 
	border: 2px solid #787858;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}

#buch table tr:hover td { 
	background: #787858;
	color: #cccc99;
	}

#buch caption { 
	caption-side: top;
	border: 2px outset #787858;
	text-align: left;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	font-size: 100%;
	}
	
#buch tr th { 
	padding: 0.5em 0 0.5em 0.2em;
	font-weight: bold;
	text-align: left;
	background: #cccccc;
	}

#buch td { 
	height: 45px;
	}

#buch td, tr 	{
	padding: 0.5em 0 0.5em 0.2em;  
	align: left;
	}
	
#buch tr.gerade td { 
	background: #bcb483;
	}

#buch tr td.title { 
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	width: 500px;
	}
	

#buch tr td.autor {
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	width: 150px;
	}

#buch tr td.info { 
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	width: 165px;
	 }
	 
	 
/*  */

#links table { 
	border: 2px solid #787858;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}

#links caption { 
	caption-side: top;
	border: 2px outset #787858;
	text-align: left;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	font-size: 100%;
	}
	
#links tr th { 
	padding: 0.5em 0 0.5em 0.2em;
	font-weight: bold;
	text-align: left;
	background: #cccccc;
	}

#links td { 
	height: 45px;
	}

#links td, tr 	{
	padding: 0.5em 0 0.5em 0.2em;  
	align: left;
	}
	
#links tr.gerade td { 
	background: #bcb483;
	}

#links tr td.logo { 
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	width: 400px;
	}
	

#links tr td.link {
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	width: 300px;
	}

#links tr td.info { 
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	width: 150px;
	 }
