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

/* 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;
}

td  {
	font-family : tahoma;
	font-size : 8pt;
	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;
}

legend {
	font-size 	: 12pt;
	color 			: #C41B1F;
	font-weight : bold;
}
fieldset {
	border-color : #C41B1F;
}
/* Style für Links */
A  {
	font-size : 8pt;
	color : #000000;
	text-decoration : none;
}

/*
A:Visited  {
	font-size : 8pt;
	color : #000000;
	text-decoration : none;
}
*/
A:Active  {
	font-size : 8pt;
	color : #000000;
	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 : 			#C41B1F;
}
.td8ptboldwhite {
	font-size : 		8pt;
	font-weight : 		bold;
	color : 			#ffffff;
}
.td10ptboldwhite {
	font-size : 		10pt;
	font-weight : 		bold;
	color : 			#ffffff;
}

.td8ptred {
	font-size : 		8pt;
	color : 			#C41B1F;
}

.td10pt {
	font-size : 		10pt;
}

.td10ptbold {
	font-size : 		10pt;
	font-weight : 		bold;
}
.td10ptboldred {
	font-size : 		10pt;
	color : 			#C41B1F;
	font-weight : 		bold;
}
.td8ptwhite {
	font-size : 		8pt;
	color : 			#ffffff;
}

.td12pt {
	font-size : 		12pt;
}
.td12ptbold {
	font-size : 		12pt;
	font-weight : 		bold;
}
.td12ptwhite {
	font-size : 		12pt;
	color : 			#ffffff;
}
.td12ptwhitebold {
	font-size : 		12pt;
	color : 			#ffffff;
	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;
}
