@charset "utf-8";
/* CSS Document */

/*////////////////////////////////////////////script light*/

a:link {
	color: #818181;
	text-decoration: none;
	font-weight: lighter;
	font-style: italic;
	font-size: 11px;
}
.a:hover {
	text-decoration: underline;
	font-weight: lighter;
}
.a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.a:visited {
	color: #818181;
	text-decoration: none;
	font-weight: lighter;
	font-style: italic;
	font-size: 11px;
}
.Stil_normal {
	color: #1b1d0b;
	font-size: 11px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 2.0;
}
.Stil_bold {
	color: #1b1d0b;
	font-size: 11px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 1.5;
	font-weight: bold;
}
.Stil_normal_green {
	color: #304014;
	font-size: 11px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 1.5;
}	
.Stil_kursiv_green {
	color: #304014;
	font-size: 11px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 1.5;
}	
.Stil_bold_green {
	color: #304014;
	font-size: 11px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 1.5;
	font-weight: bold;
}
.Stil_foot {
	color: #f3f6c8;
	font-size: 9px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.5px;
}


/*//////////////////////////////////////////cells*/

.cell-with-bgcolour {
	background-color: #f3f6c8;	
}
.cell-with-bgimage2 {
	background-image: url(../pics/backgrounds/bg1b.jpg);	
}
.cell-with-bgimage3 {
	background-image: url(../pics/backgrounds/bg1c.jpg);	
}


