/* MANDATORY
 * .g2_edit Class is used for the HTML-Area Editor in the admin section.
 * Usually, it has the same definitions as the class specifying the content
 * area of the pages.
 */
.g2_edit {
  COLOR: #333366;
  FONT-FAMILY: Verdana, Helvetica, Sans-Serif, Geneva, Swiss, SunSans-Regular;
  FONT-SIZE: 13px
}

/* MANDATORY
 * This is the class-definition of the area where the main content of a Page
 * will be displayed. You can rename it and give it your own name, if needed.
 * Don't forget to adapt .g2_edit after having made changes here!
 */
.inhalt {
  COLOR: #333366; FONT-FAMILY: Verdana, Helvetica, Sans-Serif, Geneva, Swiss, SunSans-Regular; FONT-SIZE: 13px
}

/* Title of the content */
.contenttitel {
  COLOR: #333366; FONT-FAMILY: Helvetica, Sans-Serif, Geneva, Swiss, SunSans-Regular; FONT-SIZE: 24px;  FONT-WEIGHT: bold
}

/* Description being shown below unassigned pictures or files */
.mediadesc {
  COLOR: #000000; FONT-FAMILY: Helvetica, Sans-Serif, Geneva, Swiss, SunSans-Regular; FONT-SIZE: 9px
}

/* When A:link is specified, G2 will make use of it in the HTML-Area Editor */
A:link {
  COLOR: #33CC00; FONT-FAMILY: Verdana, Helvetica, Sans-Serif, Geneva, Swiss, SunSans-Regular; TEXT-DECORATION: none
}
A:visited {
  COLOR: #33CC00; FONT-FAMILY: Verdana, Helvetica, Sans-Serif, Geneva, Swiss, SunSans-Regular; TEXT-DECORATION: none
}
A:hover {
  COLOR: #11AA00; FONT-FAMILY: Verdana, Helvetica, Sans-Serif, Geneva, Swiss, SunSans-Regular; TEXT-DECORATION: underline
}


/* Add your own definitions below... ---------------------------------------- */


TD.NAVOff {
	COLOR: #CCCCCC; TEXT-DECORATION: none; FONT-SIZE: 10pt; FONT-WEIGHT: bold;
}
TD.NAVOff A:link {
	COLOR: #CCCCCC; TEXT-DECORATION: none
}
TD.NAVOff A:visited {
	COLOR: #CCCCCC; TEXT-DECORATION: none
}
TD.NAVOff A:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}


