body {
	margin: 30px 30px 30px 50px;
	background-color: #FFFFFF;
}

/* Fontarten */
h1    { font-family: Arial,Helvetica,sans-serif; color: #0000FF; }
h2    { font-family: Arial,Helvetica,sans-serif; }
h3    { font-family: Arial,Helvetica,sans-serif; color: #0000FF; }
h4    { font-family: Arial,Helvetica,sans-serif; }

/*
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,strong,i,em
{ 
}
*/

/* Fontgroessen */
h1    { font-size:25px; font-weight:bold; line-height: 1.35em;}
h2    { font-size:16px; font-weight:bold; line-height: 1.35em;}
h3    { font-size:150%; font-weight:bold; line-height: 1.35em; font-style: normal; }
h4    { font-size:120%; font-weight:bold; line-height: 1.35em; font-style: normal; }

div#content
{ 
	width: 430px;
	font-family: Arial,Helvetica,sans-serif; 
	line-height: 1.35em;
	font-size: 85%;
}

table tr td { font-size: 85%; }
small { font-size: 70%; }


/* Abstände */
h1
{
	line-height:   110%;
	padding-top:    0pt; margin-top:    0pt;
	padding-bottom: 5px; margin-bottom: 5px;
}

ul	{
	margin-top:    0px; padding-top:    0px; 
	margin-left:   8px; padding-left:   8px;
	margin-bottom: 5px; padding-bottom: 5px;
}

blockquote {
	margin-top:    2px; padding-top:    2px;
	margin-bottom: 0px; padding-bottom: 0px;
}

p.listtitle { 
/*	margin-top:    0pt; padding-top:    0pt; */
	margin-bottom: 3px; padding-bottom: 3px;
}


/* Spezielle Schriftvariationen */
.blue		{ color: #0000FF; font-size: 100%; }
.white		{ color: #FFFFFF; font-size: 100%; }
.sprachservice	{ color: #0000FF; font-size: 100%; }
b,strong    { font-weight: bold; }
i,em        { font-style:  italic; }


/* Abstaende fuer Standard-Formatierungen */
li	{ margin-bottom: 0.2em; }
