/* ===================================================
   Globale HTML-Tags
   =================================================== */
body
{
    margin: 0px;
    padding: 0px;

    height: 100%;

    background-image: url(img/background.gif);

    font-family: arial;
    font-size: 13px;

}

a:link
{
    color: #000000;
}

a:visited
{
    color: #000000;
}

a:active
{
    color: #C61818;
}

a:hover
{
    color: #C61818;
}

input.button
{
  background-color: #FFCC00;
  color: #000000;
  font-family: Verdana;
  font-size: 11px;
}

p
{
    margin: 0px;
    padding: 0px;
}

span.actionAddComment     { color: #008000; }
span.actionCopyArticle    { color: #008000; }
span.actionCopyIssue      { color: #008000; }
span.actionCreateArticle  { color: #008000; }
span.actionCreateIssue    { color: #008000; }
span.actionDeleteArticle  { color: #FF0000; }
span.actionDeleteIssue    { color: #FF0000; }
span.actionEditArticle    { color: #0000FF; }
span.actionEditIssue      { color: #0000FF; }
span.actionSortArticles   { color: #0000FF; }
span.actionUnblockArticle { color: #008000; }

span.buttonFake
{
  cursor: pointer;
  background-color: #333333;
  color: #FFCC00;
  padding: 0px 2px;
  text-decoration: none;
}

span.buttonFake:hover
{
  text-decoration: underline;
}


span.deleted
{
  color: #FF0000;
}

span.lastAction
{
  color: #808080;
}

table
{
   margin: 0px;
   padding: 0px;
   border-collapse: collapse;
}

tr
{
   margin: 0px;
   padding: 0px;
}

td
{
   margin: 0px;
   padding: 0px;
}

/* ===================================================
   Globale CSS-Klassen
   =================================================== */

.bgVO
{
    background-color: #666666;
    color: #FFFFFF;
}

.bgRedVO
{
    background-color: #CC0000;
    color: #FFFFFF;
}

.bgLightVO
{
    background-color: #999999;
    color: #DCDCDC;
}

.bgGNC
{
    background-color: #FFCC00;
    color: #000000;
}

.bgGTC
{
    background-color: #0082BF;
    color: #FFFFFF;
}

.bgFB
{
    background-color: #CC0000;
    color: #FFFFFF;
}

/* ===================================================
   Main-Div
   =================================================== */

#mainDiv
{
    margin: 0px auto;
}

/* ===================================================
   Header
   =================================================== */

#header
{
   text-align: center;
}

/* ===================================================
   User Info
   =================================================== */

#userInfo
{
  position: relative;
  font-size: 10px;
}

#userInfo a
{
  color: #FFCC00;
  text-decoration: none;
}

#userInfo a:hover
{
  text-decoration: underline;
}

/* ===================================================
   Issue Control
   =================================================== */

div.issueControl
{
  margin: 5px auto 0px;
  width: 98%;
  font-size: 10px;
  text-align: right;
}

div.issueControl a
{
  background-color: #333333;
  color: #FFCC00;
  padding: 0px 2px;
  text-decoration: none;
}

div.issueControl a:hover
{
  text-decoration: underline;
}

/* ===================================================
   Issue Menu
   =================================================== */

#issueMenu
{
   position: relative;

   font-weight: bold;
   font-size: 11px;
}

#issueEntries
{
   margin: 0px auto;
}

.issueYear
{
    color: #FFFFFF;
}

#issueEntries a
{
  display: block;
  text-decoration: none;
  color: #CCCCCC;
}

#issueEntries a:hover
{
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
}

#issueEntries a.active
{
  background-color:#FFFFFF;
  color:#000000;
  font-weight: bold;
}

#issueEntries td.active
{
  background-color:#FFFFFF;
  color:#000000;
  font-weight: bold;
}

/* ===================================================
   Page Menu
   =================================================== */

#pageMenu
{
   float: left;
   background-image: url(img/menuback4.gif);
}

#menuEntries
{
    border-collapse: separate;
    width: 310px;
    margin: 10px auto 0px;
}

td.menuCategory
{
  height: 20px;

  text-align: right;
  vertical-align: middle;

  background-position: left top;
  background-repeat: no-repeat;

  font-size: 14px;
  font-weight: bold;
}

#menuEntries a
{
  display: block;
  text-decoration: none;
}

#menuEntries a:hover
{
  background-color: #CC0000;
  color: #FFFFFF;
  text-decoration:none;
  font-weight: bold;
}

#menuEntries a.active
{
  font-weight: bold;
  background-color: #CC0000;
  color: #FFFFFF;
}

/* ===================================================
   Article Control
   =================================================== */

div.articleControl
{
  margin: 0px auto 10px;
  padding-bottom: 30px;
  width: 100%;
  font-size: 10px;
  border-bottom: 1px solid #808080;
}

div.articleControl a
{
  background-color: #333333;
  color: #FFCC00;
  padding: 0px 2px;
  text-decoration: none;
}

div.articleControl a:hover
{
  text-decoration: underline;
}

span.articleBlocked
{
  background-color: #FF0000;
  color: #FFFFFF;
}

span.articleEmpty
{
  background-color: #FF0000;
  color: #FFFFFF;
}

span.articleInProgress
{
  background-color: #FF872F;
  color: #000000;
}

span.articleCompleted
{
  background-color: #FFCC00;
  color: #000000;
}

span.articleRevised
{
  background-color: #008000;
  color: #FFFFFF;
}

/* ===================================================
   Page Content
   =================================================== */

#pageContent
{
   padding: 0px 10px;

   overflow-x: hidden;
   overflow-y: auto;

   background-image: url(img/menuback4.gif);

   text-align: justify;
}

table.pageSubTitle
{
    width: 100%;
    margin-bottom: 15px;
}

td.pageSubTitle
{
    vertical-align: middle;
    font-weight: bold;
    padding: 10px;
}

p.headline
{
    margin: 15px 0px;
    font-weight: bold;
}

div.picture
{
    margin: 15px 0px 25px;
    width: 100%;
    text-align: center;
}

div.subtitle
{
    margin: 10px 0px 0px 0px;
    width: 100%;
    text-align: center;
    font-style: italic;
}

p.categoryTitlePicture
{
    margin: 0px 0px 10px;

    width: 100%;
    text-align: center;
}

span.headline
{
    font-size: 15px;
    font-weight: bold;
}

span.question
{
    font-weight: bold;
    color: #880000;
}

span.answer
{
    font-weight: bold;
}

hr.separator
{
    margin: 15px 0px;
    width: 99%;
    color: #000000;
}

div.author
{
    width: 100%;
    text-align: right;
    margin: 15px 0px;
}

table.bitd
{
    border-collapse: separate;
}

hr.bitdSeparator
{
    margin: 15px 0px 5px;
    width: 99%;
    color: #000000;
}

span.bitdYear
{
    font-size: 16px;
    font-weight: bold;
}

table.form
{
  margin: 0px auto;
  color: #808080;
  font-size: 10px;
  border-collapse: separate;
}

table.history
{
  width: 100%;
  font-size: 10px;
  text-align: center;
}

table.issueStatus
{
  text-align: left;
  width: 100%;
  font-size: 10px;
  border-collapse: separate;
}

table.issueStatus td
{
  vertical-align: top;
}

table.sortArticles
{
  text-align: left;
  width: 100%;
  font-size: 12px;
  border-collapse: separate;
}

td.formTitle
{
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 12pt;
  color: #000000;
}

td.formValue
{
  text-align: right;
  padding-right: 10px;
}

.formInput
{
  background-color: #EFEFEF;
  font-size: 8pt;
}

p.comment
{
  text-align: left;
  font-size: 13px;
  border-top: 1px solid #808080;
}

.nowrap
{
  white-space: nowrap;
}

/* ===================================================
   Page Navigation
   =================================================== */

#pageNavigation
{
    font-weight: bold;
}

a.pageNavigation
{
    color: #BBBBBB;
}

a.pageNavigation:hover
{
    color: #EEEEEE;
}

/* ===================================================
   Footer
   =================================================== */

#footer
{
    position: relative;
    clear: left;

    font-weight: bold;
}

#footer a
{
    display: inline;
    text-decoration: none;
}

#footer a span:hover
{
    background-color: #CC0000;
    color: #FFFFFF;
}

p.footerLinks
{
    position: absolute;
    top: 5px;
    left: 0px;

    margin: 0px;
    width: 50%;
}

p.footerCopyright
{
     position: absolute;
     top: 5px;
     right: 0px;

     margin: 0px;
     width: 50%;
     text-align: right;
}
