/* Standard Stylesheet */
/** {
	border-color: #000;
	color: #000;
}
*/
body,ul,ol,li,form,button,input,select,textarea,img,h1,h2,h3,h4,h5,h6 {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Listen */
ul {
	list-style: disc outside url('../gifs/li.gif');
	margin: 1em 0 1em 2em;
}

ul ul {
	list-style: disc outside url('../gifs/li_li.gif');
	margin: 0 0 0 2em;
}

ul ul ul {
	list-style: disc outside url('../gifs/li_li_li.gif');
}

#info ul {
	list-style: disc outside url('../gifs/li_info.gif');
	margin: 0 0 1em 1.5em;
}

ol {
	margin: 0 0 1em 2.5em;
}

ol ol {
	margin: 0 0 0 2.5em;
}

/* Links */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Formulare */
button,input,select,textarea {
	border-style: solid;
	border-width: 1px;
	font-size: 1em;
	margin: 1px 0px 1px 0px;
	padding: 1px;
}

button.submit,input.submit {
	padding: 0;
}

input.radio,input.checkbox,input.image {
	border: 0;
	padding: 0;
}
/* Ende Standard Stylesheet */


/* Layout Stylesheet */
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body, a {
	color: #4d4d4d;
}
#info, #info a {
	color: #FFF;
}
#seite {
	background-repeat: repeat-y;
	float: left;
	overflow-x: hidden;
	width: 1008px;
}
	#kopf {
		border-style: none none solid none;
		border-width: 0 0 1px 0;
		height: 141px;
		width: 1008px;
	}
		#logo {
			float: left;
			height: 141px;
			width: 621px;
		}
		#diashow-info {
			border-style: none none none solid;
			border-width: 0 0 0 1px;
			float: left;
			height: 141px;
			width: 151px;
		}
		#diashow-aktion {
			border-style: none none none solid;
			border-width: 0 0 0 1px;
			float: left;
			height: 141px;
			width: 234px;
		}
	#links {
		border-style: none solid none none;
		border-width: 0 1px 0 0;
		float: left;
		width: 170px;
		overflow-x: hidden;
	}
		#menue {
			overflow-x: hidden;
			width: 170px;
		}
		#suche {
			border-style: solid;
			border-width: 1px 0 1px 0;
			margin: 45px 0 0 0;
			padding: 10px 8px;
		}
			#suche input.text {
				width: 120px;
			}
			#suche input.submit {
				background-color: transparent;
				border: 0;
				width: auto;
			}
		#nl-anmeldung {
			border-style: solid;
			border-width: 0 0 1px 0;
			padding: 10px 8px;
		}
			#nl-anmeldung input.text {
				width: 120px;
			}
			#nl-anmeldung input.submit {
				background-color: transparent;
				border: 0;
				width: auto;
			}
	#rechts {
		float: left;
		width: 837px;
		overflow-x: hidden;
	}
		#inhalt {
			float: left;
			min-height: 400px;
			overflow-x: hidden;
			padding: 0 9px 1em 9px;
			width: 432px;
		}
			#inhalt-top {
				border-style: none none solid none;
				border-width: 0 0 1px 0;
				height: 27px;
				margin: 0 -9px 1em -9px;
			}
		#info {
			border-style: none none none solid;
			border-width: 0 0 0 1px;
			float: left;
			overflow-x: hidden;
			padding: 0 0 5px 0;
			width: 151px;
		}
			#info-top {
				border-style: none none solid none;
				border-width: 0 0 1px 0;
				height: 27px;
				overflow: hidden;
				text-align: right;
			}
				#info-top img { 
					margin: 8px 1em 7px -0.5em;
				}
		#aktion {
			border-style: none none none solid;
			border-width: 0 0 0 1px;
			float: left;
			min-height: 400px;
			overflow-x: hidden;
			width: 234px;
		}
			#aktion-top {
				border-style: none none solid none;
				border-width: 0 0 1px 0;
				height: 27px;
				overflow-y: hidden;
			}
	#fusszeile {
		border-style: solid none none none;
		border-width: 1px 0 0 0;
		clear: both;
		line-height: 20px;
		margin: 0 0 0 170px;
		width: 838px;
	}
		#fusszeile-inhalt {
			border-style: none none none solid;
			border-width: 0 0 0 1px;
			float: left;
			text-align: right;
			padding: 0 5px 0 0;
			width: 445px;
		}
		#fusszeile-info {
			border-style: none none none solid;
			border-width: 0 0 0 1px;
			float: left;
			text-align: center;
			width: 151px;
		}
		#fusszeile-aktion {
			border-style: none none none solid;
			border-width: 0 0 0 1px;
			float: left;
			width: 234px;
		}

/* Ende Layout Stylesheet */


/* Formular Stylesheet */
/* Kontakt */
.default#kontakt {
	border: 0;
}
div.kontakt {
	margin-bottom: 5px;
}
div.kontakt-textarea {}
div.kontakt-left, div.kontakt-right {
	float: left;
	margin-top: 1em;
	width: 200px;
}
input.kontakt, textarea.kontakt, input.kontakt-submit {}
div.kontakt-submit {}
textarea.kontakt {
	width: 428px;
	height: 100px;
}
input.kontakt {
	width: 150px;
	margin-bottom: 2px;
}
input.kontakt.submit {
	clear: both;
	margin-top: 1em;
	width: 154px;
	margin-left:200px;
}
/* Ende Formular Stylesheet */


/* Message Stylesheet */
.message-H,.message-W ,.message-E  {	
	background-color: #DDD;
	border-style: solid;
	border-width: 1px;
	line-height: 14px;
	padding: 3px 3px 3px 3px;
	margin: 1em 0px 10px 0px;
}
.message-H div,.message-W div ,.message-E div {	
	margin: 0;
	padding: 0em 0em 0em 20px;
}
.message-H { /* Hinweis*/ } 
.message-W { /* Warnung*/ }
.message-E { /* ERROR */ }
/* Ende Message Stylesheet */


/* Inhalt Stylesheet */
/* Allgemeine Schriftgroesse */
body {
	font-size: 0.7em;
}

/* Klasse fuer versteckte Elemente */
.hidden {
	display: none;
}

.modul {
	border-style: dashed;
	border-width: 0 0 1px 0;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	width: 100%;
}

.modul-titel {
	clear: both;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}

.modul-kopf {
	margin-bottom: 1em;
}

/* zusaetzliche Zeile zur Ueberschrift (z.B. Thema) */
.topline {
	font-size: 1em;
	margin-top: 0.7em;
	margin-bottom: 0.4em;
}

/* Ueberschriften */
h1,.headline {
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 1em 0;
}

/* Grossbilder in der Hauptseite (normalerweise: Breite 432px) */
.image {
	margin: 0 0 1em 0;
}

/* Teaserimg-left */
img.teaserimg_left,img.teaserimg-left {
	float: left;
	margin: 1px 1em 0.5em 0;
}

/* Teaserimg-Right */
img.teaserimg_right,img.teaserimg-right {
	float: right;
	margin: 0 0 0.5em 1em;
}

/* Einleitung (teaser) und Detailtext (body) */
.teaser,.body {
	
}

/* Links innerhalb von Fliesstexten */
.teaser a,.body a {
	font-weight: bold;
}

/* Preise */
.preis {
	font-weight: bold;
	text-align: right;
}

.back,.more,#inhalt .more,#inhalt .back {
	background-image: url('../gifs/more_back.gif');
	background-repeat: no-repeat;
	background-position: right 4px;
	clear: both;
	text-align: right;
	padding: 0 8px 0 0;
}

/* Link fuer "mehr" und "zurueck" */
.more a,.back a {
	
}

/* Abstand fuer Linkauflistungen */
div.href {
	clear: both;
	padding: 1em 0 0 0;
}

ul.href {
	margin-top: 0;
}

/* Listenelement fuer Linkauflistung */
.href ul {
	list-style: disc outside url('../gifs/li_href.gif');
}

/* Abstand und Textformatierung von Kurzlinks */
div.kurzlink {
	clear: both;
	padding: 0 0 0 0;
	text-align: right;
}

div.kurzlink ul.href {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

div.kurzlink li {
	background-image: url('../gifs/more_back.gif');
	background-repeat: no-repeat;
	background-position: right 4px;
	padding: 0 8px 0 0;
}

/* Name bei Adressausgaben */
.name {
	font-weight: bold;
}

/* E-Mail-Link */
.email a {
	text-decoration: underline;
}

/* Standard Bloecke */ /* Allgemein */
.default {
	border-style: dashed;
	border-width: 0 0 1px 0;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	width: 100%;
}

/* Infospalte */
#info .default {
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 1em 0 0.5em 0;
	width: 141px;
}

/* Aktionsspalte */
#aktion .default { /*border: 0;*/
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
}

/* in der Infospalte werden alle Teaserimages und Bilder im teaser oder body ausgeblendet */
#info .default img.teaserimg-left,#info .default img.teaserimg-right {
	display: none;
}

/*#info .default .teaser img, #info .default .body img { display: none; }*/
	/* Ueberschriften von Modulen in der Infospalte */
#info .modul-titel {
	clear: both;
	font-weight: bold;
	margin: 0 5px 0 5px;
	padding: 1em 0 0 0;
}

/* Hintergrundbild von "mehr" und "zurueck" in der Infospalte */
#info .more,#info .back {
	background-image: url('../gifs/more_back_info.gif');
	background-repeat: no-repeat;
	background-position: right 4px;
	clear: both;
	text-align: right;
	padding: 0 8px 0 0;
}

/* Suche */
#suche h1.headline {
	margin: 0;
}

/* Newsletter-Anmeldung */
#nl-anmeldung h1.headline {
	margin: 0;
}

/* Sitemap */
#sitemap .default {
	float: none;
	border: 0;
}

/* Adressauflistungen */
.adresse {
	float: left;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	width: 100%;
}

.adresse img.teaserimg-left,.adresse img.teaserimg-right {
	
}

.adresse .abteilung {
	margin: 0 0 0 0;
}

.adresse .name {
	margin: 0 0 1em 0;
}

.adresse .anrede,.adresse .name1,.adresse .name2 {
	font-weight: bold;
	display: inline;
}

.adresse .anschrift {
	
}

.adresse .plz {
	display: inline;
}

.adresse .ort {
	display: inline;
}

.adresse .telefon {
	
}

.adresse .fax {
	
}

.adresse .mobil {
	
}

.adresse .email {
	
}

.adresse .www {
	
}

/* Tabellen Klassen */
table.rahmen {
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

table.rahmen td {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

table.rahmenlos {
	border: 0;
	margin: -5px;
}

table.rahmenlos td {
	border: 0;
	padding: 0 0 5px 5px;
}

#inhalt img {
	max-width: 432px;
}

#inhalt .gmnoprint img {
	/* Korrektur fehlerhafte GoogleMaps-Darstellung, JB 12.1.2009 */
	/* http://maps.google.com/intl/en_ALL/mapfiles/iws2.png (1044 x 370) */
	max-width: 10000px;
}

.clear { /* fehlte, JBV 20090309 */
	clear: both
}
/* Ende Inhalt Stylesheet */


/* Fotogalerie Stylesheet */
/* Fotogalerie (Typ 1) */
#gallery-1 {
	border: 0;
}
	#gallery-1 h1.headline {}
	#gallery-1 #thumbnails {
		float: right;
		margin: 13px 0em 0em 0em;
		width: 100px;
	}
		#gallery-1 #thumbnails .thumbnail {
			width: 100px;
		}
			#gallery-1 #thumbnails .thumbnail img {
				margin: 0em 0em 7px 0em;
			}
	#gallery-1 #prev-next {}
		#gallery-1 #prev-next a:hover {
			text-decoration: none;
		}
	#gallery-1 #einzelbild {
		margin: 0em 0em 1em 0em;
	}
	#gallery-1 div.pb-list-navigation {
		clear: both;
		float: right;
		font-size: 0.8em;
		text-align: center;
		width: 100px;
	}
		#gallery-1 div.pb-list-navigation a:hover {
			text-decoration: none;
		}


/* Fotogalerie (Typ 2) */
#gallery-2 {
	border: 0;
}
	#gallery-2 h1.headline {}
	#gallery-2 #thumbnails {
		float: left;
		margin: 0 0 10px -8px;
	}
		#gallery-2 #thumbnails .thumbnail {
			float: left;
			width: 102px;		
		}
			#gallery-2 #thumbnails .thumbnail img {
				margin: 0 0 0 8px;
			}
	#gallery-2 #prev-next {
		float: right;
	}
		#gallery-2 #prev-next a:hover {
			text-decoration: none;
		}
	#gallery-2 #einzelbild {
		margin: 0em 0em 10px 0em;
	}
	#gallery-2 div.pb-list-navigation {
		clear: both;
		font-size: 0.8em;
	}
		#gallery-2 div.pb-list-navigation a:hover {
			text-decoration: none;
		}


/* Fotogalerie (Typ 3) */
#gallery-3 {
	border: 0;
}
	#gallery-3 h1.headline {}
	#gallery-3 div.body {}
	#gallery-3 #thumbnails {
		float: left;
		margin: 10px -8px 10px 0;
	}
		#gallery-3 #thumbnails .thumbnail {
			float: left;
			margin: 0;
		}
			#gallery-3 #thumbnails .thumbnail img {
				margin: 0 8px 0 0;
			}
	#gallery-3 div.pb-list-navigation {
		clear: both;
		float: right;
		margin: 0;
	}
		#gallery-3 div.pb-list-navigation a {
			text-decoration: none;
		}
	#gallery-3 #prev-next {
		clear: left;
		margin: 0;
	}
		#gallery-3 #prev-next a {
			text-decoration: none;
		}
	#gallery-3 #einzelbild {
		margin: 10px 0 10px 0;;
	}
	#gallery-3 div.einzelbild {}
		#gallery-3 div.einzelbild h1.headline {}
		#gallery-3 div.einzelbild div.teaser {}
/* Ende Fotogalerie Stylesheet */

/* Lexikon Stylesheet */ 
.lexikon-modul {
	margin: 0 0 1em 0;
}
.lexikon-modul .modul-titel, .lexikon .modul-titel {
	font-style: normal;
	font-weight: bold;
	margin: 0 0 1em 0;
}
.lexikon-modul .modul-intro, .lexikon .modul-intro {
	margin-bottom: 1em;
}
.lexikon-modul .modul-outro, .lexikon .modul-outro {
	margin-top: 1em;
}
.lexikon-modul .alpha-list, .lexikon .modul-alpha-list {
	float: left;
	margin: 0 0 1em 0;
}
.lexikon-modul .alpha, .lexikon .alpha {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 4px 3px 0;
	text-align: center;
	width: 22px;
}
.lexikon-modul .alpha-list .all, .lexikon .modul-alpha-list .all {
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 2px;
}
.lexikon-modul .alpha-list .alpha a, .lexikon-modul .alpha-list .all a, .lexikon .modul-alpha-list .alpha a, .lexikon .modul-alpha-list .all a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.lexikon-modul .alpha-list .alpha a:hover, .lexikon-modul .alpha-list .all a:hover, .lexikon .modul-alpha-list .alpha a:hover, .lexikon .modul-alpha-list .all a:hover {
	text-decoration: underline;
}
.lexikon-modul .lexikon-suche, .lexikon .modul-suche {
	clear: both;
	margin: 0 0 1em 0;
}
.lexikon-modul .lexikon-suche td, .lexikon .modul-suche td {
	padding: 0 5px 0 0;
}
#inhalt .lexikon-modul .lexikon-suche input.submit, #inhalt .lexikon .modul-suche input.submit {
	background-color: transparent;
	border: 0;
}
.lexikon-modul .pb-list, .lexikon .pb-list  {
	font-size: 1.1em;
}
.lexikon-modul .pb-list .pb-list, .lexikon .pb-list .pb-list {
	font-size: 1em;
}
.lexikon-modul .pb-list a, .lexikon .pb-list a {
	text-decoration: none;
}
.lexikon-modul .pb-list a:hover, .lexikon .pb-list a:hover {
	text-decoration: underline;
}
* .lex-title {
	font-weight: bold;
	/*margin: 0 0 0.5em 0;*/
}
* .lex-group {
	font-style: italic;
	font-weight: bold;
	margin: 1em 0 0 0;
}
* .lex-content, .lexikon .modul-inhalt {
	margin: 0 0 0.5em 0;
}
.lex-content p { 
	margin: 0; 
}

/* Ende Lexikon Stylesheet */

/* Module Stylesheet */
.mod-suche {

}
.mod-suche form {
	margin: 0 0 0.6em 0;
}
.mod-suche form label {
	margin-right: 0.6em;
}
.mod-suche form input.text {
	margin-right: 0.6em;
}
.mod-rss-abfrage {}
.mod-rss-abfrage .modul-titel {}
.mod-rss-abfrage .modul-inhalt {
	margin: 0.6em 0 0 0;
}
.mod-rss-abfrage .rss-titel {}
.mod-rss-abfrage .rss-beschreibung {}
.mod-rss-abfrage .rss-link {}
.mod-rss-abfrage .rss-bild {}

/* Ende Module Stylesheet */

/* Druckseite */
body#druck {
	background-color: #FFF;
	background-image: none;
}
body#druck #druck-seite {
	margin: 0px auto 0px;
	width: 452px;
}
body#druck #druck-seite #druck-inhalt {
	background-color: #FFF;
	width: 432px;
	padding: 0 10px 0 10px;
}
/* Ende Druckseite */

/* Fotowettbewerb */
/* Fotowettbewerb */
.mod-fotowettbewerb {}
.mod-fotowettbewerb .fotowettbewerb-thumbnail {
	border: 1px solid #A7A7A7;
	height: 68px;
	margin: 0 5px 8px 0;
	overflow: hidden;
	text-align:	center;
	width: 102px;
}
.mod-fotowettbewerb .fotowettbewerb-thumbnails .clear {
	clear: both;
}
/* Ende Fotowettbewerb */

/* Ende Fotowettbewerb */

/* hagebau.de Shop */
/* CSS hagebau.de Shop */
.hs-archiv-verlauf {
	margin-bottom: 0.6em;
}

/* Topseller */
.topseller {
	width: 438px;
}

.topseller-1,.topseller-2,.topseller-3 {
	float: left;
	padding: 0 6px 6px 0;
}

.topseller-inner-margin {
	border-color: #1c6026;
	border-style: solid;
	border-width: 1px;
}

.topseller-content {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.topseller-header {
	background-color: #1c6026;
	color: #fff;
}

.topseller-header a {
	color: #fff;
}

a.topseller-link {
	background-color: #fff;
	filter: Alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.topseller-1 .topseller-content {
	height: 324px;
	width: 284px;
}

.topseller-1 .topseller-header {
	font-size: 1.5em;
	padding: 5px;
}

.topseller-1 .topseller-preis {
	background-image: url('http://hagebaushop.internet-fachhandel.de/gifs/bg_topseller_preis.gif');
	background-repeat: repeat-x;
	color: #fff;
	padding: 3px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.topseller-2 .topseller-content,.topseller-3 .topseller-content {
	height: 158px;
	width: 138px;
}

.topseller-2 .topseller-header,.topseller-3 .topseller-header {
	font-size: 1.2em;
	padding: 3px;
}

.topseller-2 .topseller-footer,.topseller-3 .topseller-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.topseller-footer .topseller-footer-inner {
	background-color: #fff;
	border-color: #1c6026;
	border-style: solid;
	border-width: 1px 0 0 0;
	padding: 3px;
}

/* Produkte / Unterkategorien */
.prod,.prod-kat {
	background-color: #e2ebe4;
	color: #000;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-bottom: 0.6em;
}

.prod,.prod-kat,.prod a,.prod-kat a {
	color: #000;
}

.prod-img {
	background-color: #fff;
	border-color: #1c6026;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 0;
}

.prod-img-inner {
	height: 120px;
	overflow: hidden;
	position: relative;
	width: 120px;
}

.prod-img-inner img {
	border: 0;
}

.prod-img-zoom {
	background-image: url('http://hagebaushop.internet-fachhandel.de/gifs/vergroessern_dgreen_kl.gif');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.prod-img-zoom a {
	display: block;
	height: 14px;
	text-decoration: none;
	width: 14px;
}

.prod-name {
	font-weight: bold;
	margin: 0 0 0.3em 0;
}

.prod-cnt {
	float: left;
	min-height: 122px;
	padding: 0 0 0 10px;
	position: relative;
	width: 296px;
}

* html .prod-cnt {
	height: 122px;
}

.prod-text {
	float: left;
	padding: 0 10px 0 0;
	width: 210px;
}

.prod-kat .prod-text {
	width: 186px;
}

.prod-preis-cnt {
	float: left;
	vertical-align: bottom;
	width: 86px;
}

.prod-kat .prod-preis-cnt {
	width: 100px;
}

.prod-preis-cnt-inner {
	position: absolute;
	bottom: 0;
	right: 0;
}

.prod-preis-old {
	text-decoration: line-through;
	white-space: nowrap;
}

.prod-preis-now {
	font-weight: bold;
	white-space: nowrap;
}

.prod-button {
	background-image: url('http://hagebaushop.internet-fachhandel.de/gifs/bg_btn_prod.gif');
	height: 22px;
	margin-top: 5px;
	text-align: center;
	width: 70px;
}

.prod-kat .prod-button {
	width: 100px;
}

.prod-button a {
	color: #fff;
	line-height: 22px;
}

.prod .clear,.prod-kat .clear {
	clear: both;
}
/* Ende hagebau.de Shop */

/* wettercom147727 */
table.wettercomsmall147727 {
	margin: -2px;
	padding: 0;
	width: 100%;
}
	table.wettercomsmall147727 hr {
		visibility: hidden;
	}
	table.wettercomsmall147727 td {
		margin: 0;
		padding: 2px;
	}
		table.wettercomsmall147727 table {
			text-align: left;
			width: 100%;
		}
		table.wettercomsmall147727 td td {
			padding: 1px;
		}
			font.wettercomheadline147727 {}
			font.wettercomsmall147727 {}

/* Endewettercom147727 */
#menue ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#menue li.men ul {
	display: none;
}
#menue li ul {
	background-color: #FCF6A8;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	margin: 0em 4px 0px -8px;
	padding: 0em 0em 0em 13px;
}
#menue li li ul {
	background-image: url(../gifs/menue_ul_ul_ul.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0em -8px 0em 0em;
	padding: 20px 20px 12px 0em;
}

#menue li#m0_1, #menue li#m1_1 {
	line-height: 27px;
}
#menue li {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	line-height: 29px;
	padding: 0em 0em 0em 8px;
}
#menue li.men-pfad {}
#menue li li, #menue li li.men-pfad {
	border-style: solid;
	border-top: 1px solid #CFC9BE;
	border-bottom: 0;
	line-height: 20px;
	margin: -1px 0em 0em 0em;
	padding: 0em 8px 0em 0em;
}
#menue li li.men-pfad {
	text-align: right;
}
#menue li.men-pfad li.men-pfad li {
	border: 0;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

#menue a {}
#menue li.men-pfad a {
	font-weight: bold;
}
#menue li.men a, #menue li li li.men a {
	font-weight: normal;
	font-style: normal;
}
#menue li li.men-pfad a {
	font-style: italic;
}
#menue li li li.men-pfad a {
	font-style: normal;
}

