@charset "iso-8859-1";
/* CSS Document */

.liedjes_links
		{
	position: absolute;
	left: 0px;
		}

.liedjes_rechts
	{
	position: absolute;
	left: 200px;
		}


.liedjes_links a
	{
	background-color: #e8e8e0;
	color: #a84885;
	width: 175px;
	display:block;
	text-decoration: none;
	margin: 0 0 10px 0;
	border: 1px dotted #e8e8e0;
	}		


.liedjes_links a:hover
	{
	color: #a84885;
	display:block;
	border: 1px dotted #2496ab;
	padding: 0 0 0 5px;
	}		

.liedjes_rechts a
	{
	background-color: #e8e8e0;;
	color: #a84885;
	width: 175px;
	display:block;
	text-decoration: none;
	margin: 0 0 10px 0;
	border: 1px dotted #e8e8e0;
	}		

.liedjes_rechts a:hover
	{
	color: #a84885;
	display:block;
	border: 1px dotted #2496ab;
	padding: 0 0 0 5px;
	}		

