body { 
	background-color:#ffffff;	/* hintergrundfarbe */
	margin:0px;
}
body#line { 
	background-color:#dddddd;	/* rahmenfarbe */
	margin:0px;
	overflow:hidden;
}
table {
	/* table-layout:fixed; */
	border-collapse:collapse;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}
table#thumbs { border-spacing:15px; }

#notes {				/* standard-text */
	font-family:Helvetica,Arial;
	font-style:normal;		/* italic, oblique, normal */
	font-variant:normal;		/* small-caps, normal */
	font-size:11px;
	font-weight:normal;		/* bold, bolder, lighter, normal */
	font-stretch:normal;		/* wider, narrower, condensed, semi-condensed, extra-condensed, ultra-condensed,  */
					/* expanded, semi-expanded, extra-expanded, ultra-expanded, normal */
	
	/* word-spacing:5px; */
	letter-spacing:1px;
	text-decoration:none;		/* underline, overline, line-through, blink, none */
	/*text-transform:lowercase;*/	/* capitalize, uppercase, lowercase, none */
	line-height: 12px;		/* zeilenhöhe */
	color:#606070;
}
#notes a:link		{ text-decoration:underline; color:#606070; }
#notes a:visited	{ text-decoration:underline; color:#606070; }
#notes a:hover		{ text-decoration:none; color:#606070; }
#notes a:active		{ text-decoration:none; color:#606070; }
#notes a:focus		{ text-decoration:none; color:#606070; }

#imp {					/* impressum/links-text */
	font-family:Helvetica,Arial;
	font-style:normal;		/* italic, oblique, normal */
	font-variant:normal;		/* small-caps, normal */
	font-size:11px;
	font-weight:normal;		/* bold, bolder, lighter, normal */
	font-stretch:normal;		/* wider, narrower, condensed, semi-condensed, extra-condensed, ultra-condensed,  */
					/* expanded, semi-expanded, extra-expanded, ultra-expanded, normal */
	
	/* word-spacing:5px; */
	letter-spacing:1px;
	text-decoration:none;		/* underline, overline, line-through, blink, none */
	/*text-transform:lowercase;*/	/* capitalize, uppercase, lowercase, none */
	color:#777777;
}
#imp a:link		{ text-decoration:none; color:#cccccc; }
#imp a:visited		{ text-decoration:none; color:#cccccc; }
#imp a:hover		{ text-decoration:none; color:#777777; }
#imp a:active		{ text-decoration:none; color:#777777; }
#imp a:focus		{ text-decoration:none; color:#777777; }

#links {				/* categorielinks */
	font-family:Helvetica,Arial;
	font-style:normal;		/* italic, oblique, normal */
	font-variant:normal;		/* small-caps, normal */
	font-size:12px;
	font-weight:normal;		/* bold, bolder, lighter, normal */
	font-stretch:normal;		/* wider, narrower, condensed, semi-condensed, extra-condensed, ultra-condensed,  */
					/* expanded, semi-expanded, extra-expanded, ultra-expanded, normal */
	
	/* word-spacing:5px; */
	letter-spacing:1px;		/* zeichenabstand */
	text-decoration:none;		/* underline, overline, line-through, blink, none */
	/*text-transform:lowercase;*/	/* capitalize, uppercase, lowercase, none */
	line-height: 11px;		/* zeilenhöhe */
	color:#606070;			/* farbe */
}
#links a:link 		{ text-decoration:none; color:#cccccc; }	/* link-farbe */
#links a:visited	{ text-decoration:none; color:#cccccc; }	/* schon besuchter link */
#links a:hover 		{ text-decoration:none; color:#606070; }	/* beim mit der maus drüberfahren */
#links a:active 	{ text-decoration:none; color:#606070; }	/* während des anklickens */
#links a:focus 		{ text-decoration:none; color:#606070; }	/* nach dem anklicken */

#navs {					/* navigationslinks */
	font-family:Helvetica,Arial;
	font-style:normal;		/* italic, oblique, normal */
	font-variant:normal;		/* small-caps, normal */
	font-size:12px;
	font-weight:normal;		/* bold, bolder, lighter, normal */
	font-stretch:normal;		/* wider, narrower, condensed, semi-condensed, extra-condensed, ultra-condensed,  */
					/* expanded, semi-expanded, extra-expanded, ultra-expanded, normal */
	
	/* word-spacing:5px; */
	letter-spacing:1px;		/* zeichenabstand */
	text-decoration:none;		/* underline, overline, line-through, blink, none */
	/*text-transform:lowercase;*/	/* capitalize, uppercase, lowercase, none */
	line-height: 8px;		/* zeilenhöhe */
	color:#606070;			/* farbe */
}
#navs a:link 		{ text-decoration:none; color:#cccccc; }	/* link-farbe */
#navs a:visited		{ text-decoration:none; color:#cccccc; }	/* schon besuchter link */
#navs a:hover 		{ text-decoration:none; color:#606070; }	/* beim mit der maus drüberfahren */
#navs a:active 		{ text-decoration:none; color:#606070; }	/* während des anklickens */
#navs a:focus 		{ text-decoration:none; color:#606070; }	/* nach dem anklicken */

