.error{
	color: #AA0000;
}

.mainBG{
	background-color: #FFFEF7;
 }

/*link*/
A  {
	color : #133016;
	font-weight : bold;
	text-decoration : underline;
}
/*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;
	text-decoration : underline;
}

/*gerade angeklickter link*/
A:Active  {
	color : #133016;
	font-weight : bold;
	text-decoration : underline;
}

A.langlink  {
        color : #133016;
        font-weight : normal;
        text-decoration : none;
	font-size: 70%;
}
A.langlink:Hover  {
        color : #133016;
        font-weight : normal;
        text-decoration : underline;
	font-size: 70%;
}
A.langlink:Visited  {
        color : #133016;
        font-weight : normal;
        text-decoration : none;
	font-size: 70%;
}
A.langlink:Active  {
        color : #133016;
        font-weight : normal;
        text-decoration : underline;
	font-size: 70%;
}


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

P {
	font-size : 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}

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

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

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

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

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

.nobg{
	background-image: none;
}

.logobg{
	background-image: url(images/backgroundlogo.gif);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center;
}

DIV{
	margin: 0px;
}

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

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

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

.mtext{ 
	font-size: 100%;
	color : #133016;
	text-align: center;
}

