/* DATEI: links.css - Formate für bottomleft*/

body         {font-family: Arial; font-size: 13px;}
p              {font-family: Arial; font-size: 13px;}
table         {font-family: Arial; font-size: 13px;}

body.top     { background-color: #FFFFFF; background-repeat:repeat-x; }
body.cor     { background-color: #FFFFFF; background-repeat:repeat-Y; }
body.left    { background-color: #FFFFFF; background-repeat:repeat-Y; }

div.lft_vline  { position: absolute; top: 0%; right: 0%; z-index: 1; 
		 width: 1; height: 100%; background-color: #DDDDDD;
                 background-repeat: repeat; background-attachment: scroll;
                 border: 0px solid #DDDDDD; background-position: 0% 0%;
               }
div.top_vline  { position: absolute; top: 30%; right: 0%; z-index: 1; 
		 width: 1; height: 100%; background-color: #DDDDDD;
                 background-repeat: repeat; background-attachment: scroll;
                 border: 0px solid #DDDDDD; background-position: 0% 0%;
               }

div.content { text-align: justify;
              max-width: 710px;
            }		  
		  
b  {color: #222222; }
a  {color: #222222; }

a:link      {color: #22220F;}
a:visited   {color: #22220F;}
a:hover     {color: #22220F; text-decoration:underline overline}
a:active    {color: #22220F; text-decoration:underline overline}
a:focus     {color: #22220F; text-decoration:underline }

tr    { align : left; vertical-align:top;
      }

th    { white-space:nowarap; 
 	 padding-top   :20px;
        text-align : left;
        color: #333333;
	font-weight: bold;
      }	
	
td    {
        white-space:nowarap;
        text-align : left;
        color: #333333;
	font-weight: normal;
      }
th.m1
      { font-size: 0.9em;
     text-align : right;
	padding-right : 0px; 
	padding-top   :20px;
th.m
      { font-size: 0.9em;
	padding-left : 0px; 
	padding-top  :20px;
      }	
td.m
      { font-size: 0.70em;
	padding-left : 5px; 
      }
	
li    { list-style: disc;
        color :#222222;
      }

