/*CONTENT*/
	
	
#list {
	margin-top: 5px;
	padding:0;
	list-style:none;
	}

.list a {
	width:150px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 3px 10px;
	background: url(../img/pfeil.gif) no-repeat;
	}

.list a:link, .list a:visited {
	color:#000;
	text-decoration: none;
	}
	
.list a:hover {
	background: url(../img/pfeil_g.gif) no-repeat;
	color: #a1a1a1;
	}
	
.list_kl a {
	width:180px;
	display: block;
	margin-top: 5px;
	padding: 0px 0px 3px 10px;
	background: url(../img/pfeil.gif) no-repeat;
	}

.list_kl a:link, .list_kl a:visited {
	color:#000;
	text-decoration: none;
	}
	
.list_kl a:hover {
	background: url(../img/pfeil_g.gif) no-repeat;
	color: #a1a1a1;
	}

#content2 {
	position:absolute;
	width:345px;
	left:10px;
	padding-bottom:10px;
	}
	

