/* Stylesheet für fantomas-Webfiles */
/* $Id: fant2.css,v 1.2 2007/03/14 18:58:29 jo Exp $ */
/* Stamm-Version in Modul www.akweb.de  */

/* 
body	{ margin-left:10px; font-family:sans-serif }
.ohnerand	{ margin-left:-10px }
hr.fuss		{ margin-left:-10px; size:1; noshade:noshade } 
*/

h1.hue, h2.uz, h3.zue, h4.vor,
p, li, div.menu, table, td
		{ font-family:sans-serif }
div.menu { font-size:110% }
p.vor	{ font-weight:bold; font-size:105% }
p.anm	{ font-size:68% }
p.red	{ font-size:80% }
p.mitte { text-align: center }
p.rechts {text-align: right }

img.fantlogo { text-align: middle; vertical-align: middle }

span.fantfarbe  { color: #008080; }

/* Links */
a:link	{ font-weight:bold; text-decoration: none; color: #008080; }
a:visited { font-weight:bold; text-decoration: none; color: #008080; }
a:hover { font-weight:bold; text-decoration: underline; color: #008080; }
a:active { font-weight:bold; text-decoration: underline; color: #008080; }

/* fuer Navigationsbar links (uebernommen aus menu.css) */
body.nav { margin-left:0px }
td.nav, th.nav {  font-family: arial, helvetica, geneva; font-size: 10pt}
a.nav:link { font-weight:normal; text-decoration: none; color: #000000; }
a.nav:visited { font-weight:normal; text-decoration: none; color: #000000; }
a.nav:hover { font-weight:normal; text-decoration: underline; color: #000000; }
a.navhead:link { font-weight:normal; text-decoration: none;}
a.navhead:visited { font-weight:normal; text-decoration: none;}
a.navhead:hover { font-weight:normal; text-decoration: underline;}

input.nav, p.nav {  font-family: arial, helvetica, geneva; font-size: 8pt}

#main {
  margin-left: 160px;
  margin-right: 15%;
}

#menu {
  float: left;
  margin-top: 80px;
  margin-left: 0px;
  width: 130px;
  padding: 0;
  font-family: arial, helvetica, geneva, sans-serif;
  font-size: 9pt;
}

#menu a:link {
  color: #000000;
  font-weight: normal;
}

#menu a:visited {
  color: #404040;
  font-weight: normal;
}

#menu a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}

#menu ul {
  border-bottom: 1px solid #008080;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  border-top: 1px solid #008080;
  margin: 0;
  padding: 2px;
}

/* kleines Logo in der Quellenangabe nur für print */
#source img {
  margin-right: 1em;
}

#source {
  font-size: 75%;
  font-family: arial, helvetica, geneva, sans-serif;
}

#footer {
  margin-top: 8px;
  border-top: 1px solid black;
  padding-top: 12px;
  font-size: 80%;
  font-family: arial, helvetica, geneva, sans-serif;
}

#footerimg {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}

#copyright, #footerlinks {
  padding-bottom: 6px;
  margin-left: 155; /* wird von Firefox offenbar nicht ausgewertet! */
}

#search {
  margin-top: 10px;
  margin-left: 1px;
  margin-bottom: 10px;
}

#search input {
  font-size: 9pt;
  margin-top: 10px;
  margin-bottom: 0px;
}

/* Buchladenliste */

#bula .anm {
  font-size: 90%;
  font-weight: bold;
}

#bula p {
  font-size: 75%;
  font-family: arial, helvetica, geneva, sans-serif;
  margin-top: 0;
  margin-bottom: 3px;
}


