/*------------------------------------------------------------------------------------------------------------------
  CSS 
   print
   2009, Christian Heil
   vogelstimmen.de
------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------
   basic html elements
------------------------------------------------------------------------------------------------------------------*/
body {
   font-family:"Times New Roman",Times,serif;
   font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
   font-family: arial,helvetica,sans-serif;
}
h1 {
   font-size: 1em;
}
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;
   border: 0;
}
.cleaner {
   clear: both;
   margin: 0;
}
hr {
   display: none;
}
#header, #search, #navigation, #status_site, #media_mode_chooser, #page_functions, #inhaltsbereich_2, #footer {
   display: none;
}
.hidden, .anker, .switch_view, .tell_a_friend {
   display: none;
}
#inhaltsbereich_1 {
   margin: 0;
}
.page_description {
   margin-bottom: 2em;
}
.link_list h2 {
   margin-top: 3em;
}
.ad {
   display: none;
}
img {
  display: none;
  border: 0;
}
fieldset div.field a img {
   display: none;
}
#inhaltsbereich_0 {
   display: none;
}
#header_teaserleft {
   text-align: left;
   font-weight: bold;
   font-size: 1.2em;
   line-height: 1.75em;
}
#header_teaserright {
   text-align: left;
   font-weight: bold;
   font-size: 1.2em;
   line-height: 1.75em;
}
#header_news {
   text-align: left;
   font-weight: bold;
   font-size: 1.2em;
   line-height: 1.75em; 
}   