
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	font-family: 		inherit;
	font-style: 		inherit;
	font-size: 		100.01%;
	font-weight: 		inherit;
	border: 		0;
	margin: 		0;
	outline: 		0;
	padding: 		0;
}


html {
	height: 		100%;
	width:			100%;
	max-height:		100%;
	max-width:		100%;
}


body {
	font:			80%/1.4em Arial,Helvetica,sans-serif;
	color:			#222222;
	background-color:	#FFFFFF;
	height:			100%;
	width:			95%;
	max-height:		100%;
	max-width:		100%;
	text-align:		left;
	padding:		8px;
}




/****************************************************************
 * 01 GLOBALE EINSTELLUNGEN
 ****************************************************************/

A:link		{ COLOR: #888888; font-size: 90%; TEXT-DECORATION: none; }
A:visited	{ COLOR: #888888; font-size: 90%; TEXT-DECORATION: none; }
A:active	{ COLOR: #888888; font-size: 90%; TEXT-DECORATION: none; } 
A:hover		{ COLOR: #222222; font-size: 90%; TEXT-DECORATION: none; }

hr {
	height:			4px;
	background-color:	#b5b5b4;
}

img { 
	border: 		none; 
}

.fixedabsolute { 
	position:		fixed; 
}

ul {
	list-style-type: 	circle;
	margin-top:		15px;
}

li {
	list-style-type: 	hiragana-iroha;
	padding-bottom:		3px;
	padding-left:		27px;
}

p {
	margin-top:		12px;
	margin-bottom:		5px;
}

b {
	margin-bottom:		4px;
}


