/*Festlegung der Schrift im Inhaltsfeld*/
HTML {
	height: 100%;
}
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
TABLE, TR, TD ,DIV, P {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
H1
{font-size: 14px; color: #666666; margin-bottom: 0px; margin-top: 0px;}/*hauptfarbe*/
/* font-weight: bold; font-style:italic; letter-spacing: 0.07em;*/
H2
{font-size: 13px; color: #666666; margin-bottom: 0px; margin-top: 0px;}/*hauptfarbe*/
H3
{font-size: 13px; color: #00423B; margin-bottom: 0px; margin-top: 0px;}/*kontrastfarbe*/
H4
{font-size: 20px; color: Lime; margin-bottom: 0px; margin-top: 0px;}
H5
{font-size: 20px; color: Lime; margin-bottom: 0px; margin-top: 0px;}
H6
{font-size: 16px; color: #00423B; margin-bottom: 0px; margin-top: 0px;}
FORM {
	display: inline;
}
INPUT, TEXTAREA, SELECT {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}
LABEL {
	cursor: pointer;
}
A:link 
{color: #666666; text-decoration: underline;}
A:visited
{color: #666666; text-decoration: underline;}
A:hover 
{color: #333333; text-decoration: underline;}

/*schriftfarben*/
.farbe
{color: #666666;}
.kontrast
{color: #00423B;}
.schwarz
{color: #000000;}
.weiss
{color: #FFFFFF;}

/*hintergründe*/ 
.bg_farbe
{background-color: #EBEFF1;}
.bg_kontrast
{background-color: #D6DAD0;}
.bg_hell_1
{background-color: #f2f2f2;}
.bg_hell_2
{background-color: #e9e9e9;}
.bg_hell_3 /*reserve*/
{background-color: #dfdfdf;}
.bg_mittel_1
{background-color: #6699CC;}
/*staffelung der ebenen für themenindex*/
.bg_grau_4
{background-color: #ffffff;}
.bg_grau_3
{background-color: #f2f2f2;}
.bg_grau_2
{background-color: #e9e9e9;}
.bg_grau_1 
{background-color: #dfdfdf;}
.bg_grau_0 
{background-color: #cacaca;}
.bg_weiss 
{background-color: #FFFFFF;}
.bg_linie_diagonal
{background: url(../bilder/linie_diag_rot.gif); background-repeat: no-repeat; background-position: left top;}

/*zur anzeige aktiver bzw. nicht aktiver texte über db-variable*/
.aktiv0
{color: #A6A6A6;}
.aktiv1
{color: #000000;}

/*texteigenschaften*/
.block {
	/*text-align: justify;*/ 
	padding: 0px;
}

/*schriftschnitte*/
.fett
{font-weight: bold;}
.kursiv
{font-style: italic;}

/*schriftgrößen*/
.small
{font-size: 12px;}

/*Breiten-Klassen*/
.w30
{width: 30px;}
.w40
{width: 40px;}
.w50
{width: 50px;}
.w60
{width: 60px;}
.w80
{width: 80px;}
.w100
{width: 100px;}
.w125
{width: 125px;}
.w150
{width: 150px;}
.w180
{width: 180px;}
.w190
{width: 199px;}
.w200
{width: 200px;}
.w220
{width: 220px;}
.w250
{width: 250px;}
input.w250
{width: 246px;}
.w260
{width: 260px;}
.w270
{width: 270px;}
.w290
{width: 290px;}
.w300
{width: 300px;}
.w320
{width: 320px;}
.w350
{width: 350px;}
.w380
{width: 380px;}
.w400
{width: 400px;}
.w435
{width: 435px;}
textarea.w435
{width: 431px;}
.w500
{width: 500px;}
.w600
{width: 600px;}

.link,.link:link,.link:visited
{font-weight: normal; color: #666666; text-decoration: none;}
.link:hover
{font-weight: normal; color: #333333; text-decoration: underline;}

.link_b,.link_b:link,.link_b:visited
{font-weight: bold; color: #666666; text-decoration: none;}
.link_b:hover
{font-weight: bold; color: #333333; text-decoration: underline;}

.link_vis,.link_vis:link  
{color: #aaaaaa; text-decoration: none;}
.link_vis:visited 
{color: #333333; text-decoration: none;}
.link_vis:hover 
{color: #ff7700; text-decoration: underline;}

.link_vis_b,.link_vis_b:link 
{font-weight: bold; color: #666666; text-decoration: none;}
.link_vis_b:visited 
{font-weight: bold; color: #666666; text-decoration: none;}
.link_vis_b:hover 
{font-weight: bold; color: #333333; text-decoration: underline;}

.link_kontrast,.link_kontrast:link,.link_kontrast:visited 
{color: #333333; text-decoration: none;}
.link_kontrast:hover 
{color: #333333; text-decoration: underline;}

.link_kontrast_b,.link_kontrast_b:link,.link_kontrast_b:visited 
{font-weight: bold; color: #333333; text-decoration: none;}
.link_kontrast_b:hover 
{font-weight: bold; color: #333333; text-decoration: underline;}

.link_weiss,.link_weiss:link,.link_weiss:visited 
{color: #FFFFFF; text-decoration: none;}
.link_weiss:hover 
{color: #FFFFFF; text-decoration: none;}

/*padding*/
.padding2
{padding: 2px;}

/*rahmenklassen*/
.rahmen
{border: 1px solid #B6CAD4;}
.rahmen_li
{border-left: 1px solid #B6CAD4;}
.rahmen_re
{border-right: 1px solid #B6CAD4;}
.rahmen_ob
{border-top: 1px solid #B6CAD4;}
.rahmen_un
{border-bottom: 1px solid #B6CAD4;}
.rahmen_weiss
{border: 1px solid #FFFFFF;}

.bg_re 
{background-image: url(../bilder/bg_re.gif); background-repeat: repeat-y;}
.bg_li 
{background-image: url(../bilder/bg_li.gif); background-repeat: repeat-y;}  
.bg_site {
	background-image: url(../bilder/bg_site.jpg); 
	background-repeat: repeat-x;
	vertical-align: middle;
	width: 100%;
} 

/***************************************************************************************************************/
/* IDs für Layout Frontend begin */
#contentBody{
	background-color: #EBEFF1;
	margin:0;
	padding:0;
	height: 100%;
}
#druckfuss{
	text-align: right;
}
#tblLayout{
	width: 980px;
	height: 100%;
}
#spalteLayoutLinks{
	width: 175px;
	vertical-align: top;
	background-color: #D6DAD0;
}
#spalteLayoutMitte{
	width: 565px;
	vertical-align: top;
	background-color: #EBEFF1;
}
#spalteLayoutRechts{
	width: 240px;
	vertical-align: top;
	background-color: #D6DAD0;
}
.ueberNav{
	height: 140px;
}
#bildstreifen {
	/*border: 1px solid red;*/
	width: 445px;
	height: 89px;
	overflow: hidden;
	margin-left: 120px;
}
.bildstreifenItem {
	/*border: 1px solid lime;*/
	float: left;
}
#titelBlock {
	/*border: 1px solid lime;*/
	width: 530px;
	margin: 40px 10px 0px 25px;
	overflow: visible;
}
#titelBlockSymbolEinblendung {
	/*border: 1px solid lime;*/
	width: 79px;
	height: 28px;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 3px 16px 0px 0px;
}
#titelBlockSeitenTitel {
	width: 435px;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	/*background-color: red;*/
}
#basisbild1{
	width: 530px;
	height: 59px;
	overflow: hidden;
	margin: 14px 10px 10px 25px;
}
#basisbild2{
	/*width: 150px;
	overflow: hidden;*/
	float: left;
	margin: 5px 25px 25px 0px;
}
#contentMain{
	/*border: 1px solid lime;*/
	width: 435px;
	margin: 0px 0px 0px 120px;
	line-height: 1.5;
}
#contentNewsletter {
	/*border: 1px solid lime;*/
	width: 600px;
	margin: 0;
	line-height: 1.5;
}
#basistextMitBild{
	width: 260px;
	margin: 0px 0px 0px 175px;
}
#basistextOhneBild{
}
/*Navigation Top*/
ul#NaviTop {
	list-style-image: none;
	list-style-type: none;
	width: 155px;
	margin: 0;
	padding: 0;
}
ul#NaviTop li {
	list-style-image: none;
	list-style-type: none;
	margin: 0; 
	text-align: right;
}
ul#NaviTop li ul {
	margin: 0;
	padding: 0;
}
/*erste Ebene*/
ul#NaviTop li a {
	font-weight:bold;
	text-decoration: none;
	width:100%;
	display:block;
	padding: 7px 20px 7px 0;
	color: #00423B;
	background-color: transparent;
	background: url(../bilder/markierungNaviTop.gif) -10px 0px no-repeat;
}
ul#NaviTop li a:hover {
	color: white; 
	background-color: #999999;
	background-position: right center;
}
ul#NaviTop li.aktiv a {
	color: white; 
	background-color: #999999;
	background-position: right center;
}
/*zweite Ebene*/
ul#NaviTop li.aktiv ul li a {
	color: #666666;
	background-color: #C9C9BF;
	background-image: none;
}
ul#NaviTop li.aktiv ul li a:hover {
	color: white; 
	background-color: #C9C9BF;
}
ul#NaviTop li.aktiv ul li.aktiv a {
	color: white; 
}
/*Navigation Hilfsdienste*/
ul#NaviHilf {
	width: 230px;
	margin: 0;
	padding: 0;
}
ul#NaviHilf li {
	list-style: none;
	margin: 0;
}
ul#NaviHilf li ul {
	margin: 0;
	padding: 0;
}
ul#NaviHilf li a {
	font-weight:bold;
	text-decoration: none;
	width:100%;
	display:block;
	padding: 5px 0px 5px 10px;
	color: #666666;
	background: url(../bilder/markierungNaviHilf.gif) -10px 0px no-repeat;
}
ul#NaviHilf li a:hover {
	color: white; 
	background-position: left center;
}
ul#NaviHilf li.aktiv a {
	color: white; 
	background-position: left center;
}
/* IDs für Layout Frontend end */

/***************************************************************************************************************/
/* IDs für Darstellung Inhalte im Frontend begin */
#clear {clear: both;}

#dsTitel {
	color: #666666; 
	font-weight: bold;
	padding: 1px; 
	margin: 0px 0px 4px 0px;
	text-align: left;
}
#dsTitel A:link
{color: #666666; text-decoration: none;}
#dsTitel A:visited  
{color: #666666; text-decoration: none;}
#dsTitel A:hover 
{color: #333333; text-decoration: underline;}

#dsTitelDatum {
	color: #00423B; 
	font-weight: normal;
	padding: 1px; 
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#dsZusatz {
	padding: 0px; 
	font-weight: bold; 
	color: #dfdfdf; 
}
#dsZusatz A:link
{color: #666666; font-weight: normal; text-decoration: none;}
#dsZusatz A:visited  
{color: #666666; font-weight: normal; text-decoration: none;}
#dsZusatz A:hover 
{color: #333333; font-weight: normal; text-decoration: underline;}

/*gestrichelte Linie zwischen Anrisstexten bzw. anch Volltexten*/
#zwischenzeile {
	background-image: url(../bilder/bg_zwischenzeile.gif); 
	background-repeat: repeat-x;
	height: 15px;
}

#klammer /*steuerung abstand zum text*/
{margin: 0px 4px 0px 0px}

#LinkExtern {
	margin: 0px 0px 4px 0px;
	padding: 0px 1px 0px 1px;
}
#LinkExtern A:link
{color: #666666; text-decoration: underline;}
#LinkExtern A:visited  
{color: #666666; text-decoration: underline;}
#LinkExtern A:hover 
{color: #333333; text-decoration: underline;}

#pfeilLinkExtern {/*steuerung der Pfeile bei externen Links*/
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 0px 0px 0px 0px;
}

#LinkIntern {
	margin: 0px 0px 4px 0px;
	padding: 0px 1px 0px 1px;
}
#LinkIntern A:link
{color: #666666; text-decoration: underline;}
#LinkIntern A:visited  
{color: #666666; text-decoration: underline;}
#LinkIntern A:hover 
{color: #333333; text-decoration: underline;}

#pfeilLinkIntern {/*steuerung der Pfeile bei internen Links*/
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 0px 0px 0px 0px;
}
#button {
	background-color: #D6DAD0;
	border: 1px solid #999999;
	cursor: pointer;
	color: #00423B;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	text-align: center;
	width: 140px;/**/
}
#buttonThemenindex {
	/*background-color: #D6DAD0;
	border: 1px solid #999999;
	cursor: pointer;
	color: #00423B;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	text-align: center;*/
	font-size: 11px;
	vertical-align: top;
	width: 30px;/**/
}
#auswahlAlphabet{
	border: 1px solid #EBEFF1;
}
#auswahlAlphabet TD{
	border: 1px solid #EBEFF1;
}
#auswahlAlphabetOnAktiv
{background-color: #00423B;}
#auswahlAlphabetOn
{background-color: #909090;}
#auswahlAlphabetOff
{background-color: #D6DAD0;}
#auswahlAngezeigte
{font-weight: bold; color: #666666;}
#CheckboxmitText {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
#login {color: #00423B;}
#login TD, #login H3, #login A:link, #login A:visited, #login A:hover {
	color: #00423B;
}
UL.impressumGf, UL.textbausteine, UL.termin, UL.preisliste {
	list-style-image: url(../bilder/auflistungsraute.gif);
	list-style-type: square;
	list-style-position: outside; 
	margin:0px 0px 0px 7px; 
	padding-left: 10px;
}
UL.textbausteine2{
	margin-bottom: 12px;
}
/*darstellung themenindex begin*/
/*staffelung der ebenen für themenindex: 0 = erste ebene ... 4 = tiefste ebene*/
#thIndex_0 {
	/*background-color: #ffffff;
	font-weight: bold;*/
}
#thIndex_1 {
	/*background-color: #ffffff;f2f2f2*/
}
#thIndex_2 {
	/*background-color: #ffffff;e9e9e9*/
}
#thIndex_3 {
	/*background-color: #ffffff;dfdfdf*/
}
#thIndex_4 {
	/*background-color: #ffffff;cacaca*/
}
#thIndex_0[aktiv = "1"] A:link, #thIndex_0[aktiv = "1"] A:visited, #thIndex_0[aktiv = "1"] A:hover
{color: #ff7700; text-decoration: none;}
#thIndex_1[aktiv = "1"] A:link, #thIndex_1[aktiv = "1"] A:visited, #thIndex_1[aktiv = "1"] A:hover
{color: #ff7700; text-decoration: none;}
#thIndex_2[aktiv = "1"] A:link, #thIndex_2[aktiv = "1"] A:visited, #thIndex_2[aktiv = "1"] A:hover
{color: #ff7700; text-decoration: none;}
#thIndex_3[aktiv = "1"] A:link, #thIndex_3[aktiv = "1"] A:visited, #thIndex_3[aktiv = "1"] A:hover
{color: #ff7700; text-decoration: none;}
#thIndex_4[aktiv = "1"] A:link, #thIndex_4[aktiv = "1"] A:visited, #thIndex_4[aktiv = "1"] A:hover
{color: #ff7700; text-decoration: none;}
/*darstellung themenindex end*/

/*darstellung schnellsuche-formular in navigation begin*/
#navSuche {
	margin: 4px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	width: 150px;
	color: #dfdfdf; 
}
#navSucheTitel {
	color: #dfdfdf; 
	font-weight: bold;
	font-size: 13px;
	float: left;
}
#navSucheBild {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	text-align: center;
	/*vertical-align: top;*/
}
#navSucheInput {	
	float: left;
	width: 108px;
	/*vertical-align: top;*/
}
#navSucheInput INPUT {	
	border: 1px solid #C2C2C2;
	font-size: 13px;
	height: 18px;
	width: 104px;
	margin: 1px 0px 0px 0px;
	padding: 1px 2px 1px 2px;
}
#navSucheButton {
	float: left;
	margin: 0px 0px 0px 2px;
	padding: 1px 0px 1px 0px;
	text-align: left;
	/*vertical-align: top;*/
}
/*darstellung schnellsuche-formular in navigation end*/

/*darstellung galerie in popup begin*/
#galerie {
	width: 400px;
	/*background-color: #D6DAD0;*/
	margin: 0px auto;
	text-align: center;
}
#galerieBody  {
	background-color: #EBEFF1;
}
#galerie_kopfzeile {
	padding: 3px; 
	color: #333333; 
	font-weight: bold;
	text-align: center;
}
#galerie_bild {
	background-color: #EBEFF1;
	padding: 0px; 
	text-align: center;
}
#galerie_bildbez {
	width: 260px;
	padding: 3px; 
	color: #666666; 
	/*font-weight: bold;*/
	text-align: center;
}
#galerie_navi {
	width: 70px;
	padding: 3px; 
	color: #666666; 
	/*font-weight: bold;*/
}
#galerie_navi A:link, #galerie_navi A:visited  
{color: #666666; text-decoration: underline;}
#galerie_navi A:hover 
{color: #333333; text-decoration: underline;}
/*darstellung galerie in popup end*/

#infoBlock{
	width: 180px;
	margin: 0px 0px 10px 10px;
	line-height: 1.5;
}
.infoBlockItem{
	margin: 0px 0px 30px 0px;
}
.infoBlockItemTitel{
	font-weight: bold;
}
.infoBlockItemVolltext{
}
.infoBlockItemBild{
	overflow: hidden;
}
/* DownLoadCenter begin*/
UL#anrissDLC{
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: white;
}
UL#anrissDLC LI{
	margin: 0px 0px 10px 0px;
	background-color: #999999;
}
UL#anrissDLC LI UL {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-weight: normal;
	color: black;
	background-color: #EBEFF1;
}
UL#anrissDLC LI UL LI{
	margin: 0px 0px 5px 0px;
	background-color: #C9C9BF;
}
UL#anrissDLC LI UL LI UL{
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-weight: normal;
	color: #666666;
}
UL#anrissDLC LI UL LI UL LI{
	margin: 0px 0px 0px 0px;
	background-color: #EBEFF1;
}
UL#anrissDLC LI UL LI UL LI A{
}
/* DownLoadCenter end*/
/* zusIndex03 begin*/
#zusIndex03{
	width: 100%;
}
.zusIndex03Titel{
	background-color: #999999;
	font-weight: bold;
	color: white;
	padding-left: 3px;
}
.zusIndex03Bez{
	padding-left: 3px;
}
.zusIndex03Wert{
	text-align: right;
	padding-right: 3px;
}
/* zusIndex03 end*/
/* zusIndex04 begin*/
UL#zusIndex04{
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: white;
}
UL#zusIndex04 LI{
	margin: 0px 0px 0px 0px;
	background-color: #999999;
}
UL#zusIndex04 LI UL {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 3px;
	font-weight: normal;
	color: #666666;
	background-color: #EBEFF1;
}
UL#zusIndex04 LI UL LI{
	margin: 0px 0px 0px 0px;
	background-color: #EBEFF1;
}
/* zusIndex04 end*/
/* ReiterNav in Referenzen begin */
#reiterNav{
	/*border-collapse: collapse;*/
	margin: 0px 0px 20px 0px;
}
TD.reiterAktiv{
	height: 24px;
	text-align: center;
	border-top: 	1px solid #999999;
	border-right: 	1px solid #999999;
	border-bottom: 	none;
	border-left: 	1px solid #999999;
	background-color: #EBEFF1;
}
TD.reiterInaktivLinks{
	height: 24px;
	text-align: center;
	border-top: 	1px solid #D6DAD0;
	border-right: 	none;
	border-bottom: 	none;
	border-left: 	1px solid #EBEFF1;
	background-color: #D6DAD0;
}
TD.reiterInaktivRechts{
	height: 24px;
	text-align: center;
	border-top: 	1px solid #D6DAD0;
	border-right: 	1px solid #EBEFF1;
	border-bottom: 	none;
	border-left: 	none;
	background-color: #D6DAD0;
}
TD.reiterLinksAussen{
	border-left: 	none;
}
TD.reiterRechtsAussen{
	border-right: 	none;
}
TD.unterReiterAktiv{
	border-top: 	1px solid #EBEFF1;
}
TD.unterReiterInaktiv{
	border-top: 	1px solid #999999;
}
.linkAktiv A, .linkAktiv A:link, .linkAktiv A:visited, .linkAktiv A:hover{
	font-weight: bold;/**/
	text-decoration: none;
}
.linkInaktiv A, .linkInaktiv A:link, .linkInaktiv A:visited, .linkInaktiv A:hover {
	text-decoration: none;
}
/* ReiterNav in Referenzen end */
#volltextAusgabe4Datumstitel{
	background-color: #999999;
	font-weight: bold;
	color: white;
	padding-left: 3px;
	margin-top: 5px;
}
#volltextAusgabe4Datum{
	padding-left: 3px;
}
#zusZuordAllgListeTitelBereich{
	background-color: #999999;
	font-weight: bold;
	color: white;
	padding-left: 3px;
}
#bildInVolltext{
	float: left;
	margin: 4px 25px 20px 0px;
}
#bestellung{
	line-height: 1.5;
}
#bestellung TD{
	border-bottom: 1px solid #EBEFF1;
}
#bestellung .BGungerade{
	background-color: #D6DAD0;
}
#bestellung .BGgerade{
	background-color: #C9C9BF;
}
#bestellung .formButton {
	background-color: #EBEFF1;
	border: 1px solid #D6DAD0;
	cursor: pointer;
	font-family: Arial,Helvetica, sans-serif; 
	font-size: 12px;
	color: #666666;
	margin: 0px;
}
#bestellung LABEL{
	width: 100%;
	margin: 0px 10px 0px 10px;
	display: block;
	color: #666666; 
	font-weight: bold;
}
/* IDs für Darstellung Inhalte im Frontend end */

/***************************************************************************************************************/

/* Tab/Reiter - Komponente in linkbereich_tab.cfm */
#bg_tab {
	background-color: #333333;
}
#bg_tab_selected {
	background-color: #333333;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-top: 1px solid #888888;
	height: 30px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#bg_tab_selected A:link, #bg_tab_selected A:visited  
{color: #ff7700; font-weight: normal; text-decoration: none;}
#bg_tab_selected A:hover 
{color: #ff7700; font-weight: normal; text-decoration: none;}

#bg_tab_unselected {
	background-color: #333333;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #888888;
	height: 30px;
	margin: 2px 0px 0px 0px;
	text-align: center;
}
#bg_tab_unselected A:link, #bg_tab_unselected A:visited  
{color: #dfdfdf; font-weight: normal; text-decoration: none;}
#bg_tab_unselected A:hover 
{color: #ff7700; font-weight: normal; text-decoration: none;}

#bg_tab_disabled {
	color: #888888;
	font-weight: normal;
}

/* Sitemap begin ********************************************************************************* */
UL {
}
.sitemap {
	margin: 0;
	padding: 0;
}
/* erste ebene begin */
.sitemap UL {
	/*border: 1px solid red;*/
	list-style-type: square;
	list-style-position: outside; 
	margin: 0 0 0 7px; 
	padding-left: 10px;
}
* html .sitemap UL {
	margin-left: 0px; 
	padding-left: 16px;
}
.sitemap UL LI {
	/*border: 1px solid red;*/
	background-color: inherit;
	color: #390;
	padding: .2em 0 .2em 0;
	margin: 0 0 0 .5em;
}
.sitemap UL LI A {
	background-color: inherit;	
	color: #390;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.sitemap UL LI A:hover {
	text-decoration: underline;
}
/* erste ebene end */
/* zweite ebene begin */
.sitemap UL LI UL {
	/*border: 1px solid red;*/
	list-style-type: square;
	list-style-image: url(../bilder/icon_listeSitemap.gif);
}
.sitemap UL LI UL LI {
	/*border: 1px solid red;*/
	background-color: inherit;
	color: #390;
	padding: .2em 0 .2em 0;
	margin: 0 0 0 .5em;
}
.sitemap UL LI UL LI A {
	background-color: inherit;	
	color: #390;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.sitemap UL LI UL LI A:hover {
	text-decoration: underline;
}
/* zweite ebene end */
/* Sitemap end ********************************************************************************* */

/* Sitemap im Formular begin ********************************************************************************* */
/* erste ebene begin */
.sitemapForm UL {
	/*border: 1px solid red;*/
	list-style-type: square;
	list-style-position: outside; 
	margin: 0 0 0 7px; 
	padding-left: 10px;
}
.sitemapForm UL LI {
	padding: .2em 0 .2em 0;
	margin: 0 0 0 .5em;
}
/* erste ebene end */
/* zweite ebene begin */
.sitemapForm UL LI UL {
	/*border: 1px solid red;*/
	list-style-type: square;
	list-style-image: url(../bilder/icon_listeSitemapForm.gif);
}
.sitemapForm UL LI UL LI {
	padding: .2em 0 .2em 0;
	margin: 0 0 0 .5em;
}
.sitemapForm .highlight {
	color: #7EA968;
	background-color: inherit;
}
/* zweite ebene end */
/* Sitemap im Formular end ********************************************************************************* */


