/* 
   Document   : main
   Created on : 05.01.2013, 20:22:15
   Author     : Parviz
   Description: Purpose of the stylesheet follows.
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
@import 'desktop.css' (min-width: 481px);
@import 'mobile.css' (max-width: 480px);

* {
    padding: 0;             margin: 0;
    font-size: 100%;        font-weight: normal;        
}

body {
    margin: 0px;            padding: 0px;
    font-family: Tahoma, Verdana, sans-serif; 
    font-size: 76%;         color: #666666;
    text-align: center;
}

b, strong   { font-weight: bold; }

img, a img  { border: none; }

h1, h2, h3, h4 {
    font-family: verdana, 'Times New Roman', serif;
    color: #4c3000;         font-weight: bold;
}

a:link, a:visited { text-decoration: none; }
a:hover, a:focus, a:active { text-decoration: underline; }

em {
    font-weight: bold;      padding-right: 1em;
    vertical-align: top;
}

select {    width: 150px;     font-family:tahoma;     font-size: 12px;  }
select option {
    background: none repeat scroll 0 0 #feeebd;
    border: 1px dotted #915608;
    height: 20px;           line-height: 20px;
    text-indent: 3px;       text-transform: capitalize;
    z-index: -9999;         font-size: 100%;
}
/* Change font style and text alignment */
optgroup {     font-style:italic;      text-align:right;    }

.wrapper {      
    margin: 0 auto;         padding: 0;
    text-align: left;       vertical-align: middle;
    border: 1px solid #000000;
}

.globalcontainer {  
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;    overflow: hidden;
} 
.header     {  margin: 0px;        padding: 0px;    position: relative;    height: 168px;     }
.foot {
    background-attachment: scroll;
    background-image: url(../../images/footer_bg.jpg);
    background-repeat: no-repeat;   background-position: left top;
    margin: 0px;                    position: relative;
}
.contentbox {   margin-left: 1px;   margin-right:1px;   border:1px solid gray;  }
.content    {   margin: 10px 0 0 0;    padding: 0px;   position: relative;  }

#blind_div  {   margin: 0px;    padding: 0px;    position: absolute;    }
#test_div   {   margin: 0px;    padding: 0px;    float: left;    }

.copyright  {
    font-family: Verdana, Arial, sans-serif;
    font-size: 80%;    color: #FFFF99;    text-align: center;
}

#load       {   background-color: #528CE0;  width: 0px; height: 10px;   }
/*
ul.navigation {  margin:0px;    padding:0px;    position: relative;  left: 12px;   top: -13px; }    */

/*////    Tabellen       /////////////////*/

.mytable {
    /*border-collapse: collapse;    /* ohne Gitter */
    box-shadow: 0 0 0 1px #4c3000; /* this draws the table border  */
    background-color: #CCCCCC;
    font-family: "Arial Narrow", Lucida, Tahoma, Verdana, sans-serif;
    width: 100%;
    font-size: 95%;    color: #000000;    
    border: 1px solid #CCCCCC;  /* Rahmen um Table */
    
    /*border-radius: 5px;       border-spacing:10px;*/
}
.mytable td         {   padding: 3px 3px; }
.mytable tr:hover   {   background-color: #D4D4D4;  /* border-bottom:1px solid #008999; */  }

/*.row_0      {   background-color: #feeebd;  padding: 3px;   }*/
.row_0      {   background-color: #e0f4d7;  padding: 3px;   }
.row_1      {   background-color: #FFFFFF;  padding: 3px;   }
.row_top    {   background-color: #817865;  padding: 3px;   color: #FFFFFF; }
.row_grey   {   color: #666666;             padding: 3px;   }

.myinfotable {  font-size: 90%;             border-collapse: collapse;
                border-spacing: 4px;        border-radius: 4px;
                background-color: #ffb;     border-style: hidden;  /* hide standard table (collapsed) border */
                box-shadow: 0 0 0 1px #000000; /* this draws the table border  */ 
}
.myinfotable td { padding: 4px 4px; }

/*////////    Formulare   //////////////////////////*/
.myformtable {  border-collapse: collapse;  border-spacing: 5px;    
    border-style: hidden;  /* hide standard table (collapsed) border */
    /*border-radius: 5px;   background-color: #dfeffc;*/
    /*box-shadow: 0 0 0 1px #528CE0;*/ /* this draws the table border  */ 
}
.myformtable td { padding: 6px 6px; }
/*  Input Textfelder  */
.txtfeld_l250 {
    border: 1px solid #CCCCCC;      border-radius: 3px 3px 3px 3px;
    color: #333333;                 font-size: 13px;
    padding: 5px 0 6px 4px;         width: 250px;
}
.txtfeld_l200 {
    border: 1px solid #CCCCCC;      border-radius: 3px 3px 3px 3px;
    color: #333333;                 font-size: 13px;
    padding: 5px 0 6px 4px;         width: 200px;
}
.txtfeld_l150 {
    border: 1px solid #CCCCCC;      border-radius: 3px 3px 3px 3px;
    color: #333333;                 font-size: 13px;
    padding: 5px 0 6px 4px;         width: 150px;
}
.txtfeld_l100 {
    border: 1px solid #CCCCCC;      border-radius: 3px 3px 3px 3px;
    color: #333333;                 font-size: 13px;
    padding: 5px 0 6px 4px;         width: 100px;
}
.txtfeld_l50 {
    border: 1px solid #CCCCCC;      border-radius: 3px 3px 3px 3px;
    color: #333333;                 font-size: 13px;
    padding: 5px 0 6px 4px;         width: 50px;
}

.txtfeld_m250 {
    border: 1px solid #CCCCCC;      border-radius: 2px 2px 2px 2px;
    color: #333333;                 font-size: 12px;
    padding: 4px 0 4px 4px;         width: 250px;
}
.txtfeld_m200 {
    border: 1px solid #CCCCCC;      border-radius: 2px 2px 2px 2px;
    color: #333333;                 font-size: 12px;
    padding: 4px 0 4px 4px;         width: 200px;
}
.txtfeld_m150 {
    border: 1px solid #CCCCCC;      border-radius: 2px 2px 2px 2px;
    color: #333333;                 font-size: 12px;
    padding: 4px 0 4px 4px;         width: 150px;
}
.txtfeld_m100 {
    border: 1px solid #CCCCCC;      border-radius: 2px 2px 2px 2px;
    color: #333333;                 font-size: 12px;
    padding: 4px 0 4px 4px;         width: 100px;
}
.txtfeld_m50 {
    border: 1px solid #CCCCCC;      border-radius: 2px 2px 2px 2px;
    color: #333333;                 font-size: 12px;
    padding: 4px 0 4px 4px;         width: 50px;
}

.txtfeld_s250 {
    border: 1px solid #CCCCCC;      border-radius: 2px 2px 2px 2px;
    color: #333333;                 font-size: 11px;
    padding: 3px 0 3px 3px;         width: 250px;
}
.txtfeld_s200 {
    border: 1px solid #CCCCCC;      border-radius: 2px 2px 2px 2px;
    color: #333333;                 font-size: 11px;
    padding: 3px 0 3px 3px;         width: 200px;
}
.txtfeld_s150 {
    border: 1px solid #CCCCCC;      border-radius: 2px 2px 2px 2px;
    color: #333333;                 font-size: 11px;
    padding: 3px 0 3px 3px;         width: 150px;
}
.txtfeld_s100 {
    border: 1px solid #CCCCCC;      border-radius: 2px 2px 2px 2px;
    color: #333333;                 font-size: 11px;
    padding: 3px 0 3px 3px;         width: 100px;
}
.txtfeld_s50 {
    border: 1px solid #CCCCCC;      border-radius: 2px 2px 2px 2px;
    color: #333333;                 font-size: 11px;
    padding: 3px 0 3px 3px;         width: 50px;
}

input.txtfeld_l250:hover, input.txtfeldl250:focus, 
input.txtfeld_l200:hover, input.txtfeld_l200:focus,
input.txtfeld_l150:hover, input.txtfeld_l150:focus,
input.txtfeld_l100:hover, input.txtfeld_l100:focus,
input.txtfeld_l50:hover, input.txtfeld_l50:focus,
input.txtfeld_m250:hover, input.txtfeldm250:focus, 
input.txtfeld_m200:hover, input.txtfeld_m200:focus,
input.txtfeld_m150:hover, input.txtfeld_m150:focus,
input.txtfeld_m100:hover, input.txtfeld_m100:focus,
input.txtfeld_m50:hover, input.txtfeld_m50:focus,
input.txtfeld_s250:hover, input.txtfelds250:focus, 
input.txtfeld_s200:hover, input.txtfeld_s200:focus,
input.txtfeld_s150:hover, input.txtfeld_s150:focus,
input.txtfeld_s100:hover, input.txtfeld_s100:focus,
input.txtfeld_s50:hover, input.txtfeld_s50:focus {
    border-color: #915608;
    box-shadow: 0 0 4px #915608;
    /* box-shadow: 0 0 4px #f7a50d; */
}

/*////////  Schrift-Farben    ///////////////////*/
.green      {   color: green;   font-weight: bold;  }
.blue       {   color: blue;    }
.red        {   color: red;     }

/* Pagination */
.pagination {
    clear: both;
    padding-bottom: 10px;           padding-top: 10px;
}
.pagination a {
    border: 1px solid #D5D5D5;      color: #666666;
    font-size: 11px;                font-weight: bold;
    height: 25px;                   padding: 4px 8px;
    text-decoration: none;          margin:2px;
}
.pagination a:hover, .pagination a:active {
    background:#efefef;
}
.pagination span.current {
    background-color: #CCCCCC;      border: 1px solid #D5D5D5;
    font-size: 11px;                font-weight: bold;
    color: #817865;                text-decoration: none;
    height: 25px;                   padding: 4px 8px;
    margin:2px;
}
.pagination span.disabled {
    border: 1px solid #DDDDDD;      color: #BBBBBB;
    margin: 2px;                    padding: 2px 5px;
}

/*  Validation  */
label { width: 20em; float: left; }
label.error {
    color: red;             float: none;    
    padding-left: .5em;     vertical-align: top;
}
