/**	RRC-Bötzingen (rrc-boetzingen.de) - print.css
 *	styles the print layout

 *	Author:	Roman Matthias Keil
 *	Copyright: Roman Matthias Keil
 *	Publisher: RRC-Bötzingen (rrc-boetzingen.de)
 
 *	$Id: print.css 419 2009-04-02 13:50:12Z rrcadmin $
 *	$HeadURL: http://svn.rm-keil.de/rrc-boetzingen/development/Release%20(version1.0)/httpdocs/stylesheets/print.css $
 *	$Date: 2009-04-02 15:50:12 +0200 (Thu, 02 Apr 2009) $
 *	$Author: rrcadmin $
 *	$Revision: 419 $

 *	TODO:
 */

/* ########## template styles ########## */
html {
    height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

div#head {
	display: none;
}

div#page {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:left;
	background-color: #ffffff;	
}

div#headline {
	display: none;
}

div#shader {
	display: none;
}

div#stripe {
	display: none;
}

div#content {
	margin: 0;
	padding: 0 3ex;
}

div#additionalcontent {
	display: none;
}

div#footer {
	display: none;
}

ul#navigation {
	display: none;
}

/* ########## element styles ########## */

h1, h2, h3, h4, h5, h6 { font-family: Georgia, Times, Serif; font-weight:normal; }

h1 {
	font-size: 1.8em;
	color: #667;
	letter-spacing: -.02em;
	margin: 0 0 3ex 0;
	padding: 0;
	border-bottom: 1px #667 solid;
}

h2 {
	font-size: 1.5em;
	color: #666;
	letter-spacing: -.02em;
	margin: 3ex 0 1ex 0;
	padding: 0;
	border-bottom: 1px #666 solid;	
}

h3 {
	font-size: 1.3em;
	color: #889;
	letter-spacing: -.02em;
	margin: 2ex 0 1ex 0;
	padding: 0;
}

h4 {
	font-size: 1.1em;
	color: #889;
	margin: 0 0 3ex 0;
	padding: 0;
	font-style: italic;
	font-weight: normal;
}

h5, h5 a {
	font-size: 1.2em;
	color: #fff;
	margin: 1ex;
	padding: 0;
	border-bottom: #a11 solid 1px;
}

h6, h6 a {
	font-size: 1.0em;
	color: #889;
	margin: 0;
	padding: 0 0 0 0;
}

p {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 0.8em;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 1ex 0;	
}

img {
	border: none;
}

button, input, textarea {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

textarea{
	width: 100%;
}