html {
	margin: 0px;
	padding: 0px;
	min-height: 100.05%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	font-weight: normal;
	line-height:1.6em;
	text-decoration: none;
	text-align: left;
	color: #606060;
	background-color: #f6f6f6;
}
div.clear {
	clear: both;
}
/*------------------------------------ (CSS_STYLED_CONTENT)  ----------------------------------- */
/********************************/
/* Allgemeine Formatierung      */
/********************************/
pre {
	font-family: monospace; 
}
a {
	color: #ee752c;
	text-decoration: none; 
}
a img {
  border:none;
}
a:hover {
	color: #ee752c; 
}
p, pre { 
	margin: 0px;
	margin-bottom: 10px; 
}
p.align-left { 
	text-align: left;
}
p.align-center { 
	text-align: center;
}
p.align-right { 
	text-align: right;
}
p.align-justify { 
	text-align: justify;
}
/*********************************/
/* Frames: Abstände, link-to-top */
/*********************************/
p.csc-linkToTop {
	text-align: right;
}
p.csc-linkToTop a {
	font-weight: bold;
}
/* --- */
div.csc-frame {
	border: 0px;
}
div.csc-frame-invisible {
	display: none;
}
div.csc-frame-rulerBefore {
	border-top: 1px solid #000;
}
div.csc-frame-rulerAfter {
	border-bottom: 1px solid #000;
}
div.csc-frame-indent {
	padding-left: 100px;
}
div.csc-frame-indent3366 {
	padding-left: 33%;
}
div.csc-frame-indent6633 {
	padding-right: 33%;
}
div.csc-frame-frame1 {
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px dotted #aa8e0e;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.6em;
}
div.csc-frame-frame1 h1, div.csc-frame-frame1 p {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}
div.csc-frame-frame2 {
	padding: 2px 4px 2px 4px;
	border: 1px dotted #000;
}
/* --- */
div.csc-frame-frame1 h1, div.csc-frame-frame1 h2, div.csc-frame-frame1 h3, div.csc-frame-frame1 h4, div.csc-frame-frame1 h5, div.csc-frame-frame1 h6 {
	margin-top: 2px;
}
div.csc-frame-frame2 h1, div.csc-frame-frame2 h2, div.csc-frame-frame2 h3, div.csc-frame-frame2 h4, div.csc-frame-frame2 h5, div.csc-frame-frame1 h6 {
	margin-top: 2px;
}
/******************/
/* berschriften  */
/******************/
h1, h2, h3, h4, h5, h6 {
  color:#ee752c;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.3em;
}
h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
	margin-top: 0px;
}
h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left {
	text-align: left;
}
h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center {
	text-align: center;
}
h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right {
	text-align: right;
}
h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify {
	text-align: justify;
}
/* berschriften, verlinkt */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #ee752c;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
/* berschrift Datum */
p.csc-header-date {
	font-size: 0.8em;
}
/* Subüberschrift, allgemein */
p.csc-subheader {
	font-weight: bold;
	font-style: italic;
}
/* Subüberschrift, spezifiziert */
p.csc-subheader-0 {
}
p.csc-subheader-1 {
}
p.csc-subheader-2 {
}
p.csc-subheader-3 {
}
/*******************/
/* RTE / Bodytext: */
/*******************/
p.bodytext {
}
p.bodytext a { 
}
/********************/
/* Aufzählungsliste */
/********************/
ul {
	margin-top: 0px;
}
ol {
	margin-top: 0px;
}
li {
	padding-top: 0px;
}

/**********/
/* Bilder */
/**********/
/* Captions */
div.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center;
}
div.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left;
}
/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn {
	float: left;
	display: inline;
}
/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 2px solid #000;
	padding: 0px 0px;
}
div.csc-textpic-imagewrap {
	padding: 0;
}
div.csc-textpic img {
	border: none;
}
/* DIV: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
	float: left;
}
/* UL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.csc-textpic div.csc-textpic-imagewrap ul li {
	float: left;
	margin: 0;
	padding: 0;
}
/* DL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: left;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
	border: none;
} /* FE-Editing Icons */
dl.csc-textpic-image {
	margin: 0;
}
dl.csc-textpic-image dt {
	margin: 0;
	display: inline;
}
dl.csc-textpic-image dd {
	margin: 0;
}
/* Clearer */
div.csc-textpic-clear {
	clear: both;
}
/* Margins around images: */
/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 0px;
}

/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image IMG {
	margin: 0;
	margin-bottom:20px;
}
/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	/*margin-bottom: 1px; HIER */
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom: 1px;
	display: block;
}
div.csc-textpic div.csc-textpic-imagerow {
	clear: both;
}
/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0px !important;
}
/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 10px !important;
}
/* Positioning of images: */
/* Above */
div.csc-textpic-above div.csc-textpic-text { clear: both; }
/* Center (above or below) */
div.csc-textpic-center {
	text-align: center; /* IE-hack *//* IE-hack */
}
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin: 0 auto;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	text-align: left; /* Remove IE-hack *//* Remove IE-hack */
}
div.csc-textpic-center div.csc-textpic-text {
	text-align: left; /* Remove IE-hack *//* Remove IE-hack */
}
/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap {
	float: right;
}
div.csc-textpic-right div.csc-textpic-text {
	clear: right;
}
/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap {
	float: left;
}
div.csc-textpic-left div.csc-textpic-text {
	clear: left;
}
/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float: left;
}
/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float: right;
}
/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	float: right;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */
/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float: left;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */
/* Spezieller style wenn bilder in einem "Rahmen (border)" dargestellt werden */
div.imageblock {
	margin-bottom: 10px;
}
/*********************************/
/* Aufzählungsliste spezifiziert */
/*********************************/
/* Aufzählungsliste, allgemein */
ul.csc-bulletlist li {
}
/* Aufzählungsliste, spezifiziert */
ul.csc-bulletlist-0 {
}
ul.csc-bulletlist-1 {
	list-style-type: decimal;
}
ul.csc-bulletlist-2 {
	list-style-position: inside;
}
ul.csc-bulletlist-3 {
	list-style-type: square;
}
/***********************/
/* Tabellen, allgemein */
/***********************/
table.contenttable {
  border-collapse: collapse;
	margin:0;
	padding:0;
  width:100%
}
table.contenttable tr td {
}
table.contenttable tr th { 
}

/* Tabellen, spezifiziert */
table.contenttable-0 {
}
table.contenttable-0 th {
}
table.contenttable-0 tr td {
}
table.contenttable-0 tr td.td-0 {
}
table.contenttable-0 tr td.td-last {
}

/* Layout 1 */
table.contenttable-1 {
}
table.contenttable-1 tr th {
}
table.contenttable-1 tr td {
}
table.contenttable-2 {
}
table.contenttable-2 tr td {
}
table.contenttable-3 {
}
/*************************/
/* Dateilinks, allgemein */
/*************************/
table.csc-uploads {
	border: 0px;
}
table.csc-uploads tr td p {
	background-color: transparent;
	font-size: 1em;
}
table.csc-uploads tr td {
	vertical-align: top;
}
table.csc-uploads tr.tr-even {
	background-color: #fff;
}
table.csc-uploads tr.tr-odd {
	background-color: #EBEBEB;
}
table.csc-uploads tr td.csc-uploads-icon {
	padding-left: 6px;
	padding-right: 6px;
	width: 1%;
	text-align: center;
	vertical-align: middle;
}
table.csc-uploads tr td.csc-uploads-fileName {
	width: 80%;
	padding-left: 5px;
}
table.csc-uploads tr td.csc-uploads-fileName p a {
	font-weight: bold;
}
table.csc-uploads tr td.csc-uploads-fileName p.csc-uploads-description {
	font-style: italic;
}
table.csc-uploads tr td.csc-uploads-fileSize {
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
}
/* Dateilinks, spezifiziert */
table.csc-uploads-1 {
}
table.csc-uploads-2 {
}
table.csc-uploads-3 {
}
/**************************/
/* Verschiedene Formulare */
/**************************/
form { 
	margin: 0px;
}
input, textarea, select { 
	padding-left: 3px; 
	margin-bottom: 2px;
	border: 1px solid #000;
}
input.submit {
	clear: both;
	color: #000;
	background-color: #bbb;
	border: 2px solid #bbb;
}
label {
	padding-top: 3px;
	display: block;
	float: left;
}
/* Email, Login und Such- Formular allgemein: */

/* Email Formular, spezifiziert */

/* Such Formular, spezifiziert */

/* Login Formular, spezifiziert */

/* Sitemap */
div.csc-sitemap ul {
  list-style-image:url(../images/pfeil-angebote.gif);
}

/* ------------------- Template Container - Styles ----------------------*/
/* Breite: 990px*/
/* Breiten- und Höhenangaben in em für flexibles Layout! 10px = 0.9em (bei font-size: 70% - entspricht 11px)*/
div.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
div#breite {
  position:relative;
  margin:auto;
  width:995px;
}
div#container {
  float:left;
  width:100%;
  background-image:url("../images/header-bg.gif");
  background-repeat:no-repeat;
}
div#logo {
  float:left;
  height:70px;
  position:relative;
  width:995px;
}
div#mainnav {
  float:left;
  height:37px;
  margin-bottom:20px;
  width:995px;
}
div.mainnav-left {
  background-image:url(../images/bg-menu-left.gif);
  background-repeat:no-repeat;
  float:left;
  height:37px;
  width:17px;
}
div.mainnav-right {
  background-image:url(../images/bg-menu-right.gif);
  background-repeat:no-repeat;
  float:left;
  height:37px;
  width:17px;
}
div#header {
  background-image:url(../images/header.jpg);
  background-repeat:no-repeat;
  float:left;
  height:269px;
  position:relative;
  width:995px;
  z-index:0;
}
div.header-text {
  color:#fff;
  float:right;
  font-weight:bold;
  font-size:14px;
  padding:50px 0 0 0;
  width:340px;
}
span.big {
  font-size:18px;
  line-height:24px;
}
span.bigbig {
  font-size:24px;
  line-height:50px; 
}
a.wappen {
  display:block;
  height:106px;
  position:absolute;
  right:34px;
  top:15px;
  width:79px;
  z-index:99;
}
a.wappen:hover {
  background-image:url(../images/wappen-hover.gif);
  background-repeat:no-repeat;
}
div.sprachnav {
  position:absolute;
  top:5px;
  left:510px;
}
div#content {
  float:left;
  width:100%;
}
div#content-align {
  background-image:url(../images/bg-main-center.gif);
  background-repeat:repeat-y;
  float:left;
  padding:20px;
  width:955px;
}
div#content-align-top {
  background-image:url(../images/bg-main-top.gif);
  background-repeat:no-repeat;
  height:9px;
  float:left;
  margin-top:20px;
  width:995px;
} 
div#content-align-bottom {
  background-image:url(../images/bg-main-bottom.gif);
  background-repeat:no-repeat;
  height:9px;
  float:left;
  margin-bottom:20px;
  width:995px;
}
div#footer {
  float:left;
  width:100%;
}

ul.footer {
  border-top:1px solid #cecece;
  border-bottom:1px solid #cecece;
  float:left;
  list-style:none;
  padding:10px 0;
  margin: 0 0 10px 0;
  width:100%;
}
ul.footer li {
  border-right:1px solid #cecece;
  float:left;
  margin-right:10px;
  padding-right:10px;
}

/*--Hauptnav--*/
ul.hauptnav {
  background-image:url(../images/bg-menu-center.gif);
  background-repeat:repeat-x;
  float:left;
  height:37px;
  list-style:none;
  margin:0;
	padding:0;
	width:961px;
}
ul.hauptnav li {
  border-right:1px solid #cbcbcb;
  color:#fff;
  float:left;
  height:37px;
  line-height:37px;
  list-style:none;
  padding:0;
  text-align:center;
  width:100px;
  font-size: 1.2em;
  background-image:url("../images/bg-menu-center-over.gif");
  background-repeat:repeat-x;
}
ul.hauptnav li a {
  display:block;
  color:#3d3d3d;
  height:37px;
  width:100px;
  background-image:url(../images/bg-menu-center.gif);
  background-repeat:repeat-x;
}
ul.hauptnav li a:hover {
  color:#fff;
}

/*--Subnav--*/
ul.extranav {
}
ul.extranav li {
}


/* Powermail Schnellanfrage */
form#schnellanfrage {
  border-bottom:1px dotted #666;
  float:left;
  font-size:11px;
  margin:0;
  padding:0 0 5px 0;
  width:220px;
}
form#schnellanfrage fieldset {
  border:none;
  float:left;
  margin:0;
  padding:0;
  width:100%;
}
form#schnellanfrage fieldset legend {
  display:none;
}
form#schnellanfrage label {
  padding:0;
  line-height:16px;
}
form#schnellanfrage input {
  border-color:#9f9f9f;
  font-size:11px;
  color:#666;
}

/* ------------------- Accordion - Styles ----------------------*/

/* Allgemein */
div.rgaccord1-nest {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
*+ html div.rgaccord1-nest {
  float:none;
}
h3.rgaccord1-toggle {
  background-image:url(../images/listitem.gif);
  background-position:left center;
  background-repeat:no-repeat;
  border-bottom:1px dotted #666;
  color:#000;
  cursor:pointer;
  font-size:1.3em;
  font-weight:bold;
  margin:0 0 8px 0;
  padding:0 0 0 20px;
  position:relative;
  text-transform:inherit;
}
div.rgaccord1-content {
  float:left;
  width:100%;
}
div.rgaccord1-content .ce {
  margin-bottom:0;
}
div.rgaccord1-content h1 {
  display:none;
}
div.rgaccord1-content p {
  margin:0;
  padding:0 0 10px 0;
}


/************* Chgallery Stylesheets *************/

div.tx-chgallery-pi1 {
}
div.tx-chgallery-pi1 div.clr { 
  clear:both; 
}
div.tx-chgallery-pi1 div.pagebrowser {
}
div.single span {
  display:none;
}
div.tx-chgallery-pi1 div.single {
  border:1px solid #EE752C;
  background-color:transparent;
  float:left;
  margin-right:17px;
  margin-bottom:17px;
  vertical-align:middle;
  height:140px;
  width:140px;
}
* html div.tx-chgallery-pi1 div.single {
  margin-right:9px;
}
div.tx-chgallery-pi1 div.single div.img {
  margin:10px;
  height:120px;
  width:120px;
}
div.tx-chgallery-pi1 div.single div.align {
  text-align:center;
  height:120px;
  width:120px;
}
div.tx-chgallery-pi1 div.single div.align a img {
  vertical-align:middle;
}


/**************************** Mailform Plus Formulare *************************************/
div.tx-thmailformplus-pi1 {
}
div.tx-thmailformplus-pi1 p.error {
	color: #ba0000;
} 
div.tx-thmailformplus-pi1 ul.error {
	color: #ba0000;
} 
div.tx-thmailformplus-pi1 p.nosee {
	display: none;
}
div.tx-thmailformplus-pi1 td.text {
	height: 5px;
}
div.tx-thmailformplus-pi1 select {
	width: 185px;
	border: 1px solid #003063;
	background-color: #f2f2f2;
	color: #333;
	margin-bottom: 2px;
}
div.tx-thmailformplus-pi1 select.anrede {
	width: 185px;
	border: 1px solid #003063;
	background-color: #f2f2f2;
	color: #333;
	margin-bottom: 2px;
}
div.tx-thmailformplus-pi1 input, div.tx-thmailformplus-pi1 textarea {
	border: 1px solid #003063;
	background-color: #f2f2f2;
	color: #333;
	margin-bottom: 2px;
}
div.tx-thmailformplus-pi1 input.standard {
	width: 180px;
}
div.tx-thmailformplus-pi1 input.standardfile {
	width: 186px;
}
div.tx-thmailformplus-pi1 input.checkbox {
	border: none;
	background-color: #fff;
}
div.tx-thmailformplus-pi1 input.radio {
	border: none;
	background-color: #fff;
}
div.tx-thmailformplus-pi1 input.titel {
	width: 180px;
}
div.tx-thmailformplus-pi1 input.bewerbungtitel {
	width: 48px;
}
div.tx-thmailformplus-pi1 input.beschaeftigt {
	width: 153px;
}
div.tx-thmailformplus-pi1 input.uhrzeit {
	width: 77px;
}
div.tx-thmailformplus-pi1 input.plz {
	width: 50px;
	float: left;
}
div.tx-thmailformplus-pi1 input.ort {
	width: 120px;
	float: left;
	margin-left: 5px;
}
div.tx-thmailformplus-pi1 textarea.doppelstandard {
	width: 420px;
	height: 80px;
	float: left;
}
div.tx-thmailformplus-pi1 input.Abschicken {
	width: 180px;
	background-color: #003063;
	color: #fff;
}
div.tx-thmailformplus-pi1 label {
	display: inline;
	float: none;
}
/*--------------------------- Kontaktformular -----------------------*/
div.kontaktformular {
	margin-top: 25px;
}
div.kontaktformular h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
div.kontaktformular input, div.kontaktformular select, div.kontaktformular textarea {
	width: 228px;
	border: 1px solid #003063;
	color: #333;
}
div.kontaktformular select {
	width: 228px;
}
div.kontaktformular textarea {
	height: 80px;
}
div.kontaktformular label {
	width: 150px;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	display: block;
	float: left;
	text-align: right;
}
div.kontaktformular label.spacer {
	display: block;
	float: left;
	width: 10px;
}
div.kontaktformular input.hidden {
	display: none;
}
div.kontaktformular input.submit {
	padding-right: 6px;
	padding-left: 6px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	margin-left: 160px;
	width: 228px;
}
* html div.kontaktformular input.submit {
	padding-right: 6px;
	padding-left: 6px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	margin-left: 163px;
	width: 228px;
}
*+html div.kontaktformular input.submit {
	padding-right: 6px;
	padding-left: 6px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	margin-left: 163px;
	width: 228px;
}
div.kontaktformular br {
	clear: left;
}

/* Territorio Map */

div.territorio {
  background-image:url("../images/pagina.jpg");
  background-repeat:no-repeat;
  height:1110px;
  width:720px;
}

div.anlage {
  background-image:url("../images/anlage/plan.jpg");
  background-repeat:no-repeat;
  width:905px;
  height:522px;
}

div.anlageEN {
  background-image:url("../images/anlage/plan-en.jpg");
  background-repeat:no-repeat;
  width:905px;
  height:522px;
}

div.sf_baia {
  background-image:url("../images/baia.jpg");
  background-position:center center;
  background-repeat:no-repeat;
  width:480px;
}

div.container-2cols {
  float:left;
  width:100%;
}
div.container-2cols-left {
  float:left;
  padding-right:20px;
  width:450px;
}
div.container-2cols-right {
  float:left;
  width:445px;
}

div.coperto_B {
  background-image:url("../images/B/copertoB.jpg");
  background-repeat:no-repeat;
  margin-left:145px;
}
div.sf_ccc {
  background-image:url("../images/C/ccc.jpg");
  background-position:center center;
  background-repeat:no-repeat;
  height:401px;
  width:572px;
  margin-left:185px;
}
div.Coperto_D {
  background-image:url("../images/D/coperto_D.jpg");
  background-position:center center;
  background-repeat:no-repeat;
  height:579px;
  width:688px;
  margin-left:150px;
}
div.copertoE {
  background-image:url("../images/E/corpo_E.jpg");
  background-position:center center;
  height:615px;
  width:686px;
}

a.callback {
  display:block;
  position:absolute;
  height:70px;
  width: 390px;
  top:0;
  right:0;
}
