abbr	{
	speak					:	spell-out;
}

acronym	{
	speak					:	normal;
}

abbr, acronym	{
	font-variant			:	normal;
	text-transform			:	none;
         cursor: help;

}

a abbr, a acronym	{
	text-decoration			:	underline;
}

address, dfn {
	font-style				:	normal;
}

a, address, blockquote, caption, cite, dfn, dl, dt,
fieldset, h1, h2, h3, h4, img, input, label, legend,
li, ol, option, p, q, select, textarea, td, th, ul 	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
         }

body	{
	margin					:	0;
	padding					:	0;
	color					:	#000;
	background				:	#eee8e0;
}

cite	{
	font-style				:	italic;
}

code	{
	font					:	.9em "Lucida Console", "Andale Mono", Monaco, Courier, monospace;
}

dt, legend	{
	font-weight				:	bold;
}

h1, h2, h3, h4	{
	margin					:	0;
	padding					:	0;
	color					:	#111;
	background				:	transparent;
}

h1	{
	font-size				:	1.6em;
}

h2	{
	font-size				:	1.4em;
}

h3	{
	font-size				:	1.2em;
}

h4	{
	font-size				:	1em;
	font-style				:	normal;
}

img	{
	border					:	0; /* XHTML1strict, Baby!*/
	color					:	#eee8e0;
	background				:	transparent;
}

p	{
	margin					:	0;
	padding					:	0;
}

q	{
	font-style				:	italic;
}

strong	{
	color					:	#111;
	background				:	transparent;
}

table	{
	border					:	0;
    margin-left				:	auto;
    margin-right			:	auto
}

th	{
	background				:	#e2ded4;
	color					:	#000;
	font-weight				:	bold;
	text-align				:	left;
}

th p	{
	font-weight				:	normal;
}


a:link	{
	color					:	#0000DE;
}

a:visited	{
	color					:	#848284;
}

a:hover	{
	color					:	#00AEFF;
}

a:active	{
	color					:	#00AEFF;
	}

a:link:hover	{
	color	:#00AEFF;
}

a:visited:hover	{
	color					:	#00AEFF;
}

a:hover:active	{
	color					:	#4b8571;
}

/* -- Klassen -- */

.icon	{
	vertical-align			:	middle;
	padding-right			:	3px;
}

.abstract	{
	color					:	#111;
	background				:	transparent;
	font-weight				:	bold;
}

a#abstract:link	{
	color					:	#574a90;
}

#debug	{
	text-align				:	center;
}
