/* 
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/


/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */    

  h1, h2, h3, h4, h5, h6{
    font-weight:normal;
    margin:0;
    line-height: 1em;
    }  
  h1{font-size:1.3em;font-weight: bold;margin: 25px 0 25px 0;color:#223B82;line-height: 1em;}  
  h2{font-size:1.2em;margin-bottom:2.5em;color:#616161;font-weight: bold;}  
  h2.toggle{margin-bottom:1.5em;font-size:1.1em;text-decoration: underline;}
  h2.toggle span {font-weight: normal;}
  h3{font-size:1.1em;margin-bottom:.5142em;padding-top:.3em;font-weight:bold;}
  h4{font-size:1em;margin-bottom:.6em;font-weight:bold;}
  h5,h6{font-size:1em;margin-bottom:.5em;font-weight:bold;}
  
  p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;}
  ul, ol, dl{padding:0;}
  ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
  li{margin:0 0 0 2em;padding:0;display:list-item;list-style-position:outside;}
  blockquote, dd{padding:0 0 0 2em;}
  pre, code, samp, kbd, var{font:100% mono-space,monospace;}
  pre{overflow:auto;}
  abbr, acronym{
    text-transform:uppercase;
    border-bottom:1px dotted #000;
    letter-spacing:1px;
    }
  abbr[title], acronym[title]{cursor:help;}
  .small{font-size:.85em;line-height: 1.2em;}
  sup, sub{font-size:.8em;}
  em, cite, q{font-style:italic;}
  img{border:none;}      
  hr{display:none;}  
  table{width:100%;border-collapse:collapse;}
  th,caption{text-align:left;}
  form div{margin:.5em 0;clear:both;}
  label{display:block;}
  fieldset{margin:0;padding:0;border:none;}
  legend{font-weight:bold;}
  input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */  

/* common */    
  
  .left, .links {float:left;margin-right:1em;}
  .right, .rechts {float:right;margin-left:1em;}
  .center{text-align:center;}
  
  .clear{clear:both;}
  .first{margin-left:0 !important;}
  .last{margin-right:0 !important;}
  .top{margin-top:0 !important;}
  .bottom{margin-bottom:0 !important;}  
  .hidden, .print{display:none;}
  .graphic{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
    }

/* // common */      

/* base */
  
  body, table, input, textarea, select, li, button{
    font:1em Arial, Helvetica,Geneva, sans-serif;
    line-height:1.5em;
    color:#616161;
    }    
  body{
    font-size:13px;
    background: #15244F  url(/_admin/images/bg-body.jpg) repeat-x;
    margin:0;
    padding:0;
    text-align:center;
    }  
  a, a:visited{
    text-decoration:none;
    color:#003C7C;
    }
  a:hover{color:#999;}
  ins{text-decoration:none;color:#900;font-style:italic;}
  code{color:#555;}
  pre{
    margin-left:2em;
    padding-left:2em;
    border-left:1px solid #ccc;
    }
  blockquote{
    margin-left:2em;
    border-left:1px solid #ccc;
    font-style:italic;
    }  
  dt{font-weight:bold;}
  th, td{padding:.5em 1em;line-height:1.5em;}    
  th{background:#eee;}
  td{border-bottom:1px solid #eee;}
  caption{font-style:italic;color:#777;margin:.5em 0;}  
  fieldset{
    border:1px solid #ccc;
    padding:1em 2em;
    margin:0 0 1.5em 0;
    }
  legend{padding:2px 5px;}  
  form div.col{clear:none;}form div.first{clear:both;}
  form div{overflow:hidden;}
  
  input[type="text"], input[type="password"], textarea, .field, .area, select{
    border:1px solid #aaa;
    padding:5px;
    background:#fff;
    width:300px;
    line-height:1em;
    margin:0;
    }
  select{width:312px;}
  textarea, .area{overflow:auto; height:150px; width:400px;}
  input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
  .submit{}
  button{
    border:none;
    background:#555;
    color:#fff;
    padding:0 2.5em;
    height:2em;
    line-height:2em;
    cursor:pointer;
    }
    
  .note, .success, .error{display:block;}
  .error{color:#900;}
  .success{color:#060;}
  .note{font-weight:bold;}
  .notvalid{border:1px solid #900 !important;}
  
  .pullquote{
    width:20%;
    float:left;
    margin-right:2em;
    padding-right:2em;
    border-right:1px solid #ccc;
    text-align:right;
    font-size:1.1em;
    font-style:italic;
    color:#777;
    margin-bottom:.5em;
    }
  .boxout{
    width:20%;
    float:right;
    margin-left:2em;
    padding:1em 2em;
    border:1px solid #ccc;
    margin-bottom:.5em;
    }
  #easy_tooltip{
    border:1px solid #e1e1e1;
    padding:2px 10px;
    background:#f5f5f5;
    }


/* base */

/* layout */
  #container{  
    margin:30px auto;
    width:940px;
    text-align:left;
    position:relative;
    }
  .inner{
    position:relative;
    }
  #header {
    position:relative;
    height: 194px;
    margin-bottom: 15px;
    }     
  .content{
    clear:both;
    background: #fff;
    }

  .main, .secondary {
    float:left;
    display:inline;
    }
  .main{width:620px;}
  .main-inner{padding: 0 40px 40px 40px;}
  .secondary{width:232px;}
  #footer{
    position:relative;
    clear:both;
    background: url(/_admin/images/footer_fs.png) no-repeat top left;
    height: 62px;
    font-size: .9em;
    padding: 5px 0;
    margin-top: 15px;
    }  
  
/* // layout */

/* navigation */
    #nav {
      margin:16px 0 0 0;
      padding:0;
  list-style:none;
  
      }
#nav li{
      margin:0;
      padding:0;
      list-style:none;
       font-weight: bold;
      }
      #nav li {
      line-height:30px;
                        width: 194px;
  margin: 0 0 10px 18px;
      
      }

    #nav li a{
                        display: block;
                         height:100%;
                        background: url( /_admin/images/bg-navbuttons-trans.png) no-repeat 0px 0px;
                        padding-left: 15px;
                        color: #003C7C;
                        text-decoration: none;
      }
    #nav li a:hover{
                          color: #fff;
                        background: url( /_admin/images/bg-navbuttons-trans.png) no-repeat 0px -31px;
      }
    #nav li a.current{
                          color: #fff;
                        background: url( /_admin/images/bg-navbuttons-trans.png) no-repeat 0px -31px;
      }

      
    .vfll {
                        margin: 2em 0 2em 19px;
      }

    
/* //navigation */


/* header */

  #header h1{
    float: left;
    margin: 40px 0 0 0;
    width: 247px;
    height:115px;
    background: url(/_admin/images/logo_trans.png) no-repeat top left;
    text-indent: -999em;
    }
  #header h1 a{  
           display: block;
           height:51px;
    }  

  .bg-01 {
    background: url(/_admin/images/header/header_fs_start.jpg) no-repeat top left;
    } 
  .bg-02 {
    background: url(/_admin/images/header/header_fs_LfA.jpg) no-repeat top left;
    } 
  .bg-03 {
    background: url(/_admin/images/header/header_fs_LfV.jpg) no-repeat top left;
    } 
  .bg-04 {
    background: url(/_admin/images/header/header_fs_LfU.jpg) no-repeat top left;
    } 
  .bg-05 {
    background: url(/_admin/images/header/header_fs_korrektorat.jpg) no-repeat top left;
    } 
  .bg-06 {
    background: url(/_admin/images/header/header_fs_profil.jpg) no-repeat top left;
    } 
  .bg-07 {
    background: url(/_admin/images/header/header_fs_kontakt.jpg) no-repeat top left;
    } 
  .bg-08 {
    background: url(/_admin/images/header/header_fs_literalupe.jpg) no-repeat top left;
    } 

/* // header */
 
/* content */

  .bg-nav-01 {
    background: #fff url(/_admin/images/navi/nav-start.png) repeat-y top left;
    }
  .bg-nav-02 {
    background: #fff url(/_admin/images/navi/nav-autoren.png) repeat-y top left;
    }
  .bg-nav-03 {
    background: #fff url(/_admin/images/navi/nav-verlage.png) repeat-y top left;
    }
  .bg-nav-04 {
    background: #fff url(/_admin/images/navi/nav-unternehmen.png) repeat-y top left;
    }
  .bg-nav-05 {
    background: #fff url(/_admin/images/navi/nav-korrektorat.png) repeat-y top left;
    }
  .bg-nav-06 {
    background: #fff url(/_admin/images/navi/nav-profil.png) repeat-y top left;
    }
  .bg-nav-07 {
    background: #fff url(/_admin/images/navi/nav-kontakt.png) repeat-y top left;
    }
  .bg-nav-08 {
    background: #fff url(/_admin/images/navi/nav-literalupe.png) repeat-y top left;
    }

  .content a, .content a:visited{
    text-decoration:underline;
    }
  .main-inner ul {
                margin: .5em 0 1em 0;
    }
  .main-inner li {

                margin-left: 15px;
      }
.bild-start{

                margin: 1.5em 0 2em 0;
      }  
/* // content */


/* footer */
  
  #footer a, #footer a:visited{
    text-decoration:none;
                color: #737373;
    }
  #footer a:hover{
    text-decoration:underline;
    color: #737373;
    }
    .footer-col1, .footer-col2, .footer-col3, .footer-col4{float:left;display:inline;line-height: 130%;}
    .footer-col1{width:164px;margin-left: 260px;}
    .footer-col2{width:184px;}
    .footer-col3{width:184px;}
    .footer-col3 p{margin: 0 0 5px 0;}
  
/* // footer */

/* clearfix */

  .inner:after, .content:after, .cols:after, .fixed:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
    }
  .clear, .inner, .content, .cols, .fixed {display:block;min-height:1%;}
  * html .clear, * html .inner, * html .content, * html .cols, * html .fixed{height:1%;}

/* // clearfix */



/* Links 
--------------------------------------------------------------------------------------- */
a.link-extern {
  background: url(/_admin/images/externer_link.png) no-repeat top left;
        margin: 0;
        padding: 0 0 0 20px;
        font-weight: bold;
}
a.link-zurueck {
  background: url(/_admin/images/icon-zurueck.png) no-repeat 0px center;
  padding: 0 0 0 20px;
}
a.link-top {
  background: url(/_admin/images/icon-link-top.png) no-repeat 0px center;
  padding: 0 0 0 25px;

}
a.link-print {
  background: url(/_admin/images/icon-link-print.png) no-repeat 0px center;
  padding: 3px 0 3px 25px;
}
a.link-neuesfenster {
  background: url(/_admin/images/icon-link-ext.png  ) no-repeat 0px center;
  padding: 0 0 0 20px;
}
a.link-pdf {
  background: url(/_admin/images/icon-pdf.png) no-repeat 0px center;
        padding: 5px 0 5px 20px;
}
a.link-word {
  background: url(/_admin/images/icon-word.png) no-repeat 0px center;
  padding: 5px 0 5px 20px;
}

.link-literalupe {
    margin: 25px 0 0 19px;
}
.link-vfll {
    margin: 25px 0 0 19px;
}
.link-texttreff {
    margin: 0 0 0 19px;
}

/* LV Literalupe
--------------------------------------------------------------------------------------- */


#literalupe {
    list-style:none;
    margin-top: 3em;
}
#literalupe li {
    list-style:none;
    margin: .8em 0;
}
#literalupe li h2 {
    font-size: 1em;
  margin: 0;
  line-height: 130%;
}
