/**********************************/
/* CSS ETH WCMS-Templates         */
/* copyright 2004 ETH Web Office  */
/* Author:Y. Serrano              */
/* Author:P. Ruetsche

/*adaptation for CLIMATE-KIC:E.Petronio*/             */
/**********************************/
/*
$Id: print.css 3937 2007-09-11 11:46:07 +0000 (Di, 11 Sep 2007) yserrano $
$Rev: 3937 $
$Release: 1.1.1 $
*/


/* -------------- HEADER -------------- */



html, body {
    height: auto;
}

/* .margins {position: relative; min-height: auto; height: auto;width:700px} */

html>body .margins {
    height: auto;  
} 
    

div.k_header {background-image: url(/k_img_kic/head.gif);width:700px; height:20px; background-repeat: no-repeat;}

/* no display */
div.navblock, div.footerblock, div#headmap, div#photogal  {display:none;}

/*div#photogal {margin-right:220px;}*/

.citation {
    margin-top:10px;
    margin-left:10px;
    padding:0px;
    padding-top:10px;
    padding-bottom:10px;
    margin-right:210px;
    border-top:2px solid grey;
    border-bottom:2px solid grey;
}


/* -------------- COMMUN MARGINS / WIDTHS -------------- */

/* div.box-border,   {width:220px;} */

/* .box-border {margin-bottom:20px;} */


/* div.footerline { margin-top:10px; margin-left:0px; padding-left:10px; padding-right:10px;margin-right:0px;}

div.content-2col,div.content-3col {margin-bottom:20px;}


/* -------------- different columntypes -------------- */

div.conten-2col, div.content-3col {margin-left:10px;}



/* 2 column */
div.content-2col .float-left {
	text-align:left;}
	/*float: none;*/

/* 3 column  */
div.content-3col .float-left {
	text-align:left;}
        /*float: none;*/

/* -------------- COLORS -------------------- */
/* set black colors                          */

h2, h3, h4, h5, h6, h7,ul, ol, li, p, 
.boxtitle, .box h3, .box h4, .box h5, .box h6, .box h7, div.pathline .pathl,
div.pathline, a.pathl, a.pathl:link, a.pathl:visited, a.pathl:hover, 
a, a:link, a:visited, a:hover, a:active , a:focus, div.box p.boxtitle, div.box p.p 
{
	color:#000000; 
}

div#vision {color:#000000; font-weight:normal}
div#newscontent {color:#000000}

div.box-border { 
	border: 1px solid #000000; 
}
 
/* -------------- FONTS -------------------- */
a.path, a.path:link, a.path:visited, a.path:hover { 
    font-size:0.9em;
}

div.pathline {
    font-size:0.7em;
    border-bottom:none;
    margin-left:10px;
    padding-left:0px;
}


body {
    font:0.7em verdana, arial, helvetica, sans-serif;
}

h2 { 
    font-size:1.2em;padding-top:15px;}
}
h3 { 
    font-size:1em; 
}
.no-padtop { padding-top:0px;}
h4 { font-size:0.9em; padding-top:5px;}
h5 { font-size:0.9em; padding-top:0px;}
h6, h7 { 
    font-size:0.8em;
}

input, select, option {
    font-size:0.8em;
}



/* ie win fixes */
div.content-3col div.tablemargin {
    margin-right:241px;
}

