/* 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Title of the content */
.contenttitel {
  font-size:24px;
  color: #F19300;
  display: block;
  border-bottom: 1px solid #577B97;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

/* 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:#F19300; text-decoration:underline;
}
A:visited {
  color:#F19300; text-decoration:underline;
}
A:hover {
  color:#F19300; text-decoration:none;
}

#snaviLink A {
  color:#00758B; text-decoration: none;
}

#topnaviLink A {
  color:#00758B; text-decoration: none;
}


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

td, body, p, span, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(//templates/default/images//offwhite.png);
	background-repeat: repeat;
}

.sidenavibgr {
	background-image: url(/templates/default/images//snavibgr.png);
	background-repeat: no-repeat;
}
table#content {
	background-image: url(/templates/default/images//yellowbgr.png);
	background-repeat: repeat;
}

tr#head {
	background-image: url(/templates/default/images//logoBgr.png);
}

tr#topnavi {
	background-image: url(/templates/default/images//navibgr.png);
	background-repeat: repeat-x;
}

td#topnaviLink {
	height: 25px;
	width: 100px;
	text-align: center;

}

td#sidenavi {
	background-image: url(/templates/default/images//snavibgr1.png);
	background-repeat: repeat;
}

td#snaviLink {
	height: 25px;
	text-indent: 8px;
}

td#c_hline {
	background-image: url(/templates/default/images//bordGreen.png);
	background-repeat: repeat-x;
}

td#c_vline {
	background-image: url(/templates/default/images//bordGreen.png);
	background-repeat: repeat-y;
	left: 0px;
	top: 0px;
}

td#c_corner {
	background-image: url(/templates/default/images//bordGreen.png);
	background-repeat: repeat-y;
	left: 0px;
	top: 0px;
}
td#c_rSide {
	background-image: url(/templates/default/images//cont_rs.png);
	background-repeat: repeat-y;
}
td#c_bSide {
	background-image: url(/templates/default/images//cont_bs.png);
	background-repeat: repeat-x;
}

td#sponsor {
	height: 50px;
	width: 100px;
}

