/* 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 {
  font-family:Verdana,Arial,sans-serif;
  font-size:12px;
  color:#3A3A3A;
  background:#FFFFFF;
}

/* 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 {
  font-family:Verdana,Arial,sans-serif;
  font-size:12px;
  color:#3A3A3A;
  background:#FFFFFF;
  line-height: 150% 
}

/* Title of the content */
.contenttitel {
  font-size:16px;
  font-weight:bold;
  color:#3A3A3A;
}

/* Description being shown below unassigned pictures or files */
.mediadesc {
	FONT-SIZE: 9px
}

/* When A:link is specified, G2 will make use of it in the HTML-Area Editor */
A:link {
  color:#1D8B64; text-decoration:underline;
}
A:visited {
  color:#1D8B64; text-decoration:underline;
}
A:hover {
  color:#12563E; text-decoration:none;
}


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

A.topmenuitem:link {
  color:#2C843A;
  text-decoration:none;
}
A.topmenuitem:visited {
  color:#2C843A;
  text-decoration:none;
}
A.topmenuitem:hover {
  color:#2C843A;
  text-decoration:none;
}

body,h1,h2,h3,h4,p,ul,ol,li,div,td,th,b,i {
  font-family:Verdana,Arial,sans-serif;
  font-size:12px;
  color:#3A3A3A;
}

body { background:#FFFFFF; }

html { 
      overflow: -moz-scrollbars-vertical; 
} 


.copyright { font-size:9px; color:gray}

