@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'antipastoregular';
    src: url('antipasto_regular-webfont.eot');
    src: url('antipasto_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('antipasto_regular-webfont.woff2') format('woff2'),
         url('antipasto_regular-webfont.woff') format('woff'),
         url('antipasto_regular-webfont.ttf') format('truetype'),
         url('antipasto_regular-webfont.svg#antipastoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.moduletableplain{
border:none;
}

.moduletableblue-left{
	margin:10px 0;
	padding:10px;
	border:1px solid #c4c5c6;
	background:#ffffff;
	font-size:17px;
	line-height:23px;
}

.moduletableblue-left h3{
	margin:0 0 0 -37px;
	padding:0 0 0 20px;
	height:50px;
	line-height:40px;
	background:url(../images/blue-left.png) top left no-repeat;
	font-size:24px;
	color:#272727;
	font-weight:normal;
	letter-spacing:1px;
}

.moduletablegreen-right{
	margin:10px 0;
	padding:10px;
	border:1px solid #c4c5c6;
	background:#ffffff;
	font-size:17px;
	line-height:23px;
}

.moduletablegreen-right h3{
	margin:0 -37px 0 0;
	padding:0 0 0 10px;
	height:50px;
	line-height:40px;
	background:url(../images/green-right.png) top right no-repeat;
	font-size:24px;
	color:#272727;
	font-weight:normal;
	letter-spacing:1px;
}

.moduletableorange-left{
	margin:10px 0;
	padding:10px;
	border:1px solid #c4c5c6;
	background:#ffffff;
	font-size:17px;
	line-height:23px;
}

.moduletableorange-left h3{
	margin:0 0 0 -37px;
	padding:0 0 0 20px;
	height:50px;
	line-height:40px;
	background:url(../images/orange-left.png) top left no-repeat;
	font-size:24px;
	color:#272727;
	font-weight:normal;
	letter-spacing:1px;
}

.moduletableyellow-right{
	margin:10px 0 0 0;
	padding:10px;
	border:1px solid #c4c5c6;
	background:#ffffff;
	font-size:17px;
	line-height:23px;
}

.moduletableyellow-right h3{
	margin:0 -37px 0 0;
	padding:0 0 0 10px;
	height:50px;
	line-height:40px;
	background:url(../images/yellow-right.png) top right no-repeat;
	font-size:24px;
	color:#272727;
	font-weight:normal;
	letter-spacing:1px;
}