/*////////////////////////////////////////////////// formatierungen mit *html definieren ausnahmen fr den ie*/
body {
	background: #FFF1D1 50% 0px;
	color:#000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 170%;	
}
/*//////////////////////////////////////////////////divformatierungen aufgeteil in kopf inhalt fuss*/

/* seitenformat mit bg schatten beinhaltet die gesamte seite*/

acronym {
	cursor: help;
	
}
abbr {
	cursor: help;
	
}
#format {
	margin-left: auto;
	width: 764px;
	margin-right: auto;
	background-color:#FFFFFF;
	text-align: center;
	background-image: url(/images/schatten.jpg);
	background-repeat: repeat-y;

}
/* kopfbereich*/
#kopf {
	width: 730px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#panorama {
	margin: 0px;
	border: 0px;
	background-color: #000000;
	color:#FFFFFF;
	height: 220px;
}
#logo {
	margin-left: 15px;
	margin-bottom: 8px;
	padding-top: 8px;

}


/* inhaltsbereich*/

#inhalt {
	width: 730px;
	background-color: #fff;
	background-image: url(../images/welle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: auto;
	border: 0px;
	padding-bottom: 30px;
	margin-left: 17px;

}


#artikel {
	float: left;
	margin-top: 40px;
	background-color:#fff;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: left;
	width: 450px;
	margin-left: 70px;
}

#artikel a:link{
	color: #00325F;
	background-color:#FFFFFF;

	text-decoration: none;
	font-style: normal;
	white-space: normal;

}
#copy a {
	color: #00325F;
	background-color: #ffffff;
	text-decoration: none;
	font-style: normal;
	white-space: normal;
	
}
#artikel a:visited, #copy a:visited {
	color: #336699;
	background-color:#FFFFFF;
	text-decoration: none;
}
#artikel a:hover, #artikel a:active, #artikel a:focus, #copy a:hover, #copy a:active, #copy a:focus {
	color: #F9A51B;
	background-color:#FFFFFF;
	text-decoration: none;
}
#artikel ul.listbild {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 85%;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 180%;
	padding-right: 0px;
}
#artikel ul.listbild li {
	background-image:url(/images/liste2.gif);
	background-repeat: no-repeat;
	background-position: 0ex 1.1ex;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#artikel ul.listbild ol {

}
#format #artikel ul.listbild li ol li {
	padding: 0px;
	color: #000;
	list-style-type: decimal;
	list-style-image: none;
	font-size: 100%;
	margin: 0px 0px 8px;
	list-style-position: outside;
	background-image: none;
	line-height: 160%;
}
#artikel ol li {
	color: #000;
	list-style-type: decimal;
	list-style-image: none;
	font-size: 80%;
}
#artikel ul.blank, #artikel ul.kapitel {
	list-style-type: none;
	font-size: 85%;
	margin:0px 0px 20px 15px;
	padding: 0px;
	
}
#artikel ul.blank li, #artikel ul.kapitel li {
		padding: 8px 0px 0px 0px;
}
#artikel .tabellenrahmen ul {
	font-size: 80%;
	line-height: 180%;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;

}
#artikel .tabellenrahmen ul li {

	list-style-type: none;
	background-image: none;
	padding: 0px;
	margin: 0px;
}

#link_weiter  {
	
	background-color: #fff;
	border: 1px solid #F9A51B;
	vertical-align: middle;
	color: #000;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 100px;
	margin-right: 40px;
	width: auto;
	padding-right: 5px;
	white-space: normal;
}
#link_weiter p  {
	font-size: 80%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	white-space: normal;
}

#link_weiter a, #link_weiter a:visited  {
	
	font-size: 100%;
	white-space: normal;
}


/* seitenende, fuss*/
#fuss {
	margin-left: auto;
	width: 730px;
	margin-right: auto;
	clear: both;
	text-align: center;
	background-color: #DEDBBB;
	color:#000;
	height: auto;
	border: 0px;
	vertical-align: top;
}

#fuss  ul {
	
	font-size: 70%;
	color: #444444;
	background-color: #DEDBBB;
	line-height: 260%;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
	display: inline;
	padding-bottom: 0px;
	border: 0px;
}
#fuss  li {
	
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-left: 7px;	
	padding-right: 5px;	
}
#fuss a:link, #fuss a:visited 
{
	color: #000000;
	text-decoration: none;
}
#fuss a:hover, #fuss a:active, #fuss a:focus {
	color: #fff;
	text-decoration: none;
}
#artikel #seitenanfang a{

	font-weight: normal;
	text-transform: uppercase;
	background-image: url(http://www.mediathek.jhj.de/layoutimages/seitenanfang.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	float: left;
	position: relative;
	left: -200px;
	background-position: left center;
}
#artikel #seitenanfang a:link, #artikel #seitenanfang a:visited{
	color: #000000;
	background-color:#FFFFFF;
	font-size: 70%;

}

#artikel #seitenanfang a:hover,#artikel #seitenanfang a:active,#artikel #seitenanfang a:focus {
color: #D2222A;
text-decoration:underline
background-color:#FFFFFF;
	
}

/*/////////////////////////////////////////////////////////////navigationen*/
/*hauptmen*/
#navcontainer
{		
	width:730px;
	float: left;
	background-color: #00325F;
	color:#fff;
	
	
	}
#navcontainer ul
{
	margin: 0;
	font-size: 65%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 190%;
	padding: 0;
	width:730px;
	text-transform: uppercase;
	
}

#navcontainer ul li {
	display: inline;
	
	}


#navcontainer ul li a
{
	text-align: center;
	background-color: #00325F;
	color: #FFF8F1;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width:110px;	
 }



#navcontainer ul li a:hover, #navcontainer ul li a:active, #navcontainer ul li a:focus {
	background-color: #D2222A;
	color: #FFF8F1;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px;
	
}
/*unterteilungsstrich*/
.menue_strich {
	background-image: url(../images/bg_hauptnavi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*aktiver menpunkt = id des gerade aktiven listenpunktes*/
#active a:link, #active a:visited, #active a:hover, #active a:active, #active a:focus
{	color: #FFF8F1;
	background-color: #D2222A;
}
/*manche Menpunkte werden speziell behandelt, weil sie lnger sind.*/
#lang a:link, #lang a:visited,#lang a:hover {
	text-align: center;
	min-width: 145px;
}
#ende a:link, #ende a:visited,#ende a:hover {
	text-align: center;
	min-width: 145px;
}

/*lngere Menpunkte im aktiven zustand*/
#lang_active a:link, #lang_active a:visited, #lang_active a:hover, #lang_active a:active
{	
	background-color: #D2222A;
color:#fff;
	min-width: 145px;
	
}
#ende_active a:link, #ende_active a:visited, #ende_active a:hover, #ende_active a:active
{	
	background-color: #D2222A;
color:#fff;
	min-width: 145px;
	}

/*erster Menpunkt wird speziell behandelt, um bndig mit logo etc zu sein.*/

/* seitenmen links*/
#menue {
	float: left;
	width: 195px;
	margin-top: 100px;
	color:#000;
	list-style-type: none;
	text-transform: uppercase;
	z-index: 50;
	padding-bottom: 70px;	
	text-align: left;
	margin-left: 0px;
	background-color: #fff;
}

/*whre auch als formatierung fr bergeordnetdiv-men gegangen, vererbt an alle divs darin weiter, 
aber brauchte unterscheidung fr ie und schriftgre*/
#menue  ul{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#menue ul li {
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px 0px 0px 10px;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	line-height: 150%;
	padding-left: 0px;
	list-style-type: none;
}
#menue ul li a{
	color: #000000;

	font-size: 70%;
	text-decoration: none;
	border: 1px solid #fff;
	padding-right: 4px;
	padding-left: 20px;
	background: url(/images/link2.gif) no-repeat 5px 3px;
	list-style-type: none;
	padding-top: 1px;
	padding-bottom: 1px;
}

#menue ul li a:hover, #menue ul li a:active, #menue ul li a:focus{
	color: #D2222A;
background-color: #ffffff;
	text-decoration: none;
	background: url(/images/link_hover.gif) no-repeat 5px 3px;
	list-style-type: none;
	border: 1px solid #CC0000;
}
/*aktiver menpunkt*/
#m_aktive a:link, #m_aktive a:visited, #m_aktive a:hover, #m_aktive a:active
{
	color: #D2222A;
background-color: #ffffff;
	background: url(/images/link_hover.gif) no-repeat 5px 3px;
	list-style-type: none;
}


/*navigationspfad unter dem hauptmen*/
#navi_pfad {
	text-align: right;
	font-size:60%;
	text-transform: uppercase;
	volume:silent;
	background-color:#fff;
	width: 725px;
	float: right;
	margin-right: 5px;
 
}

#navi_pfad ul, #navi_pfad ul li {
	display: inline;
	list-style-type: none;
}
#navi_pfad  a:link {
	color: #000;
background-color: #ffffff;
	text-decoration: none;
}
#navi_pfad a:visited {
	color: #444444;
background-color: #ffffff;
	text-decoration: none;
	}
#navi_pfad a:hover,#navi_pfad a:active,#navi_pfad a:focus {
	color: #D2222A;
background-color: #ffffff;
	text-decoration: none;	
}
/*sonstige linkformatierungen*/
.img_link{
	border:0;
	text-decoration: none;
	white-space: nowrap;
	display: inline;
	margin: 0px;
	padding: 2px 0px 0px;
	}

/*////////////////////////////////////////////////////////////////formulare*/
form {
	margin: 0px 0px 0px;
	padding: 0px;
	border: 0px;
}
#button {
	margin: 0.3em 0px 60px;
	padding: 0px;
	border: 0px;
}
#navi_suche {
	list-style-type: none;
	width: 190px;
	margin-left: 10px;
	margin-top: 40px;
	padding: 7px 0px 15px;
	height: auto;
	white-space: nowrap;
}
#navi_suche p {
	margin: 0px;
	padding: 0px;
}
#menue_suche #navi_suche .suchfeld {
	background-color: #FFF2DA;
	color:#000;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	width: 52%;
	font-weight: normal;
	padding: 4px;
}
#menue_suche #navi_suche .submit-button {
	background-color: #FFF2DA;
	color:#000;
	border: 1px solid #000000;
	margin: 0px;
	font-size: 0.8em;
	font-weight: normal;
}


.textfeld_f {
	background-color: #ffffff;
	border: 1px solid #DEDBBB;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 15px;
	color:#000;
	width: 14em;
	padding: 3px;
}
textarea {
	background-color: #fff;
	border: 1px solid #DEDBBB;
	font-size: 100%;
	overflow: auto;
	margin-bottom: 0px;
	color:#000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
select  {
 width: 14.3em;
 border: 1px solid #DEDBBB;
 margin-bottom: 15px;
}
select option {
 border: 1px solid #fff;
 padding: 1px;
}
.submit-button
{
	font-size: 70%;
	background-color: #00325F;
	text-transform: uppercase;
	height: 2em;
	border: 1px solid #000 ;
	margin: 0px 0px 12px;
	color: #FFFFFF;
	padding-bottom: 0px;
	width:auto;
	font-weight: bold;
} 
.submit-button2
{
	font-size: 75%;
	background-color: #00325F;
	text-transform: uppercase;
	height: 2em;
	border: 1px solid #000;
	color: #FFFFFF;
	width:auto;
	font-weight: bold;
	float: right;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;	
} 



fieldset {
	border: 1px solid #DEDBBB;
	font-weight: bold;
	font-size: 90%;
	line-height: 200%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	height: auto;
	min-height:40px;
	text-align: right;
}
label {
	float: left;
	margin-left: 5px;
	font-size: 90%;

	text-align: left;

}



legend {
	color: #444;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 80%;
	font-weight: normal;
}

p.fehler {
	font-size: 85%;
	color: #CC0000;
	font-weight: bold;
	position: relative;
	bottom: 0px;
	line-height: 120%;
	
	margin: 0px;
	padding: 0px;
	text-align: right;
	
}
.sternchen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #CC0000;
	font-weight: normal;
	line-height: 100%;
}
/*////////////////////////////////////////////////////////////sonstige klassen, berschriften etc*/
#bild_legende {
	
	font-size: 60%;
	text-align: right;
	width: 400px;
	position: relative;
	top: -5px;
}

.bild {
	
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #000000;
	padding: 10px;
}
table {
	width: 440px;
	border-top: 3px solid #444;
	border-right: 1px solid #444;
	border-bottom: 3px solid #444;
	border-left: 1px solid #444;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FEE5C2;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.grau {
	background-color: #fff;
	color: #000000;
}
caption{
	font-weight: bold;
	font-size:70%;
	color: #000000;
}


tr {
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
	border: 0px;
}
th {
	margin: 0px;
	padding: 5px 0px;
	font-weight: bold;
	color: #CC0000;
	font-size: 75%;
	text-align: right;
	border-bottom: 1px solid #000000;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	line-height: 180%;
}
th#faktor {
	
	text-align: left;
	padding-left:10px;
	

}
#wert1, #wert2{
	padding: 0px 15px 0px 0px;
width: 30%;	
}
#wert3, #wert4, #umsatz{
	padding-right: 15px;
}
#faktor{
	width: 30%;
}
#service {
text-align: left;
padding-left:10px;
}
td {
	border: 0px;
	margin: 0px;
		font-size: 70%;
	padding: 0px 15px 0px 5px;
	text-align: right;
	
}
.spalte{
	border: 0px;
	margin: 0px;
	padding: 0px 5px 0px 8px;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	color: #000;
	
}
tfoot{
	font-size: 80%;
	line-height: 100%;
	text-align: left;
}
tfoot tr td{
	text-align: left;
	padding-left: 10px;
}

#schlabo {
	position: relative;
	left: 0px;
	float: left;
	z-index: 2;
	margin-top: 0px;
	padding-left: 10px;
}
/*
.tabellenname {
	width: auto;
	margin-right: 40px;
	margin-top: 30px;
	margin-bottom: -1px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	white-space: normal;
	border-top: 1px solid #DEDBBB;
	border-right: 1px solid #DEDBBB;
	border-left: 1px solid #DEDBBB;
}

#artikel .tabellenname .rot {
	color: #D2222A;
} 
*/
.datum {
	font-size: 80%;
	color: #000;
	font-weight: normal;
}

.presserahmen {
	width: auto;
	margin-right: 40px;
	line-height: 150%;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	font-size: 85%;	
	background-color: #ffffff;
	border: 1px solid #DEDBBB;
	}
.presserahmen h3 {
	margin-top:10px;margin-bottom:-10px;
	}
.presserahmen a:link, .presserahmen a:link:visited, .presserahmen a:hover, .presserahmen a:active, .presserahmen a:focus {
	font-size: 115%;
	font-weight: bold;	
	}
.tabellenrahmen {
	width: auto;
	margin-right: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 150%;
	
	/*
	padding-left: 10px;
	padding-right: 5px;*/
	
	margin-bottom: 15px;
	font-size: 100%;
	border: 1px solid #DEDBBB;
	margin-top: -1px;

}
.tabellenrahmen h3 {
	border-bottom: 1px solid #DEDBBB;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 5px;
}
#format #artikel .tabellenrahmen p {
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}


h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	line-height:150%;
	font-weight: bold;
	margin: 0px 0px 10px;
	text-transform: uppercase;
	color: #00325F;
}
#menue h1 {
	font-size: 60%;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #336699;
}
h2 {
	margin: 17px 0px 15px;
	font: bold 100%/150% Arial, Verdana, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
	background: url(../images/h2.gif) no-repeat 0ex 0.5ex;
	padding-left: 20px;
	text-transform: uppercase;
	color: #00325F;
}

.headl {
	font-size: 60%;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	background-image: url(../images/h3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 13px;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	line-height: 110%;
	color: #000000;
	display: none;
}
.headl .rot {
	color: #000000;
}
p {
	font-size: 85%;
	margin-top: 1em;
	line-height: 180%;
	padding-right: 20px;
	text-align: left;
}
ul p {
	font-size: 100%;
	margin: 5px 0px;
}
#artikel .tabellenrahmen p {
	color: #444444;
	white-space: normal;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}


#artikel .tabellenrahmen a {
	
	white-space: normal;	
	font-weight: normal;	
}

em {
	color: #444444;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	position: relative;
	left: 15px;
	font-size: 110%;	
	
	
}
.klein {
	margin-top: -5px;
	font: 85%/180% Arial, Helvetica, Verdana, sans-serif;
}


.rot {
	color: #D2222A;
}
.rotfett {
	color: #D2222A;
	
	font-weight: bold;
}
.fett {
	font-weight: bold;
}
.rechts {
	float: right;
	font-weight: bold;
	clear:left;
}
.links {
	float: left;
	margin-left: 10px;
}
.kein_umbruch {
	white-space: nowrap;
	display: inline;
}

.unsichtbar {
	font-size: 1px; left: -5000px; width: 1px; position: absolute; top: -5000px; height: 1px
}
.unsichtbar2 {
	font-size: 1px; left: -5000px; width: 1px; position: absolute; top: -5000px; height: 1px
}
#unsichtbar {
	font-size: 1px; left: -5000px; width: 1px; position: absolute; top: -5000px; height: 1px
}

#copy p {
	font-size: 70%;
	text-align: right;
	clear: left;
	float: right;
	margin-right: 1px;
	margin-top: -247px;
	background-color: #ffffff;
	z-index: 50;
	padding-left: 0px;
	width: 350px;
}
.rahmen {
	border: 1px solid #333;	
}
.zentriert {
	
	text-align: center;
}
/* nur zum textlauf*/
#meldung a  {
	text-align: left;
	
	clear: right;
	float: left;
	padding-left: 25px;
	top: 400px;
	z-index: 99;
	position: absolute;
	font-size: 75%;
	color: #FF0000;
}
/*
#sprung {
	text-decoration: none;
	width: 200px;
	clear: left;
	float: right;
	padding: 3px 0px 0px;
	height:1em;

	right: 10px;
	text-align: right;
	margin-bottom: 0.3em;
	}
a.sprung {
	MARGIN: 0px;
	CURSOR: text;
	COLOR: #FFF8F1;font-size: 1px;
	left: -5000px;
	width: 1px;
	top: -5000px;
	height: 1px;
	text-decoration: none;
	margin: 0px;
	
	

}
a.sprung:link {
	CURSOR: text;
	

}
a.sprung:visited {
	CURSOR: text;

	
}
a.sprung:hover, a.sprung:active, a.sprung:focus {
	BORDER-RIGHT: 1px solid #CC0000;
	BORDER-TOP: 1px solid #CC0000;
	BACKGROUND: #fff;
	BORDER-LEFT: 1px solid #CC0000;
	CURSOR: pointer;
	COLOR: #CC0000;
	BORDER-BOTTOM: 1px solid #CC0000;
	font-size: 80%;
	top: 20px;
	line-height: 100%;
	padding-right: 2px;
	padding-left: 2px;
	width: 130px;

	z-index: 50;
}
*/
#hilfe {
	font-size: 70%;
	text-align: right;
	line-height: 120%;
	position: absolute;
	top: 10px;
	margin-left: 420px;
	
}
#hilfe ul li {
	color: #666;
	display: inline;
	width: 720px;
}
#hilfe a:link, #hilfe a:visited {
	
	color: #000;
	text-decoration: none;	
}
#hilfe a:hover, #hilfe a:active, #hilfe a:focus {
	
	color: #D2222A;
	text-decoration: none;	
}
.unterstrichen {
	text-decoration: underline;
}
.aktuell  {
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
h4 {
	font-size: 75%;	
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
ul h4, ul h3 {
	font-size: 100%;
}
h3 {
	font-size: 90%;	
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.picto {
	border: 1px solid #000000;
	clear: right;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	
}
.picto2 {
	
	border: 0px;
	clear: right;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
#artikel ul li ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
    font-size: 100%;
}

input {
border:0;
}


.blau {
color: #B6B78C;
}
	acronym {
	cursor: help;
	
}
abbr {
	cursor: help;
	
}


/*-----WP----*/

#artikel ul.blaettern {
	list-style-type: none;
	font-size: 80%;
	margin:25px 0px 0px;
	padding: 0px;
		 
}
 
#artikel .tabellenrahmen ul.blaettern li {
	display: inline;
	padding: 0px 5px 0px 10px;
	background-repeat: no-repeat;
	background-image:url(/images/box_li.gif);
	background-position: left center;
	margin: 0px 0px 5px;
	line-height: 130%;
	font-size: 110%
 }
#artikel .tabellenrahmen ul.blaettern li a {
	  font-weight: normal;
 }
#artikel ul.blaettern li {
	padding: 0px 5px 0px 10px;
	background-repeat: no-repeat;
	background-image:url(/images/box_li.gif);
	background-position: left center;
	margin: 0px 0px 5px;
	line-height: 130%;
	
}
#artikel ul.blaettern li.back {
	background-image:url(/images/box_li.gif);
	padding: 0px 0px 0px 13px;
	margin-right: 100px;
	display:inline;	
	}

#artikel .kleinefussnoten {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, Verdana, Helvetica, "Sans Serif";
	font-size: 75%;
	background-color: #FFFFFF;
	line-height: 150%;
	
}

#artikel p .kleinefussnoten {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, Verdana, Helvetica, "Sans Serif";
	font-size: 80%;	
	background-color:#fff;
	line-height: 150%;

	 
	
}
.kleinefussnoten p.copy  {
	clear: both;
	float: left;
		
}


