body {
	margin-top: 10px;
	margin-left: 30px;
	font-family:Tahoma,Helvetica,Sans; font-size: 11px; line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;

}

a   {
    color: #333333;
    }

/*******************************************************************
    HEADLINES
********************************************************************/   

h1 
    {
    font-size: 1.5em;
    font-weight: bold;
    color:  #0066cc;
    }
h2 
    {
    font-size: 1em;
    font-weight: bold;
    color:  #0066cc;
    background: url('/img/arrow_bl.gif') no-repeat left center;
    padding-left: 15px;
    }
h3 
    {
    font-size: 1em;
    font-weight: bold;
    color:  #333333;
    }
h4 
    {
    font-size: 1em;
    font-weight: bold;
    color:  #333333;
    background: url('/img/arrow_bl.gif') no-repeat left center;
    padding-left: 15px;
    }
   
/*******************************************************************
    LINKS
********************************************************************/    

.LINK_RIGHT
    {
    float: right;
    background: url('/img/arrow_bl.gif') no-repeat left center;
    padding-left: 15px;
    }
.LINK_INDEXPAGE
    {
    padding-left: 15px;
    }
.LINK_ARROW
    {
    background: url('/img/arrow_bl.gif') no-repeat left center;
    padding-left: 15px;
    }

/*******************************************************************
    LISTEN
********************************************************************/   
ul 
    {
    padding: 0px;
    margin: 0px;    
    }
ol 
    {
    padding: 0px;
    margin: 0px;    
    }
ul li 
    {
    margin-left: 00px;
    background: url('/img/arrow_li.gif') no-repeat left 5px;
    list-style: none;
    padding-left: 15px;

   }
div.content_left ul li
    {
    margin-bottom: 5px;
    }    
ol li 
    {
    margin-left: 15px;
    padding-left: 0px;
    }
    
/*******************************************************************
    HORIZONTAL ROW
********************************************************************/   

hr 
    {
    border:  none;
    border-top: 1px dotted #A1A1A1;
    }
    
/*******************************************************************
    Tabelle
********************************************************************/  

td  
    {
    vertical-align: top;
    font-family:Tahoma,Helvetica,Sans; font-size: 11px; line-height: 16px;
    }
    
table.border tbody td{
	border-bottom: 1px dotted #333333;
	padding-bottom: 5px;
	}

