/*
CODE						:	Tomas Caspers fuer Aktion Mensch
LAST CHANGE					:	14.05.04 tomas at tomascaspers dot de

Lizenzbedingungen zur freien Nutzung: http://www.einfachfueralle.de/lizenz/
Kommentierte Fassung von http://www.einfachfueralle.de/download/#styles
basiert auf einem Style Sheet, das mit Opera7/Win ausgeliefert wird. 
De gustibus et coloribus non est disputandum.
*/

* {
	max-height				:	none 		!important;
	min-height				:	0px 		!important;
	height					:	auto 		!important;
	max-width				:	none 		!important;
	min-width				:	0px 		!important;
	width					:	auto 		!important;
	float					:	none 		!important;

	color					:	black 		!important;
	background				:	#FFFBEF 	!important;

	font					:	18px/1.4em normal normal arial, Helvetica, sans-serif 		!important;
	text-align				:	left 		!important;
	text-transform			:	none 		!important;
	word-spacing			:	0.4mm 		!important;
	letter-spacing			:	0.2mm 		!important;
}

body {
	padding-bottom			:	2em 		!important;
	max-width				:	45em 		!important;
}

div	{
	margin-left				:	1em 		!important;
	margin-right			:	1em 		!important;
}

a[href] {
	text-decoration			:	underline 	!important;
}

a[href]:hover {
	background				:	White 		!important;
	color					:	black 		!important;
}

a[href]:active {
	background				:	transparent !important;
	text-decoration			:	underline 	!important;
}

img {
	border					:	0px 		!important;
	padding-right: 1em;
}

a[href] img {
	border					:	0px 	!important;
}

input, textarea, select {
	background				:	White 		!important;
	color					:	black 		!important;
}

input[type="text"], input[type="password"]	{
	min-height				:	1.2em 		!important;
}

textarea	{
	min-height				:	4em 		!important;
}

button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], input[type="image"] {
	padding					:	2px 		!important;
	min-width				:	2em 		!important;
	height					:	1.2em 		!important;

	background				:	Silver 		!important;
	color					:	black 		!important;

	text-align				:	center 		!important;
}

/*
a[accesskey]:after, button[accesskey]:after, input[accesskey]:after,
label[accesskey]:after, legend[accesskey]:after, textarea[accesskey]:after {
	margin-left				:	0.3em;
	content					:	"[" attr(accesskey) "]"; 
}
*/
strong, em {
	font-weight				:	bold 		!important;
}

h1, h2, h3, h4, h5 {
	font-weight				:	bold 		!important;
}

h1 {
	font-size				:	160% 		!important;
	line-height				:	1.0em 		!important;
}

h2 {
	font-size				:	140% 		!important;
	line-height				:	1.2em 		!important;
}

h3 {
	font-size				:	120% 		!important;
	line-height				:	1.4em 		!important;
}

h4 {
	font-size				:	110% 		!important;
	line-height				:	1.4em 		!important;
}

.none	{
	display					:	inline 		!important;
}
