/* Definitionen für Seite (59) Peter Jaumann */

table.projekt_table tr td:first-child 
{
    width: 120px !important;
}

/*
    Auflösung bis 1300px
*/
@media only screen
    and (max-width: 1300px)
{
	table.projekt_table tr td:first-child
	{
		 width: 100px !important;
	}
}