@media only screen and (min-width : 300px) and (max-width : 399px), only screen and (min-device-width : 300px) and  (max-device-width : 399px){	
	
	#contact_list_table{
		width: 95%;
	}
	
	.profilimage{
		width: 150px;
		
	}
	
	.line3d_a{
		
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);	
	}
	
	.line3d_b{
		
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);	
	}
	
	
	.inlist-content-main{
		width: 100%;
		vertical-align: top;
	}
	

	.inlist-content-1{
	/* image container */
		float:left;
		width: 50%;
		padding: 1px;
		vertical-align: top;
	}
	
	.inlist-content-2{
	/* Adress container */
		float:left;
		width: 100%;
		padding: 1px;
		vertical-align: top;
	}
	
	.inlist-content-3{
	/* contacts container */
		float:left;
		width: 100%;
		padding: 1px;
		vertical-align: top;
	}
	
	.inlist-content-4{
	/* sonstiges container */
		float:left;
		width: 100%;
		padding: 1px;
		vertical-align: top;
	}
	
	.inlist-content-5{
	/* seal container */
		float:right;
		width: 50%;
		padding: 1px;
		vertical-align: top;
	}
	
	
	
	
	
	.inlist-name{
		font-weight: bold;
		width: 100%;
	}
	
	.inlist-street{
		width: 100%;	
	}
	
	.inlist-ort{
		width: 100%;	
	}
	
	
	
	.inlist-website-title{
		font-weight: bold;
		width: 100%;
	}
	
	.inlist-email-title{
		font-weight: bold;
		width: 100%;
	}
	
	.inlist-phone-title{
	font-weight: bold;
	width: 100%;
	}
	
	
.dt-table{
	width:100%;
}

.dt-control{
	width:5px;
	display:none;
}

.dt-column-1{
	
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    /**/ padding: 0em 0em; 
    background: none;
}
}