/***************************************************
 $Id: print.css,v 1.3 2006/04/18 12:14:14 su Exp $
 ***************************************************
 * $RCSfile: print.css,v $
 *
 * version.......: $Revision: 1.3 $
 * file created..: 2006-04-13 14:31:45
 * author........: $Author: su $
 * last modified.: $Date: 2006/04/18 12:14:14 $
 ***************************************************
 * Web...........: http://www.decaf.de             *
 * E-Mail........: su@decaf.de                     *
 ***************************************************
 * copyright by DECAF°, Stefan Ullrich             *
 ***************************************************/
html {
   height:                    100%;
}

body {
   background-color:          #ffffff;
   color:                     #000000;
   font-family:               Verdana, Arial, Helvetica, sans-serif;
   font-size:                 0.8em;
   text-align:                left;
   height:                    100%;
   margin:                    0px;
   padding:                   0px;
}

#page {
   height:                    100%;
   width:                     100%;
}

#headerContainer {
   display:                   none;
}

#menuContainer {
   height:                    90px;
}

#logo {
   width:                     100%;
   text-align:                center;
}

#contentContainer {
   padding:                   0px;
}

#content {
   width:                     100%;
   padding:                   0px;
}

#contentNews {
   display:                   none;
}

#contentMenu {
   display:                   none;
}

#footerContainer {
   display:                   none;
}

h1 {
   font-weight:               bold;
   font-size:                 1.5em;
   margin-top:                0px;
   margin-bottom:             20px;
   background-repeat:         no-repeat;
   text-indent:               -999em;
}

h2 {
   font-weight:               bold;
   font-size:                 1em;
   margin-top:                0px;
   margin-bottom:             5px;
   background-repeat:         no-repeat;
   text-indent:               -999em;
}

h3 {
   font-weight:               bold;
   font-size:                 1em;
   margin-top:                20px;
   margin-bottom:             5px;
}

h4 {
   font-weight:               bold;
   font-size:                 1em;
   margin-top:                10px;
   margin-bottom:             5px;
}

h6 {
   font-weight:               bold;
   font-size:                 1.5em;
   margin-top:                0px;
   margin-bottom:             20px;
   color:                     #ff0000;
   background-color:          #ffeeee;
   border:                    solid 1px #ff0000;
   padding:                   10px 10px 10px 50px;
   background-repeat:         no-repeat;
   background-image:          url('/images/error.png');
   background-position:       5px 5px;
}

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

img {
   border:                    0px;
}

table {
   border-collapse:           collapse;
   width:                     100%;
}

td {
   vertical-align:            top;
   padding:                   2px;
}

th.light {
   font-weight:               bold;
   border-bottom-style:       dashed;
   border-width:              1px;
   border-color:              #000000;
   padding-top:               7px;
   padding-bottom:            7px;
}

td.light {
   font-weight:               normal;
   border-bottom-style:       dashed;
   border-width:              1px;
   border-color:              #000000;
   padding-top:               7px;
   padding-bottom:            7px;
}

.toppad {
   padding-top:               10px;
}

.bottompad {
   padding-bottom:            10px;
}

input {
   color:                     #000000;
   background-color:          #ffffff;
   width:                     95%;
   border-bottom:             #fefefe 1px solid;
   border-left:               #ababab 1px solid;
   border-right:              #fefefe 1px solid;
   border-top:                #ababab 1px solid;
}

input.cb {
   width:                     2em;
   border:                    none;
}

textarea {
   color:                     #000000;
   background-color:          #ffffff;
   width:                     95%;
   height:                    10em;
   border-bottom:             #fefefe 1px solid;
   border-left:               #ababab 1px solid;
   border-right:              #fefefe 1px solid;
   border-top:                #ababab 1px solid;
}

.button {
   color:                     #ffffff;
   background-color:          #333333;
   width:                     8em;
}

.clearer {
   clear:                     both;
   display:                   block;
   height:                    1px;
   margin-bottom:             -1px;
   font-size:                 1px;
   line-height:               1px;
}

.grey {
   background-color:          #f0f0f0;
   color:                     #000000;
   margin-left:               -5px;
   padding:                   5px;
   margin-top:                10px;
   margin-bottom:             10px;
}

.grey_cell {
   color:                     #ffffff;
   background-color:          #666666;
   padding:                   5px;
   border:                    solid 5px #f0f0f0;
}

.right {
   text-align:                right;
}

.greylist {
   background-color:          #f0f0f0;
   color:                     #000000;
   margin-left:               -5px;
   margin-top:                10px;
   margin-bottom:             10px;
}

.greylist table th {
   text-align:                left;
   padding:                   5px;
}

.greylist table td {
   padding-left:              5px;
   padding-right:             5px;
}

.float {
   float:                     left;
   padding-right:             20px;
}

ul#navi {
   display:                   none;
}

ul#subNavi {
   display:                   none;
}

ul.list {
   margin:                    20px 20px 0px 20px;
   list-style-position:       inside;
}

ul.list li {
   padding-bottom:            20px;
}

a {
   color:                     #1c58a1;
   background-color:          inherit;
   text-decoration:           none;
}

a:hover {
   text-decoration:           underline;
}

a.linkSmall {
   color:                     #000000;
   background-color:          inherit;
   text-decoration:           none;
}

a.linkSmall:hover {
   color:                     #999999;
   background-color:          inherit;
   text-decoration:           none;
}

a.linkArrow {
   padding-left:              20px;
   background-image:          url('/images/arrow.gif');
   background-repeat:         no-repeat;
   color:                     #1c58a1;
   background-color:          inherit;
   text-decoration:           none;
}

a.linkArrow:hover {
   text-decoration:           underline;
   background-position:       3px 0px;
}

