ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

.typSuche {
	border: 1px solid #3F673F;
	background-color: #EBF0EB;
	color: #E36700;
}

.tAnzeigen {
	font-family: Arial;
	font-size: 15px;
}
.bg_hell {
	border: 1px solid #3F673F;
	background-color: #EBF0EB;
}
.bg_dunkel {
	border: 1px solid #3F673F;
	background-color: #C3D7C3;
}

.suchbegriff {
	color: #E36700;
	font-style: italic;
}


/** <Button Neuer Eintrag> **/

.newEntry {
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
}

/** </Button Neuer Eintrag> **/


/** <Anzeigen Titel> **/

.anzTitel:link {
	color: #3F673F;
	font-weight: bold;
	text-decoration: none;
}

.anzTitel:active {
	color: #3F673F;
	font-weight: bold;
	text-decoration: none;
}

.anzTitel:visited {
	color: #3F673F;
	font-weight: bold;
	text-decoration: none;
}

.anzTitel:hover {
	color: #E36700;
	font-weight: bold;
	text-decoration: underline;
}

/** </Anzeigen Titel> **/



/** <Single Anzeige> **/
.h1Modi{
margin-top: 2px;
margin-bottom: 2px;
font-size: 18px;
}
/** </Single Anzeige> **/

.h2Modi{
margin-top: 2px;
margin-bottom: 2px;
font-size: 16px;
}

.subText {
	font-size: 13px;
}
