html, body { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0; 
	padding: 0; 
	background-color: #FFF; 
	text-align: center;
	height: 100%; 
}

td { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFF; 
}

#pkopf {
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #002555;
	text-align: right;	
	}

#pinhalt {
	clear: right;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
	text-align: justify;	
	}

.luft {
	padding: 10px;
	}
	
#last {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
	text-align: center;
}

H1 {
	font-family: arial, helvetica, sans-serif ;
	font-size: large ;
	font-weight: bold ; 
 	color: #002555 ; 
}
H2 {
	font-family: arial, helvetica, sans-serif ;
	font-size: medium ;
	font-weight: bold ; 
 	color: #000000 ; 
}
H3 {
	font-family: arial, helvetica, sans-serif ;
	font-size: medium ;
	line-height: 14px ;
}

/*** RECHTLICHES ***/
div.legal {
  width: 100%;
  margin: auto;
  padding: 0px 4px;
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

div.legal a {
	color: #002555 ; 
	text-decoration: none;
}

div.legal a:active, a:visited {
	color: #002555 ; 
	text-decoration: none;
}

div.legal a:hover {
	color: #002555 ; 
	text-decoration: underline;
}

/*** JOURNALE ***/
.LJ {
	font-family: arial, helvetica, sans-serif ;
	font-weight: bold ; 
	font-style: italic;
	color: #990000 ; 
}
.LT {
	font-family: arial, helvetica, sans-serif ;
	font-weight: bold ; 
	font-style: italic;
	color: #002555 ; 
}

/*** FIGURES ***/
.figurer {
  float: right;
  padding: 0px 10px 10px 10px;
}
.figurer p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}
.figurel {
  float: left;
  padding: 0px 8px 8px 0px;
}
.figurel p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}
.figurem {
  margin: auto;
  padding: 0px 8px;
}
.figurem p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

/*** LINKS ***/
#pinhalt a {
	color: #0022CC ; 
	text-decoration: underline;
}

#pinhalt a:active {
	color: #900 ; 
}

#pinhalt a:visited {
	color: #0022CC ;
}

#pinhalt a:hover {
	color: #900 ; 
}
