﻿/*  Aufzählung diverser Style-Elemente

	color:#c0c0c0;				/*	gibt die Textfarbe an			*/
	font-size:10pt;				/*	gibt die Textgröße an			*/
	font-family:Arial;			/*	gibt die Schriftart an			*/
	font-style:normal;			/*	gibt den Schriftstil an			*/
	font-weight:bold;			/*	gibt die Wichtigkeit an			*/
	text-decoration:none;		/*	gibt die Textdecoration an		*/
	text-align:center;			/*	gibt die Textausrichtung an		*/
	line-height:140%;			/*	gibt die Zeilehöhe an			*/
	background-color:#FFFFCC;	/*	gibt die Hintergrundfarbe an	*/
	letter-spacing:0.1em;		/*	gibt den Zeichenabstand an		*/
	word-spacing:0.3em;			/*	gibt den Wortabstand an			*/
*/



h1 {				/*	Textstyle für Überschrift 1	*/
}

h2 {				/*	Textstyle für Überschrift 2	*/
	font-family:times;
	font-style:italic;
	font-weight:bold;
	font-size:14pt;
	text-decoration:underline;
	margin-bottom: -10px;
}

h3 {				/*	Textstyle für Überschrift 3	*/
	font-family:times;
	font-style:italic;
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
	margin-bottom: -15px;
}

h4 {				/*	Textstyle für Überschrift 4	*/
	font-family:times;
	font-style:italic;
	font-weight:bold;
	font-size:11pt;
	text-decoration:none;
	margin-bottom: -15px;
}

h5 {				/*	Textstyle für Überschrift 5	*/
	font-family:Times New Roman
	font-size:8pt;
	margin-top: -1;
	margin-bottom: -1;
	font-weight: 400;
}

h6 {				/*	Textstyle für Überschrift 6	*/
	font-family:Times New Roman
	font-size:7pt;
	margin-top: -1;
	margin-bottom: -1;
	font-weight: 400;
}

p {					/*	Textstyle für Normalschrift	*/
	font-family:times;
	font-style:normal;
	font-weight:normal;
	font-size:10pt;
	text-decoration:none;
	margin-bottom: -15px;
}

td {					/*	Textstyle für Normalschrift	*/
	font-family:times;
	font-style:normal;
	font-weight:normal;
	font-size:10pt;
	text-decoration:none;
	margin-bottom: 0px;
	border-collapse: collapse;
	border-left:0px none #000000;
	border-right:0px none #000000;
	border-top:0px none #000000;
	border-bottom:0px none #000000;
}

address	{			/*  Textstyle für Adresse	*/
}

dd {				/*	 Textstyle für Definition	*/
}

pre	{				/*	 Textstyle für Formatiert	*/
}

menu {				/*	 Textstyle für Menüliste	*/
}

ol	{				/*	 Textstyle für Numerierung	*/
}

ul {				/*  Textstyle für Aufzählung	*/
}

dir {				/*	 Textstyle für Verzeichnisliste	*/
}

li {				/*	 Aufzählungspunkte für Numerierung, Aufzählung, Verzeichnisliste	*/
}

dl {				/*	 Textstyle für Definierter Begriff	*/
}

dt {				/*	 Aufzählungspunkte für Definierter Begriffe	*/
}




span a.menu:hover {
	color:red;
}
h5 a.submenu:hover {
	color:red;
	font-style:italic;
}




.normal {
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

.kursiv {
	font-style:italic;
}

.fett {
	font-weight:bold;
}

.fettkursiv {
	font-style:italic;
	font-weight:bold;
}

.unterstrichen {
	text-decoration:underline;
}

.menu {
	text-align:center;
	color:#ffffff;
	font-family:Arial;
	font-style:normal;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

.submenu {
	vertical-align:bottom;
	color:#808080;
	font-family:Arial;
	font-style:normal;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	padding-left: 10px;
	height:5px;
}

#gerahmt {
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	border-collapse: collapse;
}

#ungerahmt {
	border-left:0px none #000000;
	border-right:0px none #000000;
	border-top:0px none #000000;
	border-bottom:0px none #000000;
	border-collapse: collapse;
}

#umrahmt {
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	border-collapse: collapse;
}

#transparent {
	border-left:0px none #000000;
	border-right:0px none #000000;
	border-top:0px none #000000;
	border-bottom:0px none #000000;
	border-collapse: collapse;
}

#hinterlegt {
	border-left:0px none #000000;
	border-right:0px none #000000;
	border-top:0px none #000000;
	border-bottom:0px none #000000;
	border-collapse: collapse;
	background-color: #c0c0c0;
}

#ueberschrift {
	background-color: #808080;
	color:#ffffff;
}

p#button {
	width: 70px;
	height: 19px;
	font-size: 9px;
}

div #button {
   background-color:#eeeeee;
   position:relative;
   width:60px;
   height:15px;
   left:0px;
   border-collapse: collapse;
   border-left:1px solid #bbbbbb;
   border-right:1px solid #555555;
   border-top:1px solid #bbbbbb;
   border-bottom:1px solid #555555;
   text-align: center;
   vertical-align: middle;
   color:#303030;
   font-family:verdana;
   font-style:italic;
   font-weight:bold;
   font-size:7pt;
   text-decoration:none;
   padding-top: 0px;
   cursor: pointer;
   -moz-border-radius:5px;
   -khtml-border-radius:10px;
}
