/**  
* printview.css
*
* @author Christian Knerr (TK-8040)
* @package GermanGarrisonWeb
* @version 1.0.0
* @since 20.04.2007 - 23:44:42
* @copyright (c) 2007 CBACK IT Service - www.cback.net
*/

/**
* Diese CSS Datei wird nur für die Ausgabe der Webseite auf Druckern genutzt
* gestalterische Elemente der Webseite wie z.B. Header und Elemente der Navigation
* sind hier ausgeblendet, da diese auf Papier nicht relevant sind.
*/

body
{
	background: #FFFFFF;
	color: #000000;
	font:80% Arial, Helvetica, sans-serif;
}

/* Seitenkopf mit großer Grafik ausblenden */
#header
{
	visibility: hidden;
	height: 1px;
}

/* Titelüberschrift A4 optimiert positionieren */
#title
{
	position: absolute;
	visibility: visible;
	font-size: 1.4em;
	color: #FF0022;
	margin-bottom: 10px;
	z-index: 998;
}

/* Textbox Listen in grautönen, statt Sandfarbe */
#textbox_list1
{
	margin: 6px;
	padding: 6px;
	border: 1px solid #000000;
	background: #F0F0F0;
}

#textbox_list2
{
	margin: 6px;
	padding: 6px;
	border: 1px solid #000000;
	background: #E0E0E0;
}

/* Kopfnavigation wird ausgeblendet. */
#navigation
{
	visibility: hidden;
	height: 1px;
}

/* Sidebar Boxen werden ausgeblendet. Diese enthalten Content, der nicht auf dem Papier relevant ist */
#boxed_style1
{
	visibility: hidden;
	height: 1px;
}

#boxed_style2
{
	visibility: hidden;
	height: 1px;
}

/* Footer wird unten an der Seite angelehnt, da dieser Copyrightinformationen und Disclaimer enthält */
#footer
{
	color: #000000;
	font-size: 0.8em;
	text-align: center;
	padding: 1px;
	margin: 0;
}

/* Textbox wird auf A4 Papier optimiert positioniert */
#textbox
{
	margin-top: 80px;
	margin-left: 6px;
	margin-bottom: 6px;
}

/* Hyperlinks werden mit kleiner Grafik hervorgehoben, haben allerdings die Textfarbe schwarz */
#textbox a
{
	padding: 0 0 0 12px;
	margin-left: 2px;
	margin-right: 2px;
	background: url('../images/linkicon.gif') no-repeat 0 1px;
	text-decoration: none;
	color: #000000;
}

/* Ersatz für Tabellenformatierungen */
dl
{
	margin-left: -40px;
	padding: 0px;
}

dd
{
	float: left;
	margin-bottom: 8px;
	width: 30%;
	list-style-type: none;
	font-weight: bold;
	white-space: nowrap;
}

/* Überschriften */
h1
{
	font-size: 2em;
	font-weight: bold;
	color: #000000;
}

h2
{
	font-size: 1.6em;
	color: #514535;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
}

/* Grafiken */
.img
{
	border: 0;
}

a img
{
	border: 0;
}

.imgleft
{
	margin: 4px 10px 5px 0;
	float: left;
}

.imgright
{
	margin: 4px 0 5px 10px;
	float: right;
}

/* Textformatierungen */
.center
{
	text-align: center;
}

.mini
{
	font-size: 0.8em;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.boxed_style1
{
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}

.boxed_style2
{	
	visibility:hidden;
	height: 1px;
	overflow: hidden;
}

/** END OF FILE **/