/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body
  {
    background-color:#9E1934;
height:100%;
margin:0;
overflow:scroll;
  }

#page {
background:none;
margin:0;
padding:0;
}

  #page-inner
  {width:840px;background-color:white;
  }

/** header **/
  #header
  {background-color:#393939;
padding-top:30px;
  }

  #header-inner
  {background-color:#ffffff;
  padding:20px 0 0 20px;
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
margin:0;
padding:0;
float:left;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {border-top:0px solid #000000;
margin-bottom:0px;
border-bottom:0px solid #000000;
padding:25px 20px 0 20px;
  }

  #main-inner
  {padding:0;
  }

/** content **/
  #content
  {
  }

  #content-inner
  {text-align:left;
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {font-size:0.8em;
    padding-bottom: 10px; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {font-size:1.05em;
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {background-color:white;
background-image:none;
border-color:#9e1934;
margin:0;
text-align:left;
width:757px;
  }

  div.status /* Normal priority messages */
  {background-color:white;
background-image:none;
border-color:#9e1934;
margin:0;
text-align:left;
width:757px;
  }

  div.warning, tr.warning /* Medium priority messages */
  {background-color:white;
background-image:none;
border-color:#9e1934;
margin:0;
text-align:left;
width:757px;
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {background-color:white;
background-image:none;
border-color:#9e1934;
margin:0;
text-align:left;
width:805px;
color:#9e1934;
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {padding-bottom:20px;
  float:left;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {padding-top:20px;
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {float:left;
padding-left:20px;
/*width:90%; */
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {float:right;
  width:262px;
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {padding:0 20px 0 20px;background-color:#393939;color:white;
  font-size:11px;
  }

  #footer-inner
  {padding:10px 0;
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {padding:0 0 0 0px;
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {width:800px;
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {background: transparent url(images/bg_news.png) repeat scroll 0 0;
  height:291px;
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {padding-bottom:0px;
  
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {letter-spacing:0;
    margin: 0;
    padding: 0;
	font-size:1.05em;
	line-height:1.4em;
	text-align:left;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding:0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {width:800px;
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #9e1934;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  
  /*NEU*/
 .transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

  #page_ornament
  {background-color:#9E1934;
margin:0;
  }
  
  #transparenz
  {margin: 0;
    padding: 10px;
	width:1000px;
	
  }
  
 .not-front .node-type-story {
background: none !important;
height:auto !important;
}

 .not-front div.news-title-wrapper{
padding-top:0 !important;
}
div.news-title-wrapper{
	padding-top:20px;
}
.view-Neues div.news-title-wrapper{
	padding-top:20px !important;
}
 div.page-wrapper{
margin:0;
}

.content a:link, .content a:visited {
	color:#9e1934;
	text-decoration:none;
	background:none;
	padding:0;
}
.content a:hover, .content a:focus {
	color:#797A74 !important;
	text-decoration:none;
	background:none;
	padding:0;
}

 div.page-wrapper-ornament-header{
 	background:none;
margin-top:0;
}
 .node-type-story .node-inner
  {padding:0 0 0 0px;
  }
  
  #welcome_text{
  	margin:0 0 30px 0px;
	text-align:center; color:#9e1934;
  }
.view-Neues div.node-type-story{
 background: transparent url(images/bg_news.png) repeat scroll 0 0 !important;
  height:291px !important;
  }
  
 .front .item-list .pager {
border-top:1px dotted #CCCCCC;
clear:both;
padding-top:20px;
text-align:center;
width:800px;
}

.author{
border-top:1px dotted #000000;
margin:10px 0 0;
padding:10px 0 0;}

ul.galleries {
list-style-type:none;
margin:0 -2em 0 0;
padding:0;
}


ul.galleries li {
 background: transparent url(images/bg_news.png) repeat scroll 0 0 !important;
border:0px dotted #CCCCCC; 
float:left;
margin:1em 2em 1em 0;
position:relative;
width:236px;
}
ul.galleries li .count, ul.galleries li .last {
display:none;
}

ul.images {
list-style-type:none;
margin:0 0 0 0;
padding:0;
}
ul.images li{
height:100px !important;
width:100px !important;
margin:0 5px 5px 0;
}
ul.images li .image-thumbnail{
height:100px;
width:100px;
}
ul.images h3 {
display:none;
font-size:1em;
}
.description{margin:0;}
.desc_gallerie{
	margin:0;
}
body.page-einblick div.desc_gallerie{
	display:none;
}
ul.galleries li img {
padding-bottom:5px;
}

.resizable-textarea {
width:100%;
}

.guestbook-entry{border-top:1px dotted #000000;
margin-top:1em;
padding-top:1em;}
ul.guestbook-links{background-color:#FFFFFF;}
div.herzblick-div{
	border-bottom:0px solid #000;
	margin-bottom:0em;
padding-bottom:0 !important;
}
.stern_trenner{
	padding:20px 0;
}


  /*NEU 4 strumbel*/
#block-locale-0 ul li.en{
display:inline;
float:right;
padding-left:0;
padding-right:4px;
padding-top:1px;
}
#block-locale-0 ul li.de{
display:inline;
float:right;
margin-left:0;
padding-left:0;
padding-top:1px;
}
.language-link{
	font-size:1.05em;
}
.translation-link
{display:none;}

#galleria-content{
	width:800px;
}
.galleria_wrapper{
float:left;
padding:0 0 0;
}
.item-list .galleria {
float:left;
margin-top:10px;
width:810px; 
}
.item-list .galleria li {
}
.galleria-nav {
padding-left:250px;
text-align:left;
display:none !important;
}
#node-type-news{
	width:550px;
}
.image-attach-teaser {
float:left;
}
.image-attach-body {
float:left;
margin-left:0;
}

div.views-row{
float:left;
margin-right:0px;
overflow:hidden;
padding-bottom:20px;
}
.view-content{
	width:840px;
}



div.view-newsarchiv .imagecache-startseite_bild{
height:200px;
margin-left:-50px !important;
width:300px !important;
}
div.view-newsarchiv .node-type-news p{
	display:block;width:200px;
}

div.view-newsarchiv .node-teaser{
	width:200px;
}
ul.links li {
display:inline;
list-style-type:none;
padding:0 10px 0 0;
}
div.view-newsarchiv .node_read_more{
	font-size:0.95em !important;
}
div.view-newsarchiv .item-list .pager {
clear:both;
left:940px;
top:631px;
float:right;
}
div.view-ausstellungsarchiv .imagecache-startseite_bild{
height:200px;
margin-left:-50px !important;
width:300px !important;
}
div.view-ausstellungsarchiv .node-type-ausstellung p{
	display:none;
}

div.view-ausstellungsarchiv .node-teaser{
	width:200px;
}
div.view-ausstellungsarchiv .node_read_more{
	font-size:0.85em !important;
}
div.view-ausstellungsarchiv .item-list .pager {
clear:both;
text-align:right;
}
.poweredByKaltura {
	display:none;
}
.kaltura_tags{
		display:none;
}
div.node-type-kaltura-entry .kaltura_thumb{
	display:none;
}
div.view-content .kaltura_thumb{
	display:inline;
}
.page-video #main-inner{
	padding-bottom:30px;
}
div.view-kaltura-recently-added-videos .item-list ul li{
float:left;
list-style-type:none;
padding-right:10px;
}

div.view-kaltura-recently-added-videos .block ul, .item-list ul{
	padding:0;
}
.views-field-kaltura-tags{
	text-transform:uppercase;
}
.kaltura_wrapper{
	margin-top:-60px;
}
.node-type-kaltura-entry div.node-inner{
	overflow:hidden;
}

.video_beschreibung{
	width:410px;
}
.page-user-login div.tabs{
	display:none;
}
li.pager-previous a.active{
color:black;
margin:0;
}
li.pager-next a.active{
color:black;
margin:0;
}
.page-home .view-neue-arbeiten {overflow:hidden;}
.view-neue-arbeiten div.view-content{
	width:262px;
}
.view-newsarchiv div.views-row {
width:198px;
}
.view-newsarchiv div.view-content{
	width:840px;
}
.view-ausstellungsarchiv div.views-row {
width:198px;
}
.view-ausstellungsarchiv div.view-content{
	width:262px;
}
.view-ausstellungsarchiv div.view-content{
	width:840px;
}
.node-type-ausstellung div.content ul.links li {
padding:0;
}
.galleria_container span.caption{
float:left;
line-height:2em;
margin-right:-700px;
margin-top:-18px;
padding-left:251px;
text-align:left;
text-transform:none;
z-index:999;
}
.view-newsarchiv li.pager-next a.active{
	background:transparent url(images/pfeil_rechts.gif) no-repeat scroll -5% 54%;
color:white !important;
margin: 0;
font-size:2.1em;
padding-right:6px;
}
div.block{
margin-bottom:0 !important;
}
#block-menu-primary-links ul.menu li{
display:inline !important;
padding-right:14px;
}
#block-menu-primary-links a:link, #block-menu-primary-links a:visited{
color:#000000;
text-decoration:none;
padding:0;
background:none;
}
#block-menu-primary-links a:hover, a:focus{
color:#9e1934 !important;
padding:0;
background:none;
}
#block-menu-primary-links ul.menu{
float:left;
margin-top:1px;
width:500px;
padding:0 0 0 14px !important;
}
.front .imagecache-startseite_bild img{
padding-top:10px;
padding-bottom:6px;
}
.front .imagecache-galleria_pic img{
padding-top:12px;
padding-bottom:22px;
border-bottom:1px dotted #CCCCCC;
}
.node-type-page #content-area{
padding-bottom:0;
}
.front #content-area{
padding-bottom:30px;
width:800px;
}
ul.pager a:hover, ul.pager a:focus {
color:#fff !important;
text-decoration:none;
}
.node_read_more a:hover, .node_read_more a:focus {
color:#000 !important; 
text-decoration:none;
}
.node_read_more a, .node_read_more a:visited {
color:#9e1934;
text-decoration:none;
}
#content-area h1.title a:hover, #content-area h1.title a:focus {
color:#797a74 !important;
text-decoration:none;
}
#content-area h1.title a:link, #content-area h1.title a:visited {
color:#9e1934;
text-decoration:none;
}
#content-bottom h1.title a:hover, #content-bottom h1.title a:focus {
color:#9e1934; !important;
text-decoration:none;
}
#content-bottom h1.title a:link, #content-bottom h1.title a:visited {
color:#000;
text-decoration:none;
}
.page-home #footer{
padding-top:10px;
}
.front .imagecache-neue_arbeiten img{
padding-top:10px;
}
.front .node-type-neue-arbeiten a:link, .front .node-type-neue-arbeiten a:visited{
color:#000 !important;
text-decoration:none;
}
.front .node-type-neue-arbeiten a:hover, .front .node-type-neue-arbeiten a:focus{
color:#9e1934 !important;
text-decoration:none;
}
.front div.news-bild{
float:left;padding-right:20px; /*width:390px;*/
}
.emvideo{
	margin-bottom: 15px;
}
.pager li.last a:hover, .pager li.last a:focus, .pager li.first a:hover, .pager li.first a:focus {
color:#9e1934 !important;
text-decoration:none;
}
div.node-type-news .node-inner img{
margin-top:2px !important;
padding-right:8px !important;
}
div.node-type-ausstellung .node-inner img{
margin-top:2px !important;
padding-right:8px !important;
}
div.node-type-ausstellung .node-inner img.imagecache{
margin-top:0px !important;
padding-right:0px !important;
}
div.node-type-news .node-inner img.imagecache{
margin-top:0px !important;
padding-right:0px !important;
 border: 0px solid #CCCCCC;
}
div.node-type-neue-arbeiten img{
margin-top:2px !important;
padding-right:8px !important;
}
div.node-type-neue-arbeiten .content{width:285px;}
.front div.node-type-news{
       border-right: 1px dotted #CCCCCC;
    display: block;
    margin-right: 13px;
    padding-right: 13px;
    padding-top: 16px;
    padding-bottom: 15px;
    width: 180px;}
div.view-neue-prints .view-content{width:575px;}
div.view-neue-prints .node-teaser{
width:280px;
}
div.view-neue-prints ul li{
display:inline;
float:left;
}
div.view-neue-prints .views-row{width:103px;margin-right:12px;margin-bottom:1px;}
div.node-type-neue-arbeiten img.imagecache-neue_prints_thumb{
padding-right:0px !important;
}
div.view-neue-prints .item-list .pager{
	float:right;
	margin-right:-10px;
}
div.view-neue-prints .item-list .pager li{
	padding:0.1em 0.5em 0.5em !important;
}
.feed-icon {display:none;}
div.view-galeria-view-wrapper div.views-row{
width:835px;
}
div.view-galeria-view-wrapper .item-list .pager {
margin-bottom:-15px;
padding-left:121px;
text-align:left;
}
div.view-galeria-view-wrapper #pagerkiller_unten{display:none;}
.view-newsarchiv #pagerkiller_oben{display:none;}
.view-ausstellungsarchiv #pagerkiller_oben{display:none;}
.view-neue-prints #pagerkiller_oben{display:none;}
div.galleria_desc{
float:right;
line-height:1em;
margin-left:572px;
margin-top:7px;
text-transform:uppercase;
width:584px;
color:white;
opacity:0;
z-index:0;
}
.page-galeria-view-wrapper #main{
padding-top:46px;
}
.page-galeria-view-wrapper #content-area{
padding-bottom:40px;
}
.page-home #content-area{float:none !important;}
.page-home div.views-row{width:550px;float:none !important;}
.page-home .node-type-ausstellung, .page-home .node-type-news {padding-bottom:0px;}
.node-type-neue-arbeiten a:link, .node-type-neue-arbeiten a:visited {
color:#000;
text-decoration:none;}
.view-newsarchiv h1.title {
	}
.view-newsarchiv .node .content{
height:280px;width:200px;}
.view-home .view-content {
width:550px !important;
}
.block-simplenews h2.title {
	background-color:#9e1934;
padding:5px 0 5px 7px;
color:#ffffff;
	margin-top:23px;}
.block-simplenews .form-checkboxes .form-item, .form-radios .form-item {
float:left;
margin:0 20px 10px 0;
}
.block-simplenews .form-submit {
display:table-caption;
background-color:#000000;
border:medium none;
color:#FFFFFF;
padding:5px;
}
 .node-type-news .node .content
  {
  width:800px; 
  }
#main-image{}
#imageData #caption {
font-weight:normal;
}
.node-type-galerie #content-area {
width:800px;
}
.node-type-galerie .views-view-grid img {
padding:0 12px 12px 0;
}
.view-galerie #content-area {
width:800px;
}
#attachments .tableHeader-processed{display:none;}
#attachments tr.even, #attachments tr.odd {
background-color:white !important;
}
.node-type-produkte #content-area {
width:800px;
}
.node-type-produkte .views-view-grid img {
padding:0 12px 12px 0;
}
.view-produkte #content-area {
width:800px;
}
table.views-view-grid{} 
body body.cke_show_borders {background-color:white !important;}
div.produktdownloads{border-top:1px dotted #ccc;
padding-top:10px;} 
.view-news-front{width:800px;}
div.news-bild {
float:left;padding-bottom:10px;
}
#block-block-1 img{padding-bottom:5px;}
.front #main{padding:50px 20px 0;}

.view-header h6{padding:10px 0;}
.node .content_ohnebild{/*padding-left:410px;*/}
.view-news-front h6{border-bottom:1px dotted #ccc;}
.view-news-front .views-row-last .node-type-news{border:none;}
.view-news-front .views-row {
	  padding-bottom: 0;
	}