/* Allgemeine Definitionen */

body {
	background: #ecdcc2 url('../images/bg.jpg') top repeat-x;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #000000
}
.bg {
    background: url('../images/middle.png') center top repeat-y;
    padding-top: 0px;
}

.menu {
 margin-top: 0px;
 background: #000000;
  height: 40px;
}
.foot {
    background: url('../images/foot.jpg')top center no-repeat;
    height: 40px;
    padding-top: 10px;
    color: #cbad7d;
   
}
a.mainlevel-n: hover {
color: #ffffff;
font-size: 14px;
}
a.mainlevel-n:link, a.mainlevel-n:visited {
    color: #cbad7d;
    padding: 16px 15px 10px 15px;
    font-size: 14px;
    margin: 5px 10px 5px 10px;
}

td, tr, p, div {
   font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
}
a.mainlevel-nav:link,a.mainlevel-nav:visited{
    text-transform:uppercase;
    font-size: 12px;
	color: #4965c9;
	padding: 0px 15px 5px 55px;
	font-weight: bold;
}
a.mainlevel-nav:hover {
 text-decoration: none;
	color: #db1c1c;
	padding: 0px 15px 5px 55px;
	font-weight: bold;
}
a {
   text-decoration: none;
   font-weight: normal;
   color: #2b2829;
}

a:link, a:visited {
   text-decoration: none;
   font-weight: normal;
   color: #2b2829;
}

a:hover {
   color: #616161;	
   text-decoration: underline;
   font-weight: normal;
}

/* Menu Definitionen */

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

table.moduletable th {
   
   color: #616161;
   width: 100%;
   border-bottom: 1px;
   border-color: #000000;
}

/* Content Definitionen */

.contentheading {
   font-family: arial, helvetica, sans-serif;
   font-size: 16px;
   color: #616161;
   font-weight: bold;
   text-align: right;
}

.small {
   font-family: arial, helvetica, sans-serif;
   font-size: 10px;
   color: #000000;
   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: #84171a;
}

.tabl2 {
   height: 4px;
  background-color: #2a2823;
}

.leftrow {
   width: 180px;
    margin-top: 0px;
   background-color: #c4b7a1;
  
}
a.leftrow {
     margin: 0 5px 0 5px;
 
}


.rightrow {
   width: 180px;
   margin-top: 0px;
   background-color: #c4b7a1;
  }
  a.rightrow {
    margin: 0 5px 0 5px;
 
}