/* Central style sheet */
BODY  {
	font-size 		: 8pt;
	font-family 	: arial;
	font-weight 	: normal;
	color 			: #000000;
	text-decoration : none;
	background		: #ffffff;
	/*background-image : url(../images/lsv1864bg.gif);*/
}

.weiss {
	background		: #FFFBE5;
}


.hellgelbbg {
	background		: #fcf1b9;
}

.mittelgelbbg {
	background		: #f7e37c;
}

.gruenbg {
	background		: #2d5f20;
}

.gelbbg {
	background		: #f2d231;
}

.rotbg {
	background		: #8b1c09;
}

.hellgelb {
	color		: #fcf1b9;
}

.mittelgelb {
	color		: #f7e37c;
}

.gruen {
	color		: #2d5f20;
}

.gelb {
	color		: #f2d231;
}

.rot {
	color		: #8b1c09;
}
.ueberschrift1 {
	font-size 		: 12pt;
	font-weight 	: bold;
	color			: #8b1c09;
	text-decoration : none;
}

/* text style for different html-tags*/
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i  {
	font-family : tahoma;
}

hr {
	color : #000000;
}

table {
	/*background	: #efefef;*/
}

td  {
	font-family : tahoma;
	font-size : 10pt;
	/*olor : #113355;*/
	color : #000000;
}

pre  {
	font-family : tahoma;
	font-size : 10pt;
	font-color : #ffffff;
}

/* Style für Überschriften */
H1  {
	font-size : 14pt;
}

H2  {
	font-size : 10pt;
}

H3  {
	font-size : 9pt;
}

H4  {
	font-size : 8pt;
}

/* Style für Links */

A  {
	font-size 		: 8pt;
	color 			: #000000;
	text-decoration : none;
	font-weight 	: normal;
}
/*
A:Visited  {
	font-size : 10pt;
	color : #003377;
	text-decoration : none;
}

A:Active  {
	font-size : 10pt;
	color : #003377;
	text-decoration : none;
}
*/
/*
A:Hover  {
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}
*/
/* Style sheet für Titel*/
.titel {
	font-size : 8pt;
	font-family : arial,sans-serif;
	font-weight : normal;
	color : #ffffff;
	text-decoration : none;
}

/* Style sheet für Bemerkungen*/
.bemerkung {
	font-size : 8pt;
	font-family : arial,sans-serif;
	font-weight : normal;
	color : #ffffff;
	text-decoration : none;
}

/* Style für Titelzeilen */
.titelzeile {
	font-size : 12pt;
	font-family : tahoma;
	font-weight : bold;
	color : #000000;
}
.td6pt {
	font-size : 		6pt;
}

.td7pt {
	font-size : 		7pt;
}

.td8pt {
	font-size : 		8pt;
}
.td8ptbold {
	font-size : 		8pt;
	font-weight : 		bold;
}
.td8ptboldred {
	font-size : 		8pt;
	font-weight : 		bold;
	color : 			#8b1c09;
}
.td8ptboldwhite {
	font-size : 		8pt;
	font-weight : 		bold;
	color : 			#ffffff;
}
.td8ptboldgruen {
	font-size : 		8pt;
	font-weight : 		bold;
	color : 			#2d5f20;
}
.td8ptgruen {
	font-size : 		8pt;
	color : 			#2d5f20;
}
.td7ptgruen {
	font-size : 		7pt;
	color : 			#2d5f20;
}
.td7ptboldgruen {
	font-size : 		7pt;
	font-weight : 		bold;
	color : 			#2d5f20;
}
.td8ptred {
	font-size : 		8pt;
	color : 			#8b1c09;
}
.td7ptred {
	font-size : 		7pt;
	color : 			#8b1c09;
}
.td10pt {
	font-size : 		10pt;
}

.td10ptbold {
	font-size : 		10pt;
	font-weight : 		bold;
}
.td10ptboldred {
	font-size : 		10pt;
	color : 			#8b1c09;
	font-weight : 		bold;
}
.td10ptboldgruen {
	font-size : 		10pt;
	color : 			#2d5f20;
	font-weight : 		bold;
}

.td8ptwhite {
	font-size : 		8pt;
	color : 			#ffffff;
}

.td12pt {
	font-size : 		12pt;
}
.td12ptbold {
	font-size : 		12pt;
	font-weight : 		bold;
}

.td9ptbold {
	font-size : 		9pt;
	font-weight : 		bold;
}
.td9ptboldred {
	font-size : 		9pt;
	font-weight : 		bold;
	color : 			#8b1c09;
}
.td12ptwhite {
	font-size : 		12pt;
	color : 			#ffffff;
}
.td12ptwhitebold {
	font-size : 		12pt;
	color : 			#ffffff;
	font-weight : 		bold;
}
.td12ptbluebold {
	font-size : 		12pt;
	color : 			#003377;
	font-weight : 		bold;
}

.td10ptwhite {
	font-size : 		10pt;
	color : 			#ffffff;
}
.td14ptbold {
	font-size : 		14pt;
	font-weight : 		bold;
}

.td16pt {
	font-size : 		16pt;
}
.hrblack{
	size:1;
	color:#000000;
}


.panesoftblau{
	color 		:		#003377;
	font-weight : 		bold;
}
.panesoftrot{
	color 		:		#cc3333;
	font-weight : 		bold;
}
