/*link*/
A  {
	color : #133016;
	font-weight : bold;
	text-decoration : none;
	font-size : 80%;
	font-style : italic;
}
/*link mit maus dar&uuml;ber*/
A:Hover  {
	color : #133016;
	font-weight : bold;
	text-decoration : underline;
}
/*besuchter link*/
A:Visited  {
	color : #133016;
	font-weight : bold;
}
/*gerade angeklickter link*/
A:Active  {
	color : #491816;
	font-weight : bold;
	text-decoration : none;
}

.activmenu {
	color : #491816;
	font-weight : bold;
	font-style : italic;
	font-size : 80%;
	text-decoration : none;
}

BODY  {
	font-size : 100%;
	font-family : Geneva, Verdana, Arial, Helvetica, sans-serif;
	color : #491816;
	background-color : #FFFEF7;
}

P {
	font-size : 100%;
	font-family : Geneva, Verdana, Arial, Helvetica, sans-serif;
	color : #491816;
	line-height:15pt;
}

TD {
	BACKGROUND: none;
	font-size : 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.bgbild{
	BACKGROUND: url(images/mainpage.jpg) no-repeat;
}

.menu {
	font-size : 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : right;
	line-height:11pt
}

/*grosser titel*/
H1  {
	color : #0C220E;
	font-family : Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size : 180%;
	line-height: 200%;
	margin: 0px;
	font-weight: 100;
}

H2  {
	color : #0C220E;
	font-size : 160%;
	margin: 0px;
}

H3  {
	color : #491816;
	font-size : 140%;
	line-height: 200%;
	margin: 0px;
	font-weight: 100;
}

H4  {
	color : #0C220E;
	font-size : 120%;
	line-height: 180%;
	margin: 0px;
}

H5  {
	color : #0C220E;
	font-size : 110%;
	line-height: 120%;
	margin: 0px;
}
/*kleinster titel*/
H6  {
	color : #491816;
	font-size : 100%;
	line-height: 120%;
	margin: 0px;
}

.nobg{
	background-image : none;
}
DIV{
	margin: 0px;
}

.smalltext{ 
	font-size: 80%;
	color : #133016;
}

.smallbodytext{ 
	font-size: 90%;
	line-height: 140%;
}



