body {
	background-color: #FFFFCC;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #006600;
	background-image: url(../../../../logos/hg_markise.gif);
	background-repeat: repeat-x;
}

td, tr, p, div {
   font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #003300;
}

a {
   text-decoration: none;
   font-weight: bold;
   color: #006600;
}

a:link, a:visited {
   text-decoration: none;
   font-weight: bold;
   color: #006600;
}

a:hover {
   color: #006600;	
   text-decoration: underline;
   font-weight: bold;
}

/* Content Main Definitionen */

.contentheading {
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   color: #003300;
   font-weight: bold;
   text-align: left;
}

.small {
   font-family: arial, helvetica, sans-serif;
   font-size: 10px;
   color: #003300;
   text-decoration: none;
   font-weight: bold;
}

.createdate {
   font-family: arial, helvetica, sans-serif;
   font-size: 10px;
   color: #003333;
   text-align: left;
}

.modifydate {
   font-family: arial, helvetica, sans-serif;
   font-size: 10px;
   color: #003333;
}

/* Menu Definitionen */

table.moduletable {
   width: 100%;
   table-layout: auto;
}

table.moduletable th {
   background-color: #006600;
   color: #FFFFFF;
   width: 100%;
}

table.moduletable td {
   padding-left: 3px;
   padding-bottom: 2px;
}

/* Formular Definitionen */

.inputbox {
   border: 1px solid #006600;
   background-color: #F4FFF4;
}

.button {
   border: 1px solid #006600;
   background-color: #F4FFF4;
   color: #006600;
}
a .sublevel {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;
	margin-left: 3px;
}
a:link.sublevel {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-left: 3px;
}
a:hoover.sublevel {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-left: 3px;
}
a:visited.sublevel {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-left: 3px;
}
/* andere Definitionen / other */

.footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
/* EDITOR*/
body.mceContentBody {
background-color: #FFFFFF !important;
background-image: none;
}