div.text img 
{
    float: right;
    margin: 0px 0px 0px 30px;	
}

table.liste 
{
	margin: 0px 20px 20px 20px;
	width: 740px;
	border-collapse: collapse;
}
	table.liste tr 
	{
		padding: 20px 0;
		border-bottom: 1px solid #bbb;
	}
		table.liste tr th
		{
			padding: 10px 0;
			font-weight: bold;
			font-size: 1.25em;
		}
            table.liste tr th.quelle
            {
                width: 250px;
            }
            table.liste tr th.vorschau
            {
                width: 170px;
            }
            table.liste tr th.download
            {
                width: 100px;
            }
		table.liste tr td 
		{
			padding: 10px 0px;
			border-bottom: 1px solid #bbb;
            vertical-align: middle;
		}
        
table.liste h3
{
    margin: 0px !important;
}
table.liste p
{
    margin: 5px 0px 0px 0px;
}

		
div.text
{
    margin: 0px 20px 20px 20px;
}


div.presseverteiler label
{
    font-weight: bold;
}