/* blueprint redefinitionen */

/* blueprint redefinitionen: text-align uerberschreibt blueprint fix fuer IE centered layouts */
/* blueprint redefinitionen: falls line-height 1.3 gendert wird auch defs fuer mehrspaltig anpassen */

/* blueprint redefinitionen: textarea breite fuer extension tmail form */

textarea.tmailform  {
   height: 80px; 
   width: 285px;
}

table.tmailformtable  {
   margin-top: 20px; 
}

.tmailform_rowdark  {
   background: #E9E9E9; 
}

.tmailform_rowlight  {
   background: #F9F9F9; 
}

.labelbold  {
   font-weight: 700; 
}


body {
    background: #EFEFEF;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.7em;
    letter-spacing: 0.03em;
    line-height: 1.3em;
    margin: 0;
    text-align: left;
}

.container {
   background: #FFFFFF;
   border: 0px solid orange;
   margin: 0 0 0 0; 
   width:960px;
}

.container_frontpage {
   background: transparent url("/fileadmin/img/backgrounds/agris_start_middle.jpg") left top repeat-x;
   border: 0px solid blue;
   margin: 0 0 0 0; 
   width:960px;
   height:730px;
}

/* Typo3 redefinitionen: */
/* Typo3 redefinitionen: ueber bodytext ist der abstand des textes zu spaltentrennern manipulierbar */

.bodytext {
    margin: 0 4px 0 1px;
    padding: 0 10px 18px 0;
    text-align: left;
}

/* Typo3 redefinitionen: listen */

ul  {
    list-style-type: circle;
}

/* Typo3 redefinitionen: pdf icon fuer download bereiche */

.csc-uploads-description  {
    padding: 0 0 0 22px; 
    background: transparent url("/fileadmin/img/icons/pdf_icon.gif") left top no-repeat;
}

/* Typo3 redefinitionen: link style download bereiche */

.csc-uploads a {
    color: #000000;
    text-decoration: underline;
}

.csc-uploads a:hover {
    color: #000000;
    text-decoration: underline;
}

/* Typo3 redefinitionen: link style im bodytext */

a {
    color: #884411;
    text-decoration: none;
}

a:active {
    color: #884411;
    text-decoration: none;
}

a:visited {
    color: #777777;
    text-decoration: none;
}

a:hover {
    color: #CC8617;
    text-decoration: none;
}

/* Typo3 redefinitionen: link style in h1 */

h1 a {
    color: #A1001C;
    text-decoration: underline;
}

h1 a:hover {
    color: #A1001C;
    text-decoration: underline;
}

p  {
     margin: 0;
     padding: 0;
}


/* Typo3 redefinitionen: Formatiert csc-textsubheader wie h2 */

p.csc-textsubheader  {
     color: #000000;
     font-size: 100%;
}

/* Typo3 redefinitionen: Formatiert csc-textpicsubheader wie h2 */

p.csc-textpicsubheader  {
     color: #000000;
     font-size: 100%;
}

/* Typo3 redefinitionen: Absatztrenner wird oberhalb von Headlines eingefuegt (nicht in first-header) */

.dreispaltig_mitte .csc-firstHeader {
      border-top: 0px solid #A26B11;
      padding-top: 0px;
      line-height:16px;
}

/* Typo3 redefinitionen: Standard mailform */


.csc-mailform {
       border-top: none;
       border-right: 1px solid #CCCCCC;
       border-bottom: 1px solid #CCCCCC;
       border-left: 1px solid #CCCCCC;
       color: #333333;
       margin: 10px 10px 20px 0;
       padding: 0 0 10px 0;
}

.csc-mailform-field {
       border: 0px solid green;
       margin: 0;
}

.csc-mailform-field label {
       border: 0px solid orange;
       color: #333333;
       display: block;
       font-weight: normal;
       font-size: 95%;
       margin-right: 0;
       margin-bottom: 1px;
       padding-left: 10px;
}

.csc-mailform-field input {
       border: 1px solid #BE7D19;
       color: #333333;
       font-size: 95%;
       margin-right: 10px;
       margin-bottom: 8px;
       margin-left: 10px;
}

.csc-mailform-field .csc-mailform-submit {
       border: 1px solid #999999;
       color: #333333;
       font-size: 100%;
       margin-right: 10px;
       margin-top: 10px;
}

.csc-mailform-label {
       background: transparent url("/fileadmin/img/backgrounds/background_form_toplabels.gif") left top repeat-x;
       border-top: 1px solid #CCCCCC;
       color: #444444;
       display: block;
       font-weight: bold;
       margin-right: 0px;
       margin-top: 0px;
       margin-bottom: 5px;
       padding-top: 5px;
       padding-bottom: 5px;
       padding-left: 10px;
}

/* Typo3/Blueprint redefinitionen: Standard tables */

.contenttable {
       margin-top: 7px;
       width: 98%;
       font-size: 95%;
}

.contenttable td {
       border-right: 1px solid #CCCCCC;
       border-top: 1px solid #CCCCCC;
}

.contenttable th {
       background: transparent url("/fileadmin/img/backgrounds/background_form_toplabels.gif") left top repeat-x;
       border-right: 1px solid #CCCCCC;
       border-top: 1px solid #CCCCCC;
}

/* blueprint redefinitionen: headlines */

h1 {
     color: #2F722B;
     font-size: 100%;
     font-weight: 700;
}

h2 {
     color: #311F1F;
     font-size: 100%;
}

/* blueprint redefinitionen: fix fuer zu geringe margin-left bei ordered lists */

ol {
   border: 0px solid orange;
   margin-left: 2.0em; 
}

/* Typographie: divider dient als Ersatz fuer littleblackdot - Nutzt content element divider  */

.txtimportant {
    color: #CC0000;
    border-left: 1px dotted #CC0000;
}

.divider {
    font-size: 0.7em;
    margin: 0;
    padding: 0;
}

p img {
   float: left;
   margin: 0.3em 1.5em 0 0;
   padding: 0;
}

/* Claim top */

#claim_top {
    background: transparent;
    border: 0px solid green;
    height: 73px;
    padding-top: 7px;
    color: #B2D523;
    font-weight: normal;
    text-align: right;
}

/* sprachselektor top */

#sprachselektor_top {
    background: transparent;
    border: 0px solid green;
    height: 73px;
    padding-top: 0px;

    text-align: right;
}

#sprachselektor_top a   {
    border: 0px solid #000000;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
 }

#sprachselektor_top img   {
    margin: 9px 7px 0 0;
 }
 
 /* special frontpage */

#frontpage {
    background: transparent;
    border: 0px solid green;
    margin: 0 0 0 0;   
    padding: 0 0 0 0;   
    width: 960px;
}

 /* headerlogo */

#headerlogo {
    background: transparent url("/fileadmin/img/backgrounds/agris_start_header_top_10.jpg") left top no-repeat;
    border: 0px solid green;
    height: 87px;
    margin: 0 0 0 0;   
    padding: 0 0 0 0;   
    width: 960px;
}

 /* header bottom part */
 
#headerbottom {
    background: transparent url("/fileadmin/img/backgrounds/agris_start_header_bottom.jpg") left top no-repeat;
    border: 0px solid green;
    height: 189px;
    margin: 0 0 0 0;   
    padding: 0 0 0 0;   
    width: 960px;
}

/* navigation bottom */

#navigation_bottom {
    background: transparent url("/fileadmin/img/backgrounds/agris_footer_backgr.jpg") left top no-repeat;
    font-size: 95%;
    height: 19px;
    letter-spacing: 0.03em;
    margin: 0 0 0 0;
    padding: 3px 0 0 0;
    text-align: center;
    width: 960px;
}

/* navigation bottom - nach dem letzen eintrag keine border rechts. deshalb style-anweisung im template 0px solid */

#navigation_bottom a   {
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 6px 0 6px;
    text-decoration: none;
}
/* navigation main container */

#navigation_main_container   {
        border: 0px solid orange;
        background: transparent url("/fileadmin/img/backgrounds/background_nav.jpg") left center no-repeat;
        height: 36px;
        padding: 0px;
        margin: 0px;
        font-size: 95%;
        width: 960px;
}

#navigation_main_container li   {
      background: url("/fileadmin/img/helpers/dummy.gif") no-repeat right top;

 }

#navigation_main_container ul ul li   {
      background: #A1001C;

 }

#navigation_main_container ul li a   {
    background: url("/fileadmin/img/helpers/dummy.gif") no-repeat left top;
}

#navigation_main_container ul ul li a   {
    background: transparent;
}

/* navigation main first level */

ul.menu, ul.menu ul {
        padding: 0px;
        margin: 6px 0 0 8px;
        list-style-type: none;
        color: #FFFFFF;
}

ul.menu a {
     display: block;
    padding: 2px 12px 4px 12px;
    font-weight:normal;
}

ul.menu .menu-seperator {
    display: block;
    padding: 0px 0px 0px 0px;
    font-weight:normal;
    color: #FFFFFF;
}

ul.menu ul a {
    padding: 0 0 0 0;
    color: #FFFFFF;
}

ul.menu li {
    padding:0;
    margin:0;
    background-image: none;
    float:left;
}

ul.menu ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: absolute;
    background-color: blue;
    display: none;
    min-width:180px;
}
/* navigation main second level */

/* Dies sind die Klassenstile fr das Untermen wenn sich die Maus */
/* ber der Liste  befindet (.hover siehe JavaScript oben) */

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    background-color: white;
    display: block;
}

ul.menu ul li {
    background-color: #045D2E;
    border-bottom: 1px solid #CCCCCC;
    border-left: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
    font-size: 95%;
    float:none;
    margin:0;
    padding: 1px 0 2px 11px;
}

/* link styles main navigation */

#navigation_main_container a:link {
        color: #FFFFFF; 
        text-decoration: none;
}

#navigation_main_container a:visited {
        color: #FFFFFF;  
        text-decoration: none;
}

#navigation_main_container a:active {
        color: #FFD4A0; 
        text-decoration: none;
}

#navigation_main_container a:hover {
        color: #FFD4A0; 
        text-decoration: none;
}

/* link styles main navigation - definition speziell fuer typo3 klasse active */

#navigation_main_container a.active {
        color: #FFD4A0; 
        text-decoration: none;
}

/* pfadnavigation */

.path_navigation    {
    background: transparent;
    margin: 2px 0 2px 0px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    font-size: 90%;
}

.path_navigation a  {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    font-size: 90%;
}

.path_navigation a:hover  {
    color: #000000;
    text-decoration: underline;
}

/* varianten mit verschiedenen anzahlen von spalten */
/* zu beachten fr basic grid: margin und padding immer vielfache von 1.3 */
/* 3 spalten ungleicher breite */

.dreispaltig_links    {
    padding-top: 1.0em;
    background: transparent url("/fileadmin/img/backgrounds/agris_light_gray_left.gif") left top no-repeat;
    min-height: 300px;
}

.dreispaltig_links h1  {
    color: #696969;
}

.dreispaltig_links_wrap  {
    padding: 0 7px 0 7px;
}

.dreispaltig_mitte    {
    background: transparent url("/fileadmin/img/backgrounds/spaltentrenner.jpg") right top no-repeat;
    padding-top: 1.0em;
}

.dreispaltig_mitte_wrap  {
    padding: 0 5px 0 0;
}

.dreispaltig_rechts    {
    margin-top: 0;
    padding-top: 1.0em;
}

.dreispaltig_rechts h1  {
    color: #696969;
}

.dreispaltig_rechts_wrap  {
    padding: 0;
}


/* 3 spalten gleicher breite */

.dreispaltig_equal_links    {
    margin-top: 5.2em;
    padding-top: 2.6em;
}

.dreispaltig_equal_mitte    {
    margin-top: 5.2em;
}

.dreispaltig_equal_rechts    {
    margin-top: 5.2em;
}

/* 2 Spalten */

.zweispaltig_links    {
    margin-top: 5.2em;
    padding-top: 2.6em;
}

.zweispaltig_mitterechts    {
    margin-top: 5.2em;
}

/* 4 spalten ungleicher breite */

.vierspaltig_links    {
    height: 433px;
    padding-top: 1.0em;
}

.vierspaltig_mitte    {
    padding-top: 1.0em;
}

.vierspaltig_rechts    {
    padding-top: 1.0em;
}

.vierspaltig_rechts_aussen    {
    padding-top: 1.0em;
}

/* Bannerbereich */

#bannerrighttop    {
    padding-bottom: 1.0em;
}

#bannerrightbottom    {
    padding-bottom: 1.0em;  
}

/* navigation main IE-Hack fr die Breite */
*html ul.menu ul {
    width: 180px;
}

/* Bannerspace right Skyscraper added 110125 de */

#bannerspace_skyscraper {
    position: absolute;
    left: 970px;
    top: 0;
}

/* Bannerspace right Skyscraper display de */

#bannerspace_skyscraper_display {
    display: none;
}

/* Bannerspace right Skyscraper added 110125 en */

#bannerspace_skyscraper_en {
    position: absolute;
    left: 970px;
    top: 0;
}

/* Bannerspace right Skyscraper display en */

#bannerspace_skyscraper_display_en {
    display: none;
}

