/*content style (text=pageContent)*/

.text-header
{
	font-size: 16px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: #697177;

}

.text
{
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
	color: #697177;
	line-height : 150%;
}

.pageContent
{
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
	color: #697177;
	line-height : 150%;
}

.pageContent a
{
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
	color: #63C308;
	line-height : 150%;
}

/* ---------- DIGA: just in case, so Text inside tables, links etc. is sized ok, too ---------- */

body, td, p, font {
	font-size: 10pt;
	color: #697177;
	font-family: Tahoma, Arial;
}

a {
	font-size: 10pt;
	color: #63C308;
	font-family: Tahoma, Arial;
}

input, select, textarea {
	font-size: 10pt;
	color: #676767;
	font-family: Tahoma, Arial;
	border: 1px solid #CCCCCC;
}

/* ---------- DIGA: just in case, so Text inside tables, links etc. is sized ok, too ---------- */

/* top elements */

.company
{
	font-size: 22px;
	font-family: Tahoma, sans-serif;
	color: white;
	font-style : italic;
	letter-spacing : -1px;
}

.slogan
{
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	color: #EEEEEE;
	font-style : italic;
	font-weight : bold;
}

.url
{
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	color: #8F9598;
	font-weight : bold;
}

/*main menu*/

.menu
{
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
	color: #888D90;
	font-weight : bold;
	text-decoration: none;
	word-spacing: -1px;
}

.amenu
{
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
	color: #62C20D;
	font-weight : bold;
	text-decoration: none;
	word-spacing: -1px;
}


/*submenu*/

.submenu
{
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
	color: #EEF2EF;
	text-decoration: underline;
}

.asubmenu
{
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
	color: #EEF2EF;
	font-weight: bold;
	text-decoration: underline;
}


/*bottom menu*/

.bmenu
{
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
	color: white;
	text-decoration: underline;
}

.abmenu
{
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}


/*copyright*/

.footer
{
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: white;
}

.bg
{
	background-color: #62C20D;
}

