body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #339900;
}

td, tr, p, div {
   font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #339900;
}

a {
   text-decoration: none;
   font-weight: bold;
   color: #006600;
}

a:link, a:visited {
   text-decoration: none;
   font-weight: bold;
   color: #006600;
}

a:hover {
   color: #339900;	
   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;
}

.content {
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   color: #003300;
   font-weight: bold;
   text-align:center;
}
.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;
}

/* andere Definitionen / other */

.footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.pr1 {
   border: 5px solid #ffffff;
   
   background-color: #F4FFF4;
   color: #006600;
   font-size: 14px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pr2 {
  
   background-color: #F4FFF4;
   color: #006600;
   font-family: arial, helvetica, sans-serif;
   font-size: 10px;
   color: #003300;
   text-decoration: none;
   font-weight: bold;
}

.pr3 {
   border: 5px solid #ffffff;
   background-color: #E6E7E8;
   color: #006600;
   font-family: arial, helvetica, sans-serif;
   font-size: 10px;
   color: #003300;
   text-decoration: none;
   font-weight: bold;
}