/*  redesign, 26.2.2017                         */
/*  nur für die Leftside  Page                  */


	/** nur in der index  **/
	/*  a:link { font-weight : normal;   color : DeepPink   ; } 
	  a:visited { font-weight : bold;  color : DarkSlateGray  ; }	
   */
 
  
p, li, dd, dt {
	padding-bottom: 2px;
	font-size: 13px;
	line-height: 1.5;
	
}   
   
body {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #fff2e6; 
	margin: 20px 10 0 25;
	background-image: url(./../image/bgleft1.jpg);
	/* background-size: cover ; */
	font-size: 15px;
	color: e67300;
		border-collapse:collapse; 
		border: 0px;
}

.address{
	font-family : Arial, Helvetica, sans-serif;
	position:absolute; bottom:10px;
	font-size: 13px;
	color: darkblue ;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	/*background-color: #fff2e6; 
	margin:10px 10 0 20;
	background-image: url(./image/bgleft1.jpg);
	 background-size: cover ; */
	font-size: 13px;
	color: red;
}

/* table {	 */
	 /* --background-color: white;  */
	 /* --width: 1024px; */
	 /* --max-width:1024px; */
	 /* border: 1px solid ; background-color : #f0f0f0;  */
	 /* border-color: blue;  */
	 /* color: black; */
/* } */


A {  
   text-decoration : none; 
   font-size: 14px;   
   padding: 2pt; color: #ff8c1a; font-weight : normal;
		/* vertical-align : middle; */    	  
  }  

A:focus { color: brown ; font-size: 14px;  }
 
A:hover {
	font-weight : bold;          
	/* color : yellow;	
	background-color : #ff8000;
		padding: 3pt 10 3 10;    */
		/*border-top  : 1px solid  #994d00;  		cc6600 
		border-right  : 3px solid #994d00; 
		border-bottom : 3px solid #994d00 ; 
		border-left : 1px solid  #994d00; */
		/* border : 1 3 3 1 solid  red;	
		border-radius: 8px;  */	
		
		 /* font-size : 12px; */
}

