/* Allgemeine Definitionen */

body {
	background-color: #FFEECA;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #854B17
}

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

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

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

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

/* Menu Definitionen */

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

table.moduletable th {
   background-color: #854B17;
   color: #FFEECA;
   width: 100%;
   border-bottom: 1px;
   border-color: #000000;
}

/* Content Definitionen */

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

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

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

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

/* Klassen Definitionen */

.footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

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

.tabl1 {
   height: 8px;
   background-color: #854B17;
}

.tabl2 {
   height: 8px;
   background-color: #FFEECA;
}

.leftrow {
   width: 150px;
   margin-right: 5px;
}

.rightrow {
   width: 150px;
   margin-left: 5px;
}
