/**
   Name: Homepage
   Version: 0.1
   Copyright: Copyright (C) 2003-2005 S.Kirschner
   Author: S.Kirschner
   Date: 13.10.2005 09:00
   DateiName: drucken.css
   DateiVersion: 0.1
   Description: [de].
 */
/*******************************************************************************
Datei START
*******************************************************************************/
/***************************************
Allgemeine definitionen
***************************************/
body {
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h1 {
   font-size:18px;
   color:#000000;
   margin-bottom:0px;
}
h2 {
   font-size:16px;
   color:#000000;
   margin-bottom:0px;
}
h3 {
   font-size:14px;
   color:#000000;
   margin-bottom:0px;
}
p {
   margin-top:0px;
}
code {
   font-size:14px;
   color:#0000ff;
}
pre {
   font-size:14px;
   color:#0000ff;
   padding:5px;
}
a:link,
a:visited,
a:active,
a:hover {
   text-decoration:none;
   font-weight:bold;
   color:#634142;
   font-size:12px;
}
a:active,
a:hover {
   text-decoration:underline;
}
/***************************************
Oben (Logo,Titel, Pfad)
***************************************/
#oben{
	background-color: #00AAFF;
	height:120px;
}
#logo{
	padding: 5px;
	width: 190px;
	float:left;
/*	background-color: #00AAFF;*/
}
#logo h3{
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding: 0px;
}
#titel{
	height=120px;
	padding: 5px;
	margin-left: 20px;
}
#titel h1{
	color: #FF0000;
	font-family: Stop,sans-serif;
	font-size: 50px;
}
#untertitel{
	font-size: 20px;
	color: #000000;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#pfad{
	height=15px;
	font-family: sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #00CCFF;
	text-decoration: none;
/*	border-bottom: 2px solid #0000FF;*/
	padding-left: 5px;
}
#pfad #datum{
	clear:left;
	float: right;
}
/***************************************
Menü
***************************************/
#menue{
	display:none;
}


/***************************************
Inhalt
***************************************/
#inhalt{
	background-color: #FFFFFF;
}
/***************************************
Inhalt-Menü
***************************************/
#inhaltsmenue{
	display:none;
}
/***************************************
Copyright
***************************************/
#copyright{
	clear: left;
	text-align: center;
	font-family: sans-serif;
	font-size: 8pt;
	color: #AAAAAA;
}
/*******************************************************************************
Datei ENDE
*******************************************************************************/
