/* Style-Sheet fuer Standardseiten */

.counter {
	font-size:9pt;
        font-style:italic;
        color:#666666;
}

/* Text mit Kasten drumrum als Hervorhebung */
.kasten {
	background-color:#000066;
	border-style:solid;
	border-width:medium;
	border-color:#ff9966;
	color:#ffffff;
	padding:0.5cm;
}
.kasten-black {
	background-color:#E9D1D1;
	color:#930000;
	border: thin solid #E9D1D1;
	padding-top: 0.1cm;
	padding-right: 0.1cm;
	padding-bottom: 0.2cm;
	padding-left: 0.1cm;
}


.kastenhell {
	background-color:#99ccff;
	border-style:solid;
	border-width:medium;
	border-color:#ff9966;
	padding:0.2cm;
	color : Blue;
}

.kastenrand {
	border-style:solid;
	border-width:thin;
	border-color:#ff0000;
	padding:0.2cm;
}

.empfehlung {
	border : none;
	background-color : #dcf0f0;
	padding : 5px;
}

.tip {
	color : #FF9933;
	font-size:8pt;
	background : #ffeedd;
}

/* Linien ueber und/oder unter dem Ganzen Ding in Braun */
.topline {
	border-top-style:solid;
	border-top-width:1pt;
	border-color:#e76519;
}

.bottomline {
	border-bottom-style:solid;
	border-bottom-width:1pt;
	border-color:#e76519;
}

.topbottomline {
	border-top-style:solid;
	border-top-width:1pt;
	border-bottom-style:solid;
	border-bottom-width:1pt;
	border-color:#e76519;
	color: #800000;
}

.allline {
	border-style:solid;
	border-width:1pt;
	border-color:#e76519;
}

/* Linien ueber und/oder unter dem Ganzen Ding in Braun */
.topblack {
	border-top-style:solid;
	border-top-width:1pt;
	border-color:#000000;
}

.bottomblack {
	border-bottom-style:solid;
	border-bottom-width:1pt;
	border-color:#000000;
}

.topbottomblack {
	border-top-style:solid;
	border-top-width:1pt;
	border-bottom-style:solid;
	border-bottom-width:1pt;
	border-color:#000000;
}

.allblack {
	border-style:solid;
	border-width:1pt;
	border-color:#000000;
}

/* super kleine Fonts verwenden */
.mini {
	font-size:8pt;
}

/* ganz kleine Fonts verwenden */
.klein {
	font-size:8pt;
}

/* ganz kleine Fonts in dunkelrot verwenden */
.kleinrot {
	font-size:9pt;
        color:#8b0000;
; padding-top: 1cm}

/* mittlere Fonts verwenden */
.medium {
	font-size:10pt;
}

/* Seitenueberschriften in GROSS */
.ganzgross {
        font-size:24pt;
}
.gross {
	font-size:18pt;
	color: #800000;
	text-align: left;
}

/* Tabelle fuer Seitenlayout */
table.layout {
	padding : 0px;
	width : 600px;
	font-family : Arial,Helv,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
}
/* Ueberschrift in Blau */
.ueber {
	font-family:Arial,Helv,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
	font-size:16pt;
	color:#006699;
	background : White;
}

/* Allgemein linken und rechten Rand setzen */
.rand {
	margin-left:5mm;
	margin-right:5mm
}

/* Bei Absaetzen die erste Zeile etwas einruecken */
p.absatz {
	text-indent:5mm;
	text-align: left;

}

/* Allgemeine Vorgabe von Schriftart */
h1 {
	font-size:18px;
	font-weight:normal;
}

h2 {
	font-size:18px;
	font-weight:normal;
	text-align: left;
}

table,tr,th,td,p,ol,ul,li {
	font-family:Arial,Helv,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
	font-size:10pt;
	text-align: left;
/*        background-color: white;*/
}

/* Die Farbe fuer Anzeige der Links in Ordnung bringen */
a:link       {
	color: #E76519;
	font-weight: bold;
	text-decoration: none;
}
/* Neue Links */
a:visited    {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:active     {
	color: #E76519;
	font-weight: bold;
	text-decoration: underline;
}
a:hover      {
	color: #E76519;
	text-decoration: underline;
	font-weight: bold;
}
.bildabstand {
	margin-right: 10px;
	margin-bottom: 5px;
}
.weiss-fett {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.small {font-size: 10px
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: left;
	background-image: url(images/back-ostern.jpg);
}
div.inhalt {
	width: 100%;
	height: 150px;
	overflow:auto;
	background: #FFF7E3;
	SCROLLBAR-FACE-COLOR: #800000;
	SCROLLBAR-SHADOW-COLOR: #FFF7E3;
	SCROLLBAR-3DLIGHT-COLOR: #FFF7E3;
	SCROLLBAR-ARROW-COLOR: #E0E0E0;
	SCROLLBAR-TRACK-COLOR: #FFF7E3;
	SCROLLBAR-DARKSHADOW-COLOR: #FFF7E3;
	SCROLLBAR-BASE-COLOR: #E0E0E0;
	border-top: thin dotted;
	border-right: thin dotted;
	border-bottom: thin dotted;
	border-left: thin dotted;
}
.absatz {
	text-align: left;
}
.mitte {
	text-align: center;
}
