/****************************************************************/
/*       Design:   Klimaplattforn der GFZ Podsdamm              */
/*       File:     Printing     	                            */
/*--------------------------------------------------------------*/
/*       Design:   DesignRing.de                                */
/*       Date:     June, 2008                                   */
/****************************************************************/

*{}
 body {font-size:62.5%; background-color:rgb(255,255,255); font-family:"trebuchet ms", arial, sans-serif;
} /*Font-size: 1.0em = 10px wenn der browser per default auf 16px eingestellt*/

/* Fuer die Druckausgabe ueberfluessiges abschalten */
.nav0, .nav1, .nav2, .main-navigation, .typo3-adminPanel, .frontEndEditIcons {display: none;
}

/* Sitelogo einschalten */
.sitelogo {width:460px; height:80px; position:absolute; background: url(../img/bg_head_top_logo2.jpg) no-repeat;
}

.header-breadcrumbs { padding-bottom: 28px;font-family:verdana,arial,sans-serif; padding-top: 88px;
}

.header-breadcrumbs ul {float:left; padding: 0;
}

.header-breadcrumbs ul li {display:inline; font-weight:bold; color:rgb(125,125,125); content: "->";
}

.header-breadcrumbs ul li a {
	padding-right: 10px;
}

.main-content {display:inline; /*Fix IE floating margin bug*/; float:left; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

/* Geeignete Eigenschaften fuer die Druckausgabe setzen */

.main-content p {margin:0 0 1.0em 0; line-height:1.5em; font-size:120%;font-family: "trebuchet ms", arial, sans-serif; color:rgb(100,100,100);
}

.csc-header h1 {margin:0 0 0.4em 0; padding:0 0 2px 0; border-bottom: 4px solid rgb(225,225,225); font-family: "trebuchet ms", arial, sans-serif; color:rgb(100,100,100); font-weight:bold; font-size:220%;}

.csc-header h2 {clear:both; margin:1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(80,80,80); font-weight:normal; font-size:210%;}

.csc-header h3 {clear:both; margin:1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(80,80,80); font-weight:normal; font-size:170%;}

.csc-header h4 {margin:1.5em 0 1.0em 0; color: white; font-family:"trebuchet ms",arial,sans-serif; font-weight:normal; font-size:170%;}

.csc-header h5 {clear:both; margin:1.0em 0 0em 0; padding:2px 0 2px 2px; background:rgb(190,190,190); font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:220%;}

.footer {clear:both; background: #fff no-repeat; color:rgb(100,100,100); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/; padding: 3.0em 0 1.0em; text-align: center;
text-decoration:underline;}



code {
  font-size: .76em; /* Code wird sonst viel zu gross gerendert */
  font-family: Monaco, monospace;
  color: #333;
  background: transparent;
}

a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}

a img {
	border: none;}


/* Diese Regel fuegt in CSS2-Browsern die Link-Adresse hinter Links ein. */ 
a:link:after, a:link:visited:after {
	content: " (Link auf: <" attr(href) ">) ";
	font-size: 76%;
	color: #999;
	background: transparent;}

/* Bei internen Links muss noch die eigene Domain ausgegeben werden */
a[href^="/"]:link:after, a:link:visited:after {
	content: " (Link auf: <http://www.klimaplattform.de/ " attr(href) ">) ";}

/* Hier sind ausgedruckte URLs unerwuenscht! */
.sitelogo:link:after, .frontEndEditIcons:link:after, .header-breadcrumbs:link:after {content: "";
}


.header-breadcrumbs:link:after {content: " -> ";
}
 
/* 
#sitemast {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  border-bottom: 20pt solid #c8c8c8;
}

#sidecontent {
  border: 1pt dashed;
  background: #dde5f3;
  font-size: .95em;
  margin: 1cm;
  padding: 5pt;
}

#footer {
  border-top: 1.5pt solid;
  font-size: .95em;
  color: #333;
  text-align: center;
}

#sidecontent p, #footer p {
  text-indent: 0;
}

#sidecontent h2 {
  margin: 0;
}

.postinfos {
  font-weight: bold;
  border-bottom: 1pt solid;
  width: 50%;
}

div.beispiel {
  border: 2pt solid #bbb;
  background-color: #eee;
  padding: 3pt;
  page-break-inside: avoid;
}*/

/* neu, 05.05.09, vivien@gfz-potsdam.de: ergaenzt aus layout4_setup.css */
/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-bottom:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}