/* 
    Document   : cmsadmin
    Created on : 02.02.2012, 13:58:58
    Author     : halil
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
     margin: 1px 1px 1px 1px;
     background-color: #F2F2F2;
     font-size: 12px; font-family: Verdana, Arial, Geneva;
}
table, tr, td, select {
     font-size: 12px; font-family: Verdana, Arial, Geneva;
}
.titel { font-size:16px; font-family: Verdana, Arial, Geneva; color:#000000; border-bottom: 1px dashed #A4A4A4; color: #2F4F4F; }

.cBox  {width: 30px; height: 30px; }
  
a { text-decoration: none; color: #336699; }
a:hover {text-decoration:none; color:#000000; background: none; }

.uline {border-bottom: 1px dashed #707070;}
.line tr:hover{ background-color: #E0F2F7; }
.klein  {font-size:10px; }

.kontakt { font-size:14px;
          font-family: Arial, Verdana, Geneva; }

.artikelEditTitel {
    width:500px; height:24px; border: 1px solid #000000; background-color: #D9E5E5;
}

.artikelEditText {
    width:664px; height:400px; border: 1px solid #000000; background-color: #ffffff;
}

#artikelViewTitel {
    width: 500px; height: 40px; overflow: auto; padding: 2px; background: #ffffff; border: 1px dashed #000000; text-align: left;
}
#artikelViewText {
    width: 664px; height: 400px; overflow: auto; padding: 6px; background: #ffffff; border: 1px dashed #000000;
}

.mytbl { width: 100%; }
.mytbl td { border: 1px solid #ccc; background-color: #F2F2F2;  }
.mytbl td:hover { background-color: #E0F2F7; }
