/* CSS, siehe: http://jendryschik.de/wsdev/einfuehrung/css */

a:link
{
	font-weight:bold;
	color: rgb(81,29,17);
	font-family: Comic Sans MS;
	font-size: 08pt;
    line-height: 150%;
}

a:visited
{
	font-weight:bold;
	color: rgb(132,120,116);
	font-family: Comic Sans MS;
	font-size: 08pt;
    line-height: 150%;
}

a:hover
{
	text-decoration:none;
	font-weight:bold;
	background-color: #FFFF80;
	font-family: Comic Sans MS;
	font-size: 08pt;
    line-height: 150%;
}

a:active 
{
	font-weight:bold;
	color: rgb(255,0,0);
	font-family: Comic Sans MS;
	font-size: 08pt;
    line-height: 150%;
}

p
{
  margin-top: 0px;
  margin-bottom: 0px;
}

body
{
	background: url("Bilder/hintergrundhellbraun.gif")	
	background-color: #F7F7ED;
	font-family: Verdana, Arial Rounded MT Bold, Arial, Helvetica, Verdana, sans-serif;
	color: rgb(0,0,0);
	font-size: 08pt;
	word-spacing: 0; 
    text-indent: 0;
    line-height: 120%;
	margin: 0;
}

table
{
	table-border-color-light: rgb(250,255,245);
	table-border-color-dark: rgb(250,255,245);
	color: rgb(0,0,0);	
	font-size: 08pt;
	word-spacing: 0; 
    text-indent: 0;
    line-height: 120%;
	margin: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial Rounded MT Bold, Arial, Helvetica, Verdana, sans-serif;
}
h1
{
	color: rgb(0,0,0);}
}
h2
{
	color: rgb(0,0,0);}
}
h3
{
	color: rgb(0,0,0);}
}
h4
{
	color: rgb(0,0,0);}
}
h5
{
	color: rgb(0,0,0);}
}
h6
{
	color: rgb(0,0,0);}
}