a, a:visited {
 	text-decoration: none;
 	color: #861f21;
}

a:hover {
	text-decoration: underline;
}
 
 /* #navbar a {
	text-decoration: none;
	color: #a9a9a9;
	display: block;
	float: left;
	padding: 5px;
	margin: 0 30px 0 30px;
	font-size: 11pt;
	border: 1px solid white;
	border-collapse: collapse;
}
*/

#navbar a:hover {
	color: white;
	text-decoration: underline;
}

.navtree {
	font-size: 10pt;
	color: #861f21;
	border-bottom: 1px solid #861f21;
	line-height: 200%;
	margin-top: -1px;
	margin-bottom: 20px;
}

.navtree span.active {
	color: #a9a9a9;
	padding-left: 15px;
}

.team p.text, .text {
	padding-left: 30px;
	font-size: 10pt;
	color: #666666;
	margin-top: -10px;
	line-height: 200%;

}

p.item {
	background-image: url(../images/listitem.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: -20px;
	padding-left: 20px; 
}
/*
.team img {
	float: right;
	margin-left: 10px;
	// border: 1px solid #d1d3d4;
	margin-top: 10px;
	padding: 1px;
}
*/
p.name {
	background-image: url(../images/listitem.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #861f21;
	font-size: 11pt;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 20px;
}

#contact p, #contact p span {
	font-size: 14pt;
	font-weight: bolder;
	color: #a9a9a9;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#left p {
	font-weight: bolder;
	margin-top: 8px;
	font-size: 13pt;

}


a.impressum {
	color: #a9a9a9;
	font-size: 10pt;
	text-decoration: none;
	margin-left: 5px;
}

a.impressum:hover {
	text-decoration: underline;
}


ul.list {
	list-style-type: disc;
	font-size: 10pt;
	color: #666666;
	line-height: 200%;
	padding-left: 40px;	
}

ul.list li {
	padding-bottom: 10px;
}

ul.sublist {
	list-style-type: circle;
	font-size: 10pt;
	color: #666666;
	line-height: 120%;
	padding-left: 40px;	
	display: inline;
}

ul.sublist li {
	padding-bottom: 15px;
	padding-top: 10px;
	margin-left: 50px;
}

ul.reflist {
	list-style-type: disc;
	font-size: 10pt;
	color: #666666;
	line-height: 110%;
	padding-left: 20px;	
}

ul.reflist li {
	padding-bottom: 5px;
}
