
	
/******* Kontakte Neu **************/



.kontakte-neu {
	margin: 0px 18px 24px 26px;
	border-collapse:collapse;
	width:600px;
	}

	
.kontakte-neu th {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color: #DA251D;
	border-bottom: 1px solid #DA251D;
	}
	
.kontakte-neu td, .kontakte-neu th {
	vertical-align:top;
	width:200px;
	}
	
.kontakte-neu h3 {
	font-size:13px;
	padding:6px 8px;
	margin:0px 20px 0 0;
	color:#333333;
	}
	
td.image {
	width:215px;
	border:0px solid red;
	}
	
h3.areaheader {
	background-color:#ededed;
	border-bottom:none;
	font-size:13px;
	padding:6px 8px;
	margin:8px 0 10px 20px;
	color:#333333;
	width:600px;
	}
	
h3.areaheader-short {
	background-color:#ededed;
	border-bottom:none;
	font-size:13px;
	padding:6px 8px;
	margin:8px 0 10px 20px;
	color:#333333;
	width:400px;
	}
	
h3.areaheader-veryshort {
	background-color:#ededed;
	border-bottom:none;
	font-size:13px;
	padding:6px 8px;
	margin:8px 0 10px 20px;
	color:#333333;
	width:200px;
	}
	
th.spacer {
	border:none;
	}
	
td.spacer {
	border: 0px solid blue;
	}
	
	
td.detaillink {
	color: #DA251D;
	font-weight:normal;
	vertical-align:top;
	width:50px;
	border:0px solid green;
	vertical-align:bottom;
	}
	
	
td.detaillink .linkzone {
	position:relative;
	top:2px;
	padding:2px;
	background-color:#fff;
	width:45px;
	text-align:center;
	}
	


/******* Ende Kontakte Neu **************/


