/* *************************************************************************** */
/* TEXT-STYLES                                           */
/* *************************************************************************** */

/* schriftgroesse / -stil global setzten */
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;
}
table { font-size:1em; }
.webText th, .webText td    { text-align:left; }
.webTable th, .webTable td  { text-align:left; }
form br { clear: both; }
form { clear:left; }
a:link, a:active, a:visited {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #095040;
    text-decoration: underline;
}

a:hover {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #000000	;
    text-decoration: underline;
}

.grey {
	color: #666666;
	font-weight: bold;
}




/* *************************************************************************** */
/* Global NAVIGATION  oben                                                       */
/* *************************************************************************** */

.webGlobalContent {
  font-size: 1.25em;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align:middle;
  padding:0;
  display:block;

}
.webGlobalContent:link, .webGlobalContent:active, .webGlobalContent:visited {
  font-size: 1.25em;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  display:block;
}

.webGlobalContent:hover {
  text-decoration:none;
  display:block;
  font-size: 1.25em;
  font-weight: bold;
  color: #FFFFFF;
}

.textbox {
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  height: 475px;
  padding: 0px 15px;
}

.small {
  font-size: 9px;
  font-weight: normal;
  color: #999999;
}

/* *************************************************************************** */
/* Titel                                                      */
/* *************************************************************************** */

.whitetitle {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align:middle;
  padding: 10px;

}

.greytitle {
  font-size: 20px;
  font-weight: normal;
  color: #b4d475;
  vertical-align:middle;

}

.plus {
  color: #9dc93b;
  font-size: 22px;
  font-weight: bold;

}

