/* Allgemeine Definitionen */


body {
	
	background-color: #FBF7F3;

	font-size: 12px;

	font-family: arial, helvetica, sans-serif;

	color: #000000;
      }




td, tr, p, div {

	 font-size: 12px;
 	 font-weight: normal;

  	 text-align:left;
	 direction: ltr;
	 font-family: tahoma, helvetica, sans-serif;

	 color: #000000;

	}





a {
     
   text-decoration: none;

  	font-weight: normal;

   	color: #000000;
	
}





a:link, a:visited {

   text-decoration: none;
 
   text-align: left;
   font-weight: normal;

   color: #000000;

  }




a:hover {

  	 color: #9E005D;
	
 text-decoration: underline;

  	 font-weight: normal;

}




/* Menu Definitionen */



table.moduletable {
   
	width: 100%;

   	table-layout: auto;

 	background-color: #DADADA;
	border: medium double rgb(251,247,243)


 }





table.moduletable th {

 	  background-color: #7B0046;

 	  color: #FFFFFF;

 	  width: 100%;

 	  border-bottom: 1px;

 	  border-color: #000000;


    }





/* Content Definitionen */



.contentheading {

	  font-family: arial, helvetica, sans-serif;

  	  font-size: 13px;

  	  color: #610220;

  	  font-weight: bold;

  	  text-align: right;

}





.small {

  	  font-family: tahoma, helvetica, sans-serif;

 	  font-size: 10px;

 	  color: #610220;

 	  text-decoration: none;

  	  font-weight: bold;

}




.createdate {

	   font-family: tahoma, helvetica, sans-serif;

	   font-size: 10px;

	   color: #000000;
	
   text-align: right;

}





.modifydate {

   	font-family: tahoma, helvetica, sans-serif;
	font-size: 10px;

   	color: #000000;

}


/* Klassen Definitionen */



.footer {

	font-family: tahoma, 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: #DADADA;

}




.tabl2 {

	height: 8px;

   	background-color: #FBF7F3;

}




.leftrow {

   	width: 170px;
line-height:20px;
   	margin-right: 5px;

}





.rightrow {

   	width: 200px;
	line-height:20px;

   	margin-left: 5px;

}