body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:link { color: rgb(0, 100, 255); text-decoration: none; font-weight: bold; font-size: 13px }
a:active { color: rgb(0, 100, 255); text-decoration: none; font-weight: bold; font-size: 13px }
a:visited { color: rgb(0, 100, 255); text-decoration: none; font-weight: bold; font-size: 13px }
a:hover { color: #8F8FFF; text-decoration: underline; font-weight: bold; font-size: 13px }
a:focus { outline: 1px dotted; }


hr {
    noshade: noshade;
	border: 1 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}


h3 {
	font-size: 21px;
}


h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}


h6 {
	font-size: 15px;
}


ol {
	list-style: decimal;
}


ul {
	list-style: disc;
}


li {
	margin-left: 30px;
}


p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.spalten
{
-moz-columns:150px 2; /* Firefox */
-webkit-columns:150px 2; /* Safari and Chrome */
columns:150px 2;
} 

.ueber {font-size: 15px; color: rgb(255, 0, 0); }
.wichtig {font-size: 15px; color: rgb(0, 0, 255); font-weight:bold;}
.inhalt {font-size: 15px; color: rgb(100, 0, 0); font-weight:bold;}
.lid {font-size: 15px; color: rgb(0, 0, 255);}
.auto{font-size: 15px; color: rgb(0, 0, 0);}
.tit{font-size: 15px; color: rgb(255, 0, 0);}
.zeit{font-size: 15px; color: rgb(0, 0, 0);}
.namen{font-variant:small-caps; font-weight:bold;}
.fett{font-weight:bold;}
.zelle{border: 1px solid rgb(0, 64, 128); padding-left:5px; padding-right:5px}
.zelleR{border: 1px solid rgb(0, 64, 128); text-align: right;}
.reihe {font-size: 15px; color: rgb(0, 64, 128); font-weight:bold;}
.verlag {font-size: 15px; color: rgb(0, 64, 128); font-weight:;}
.bionam{
	font-size: x-small; 
	color: red; 
	font-weight: ;
	}

.deunam{
	font-size: x-small; 
	color: ; 
	font-weight: ;
}	

.new {
    target-new: new ! important;
}

.ff-bild {
	max-width: 100px;
	max-height: 90px;
}

.ff-rahmen {

  border-width:1px;
  border-style:solid;
  border-color:blue;
  padding:2px;
  margin:1px;
  text-align:center;
 }