/* Stylesheet für ak-Webfiles 29.12.98 */
/* $Id: fant3.css,v 1.1 2009/06/27 10:58:30 jo Exp $ */
/* Stamm-Version in Modul www.akweb.de (zuvor unter akconv/styles) */

/* Seitenaufbau */

#header {
  padding: 10px;
}

#rightbar {
  float: right;
  width: 166px;  /* Bildbreite 156px */
/*  margin: 22px -5px 10px 5px; */
  margin-top: 22px;
  margin-bottom: 10px;
  border-bottom: 1px solid #008080;
}

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

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

#footer {
  margin-top: 6px; 
  border-top: 1px solid black; 
  padding-top: 6px; 
}

/* allgemeine Formate */

/* Links generell - wird überschrieben für #menu */
a:link {
  color: #008080;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #008080;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #008080;
  font-weight: bold;
  text-decoration: underline;
}

a:active {
  color: #008080;
  font-weight: bold;
  text-decoration: underline;
}

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 }


.trennzeile {
  font-style: italic;
  margin-bottom: 0;
  margin-top: 0;
}

/* Register */

.reg-zue {
  font-family: arial, helvetica, geneva, sans-serif;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 10px;
}

/* debug */
div {
  border: 1px;
}

#rightbar .bildabschnitt {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 4px;
  border-top: 1px solid #008080;
}

#rightbar img {
  border: 1px solid silver;
}  

#rightbar .erl {
  font-size: 9pt;
  font-family: arial, helvetica, geneva, sans-serif;
}  

/* Quellenangabe */

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

/* kleines Logo in der Quellenangabe nur für print */
#source img {
  display: none;
}

/* bei Indexseiten keine Quellenangabe anzeigen */
#index div#source {
  display: none;
}

/* Formulare */

#formular, #hilfe {
  font-family: arial, helvetica, geneva, sans-serif;
  font-size: x-small; /* wrong value for IE */
  voice-family: "\"}\""; /* trick IE into thinking the rule is over */
  voice-family: inherit; /* recover from trick */
  font-size: small;
}

#formular h1, #hilfe h1 {
  font-size: large;
}

#formular td {
  vertical-align: top;
}


/* Menü links */

#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;
}

/* Suchfeld */

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

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

/* Footer */

#footer td {
  vertical-align: middle; 
}

#logo-klein {
  padding-top: 10px;
  padding-right: 18px;
  font-size:11px;
}

#footer-text {
  font-size: 11px;
  font-family: arial, helvetica, geneva, sans-serif;
}

#copyright-notice {
  margin-bottom:5px;
}

/* Themenseiten */

#thema .hue, #thema .uz, #thema .vor, #thema .red {
  font-family: times, serif;
}

#thema h3.zue {
  color: #CC0000;
}
#thema .red {
  font-size: 95%;
}
#thema .anm {
  font-size: 85%;
}

#thema a:link {
  color: #000000;
}
#thema a:visited {
  color: #CC0000;
}

/* 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;
}

/* mögliche Alternative für Formular/Service-Seiten

#formular #rightbar {
  display: none;
}

#formular #main {
  margin-left: 270px;
}

#formular #menu {
  float: left;
  margin-top: 20px;
  margin-left: 0px;
  width: 240px;
  padding: 0;
  font-family: arial, helvetica, geneva, sans-serif;
  font-size: 9pt;
}
*/


