
/* - print.css - */
@media print {
/*  (do not remove this :) */
/*  (not this either :) */

/*Description: Deinhard CSS Print Stylesheet
Version: 1.0
Author: Jens Scharnetzki
Author URI: http://digitale-zeiten.de*/

html {height: 99%;  padding:0 0 1px 0;}
body{font-size: .825em;
	font-family: Arial, Helvetica, sans-serif; 
	color:#413F40;
	background-color: #FFFFFF;
	margin:0;
  	padding:0;
	letter-spacing:0.01em;}

a:link, a:visited, a:hover {text-decoration: none; color:#615F60; }
a img{border:none;}
a:hover {color:#E6B636;}
a.active{ color:#E6B636;}
ul,li { list-style-type:none;  list-style-image:none; }


/* Layout Divs   */
#outerbox { margin:0; padding:0; }
#spaltea{ background:none;}
#navi {display:none;}
#spalteb {display:none;}
#spaltec { float:left; width:90%; }

#logo, #logo img{width:270px; height:180px; text-align:left;}
div#logo {background: url(http://www.deinhard.com/logo.jpg) no-repeat left top; width:90%; height:180px;background-color:#FFFEF9; }

.rubrik, .nonprint{display:none;}

.rubrikprint{color:#E7B737; font-size:3em; margin:0 0 0 20px; font-family: Georgia, "Times New Roman", Times, serif;}
.dedcontent { font-family: Arial, Helvetica, sans-serif; margin:25px; font-size:1.3em; }
.dedcontent ul a, ul.links a{ background:url(http://www.deinhard.com/arrow.gif) no-repeat center left; padding-left:10px; font-weight:bold;}
.dedcontent ul, .dedcontent li{ padding:0; margin:0;}
.dedcontent p{ width:90%;}
/* Fußzeilen mit Drucken und Seitenblättern*/
#dedfooter {display:none; }
.unsichtbar{display:block; }
.image-left{ clear:left; float:left; border:1px solid #413F40; margin:0 20px 20px 0;  }


/*widgets*/
.widget{ float:left;  width:140px;  height:37em; margin:25px 20px 0 0;  background-color:#F5F5ED; }
.widget ul, .widget li, .widget img{ margin:0; padding:0;}
.widgetnavi ul{display:inline; width:140px; position:relative; text-align:right; }
.widgetnavi li{display:inline}
/* heading und text*/
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-weight:lighter;  }
h1{font-size:2.4em; margin:10px 0 0 20px; font-variant: small-caps; font-family: Georgia, "Times New Roman", Times, serif;}
h2{font-size:1.0em; font-weight:bold;}
h3{font-size:1.0em; }
b{ font-weight:bolder;}


/*kopiert aus base.css*/
/* Accessibility and visual enhancement elements */

.hiddenStructure {
display: block;
background: transparent;
background-image: none; /* safari bug */
border: none;
height: 1px;
overflow: hidden;
padding: 0;
margin: -1px 0 0 -1px;
width: 1px;
}

.contentViews .hiddenStructure,
.contentActions .hiddenStructure {
position: absolute;
top: -200px;
left: -200px;
}

.hiddenLabel {
display: block;
background: transparent;
background-image: none; /* safari bug */
border: none;
height: 1px;
overflow: hidden;
padding: 0;
margin: -1px 0 0 -1px;
width: 1px;
}
/* Admin */
#admin { padding:10px; position:absolute; width:370px; top:10px; left:10px; display:block; border:1px solid #74AE0B; background-color: #fff;  }
#admin ul{padding:0; margin:0; }
#admin li{ background-color:#CDE2A7; padding:2px; display:inline;  border:1px solid #74AE0B; line-height:2.5em;}
.documentEditable{ position:relative; top:10px; background-color:#fff;   }
.documentEditable div{ padding:0px 10px;  }
.documentActions li{display:inline;   }
/*  */

/* DOCUMENTATION ON PRE-DEFINED PROPERTIES FROM PLONE */

/* You can insert colors and other variables from Plone's
base_properties by doing:

& dtml-variableName ; (without the spaces, excluded here to not make it render)

Example:

myLink {
color: & dtml-fontColor ; (again, without the spaces)
}

This means you can generate your own elements that use Plone's defaults,
and respect any customizations people have done. See base_properties for
the default values.

These are the available properties:

logoName - the file name of the portal logo

fontFamily - the font family used for all text that is not headers

fontBaseSize - the base font size that everything is calculated from

fontColor - the main font color

fontSmallSize - used for various elements like buttons and discreet text

discreetColor - the font color of discreet text

backgroundColor - the background color

linkColor - the color used on normal links

linkActiveColor - color used on active links

linkVisitedColor - color used on visited links

borderWidth - the width of most borders in Plone

borderStyle - the style of the border lines, normally solid

borderStyleAnnotations - style of border lines on comments etc

globalBorderColor - the border color used on the main tabs, the portlets etc

globalBackgroundColor - background color for the selected tabs, portlet headings etc

globalFontColor - the color of the font in the tabs and in portlet headings

headingFontFamily - font family for h1/h2/h3/h4/h5/h6 headlines

contentViewBorderColor - the content view tabs border color

contentViewBackgroundColor - the content view tabs background color

contentViewFontColor - the font color used in the content view tabs

inputFontColor - the font color used for input elements

textTransform - whether to lowercase text in portlets, tabs etc.

evenRowBackgroundColor - the background color of even rows in listings

oddRowBackgroundColor - the background color of even rows in listings

notifyBorderColor - border color of notification elements like the status message, the calendar focus

notifyBackgroundColor - background color of notification elements like the status message, the calendar focus

helpBackgroundColor - background color of information pop-ups (currently not used)

*/

}


