.normalList {
	margin: 0;
	padding: 0;
}

.normalList li {
	list-style-type: disc;
	margin: 0.5em 0 0.2em 15px;
}

div#content .normalList {
	width: 354px;
}

/* Online-Ratgeber und Kraftstofftipp DG*/
.grafikList {
	margin: 0;
	padding: 0;
	list-style-image:url(/img/general/haken.gif);
}

.grafikList li {
	list-style-type: disc;
	margin: 0.5em 0 0.2em 15px;
}

div#content .grafikList {
	width: 354px;
}

/* -- Navigationsliste (kann auch nur ein Punkt sein) im Contenbereich -- */
ul.contentNavi {
	margin: 0;
	padding: 0;
}

ul.contentNavi li {
	list-style-type: none;
	display: inline;
	margin-right: 25px;
}

ul.contentNavi li div {
	display: inline;
	margin: 0;
	padding: 0;
	width: 100px;
}

ul.contentNavi li a {
	color: #656565;
	padding-left: 11px;
	text-decoration: none;
	background-image: url(/img/buttons/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.contentNavi li a#back {
	padding-left: 11px;
	background-image: url(/img/buttons/pfeil_zurueck.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.contentNavi li a:hover, ul.contentNavi li a.active {
	color: #f37a1f;
}
/* -- Navigationsliste (kann auch nur ein Punkt sein) im Contenbereich Ende -- */


/* -- Textgrößen für Contenttexte / Links / Buttons -- */
.mB {
	font-size: 0.95em;
	font-weight: bold;
}

.mN {
	font-size: 0.95em;
	font-weight: normal;
}

/* -- Textgrößen für Contenttexte / Links / Buttons -- */

/* -- Linksliste im Contentbereich Zweispaltig -- */

h2.subCategoryList2Col {
	font-size: 0.85em;
	margin: 0 0 2px 0 !important;
	margin: 0 0 -12px 0;
	padding: 0.2em 0 0.1em 0.9em !important;
	padding: 0.1em 0 0.2em 0.9em;
	line-height: 1.7em !important;
	line-height: 1.75em;
	background: #e2e2e2;
	color: #656565;
	font-weight: normal;
	width: 97% !important;
	width: 99.6%;	
	voice-family: "\"}\""; 
	margin: 0 0 -12px 0;
	width: 96.9%;
}
.noclass{}

.subCategoryList2Col {
	float: left;
	margin: 0;
	padding: 0;
	width: 49.9%;
}

.subCategoryList2Col li {
	list-style-type: none;
	margin: 0 1px 0 0;
	background-image: url(/img/buttons/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.6em;
	background-color: #f2f2f2;
	line-height: 1.7em;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 0 6px;
	voice-family: "\"}\""; 
	padding: 0 0 0 21px !important;
	padding: 0 0 0 22px;
}
.noclass{}

.subCategoryList2Col li a {
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #656565;
}

.subCategoryList2Col li a:hover, .subCategoryList2Col li a.active {
	color: #f37a1f;	
}

/* -- Linksliste im Contentbereich Zweispaltig Ende -- */


/* Hier verwendet: http://de.stihl.stofi.net/knowhow/anwendertechnik/onlineratgeber/dasstarten/default.htm */

.contentHorizontalLinkList {
	list-style-type: none;
	margin: 1em 0 2.5em 0;
	overflow: auto;
}

* html .contentHorizontalLinkList {
	overflow: visible;
	height: 1%;
} 

.contentHorizontalLinkList li {
	display: inline;
	width: auto;
}

.contentHorizontalLinkList li a {
	display: block;
	color: #656565;
	padding-left: 11px;
	text-decoration: none;
	background-image: url(/img/buttons/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.contentHorizontalLinkList li a:hover, .contentHorizontalLinkList li a.active {
	color: #f37a1f;
}

.contentHorizontalLinkList li a#back {
	background-image: url(/img/buttons/pfeil_zurueck.gif);
}

.contentHorizontalLinkList#mirrorPosition {
	margin-top: 1em;
}

.contentHorizontalLinkList#mirrorPosition li {
	margin-right: 0;
	margin-left: 2em;
	float: right;
}

h2#mirrorPositionClear {
	clear: right;
}

/* Content Navi */
.imageLinkContainer {
	font-size: 0.85em;
	list-style: none;
	margin: 0 0 20px 0; /* in live margin: 0; warum ? */
	padding: 0;
	overflow: hidden;
}

* html .imageLinkContainer {
	overflow: visible;
	height: 1%;
} 

.imageLinkContainer a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.imageLinkContainer a:hover, .imageLinkContainer a.active {
	color: #f37a1f;
}

.imageLinkContainer li {
	clear: left;
	float: left;
	margin-bottom: 6px;
	width: 100%;
}

.imageLinkContainer li p {
	margin: 5px 0 0 0;
}

.imageLinkContainer img {
	float: left;
	margin-right: 10px;
}
