/* -------------------------------------------------------------------------- */
/*          (c) Copyright 2005 by Peter Schuetz                               */
/* -------------------------------------------------------------------------- */
/* Filename       : jus_content.css                                           */
/* Version        : 1.0                                                       */
/* Directory      : ...                                                       */
/*                                                                            */
/* Description    : Style Definitionen fuer den siteContent   .               */
/*                                                                            */
/* Change History                                                             */
/* Created at     : 16.03.2003 by : Peter Schuetz                             */
/* Changed at     : 15.10.2005 by : Peter Schuetz                             */
/* -------------------------------------------------------------------------- */

body{
   font-family                  : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-style                   : normal;
   font-size                    : 12px;
   font-weight                  : normal;
   color                        : Silver;
   background-color             : #535353;
   line-height                  : 14px;
   margin-top                   : 00px;
   margin-right                 : 00px;
   margin-left                  : 00px;
   margin-bottom                : 00px;
}

/* Formatklasse für die Scrollbars (IE 5+ Version) -------------------------- */
/*
body
{  scrollbar-base-color         : #FFCC00;
   scrollbar-3dlight-color      : Aqua;
   scrollbar-arrow-color        : Yellow;
   scrollbar-darkshadow-color   : Aqua;
   scrollbar-face-color         : #000099;
   scrollbar-highlight-color    : #000099;
   scrollbar-shadow-color       : #000099;
   scrollbar-track-color        : #000099;
}
*/
/* Navigation --------------------------------------------------------------- */

.nav_navFieldDiv{
   position                     : absolute;
   top                          : 220px;
   left                         : 010px;
   width                        : 140px;
   z-index                      : 002;
}

.nav_linkTable{
   width                        : 130px;
}

.nav_linkSpaceLine{
   background-color             : #cc9900;
}

.nav_interspace{
   height                       : 40px;
}

.mainLinkTD{
   text-align                   : right;
   height                       : 22px;
}

.mainLinkTRActive{
   background-color             : #535353;
}

.mainLinkAActive
{
   font-family                  : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size                    : 15px;
   font-weight                  : bold;
   color                        : Yellow;
   text-decoration              : none;
}

a.mainLinkA:link,
a.mainLinkA:visited
{
   font-family                  : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size                    : 12px;
   font-weight                  : bold;
   font-style                   : italic;
   color                        : #cc9900;
   text-decoration              : none;
}

a.mainLinkA:active,
a.mainLinkA:hover
{
   font-family                  : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size                    : 12px;
   font-weight                  : bold;
   font-style                   : italic;
   color                        : Silver;
   text-decoration              : none;
}

a.subLinkA:link,
a.subLinkA:visited
{
   font-family                  : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size                    : 10px;
   font-weight                  : normal;
   font-style                   : italic;
   color                        : #cc9900;
   text-decoration              : none;
}

a.subLinkA:active,
a.subLinkA:hover
{
   font-family                  : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size                    : 10px;
   font-weight                  : normal;
   color                        : Silver;
   text-decoration              : none;
}

a.textLinkA:link,
a.textLinkA:visited
{
   font-family                  : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size                    : 12px;
   font-weight                  : normal;
   color                        : Silver;
   text-decoration              : underline;
}

a.textLinkA:activ,
a.textLinkA:hover
{
   font-family                  : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size                    : 12px;
   font-weight                  : normal;
   color                        : #cc9900;
   text-decoration              : underline;
}

/* Content ------------------------------------------------------------------ */

H1{
   font-family                  : Verdana, Geneva, Arial, Helvetica, sans-serif;;
   font-style                   : normal;
   font-size                    : 28px;
   font-weight                  : bold;
   color                        : #cc9900;
   background-color             : transparent;
   line-height                  : 30px;
   margin-top                   : 00px;
   margin-right                 : 00px;
   margin-left                  : 00px;
   margin-bottom                : 20px;
}

H2{
   font-family                  : Verdana, Geneva, Arial, Helvetica, sans-serif;;
   font-style                   : normal;
   font-size                    : 18px;
   font-weight                  : bold;
   color                        : #cc9900;
   background-color             : transparent;
   line-height                  : 18px;
   margin-top                   : 00px;
   margin-right                 : 00px;
   margin-left                  : 00px;
   margin-bottom                : 15px;
}

H3{
   font-family                  : Verdana, Geneva, Arial, Helvetica, sans-serif;;
   font-style                   : normal;
   font-size                    : 15px;
   font-weight                  : bold;
   color                        : #cc9900;
   background-color             : transparent;
   line-height                  : 18px;
   margin-top                   : 02px;
   margin-right                 : 00px;
   margin-left                  : 00px;
   margin-bottom                : 01px;
}

.pText12 {
   font-size                    : 12px;
}

.pList {
   font-size                    : 12px;
   line-height                  : 18px;
}

.textField {
   position                     : absolute;
   top                          : 30px;
   left                         : 200px;
   width                        : auto;
   z-index                      : 15;
}

.formInputField {
  border                        : 1px solid #B8D1E8;
  background                    : #DDE9F5;
  color                         : #535353;
  margin                        : 5px;
  width                         : 412px;
}

.formInputEvent {
  border                        : 1px solid #B8D1E8;
  background                    : #DDE9F5;
  color                         : #535353;
  margin                        : 5px;
  width                         : 170px;
}

.formInputYear {
  border                        : 1px solid #B8D1E8;
  background                    : #DDE9F5;
  color                         : #535353;
  margin                        : 5px;
  width                         : 60px;
}

.formInputMonth {
  border                        : 1px solid #B8D1E8;
  background                    : #DDE9F5;
  color                         : #535353;
  margin                        : 5px;
  width                         : 100px;
}

.formInputDay {
  border                        : 1px solid #B8D1E8;
  background                    : #DDE9F5;
  color                         : #535353;
  margin                        : 5px;
  width                         : 40px;
}

.formTable{
   font-family                  : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-style                   : normal;
   font-size                    : 12px;
   font-weight                  : normal;
   color                        : Aqua;
}

.textTable{
   font-family                  : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-style                   : normal;
   font-size                    : 12px;
   font-weight                  : normal;
   color                        : Silver;
}

.textTableTDright{
   text-align                   : right;
   padding-right                : 10px;
   padding-left                 : 10px;
}

.textTableTDleft{
   text-align                   : left;
   padding-right                : 10px;
   padding-left                 : 10px;
}

.button {
  background-color : #535353;
  color            : #cc9900;
  border           : 1px solid #cc9900;
  margin           : 5px;
}

/* -------------------------------------------------------------------------- */
