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, div, h1	{
	font-family				:	Verdana, Arial, sans-serif;
}

body, ul,li,td,input,submit,td.a {
	font-size				:	10px;
}

body	{
	color					:	#9B8883;
	/*background-color		:	#DED9D8; */
	background-color		:	#e1dddc;
	/*letter-spacing			: 	-0.1em;*/
}

html, body {
	height					:	100%;
	padding					:	0;
    margin					:	0;
}

p,ul {
	margin-top : 0;
	margin-bottom : 0;
}


h1	{
	font-size				:	1.1em;
}

h2	{
	font-size				:	1.2em;
}

h3	{
	font-size				:	1.2em;
	padding-top				:	.6em;
}

h4	{
	font-size				:	1em;
	font-style				:	normal;
}

img	{
	border					:	0; /* XHTML1strict, Baby!*/
/* -- Damit NN4 trotzdem keine blauen Raender macht. 
	  Nicht vergessen, dass fuer richtige Browser wieder zurueckzusetzen -- */
	color					:	#fff;
	background				:	transparent;
}

strong	{
	/*color					:	#111; */
	background				:	transparent;
}

table	{
	border					:	0;
}	
	
p	{
	font-weight				:	normal;
}

/* -- Links -- */

a {
	text-decoration: none;
}

a:link	{
	color					:	#9B8883;
}

a:visited	{
	color					:	#9B8883;
}

a:hover	{
	color					:	#761B00;
	/*font-weight				:	bold; */
}

a:active	{
	color					:	#761B00;
}	

a:link:hover	{
	color					:	#761B00;
}

a:visited:hover	{
	color					:	#761B00;
}

a:hover:active	{
	color					:	#761B00;
}

/*############### BASICS END #################### */
