td.contentTitle,
.sflistTitle
{
/*
	background-image: url("../Images/Content_Header_Breit_01.gif");
*/
	background: #fff;
	border-bottom: 1px dashed #333;
}

td.contentFooter {
/*
	background-image: url("../Images/Content_Closer_Breit_03.gif");
*/
	background: #fff; /* Old browsers */
	height:13px;
}

td.contentContent {
/*
	background-image: url("../Images/Content_Fueller_Breit_02.gif");
	background-repeat: repeat;
*/
	background: #fff;
	height: 100%;
	padding:10px 10px 10px 0;
	vertical-align: text-top;

/*	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight:normal !important;
	*/
}

table.contentTable {
	width: 652px;
	border-spacing: 0px;
	float:left;
	text-align:left;
}

/** MOBILE **/
 /* Smartphones (portrait and landscape) ----------- */
@media only screen
and (max-device-width : 800px) {
	table.contentTable {
		width: 100%;
	}
}



table.contentSmallTable {
	width: 322px;
	border-spacing: 0px;
	float:left;
	text-align:left;
	margin: 5px;
}

/*
.contentHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #517DAA;
	font-weight: normal;
}
*/
.contactTxtBoxSimple {
	width:250px;
}

.contactTxtBoxMsg {
	width:350px;
}

/** MOBILE **/
 /* Smartphones (portrait and landscape) ----------- */
@media only screen
and (max-device-width : 800px) {
	.contactTxtBoxSimple {
		width:150px;
	}

	.contactTxtBoxMsg {
		width:150px;
	}
	
	table.contentSmallTable {
		width: 100%;
	}
}