/* 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:#DDDDDD;
}

/* 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:#DDDDDD; */
}

/* 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;
  background:#B5C0BD;
}

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


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

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:#DDDDDD */ }

h2 {
  font-size:14px;
  font-weight:bold;
  color:#3A3A3A;
  }

h3 {
  font-size:12px;
  font-weight:bold;
  color:#3A3A3A;
  }

/* Navigation oben */

#navtop, #navtop a {
  font-size:13px;
  font-weight:bold;
  color:#12563E;
  }

#navtop a:hover { color:#90A39D }


/* Navigation links */


#location {
  font-size:14px;
  font-weight:bold;
  color:#12563E;
  text-indent:6px
  }

#navleft, #navleft a {
  font-size:12px;
  font-weight:bold;
  color:#3A3A3A;
  text-indent:3px
  }

#navleft:first-letter { font-size:16px }

#navleft a:hover { color:#EEEEEE }

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

/*
input {
  background-color:#EEEEEE;
  height:22px;
  border:1px solid #000000;
}

textarea {
  background-color:#EEEEEE;
  border:1px solid #000000;
}
*/
