

/* Einsatzgebiete Tabs
------------------------------------------------------------------------------- */
#contactsSubMenu {
	background: url(images/subnavi_einsatzgebiete_bg.png) top left no-repeat;
	height: 40px;
}

	ul#contacts {
		margin: 0 0 20px 10px;
		padding: 0 5px 0 0;
		list-style-type: none;
		font-size: 12px;

	}
		ul#contacts li {
			float: left;
			display: inline;
			margin: 0;
			padding: 6px 7px 7px 3px;
		}
		
		ul#contacts li.div {
			background: url(images/subnavi_einsatzgebiete_li_line.gif) top right no-repeat;
			padding-right: 10px;
		}





DIV.contactBox {
	border-top: 1px solid #e9e9e9;
	background: #f6f6f6 url(images/rounded_corner_right.jpg) bottom right no-repeat;
}

	.contactLeft {
		float: left;
		width: 220px;
	}
	
	.contactRight {
		float: right;
		width: 320px;
	}
