/* --------------------------------------------------------------

   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.

   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }

-------------------------------------------------------------- */

body {
  line-height: 1.5;
  /*font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; */
  font-family:"Times";
  color:#000;
  background: none;
  font-size: 10pt;
}
.container {
  background: none;
}

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; }

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }
p img.top { margin-top: 0; }

hr {
  background:#ccc;
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight:700;
	text-decoration: underline;
}

a:link:after, a:visited:after {
  /* content: " (" attr(href) ") "; */
  font-size: 90%;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

#sidebar-left,
#teaser,
#header,
#simplemenu,
#secondary-links,
#editlayer,
#block-masquerade-0,
#promobar-bottom,
#promobar-top,
#footer,
#context-links {
  display:none;
}

#print-copyright {
  display:block;
}

#mc-images-left
{
    width:220px;
    float:left;
    padding-right:20px;
    padding-top:4px;

}
#mc-images-right
{
  width:220px;
  float:left;
  padding-left:20px;
  padding-top:4px;
}

/* -- Mastercontent Datentabelle -->  gab: 28.04.2008 --- */

#mastercontent .datatable         { margin-top:15px; margin-bottom:20px; margin-right:50px; width:auto; border-collapse:collapse; border-top:1px solid #999999;}
#mastercontent .datatable caption     { font-weight:bold; margin-top:10px; margin-bottom:5px;}
#mastercontent .datatable caption.hidden  { display:none; }
#mastercontent .datatable .header,
#mastercontent .datatable td        { text-align:left; border-bottom:1px solid #999999; padding:3px 5px 3px 5px; }
#mastercontent .datatable .header     { background-color:#E6E6E6; color:#666666; font-weight:bold; }

#mastercontent .datatable .tbl_abs_20   { width: 20px; }
#mastercontent .datatable .tbl_abs_40   { width: 40px; }
#mastercontent .datatable .tbl_abs_60   { width: 60px; }
#mastercontent .datatable .tbl_abs_80   { width: 80px; }
#mastercontent .datatable .tbl_abs_100    { width:100px; }
#mastercontent .datatable .tbl_abs_150    { width:150px; }
#mastercontent .datatable .tbl_abs_200    { width:200px; }
#mastercontent .datatable .tbl_abs_250    { width:250px; }
#mastercontent .datatable .tbl_abs_300    { width:300px; }
#mastercontent .datatable .tbl_abs_350    { width:350px; }
#mastercontent .datatable .tbl_abs_400    { width:400px; }
#mastercontent .datatable .tbl_abs_450    { width:450px; }
#mastercontent .datatable .tbl_abs_500    { width:500px; }

#mastercontent .datatable .tbl_prz_15   { width:15%; }
#mastercontent .datatable .tbl_prz_20   { width:20%; }
#mastercontent .datatable .tbl_prz_25   { width:25%; }
#mastercontent .datatable .tbl_prz_30   { width:30%; }
#mastercontent .datatable .tbl_prz_33   { width:33%; }
#mastercontent .datatable .tbl_prz_40   { width:40%; }
#mastercontent .datatable .tbl_prz_50   { width:50%; }

#mastercontent .datatable .center     { text-align:center; }
#mastercontent .datatable .right      { text-align:right; }


/* -- Kartenbestellung --- */

#bf-event-filter	{ display:none; }

.view-field-v3 { background-color:white; vertical-align:top; padding-left:5px; }

.view-field-v3-node-data-field-event-date-field-event-date-value							{ width:70px; text-align:center; }
.view-field-v3-node-title																	{ text-align:left; white-space:nowrap; }
.view-field-v3-node-data-field-event-artcat-name-field-event-artcat-name-value				{ font-size:0; width:0; }
.view-field-v3-node-data-field-event-location-text-field-event-location-text-value			{ width:200px; text-align:left;}
.view-field-v3-node-data-field-event-pricecat-a-free-field-event-pricecat-a-free-value		{ width:200px; white-space:nowrap; }
.view-field-v3-node-data-field-event-pricecat-a-free-field-event-pricecat-a-free-value img	{ margin:0; }
.view-field-v3-node-data-field-event-pricecat-i-free-field-event-pricecat-i-free-value		{ font-size:0; width:0; }

.tkts-available, .tkts-left, .tkts-soldout	{ margin-right:2px; float:left; height:18px; }


/* -- Chronik --- */
.cdp-nav { display:none; }
.cdp-navpanel { display:none; }





