/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

H1.Heading
{
	font-family: Arial, Tahoma, Verdana, MS Sans Serif, Lucida Sans Unicode;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	color: #EFB283;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
H2.Heading
{
	font-family: Arial, Tahoma, Verdana, MS Sans Serif, Lucida Sans Unicode;
	font-size:	1.2em;
	font-weight:	700;
	font-style: normal;
	color: #EFB283;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
}
H1.Script
{
	font-family: Arial, Tahoma, Verdana, MS Sans Serif, Lucida Sans Unicode;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	color: #98a4ce;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
H2.Script
{
	font-family: Arial, Tahoma, Verdana, MS Sans Serif, Lucida Sans Unicode;
	font-size:	1.2em;
	font-weight:	700;
	font-style: normal;
	color: black;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
}
.Normal
{
	font-family: Arial, Tahoma, Verdana, MS Sans Serif, Lucida Sans Unicode;
	font-size:	0.9em;
	font-weight: normal;
	font-style:	normal;
	color: black;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}
SPAN
{
	font-family: Arial, Tahoma, Verdana, MS Sans Serif, Lucida Sans Unicode;
	font-size:	0.9em;
	font-weight: normal;
	font-style:	normal;
	color: black;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

IMG 	
{
	border: 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

TABLE
{
	border: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	vertical-align: top;
}
