/* Start of CMSMS style sheet 'basis' */
/* erstmal alles nullen, um die Unterschiede zwischen den Browsern auszugleichen */

a, blockquote, caption, dd, dfn, div, dl, dt, fieldset, 
form, h1, h2, h3, h4, h5, img, label, legend, li, 
ol, p, samp, table, tbody, td, tfoot, th, thead, tr, ul	{
/* 	hier NICHT 1em benutzen, Begruendung:
	font-size:100.1%;
	font-family:  Arial, Helvetica, sans-serif;
	border:0;
	line-height:130%;
}



li {
	list-style-type: disc;
}


/* Abweichungen vom Standard-Style Sheet */

/*
abbr, acronym	{
	font-style:normal;
}
*/

address	{
	font-style:normal;
}

h1, h2, h3	{
	font-weight:normal;
}

h1	{
	font-size:1.8em;
}

h2	{
	font-size:1.5em;
}

h3	{
	font-size:1.2em;
}

h4	{
	font-size:1.2em;
}

h5	{
	font-size:.9em;
}

a img, a:hover img, a:focus img	{
	border	 :	none;
}

/* gib uns ein Zeichen
label, input {
	cursor:pointer;
} */

/* Allgemeine Angaben fuer immer und ueberall */



code	{
	font-family: Courier, monospace;
	font-size:1.1em;
	font-weight:bold;
	color:#777;
}


dt	{
	font-weight:bold;
}


/* End of 'basis' */

