/* 
    Document   : abr.css
    Created on : 08.01.2013, 17:00:15
    Author     : Gerald
    Description:
        Purpose of the stylesheet follows.

   chocolate pudding    #5E3929
   balanced             #CD8C52
   pistacie             #B7D1A3
   lightgreen           #DEE8BE
   background           #FCF7D3
*/

root { 
   display: block;
}

body {
   background-color: #FCF7D3;
   color: #5E3929 ;
   font-family: arial;
   font-size: 12px;
}

#wrapper {
   width: 900px;
   margin: auto;
   margin-top: 20px;
}

.tx-felogin-pi1 {
   width: 300px;
   margin: auto;
}

.tx-felogin-pi1 label {
   width: 100px;
   float: left;
   background-color: #B7D1A3;
   font-weight: bold;
   padding: 3px;
   margin-right: 5px;
   margin-bottom: 5px;
}

.tx-felogin-pi1 input {
   margin-bottom: 5px;
}

.tx-felogin-pi1 fieldset {
   background-color: #DEE8BE;
   margin-top: 10px;
   padding: 10px;
   border: solid #5E3929 1px;
}

.tx-felogin-pi1 .felogin-submit {
   text-align: center;
   margin-top: 10px;
}

.abr-menu {
   width: 120px;
   float:left;
   background-color: #DEE8BE;
   padding: 15px;
}

.abr-content {
   width: 730px;
   padding-left: 20px;
   float:left;
}


.abr-construction {
   border: 1px solid black;
   padding: 30px;
   width: 300px;
   margin:auto;
}

#mainNavi,
#mainNavi ul {
   list-style-type: none;
   list-style-position: outside;
   padding-left: 5px ;
}

#mainNavi ul {
   margin-bottom: 10px;
   padding-left: 15px;
}

.mainNaviItem,
.mainNaviItemActive {
   font-family: Arial;
   font-size: 14px;
}

.mainNaviItemActive {
   font-weight: bold;   
}

.mainNaviItem a {
   text-decoration: none;
}

.mainNaviItem a:hover {
   color: #5E3929;
   font-weight: bold;
}

table {
   border-collapse: collapse;
}

td, th {
   padding-left: 5px;
   padding-right: 5px;
}

.rborder {
   border-right: 1px solid black ;
}

.ralign {
   text-align: right;
}

.bborder {
   border-bottom: 1px solid black ;
}

.currency {
    min-width:7em;
}

@media print {
  body {
    background-color: white;
  }
  .abr-menu {
      display: none;
  }
  .abr-content {
      width: 100%;
  }
}