/*

This is the print css stylesheet for www.greenpeace.de.
Author:     Roman Mora, Greenpeace e.V.
Created:    05.03.2005
Modified:   07.06.2006
Modified a21:   21.09.2007

*/






/*##########################
    basic html elements
###########################*/

body {
    font-family:"Times New Roman",Times,serif;
    font-size: 1em;
    }

h1,h2,h3,h4,h5,h6 {
    font-family: arial,helvetica,sans-serif;
    }

h1 {
    font-size: 1.6em;
    }

h2 {
    font-size: 1.4em;
    }

h3 {
    font-size: 1.2em;
    }
/*
h3.hidden {
    display: block;
    }
*/    
h4 {
    font-size: 1em;
    }
    
h5 {
    font-size: 1em;
    font-style: oblique;
    }

h6 {
    font-size: 0.9em;
    font-style: oblique;
    }

p {
    line-height: 1.3em;
    orphans: 3;
    widows: 3;
    }

em {
    font-style: oblique;
    }

a {
    text-decoration: none;
     color: black;
    }

noscript {
    display: none;
    }

/*###################
    misc. classes 
###################*/

.cleaner {                              /* used a class, because we might need to have several clearings on one page */
    clear: both;
    margin: 0;
    }


hr {
    display: none;
    }

#header, #search, #navigation, #bread_crumb_trail, #media_mode_chooser, #media_mode_chooser_bottom, #page_functions, #content_slot_02, #footer {
    display: none;
    }

.hidden, .anker, .switch_view, .tell_a_friend {
    display: none;
    }

#content_slot_01 {
    margin: 0;
    }

.page_description {
     margin-bottom: 2em;
}


/*
#content_slot_01 .link_list {
    display: none;
    }
*/


/*
.related {
    display: none;
    }
*/

/*---------------------------------
    .category_small_teaser_mode
---------------------------------*/

.category_small_teaser_mode {
    orphans: 3;
    widows: 3;
    }

.category_small_teaser_mode img {
    float: left;
    margin: 0 0.5em 0.5em 0;
    }



/*----------------
    .link_list
----------------*/

.link_list h2 {
    margin-top: 3em;
    }



/*------------------------------
    .article_big_teaser_mode
------------------------------*/

.article_big_teaser_mode {
    }

.article_big_teaser_mode img {
    float: left;
    margin: 0 0.5em 0.5em 0;
    }

.article_big_teaser_mode h3 {
    margin-bottom: 0;
    }

.article_big_teaser_mode .details {
    margin: 0.5em 0 0.5em 0;
    }

.article_big_teaser_mode .hidden {
    display: inline;
    }



/*-------------------------------
    article_small_teaser_mode
-------------------------------*/

.article_small_teaser_mode {
    }

.article_small_teaser_mode img {
    float: left;
    margin: 0 0.5em 0.5em 0;
    }

.article_small_teaser_mode h3 {
    margin-bottom: 0;
    }

.article_small_teaser_mode .details {
    margin: 0.5em 0 0.5em 0;
    }

.article_small_teaser_mode .hidden {
    display: inline;
    }





/*---------------------------------
    .article_list_headline_mode
---------------------------------*/

.article_list_headline_mode .hidden {
    display: inline;
    }




/*---------------------------------
    .article_list_abc_mode
---------------------------------*/

.article_list_abc_mode .hidden {
    display: inline;
    }





/*-----------------------------------
    publication_small_teaser_mode
-----------------------------------*/

.publication_small_teaser_mode {
    }

.publication_small_teaser_mode img {
    float: left;
    margin: 0 0.5em 0.5em 0;
    }

.publication_small_teaser_mode h3 {
    margin-bottom: 0.5em;
    }

.publication_small_teaser_mode .details {
    margin-bottom: 0.5em;
    }

.publication_small_teaser_mode .details .hidden {
    display: inline;
    }


/*------------------------------------
    publication_list_headline_mode
------------------------------------*/

.publication_list_headline_mode .hidden {
    display: inline;
    }




/*--------------------------------
    publication_list_abc_mode
--------------------------------*/

.publication_list_abc_mode .hidden{
    display: inline;
    }

.index_chooser li {
    display: none;
    }

.index_chooser li strong {
    display: block;
    }




/*---------------------------------
    .related_link_list
---------------------------------*/

.related_link_list {

    }

.archive_chooser {
    display: none;
    }



/*-------------------------------
    .article_full_view_mode
-------------------------------*/

.article_full_view_mode h3.hidden {
    display: none;
    }

#article_details .hidden {
    display: inline;
    }

#article_details address {
    display: inline;
    }



.article_full_view_mode .teaser {
    clear: right;
    font-weight: bold;
    }

.image_float_left {
    float: left;
    width: 322px;
    margin: 0 0.5em 1em 0;
    }
 
.image_float_left ul {
    margin: 0;
    padding: 0;
    } 

.image_float_left ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    } 

.image_float_left ul li a {
    display: none;
    }
   
.image_float_right {
    float: right;
    width: 322px;
    margin: 0 0 1em 0.5em;
    }

.image_float_right ul {
    margin: 0;
    padding: 0;
    } 

.image_float_right ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    } 

.image_float_right ul li a {
    display: none;
    }




/*#######################
    page_functions
#######################*/

#page_functions {
    display: none;
    }






.menu h3.hidden {
    display: none;
    }



/*############
    forms
############*/
	
#content_slot_01 form fieldset div.hidden_field {
    display: none;
    }		

