/* *************************************************************************** */
/* TEXT-STYLES 							                                       */
/* *************************************************************************** */

/* schriftgroesse / -stil global setzen */
body {
	font-family: tahoma, verdana, arial, sans-serif;
    color: #000000;
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 75%;
}

html,body {
    height: 100%;
}

.bold, .bold:visited, .bold:link, .bold:active, .bold:hover {
  font-weight:bold;
}

div,form,td {
    padding: 0px;
    margin: 0px;
}

a:link, a:active, a:visited {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
	cursor: hand;
}

a:hover {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #82C341	;
    text-decoration: underline;
	cursor: hand;
}

h1 {
	color: #82C341;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFFFFF;
	
}

h2 {
	color: #666666;
	font-weight: normal;
	font-size: 13px;
}


.grey {
	color: #666666;
	font-weight: bold;
}


.foot-text {
	color: #666666;
}



