/**************************************************************************
* $Header: /var/cvsreps/anotherCMS/www/css/standard.css,v 1.1 2003/02/15 16:41:30 mk Exp $
***************************************************************************
* ibs.standard.css                             Internet-Bibel-Seminar IBS *
***************************************************************************
* CSS definitions
* created     : 13. 07. 2001
* changed     : $Date: 2003/02/15 16:41:30 $
* version     : $Revision: 1.1 $
* Author      : Markus Kuhn
* e-mail      : markus.kuhn@smile.ch
* (c) 2001-2002 Markus Kuhn, Bibelschule Beatenberg
***************************************************************************
*                                                                         *
*  This program is free software; you can redistribute it and/or modify   *
*  it under the terms of the GNU General Public License as published by   *
*  the Free Software Foundation; either version 2 of the License, or      *
*  (at your option) any later version.                                    *
*                                                                         *
**************************************************************************/

body {
  margin-left:0;
  margin-right:0;
  margin-top:0;
  margin-bottom:0
}

h1 {
  font-family : Arial, Helvetica;
  font-size : 24px;
  color : black;
  text-decoration : none;
}

h2 {
  font-family : Arial, Helvetica;
  font-size : 20px;
  color : black;
  text-decoration : none;
}

h3 {
  font-family : Arial, Helvetica;
  font-size : 16px;
  color : black;
  text-decoration : none;
}

p {
  font-family : Arial, Helvetica;
  font-size : 11pt;
  color : black;
  text-decoration : none;
}

p.header {
  font-family : Arial, Helvetica;
  font-weight : bold;
  font-size : 16px;
  color : black;
  text-decoration : none;
}

p.terminplan_datum {
  font-family : Arial, Helvetica;
  font-size : 12pt;
  color : black;
  text-decoration : italic;
}

p.terminplan_titel {
  font-family : Arial, Helvetica;
  font-size : 12pt;
  color : black;
  text-decoration : none;
}

a.header {
  font-family : Arial, Helvetica;
  font-weight : bold;
  font-size : 16px;
  color : black;
  text-decoration : none;
}

p.small {
  font-family : Arial, Helvetica;
  font-size : 12pt;
  color : lightgray;
  text-decoration : none;
}

p.form_text {
  font-family : Arial, Helvetica;
  font-weight : bold;
  font-size : 14px;
  color : black;
  text-decoration : none;
}

p.form_comment {
  font-family : Arial, Helvetica;
  font-style : italic;
  font-size : 14px;
  color : darkblue;
  text-decoration : none;
}

p.block {
  font-family : Arial, Helvetica;
  font-size : 14px;
  color : black;
  text-decoration : none;
  text-align: justify;
}

tt {
  font-family : Courier;
  font-size : 10px;
  color : black;
  text-decoration : none;

}

tt.big {
  font-family : Courier;
  font-size : 14px;
  color : black;
  text-decoration : none;
}

li {
  font-family : Arial, Helvetica;
  font-size : 14px;
  color : black;
  text-decoration : none;
}

a.active_menu {
  font-family : Arial, Helvetica;
  font-weight : bold;
  font-size : 18pt;
  line-height : 20pt;
  color : yellow;
  text-decoration : none;
}

a.small {
  font-family : Arial, Helvetica;
  font-size : 12pt;
  color : lightgray;
  text-decoration : none;
}

a.small:active  {  color : yellow;}
a.small:visited {  color : darkred;}
a.small:hover   {  color : red;}

a.menu {
  font-family : Arial, Helvetica;
  font-size : 10pt;
  line-height : 14pt;
  color : lightgray;
  text-decoration : none;
}

p.menu_1, p.menu_2, p.menu_3, p.menu_4 {
  font-family : Arial, Helvetica;
  text-decoration : none;
  border-collapse:collapse;
  border-top:1px solid #404040;
  font-size:12pt;
  margin:0px;
  padding:2px;
}

a.menu_1, a.menu_2, a.menu_3, a.menu_4 { color: #D0D0D0; text-decoration : none; display: block; }
a.menu_active_1, a.menu_active_2, a.menu_active_3, a.menu_active_4 { color: #FFFFA0; text-decoration : none; display: block;}
a.menu_active_1:hover, a.menu_active_2:hover, a.menu_active_3:hover, a.menu_active_4:hover { color: #404040;}
a.menu_1:hover, a.menu_2:hover, a.menu_3:hover, a.menu_4:hover {
	color: #448db5;
}
p.menu_1:hover, p.menu_2:hover, p.menu_3:hover, p.menu_4:hover {
	background: #EFEFA0;
}

p.menu_1 {
  font-size : 12pt;
  font-weight : bold;
}

a.menu_2:before, a.menu_3:before {
	content: "> ";
}

p.menu_2 {
  font-size : 10pt;
  font-weight : bold;
  padding-left: 10px;
}

p.menu_3 {
  font-size : 10pt;
  padding-left: 20px;
}

p.menu_4 {
  font-size : 0pt;
  margin-left: 30px;
}

a.menu_1:active, a.menu_2:active, a.menu_3:active, a.menu_4:active {
  color : yellow;
}

div.menu_box_body {}
div.menu_box {
	margin-left:10px;
	width:180px;
}
