/* $Id: zen.css,v 1.7 2008/04/20 04:20:27 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
 * drupal5-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 drupal5-reference.css file
 *   Forum            See line 197 of Zen's drupal5-reference.css file
 *   Menus            See line 667 of Zen's drupal5-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal5-reference.css file
 *   Polls            See line 287 of Zen's drupal5-reference.css file
 *   Search           See line 320 of Zen's drupal5-reference.css file
 *   User Profiles    See line 945 of Zen's drupal5-reference.css file
 */

html { height: 100%; margin-bottom: 1px;}

/** body **/
  body
  {
  margin:0px;
  padding:0px;
  background-color:#e9e8e4;
  }

	.section-newsletterabos ul li {
		display:inline;
		list-style-type:circle;
		width:200px;
	}
	
	.section-newsletterabos ul li.first {
		display:block;
		list-style-type:circle;
	}
	
	.section-newsletterabos ul {
		list-style:circle !important;
	}
  
  /* Entfernen der Outline um Links */
a:focus {
outline:none;
}
  
  #covelogo{
  background:url(/sites/default/files/images/logo.gif);
  height:100px;
  width:250px;
  z-index:4;
  }


#hg_holder {
	position:absolute;
	z-index:0;
	left: 0px;
	top: 0px;
	background-color:#e9e8e4;
}


  #page
  {
  position:relative;
  z-index:1;
  background-color:#FFffFF;
  padding:0px;
  min-height:700px; /*war 700 */
	
  }
  
  .logged-in li #page{
  height:auto;
  min-height:0px;
  background-color:none;
  z-index:-50;
  }
  
h2 {
font-size:11px;
line-height:20px;
margin-bottom:10px;
margin-top:0px;
margin-left: 31px;
color:#494949;
}  

#facebook {
	position: absolute;
	z-index:5;
	padding-top:2px;
	padding-left: 10px;
	height: 20px;
}
	
	
}
#page {
	background:#fff;
	
}

#page-inner {
	padding-bottom:0px;
}
  
  #page-inner
  { 
 	padding:0px;
 	margin:0px;
	background:#fff;
	padding-bottom:-10px;
  }

/** header **/
  #header
  {
  position:relative;
  z-index:3;
  background:#abc6cc;
  height:100px;
  }

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

/** main (container for everything else) **/
  #main
  {
  height:559px;
  }
 
  #main-inner
  {
  padding:0px;
  margin:0px;
  background:#fff;
  }

/** content **/
  #content
  {
  position:relative;
  top:38px;
  left:0px;
	z-index: 6;
}

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* 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 */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
    margin: 0 1em 5px 1em;
    border: 2px solid #ccc;
    padding: 5px;
    color: #000;
    background-color: #fff;
    font-style: italic;
  }

  div.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.warning,
  tr.warning,
  body.section-admin tr.warning
  {
    /* color: #220; */ /* Drupal core uses #220 */
    background: #ffd;
  }

  div.error /* High priority messages. See also the .error declaration below. */
  {
    /* border: 1px solid #d77; */ /* Drupal core uses: 1px solid #d77 */
  }

  div.error,
  tr.error,
  body.section-admin tr.error
  {
    /* color: #200; */ /* Drupal core uses #200 */
  }

  .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 */
  {
	left: 11px;
	top: 29px;
	width:930px;
	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;
  }

/** navbar **/
  #navbar
  {  
	position:relative;
  height:38px;
  background:url(/sites/default/files/images/linien.gif);
  background-repeat: repeat-x;
	z-index:100000;
  }
  
  #navbar ul.menu li {
  list-style:none;
  list-style-image:none;
  list-style-type:none;
  padding-left:10px;
  }
  
  #navbar h2.title{
  display:none;
  }

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

/** sidebar-left **/
  #sidebar-left
  {
  position:relative;
  top:50px;
  }


  .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 */
  }


  /* 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 */
  {
  }

  .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 div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  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 blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 0px;
  }

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

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

  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
  {
    border-bottom: none;
    padding: 0;
  }

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


/** 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.9em;
  }

  .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 */
  {
	top: 530px;
	left: 570px;
	height: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
  }
  
  .captcha {
	top: 10px;
}

  .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
   * admin section of the site.
   */
  .section-admin tbody
  {
    border-top: 1px solid #ccc;
  }

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

  .section-admin tbody th
  {
    border-bottom: 1px solid #ccc;
  }

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

  .section-admin tr.even,
  .section-admin tr.odd
  {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }

/* START HERE!!! */

/* ADMIN BEREICH MENU ABSTAND */
.logged-in #sidebar-left{
margin-top:100px;
}

#footer {
position:relative;
height:32px;
width:930px;
margin:0 auto;
clear:left;
background-color: #fff;
}

#footer-message{
display:none;
}



#footer h2.title{
display:none;
}

#footer ul.menu{
width:930px;
height:42px;
float:right;
padding:0px;
margin:0px;
padding-top:10px;


background:#fff url(images/linien_unten.gif) 0 -8px no-repeat;
}

#footer ul.menu li{
float:right;
list-style:none;
list-style-image:none;
list-style-type:none;
padding:0px;
margin:0px;
margin-top:14px;
padding-right:14px;
}

#footer ul.menu li#sitemap{
padding-right:30px;
}

#footer ul.menu li a{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

#footer ul.menu li a:visited{
color:#000000;
}

#block-menu-secondary-links{
top:5px;
height:32px;
}

#block-menu-secondary-links ul.menu{
position:relative;
}


/* HAUPTMENU */
#navbar ul.menu{
position:relative;
top:6px;
}

/* Ebene 1: reset der paddings und margins, abstand nach rechts */
#navbar ul.menu li{
margin:0px;
padding:0px;
margin-right:37px;
height:35px;
}

/* letzes Element bekommt keinen Abstand */
#navbar ul.menu li#standorte{
margin:0px;
}

#navbar #coveundco a,
#navbar #standorte a,
#navbar #schneiderwerk a,
#navbar #tuchwerk a,
#navbar #schuhwerk a,
#navbar #requisite a{
display:block;
background:url(/sites/default/files/images/buttons.gif);
background-repeat:no-repeat;
font-size:0px;
color:#ffffff;
line-height:0px;
}

#navbar #coveundco a{
height:20px;
width:111px;
background-position:0px 0px;
}

#navbar #coveundco a:hover{
background-position:0px -40px;
}

#navbar #coveundco a.active,
#navbar ul.menu li.active-trail#coveundco a{
background-position:0px -20px;
}

#navbar #standorte a{
height:20px;
width:113px;
background-position:0px -60px;
}

#navbar #standorte a:hover{
background-position:0px -100px;
}

#navbar #standorte a.active,
#navbar ul.menu li.active-trail#standorte a{
background-position:0px -80px;
}

#navbar #schneiderwerk a{
height:20px;
width:148px;
background-position:0px -120px;
}

#navbar #schneiderwerk a:hover{
background-position:0px -160px;
}

#navbar #schneiderwerk a.active,
#navbar ul.menu li.active-trail#schneiderwerk a{
background-position:0px -140px;
}

#navbar #tuchwerk a{
height:20px;
width:109px;
background-position:0px -180px;
}

#navbar #tuchwerk a:hover{
background-position:0px -220px;
}

#navbar #tuchwerk a.active,
#navbar ul.menu li.active-trail#tuchwerk a{
background-position:0px -200px;
}

#navbar #schuhwerk a{
height:20px;
width:120px;
background-position:0px -240px;
}

#navbar #schuhwerk a:hover{
background-position:0px -280px;
}

#navbar #schuhwerk a.active,
#navbar ul.menu li.active-trail#schuhwerk a{
background-position:0px -260px;
}

#navbar #requisite a{
height:20px;
width:105px;
background-position:0px -300px;
}

#navbar #requisite a:hover{
background-position:0px -340px;
}

#navbar #requisite a.active,
#navbar ul.menu li.active-trail#requisite a{
background-position:0px -320px;
}

#navbar #coveundco li a,
#navbar #standorte li a,
#navbar #schneiderwerk li a,
#navbar #tuchwerk li a,
#navbar #schuhwerk li a,
#navbar #requisite li a
{
background:none;
background-image:none;
}

#navbar #coveundco ul.menu,
#navbar #standorte ul.menu,
#navbar #schneiderwerk ul.menu,
#navbar #tuchwerk ul.menu,
#navbar #schuhwerk ul.menu,
#navbar #requisite ul.menu
{
padding:0px;
margin:0px;
position:absolute;
top:31px;
background-color:#ffffff;
border-bottom-style:solid;
border-bottom-color:#abc6cc;
border-bottom-width:1px;
border-left-style:solid;
border-left-color:#abc6cc;
border-left-width:1px;
border-right-style:solid;
border-right-color:#abc6cc;
border-right-width:1px;
width:auto;
height:auto;
padding-top:12px;
z-index:1501;
}

#navbar #coveundco ul.menu{
left:10px;
}

#navbar #standorte ul.menu{
left:790px;
z-index:100;
}

#navbar #schneiderwerk ul.menu{
left:160px;
}

#navbar #tuchwerk ul.menu{
left:345px;
}

#navbar #schuhwerk ul.menu{
left:492px;
}

#navbar #requisite ul.menu{
left:650px;
z-index:100;
}

#navbar #coveundco ul.menu li,
#navbar #standorte ul.menu li,
#navbar #schneiderwerk ul.menu li,
#navbar #tuchwerk ul.menu li,
#navbar #schuhwerk ul.menu li,
#navbar #requisite ul.menu li
{
float:none;
padding:0px;
margin:0px;
height:auto;
margin-left:18px;
}

#navbar #coveundco ul.menu li{
width:133px;
}

#navbar #standorte ul.menu li{
width:140px;
}

#navbar #schneiderwerk ul.menu li{
width:150px;
}

#navbar #tuchwerk ul.menu li{
width:165px;
}

#navbar #schuhwerk ul.menu li{
width:190px;
}

#navbar #requisite ul.menu li{
width:197px;
}

#navbar #coveundco ul.menu a,
#navbar #standorte ul.menu a,
#navbar #schneiderwerk ul.menu a,
#navbar #tuchwerk ul.menu a,
#navbar #schuhwerk ul.menu a,
#navbar #requisite ul.menu a
{
width:auto;
font-size:11px;
font-family:"Times New Roman", Times, serif;
text-transform:uppercase;
text-decoration:none;
color:#000000;
letter-spacing:1px;
line-height:normal;
margin:0px;
padding:0px;
}

#navbar #coveundco ul.menu a:hover,
#navbar #standorte ul.menu a:hover,
#navbar #schneiderwerk ul.menu a:hover,
#navbar #tuchwerk ul.menu a:hover,
#navbar #schuhwerk ul.menu a:hover,
#navbar #requisite ul.menu a:hover
{
color:#0092dd;
}

/* Rollver-Funktionalität horizontales Menu */
#navbar li ul { /*war li ul */
display: none;
}

#navbar ul.menu ul.menu ul.menu{
display:none;
}
	
#navbar li:hover ul{  /* war li:hover ul */
display:block;
}

#navbar #coveundco ul.menu a:hover ul{
position:absolute;
display:block;
top:100px;
left:100px;
}

#navbar ul.menu li.active-trail#coveundco li.leaf a,
#navbar ul.menu li.active-trail#schneiderwerk li.leaf a,
#navbar ul.menu li.active-trail#tuchwerk li.leaf a,
#navbar ul.menu li.active-trail#schuhwerk li.leaf a,
#navbar ul.menu li.active-trail#standorte li.leaf a,
#navbar ul.menu li.active-trail#requisite li.leaf a{
background:none;
}

#navbar li ul.menu ul.menu{
display: none;
}

#navbar ul.menu li.active-trail#coveundco ul.menu li {
display:block;
}

#ebene_drei{
padding:0px;
margin:0px;
margin-top:14px;
}

#ebene_drei h2.title{
display:none;
}

#ebene_drei ul.menu{
float:right;
padding:0px;
margin:0px;
margin-top:0px;
}

#ebene_drei ul.menu li{
list-style:none;
list-style-image:none;
list-style-type:none;
float:right;
display:block;
width:200px;
margin-bottom:0px;
}

#ebene_drei li ul {
display: block;
}

#ebene_drei li a{
display:none;
}

#ebene_drei li ul li a,#ebene_drei li ul li a:visited{
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
color:#f38c1d;
float:right;
text-align:right;
}

/* Formatierung der Collagen */
.image-attach-body {
position:absolute;
top:0px;
left:0px;
z-index:-1;
padding:0px;
margin:0px;
}

#textvor {
	display: none;
}




.page-node .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-node .image-attach-body {
	height: 453px;
}

.page-tuchwerk .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-tuchwerk .image-attach-body {
	height: 590px;
}







.page-cove-und-co-philosophie .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-cove-und-co-philosophie .image-attach-body {
	height: 600px;
}


.page-cove-und-co-ateliers .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-cove-und-co-ateliers .image-attach-body {
	height: 600px;
}



.page-cove-und-co-masskonfektion .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-cove-und-co-masskonfektion .image-attach-body {
	height: 1600px;
}



.page-cove-und-co-massschneiderei .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-cove-und-co-massschneiderei .image-attach-body {
	height: 500px;
}



.page-cove-und-co-service .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-cove-und-co-service .image-attach-body {
	height: 590px;
}


.page-cove-und-co-historie .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-cove-und-co-historie .image-attach-body {
	height: 530px;
}

.page-cove-und-co .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-cove-und-co .image-attach-body {
	height: 560px;
}

.page-cove-und-co-service-massanzug-pflegetipps .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-cove-und-co-service-massanzug-pflegetipps .image-attach-body {
	height: 590px;
}


.page-cove-und-co-service-schuhservice .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-cove-und-co-service-schuhservice .image-attach-body {
	height: 550px;
}


.page-cove-und-co-service-termine .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-cove-und-co-service-termine .image-attach-body {
	height: 619px;
}

.page-cove-und-co-service-gutschein .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-cove-und-co-service-gutschein .image-attach-body {
	height: 704px;
}









.page-schneiderwerk .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schneiderwerk .image-attach-body {
	height: 590px;
	left: 0px;
}

.page-schneiderwerk-der-massanzug .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schneiderwerk-der-massanzug .image-attach-body {
	height: 665px;
	left: -25px;
}

.page-schneiderwerk-das-sakko .image-attach-body img {
	position: absolute;
	z-index: -1;
	left:-16px;
	bottom: 0;
}

.page-schneiderwerk-das-sakko .image-attach-body {
	height: 670px;
}



.page-schneiderwerk-die-hose .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schneiderwerk-die-hose .image-attach-body {
	height: 630px;
}

.page-schneiderwerk-das-masshemd .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schneiderwerk-das-masshemd .image-attach-body {
	height: 577px;
}

.page-schneiderwerk-das-masshemd-masshemd-en-detail .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schneiderwerk-das-masshemd-masshemd-en-detail .image-attach-body {
	height: 589px;
}

.page-schneiderwerk-der-mantel .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schneiderwerk-der-mantel .image-attach-body {
	height: 605px;
}

.page-schneiderwerk-der-mantel-crombie-coat .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schneiderwerk-der-mantel-crombie-coat .image-attach-body {
	height: 589px;
}


.page-schneiderwerk-der-mantel-chesterfield-coat .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schneiderwerk-der-mantel-chesterfield-coat .image-attach-body {
	height: 589px;
}

.page-schneiderwerk-der-mantel-covert-coat .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schneiderwerk-der-mantel-covert-coat .image-attach-body {
	height: 589px;
}


.page-schneiderwerk-der-mantel-der-paletot .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schneiderwerk-der-mantel-der-paletot .image-attach-body {
	height: 589px;
}

.page-schneiderwerk-die-festgarderobe .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schneiderwerk-die-festgarderobe-cut-anzug .image-attach-body {
	height: 595px;
}


.page-schneiderwerk-die-festgarderobe-cut-anzug .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schneiderwerk-die-festgarderobe-smoking .image-attach-body {
	height: 595px;
}


.page-schneiderwerk-die-festgarderobe-smoking .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schneiderwerk-die-festgarderobe-gehrock .image-attach-body {
	height: 595px;
}


.page-schneiderwerk-die-festgarderobe-gehrock .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}


.page-schneiderwerk-die-festgarderobe-frack .image-attach-body {
	height: 595px;
}


.page-schneiderwerk-die-festgarderobe-frack .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}


.page-schneiderwerk-die-festgarderobe .image-attach-body {
	height: 655px;
}




.page-schneiderwerk-cove-woman .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
	
}

.page-schneiderwerk-cove-woman .image-attach-body {
	height: 1000px;
	left: -10px;
}














.page-tuchwerk_die_tuchmacher_loro_piana .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-tuchwerk_die_tuchmacher_loro_piana .image-attach-body {
	height: 680px;
	left: 0px;
}

.page-tuchwerk_die_tuchmacher_policarpo .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-tuchwerk_die_tuchmacher_policarpo .image-attach-body {
	height: 590px;
	left: 0px;
}

.page-tuchwerk_die_tuchmacher_holland_sherry .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-tuchwerk_die_tuchmacher_holland_sherry .image-attach-body {
	height: 600px;
	left: 0px;
}


.page-tuchwerk_die_tuchmacher_dormeuil .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-tuchwerk_die_tuchmacher_dormeuil .image-attach-body {
	height: 615px;
	left: 0px;
}

.page-tuchwerk_die_tuchmacher_scabal .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-tuchwerk_die_tuchmacher_scabal .image-attach-body {
	height: 595px;
	left: 0px;
}

.page-tuchwerk_die_tuchmacher_ermengildo_zegna .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-tuchwerk_die_tuchmacher_ermengildo_zegna .image-attach-body {
	height: 610px;
	left: 0px;
}

.page-schuhwerk .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schuhwerk .image-attach-body {
	height: 650px;
	left: 0px;
}

.page-schuhwerk-marken-schuhe-alden .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schuhwerk-marken-schuhe-alden .image-attach-body {
	height: 65px;
	left: 810px;
}

.page-schuhwerk-marken-schuhe-allen-edmonds .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schuhwerk-marken-schuhe-allen-edmonds .image-attach-body {
	height: 48px;
	left: 720px;
}

.page-schuhwerk-marken-schuhe-heinrich-dinkelacker .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schuhwerk-marken-schuhe-heinrich-dinkelacker .image-attach-body {
	height: 79px;
	left: 780px;
}

.page-schuhwerk-marken-schuhe-prime-shoes .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-schuhwerk-marken-schuhe-prime-shoes .image-attach-body {
	height: 58px;
	left: 753px;
}








.page-requisite .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite .image-attach-body {
	height:535px;
	left:0px;
}

.page-requisite-duftmarke .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite-duftmarke .image-attach-body {
	height:589px;
	left:0px;
}

.page-requisite-duftmarke-acqua-di-genova .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite-duftmarke-acqua-di-genova .image-attach-body {
	height:589px;
	left:0px;
}

.page-requisite-duftmarke-domenico-caraceni-1913-classic .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite-duftmarke-domenico-caraceni-1913-classic .image-attach-body {
	height:589px;
	left:0px;
}

.page-requisite-duftmarke-domenico-caraceni-ivy-league .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite-duftmarke-domenico-caraceni-ivy-league .image-attach-body {
	height:589px;
	left:0px;
}

.page-requisite-duftmarke-geo-f-trumper-extract-of-west-indian-limes .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite-duftmarke-geo-f-trumper-extract-of-west-indian-limes .image-attach-body {
	height:589px;
	left:0px;
}

.page-requisite-duftmarke-knize-ten .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite-duftmarke-knize-ten .image-attach-body {
	height:589px;
	left:0px;
}


.page-requisite_schirm_charme_melone .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite_schirm_charme_melone .image-attach-body {
	height:530px;
	left:0px;
}

.page-requisite_schirm_charme_melone_schirm .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite_schirm_charme_melone_schirm .image-attach-body {
	height:580px;
	left:20px;
}

.page-requisite_schirm_charme_melone_bush_hat .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite_schirm_charme_melone_bush_hat .image-attach-body {
	height:666px;
	left:0px;
}

.page-requisite_schirm_charme_melone_panama_hat .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite_schirm_charme_melone_panama_hat .image-attach-body {
	height:728px;
	left:0px;
}

.page-standorte-masskonfektion-dortmund .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-standorte-masskonfektion-dortmund .image-attach-body {
	left:0px;
	height:504px;
}

.page-standorte-masskonfektion-duesseldorf .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-standorte-masskonfektion-duesseldorf .image-attach-body {
	height:528px;
	left:0px;
}

.page-standorte-masskonfektion-essen .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-standorte-masskonfektion-essen .image-attach-body {
	height:578px;
	left:0px;
	
}

.page-standorte-masskonfektion-hamburg .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-standorte-masskonfektion-hamburg .image-attach-body {
	height:737px;
	left:0px;
	
}

.page-standorte-masskonfektion-koeln .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-standorte-masskonfektion-koeln .image-attach-body {
	height:545px;
	left:0px;
	
}

.page-standorte-masskonfektion-wiesbaden .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-standorte-masskonfektion-wiesbaden .image-attach-body {
	height:560px;
	left:0px;
	
}

.page-standorte-masskonfektion-buero-versand .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-standorte-masskonfektion-buero-versand .image-attach-body {
	height:432px;
	left:0px;
}

.page-standorte-masskonfektion-bochum .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-standorte-masskonfektion-bochum .image-attach-body {
	left:0px;
	height:690px;
}


.page-standorte-masskonfektion-frankfurt .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-standorte-masskonfektion-frankfurt .image-attach-body {
	left:0px;
	height:765px;
}


.page-requisite_waescheschrank .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite_waescheschrank .image-attach-body {
	height:590px;
	left:0px;
}



.page-requisite-waescheschrank-struempfe .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite-waescheschrank-struempfe .image-attach-body {
	height:590px;
	left:0px;
}


.page-requisite-waescheschrank-unterwaesche-zimmerli .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite-waescheschrank-unterwaesche-zimmerli .image-attach-body {
	height:590px;
	left:0px;
}


.page-requisite-waescheschrank-morgenmantel .image-attach-body img {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.page-requisite-waescheschrank-morgenmantel .image-attach-body {
	height:593px;
	left:0px;
}

.img {
	border-color:#9bb9c9;
	border-width: 2px;
	border-style: solid;
}











#main #content #content-header h1.title{
color:#7fb60a;
font-family:"Times New Roman", Times, serif;
font-size:13px;
font-weight:normal;
text-transform:uppercase;
letter-spacing:1px;
margin-top:34px;
margin-left:31px;
margin-bottom:30px;
	z-index: 5;
}

#content .content p{
width:440px; /* war 330 GREIFT FÜR .node-type-page */
margin-left:31px;
margin-bottom:0em;
}

#content .content{
color:#494949;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
}

#content p a, .front #content-area div a, .page-impressum #content-area div a{
color:#f31ed7;
text-decoration:underline;
}

#content p a:visited, .front #content-area div a:visited, .page-impressum #content-area div a:visited{
color:#f31ed7;
text-decoration:underline;
}

/*Scrollbarer Text */
.node-type-scrolltext #pane-target p{
position:relative;
width:440px;
xheight:200px;
margin-left:31px;
margin-bottom:1em;
color:#494949;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
}



/*Scrollbarer Text mit Büsten */
.node-type-scrolltext-buesten #pane-target p{
position:relative;
width:380px;
height:auto;
margin-left:31px;
margin-bottom:1em;
color:#494949;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
}


.node-type-scrolltext-buesten #pane-target{
float:left;
margin: 0px;
padding:0px;
position:relative;
height: 531px;
xtop:30px;
}

.node-type-scrolltext-die-festgarderobe #pane-target{
float:left;
margin: 0px;
padding:0px;
position:relative;
height: 500px;
xtop:30px;
}




.node-type-scrolltext-buesten #page{
min-height:0px;

}


/* Formatierung Büsten-Stuff */
ul,li,h1,h3,p{
list-style:none;
padding:0;
margin:0;
}

.part{
border:0px;
}			

div.section{
border:0px;
width:235px;
padding:0px;
margin:0px;
position:relative;
clear:both;
}

div.section li{
float:left;
}

.node-type-tuchwerk #container{
float:left;
width:300px;
padding-left: 20px;
}

.node-type-scrolltext-buesten #container{
position:relative;
width:380px;
float:left;
top:-60px;
left:-15px;

}

#buesten{
position:relative;
width:300px;
height:495px;
float:left;
overflow:hidden;
xclear:left;
margin: 0px;
padding:0px;
top:0px;
left:0px;
z-index:1000;
}

/*#holder div div{*/
#info{
color:#494949;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
background-color:#FFFFFF;
border:1px solid #a6b9c0; 
width: auto;
height:auto;
padding:15px;
}

.clear{
clear:left;
}

#zurueck {
margin-right:20px;
}

table, tr, td, tbody{
margin:0px;
padding:0px;
}

.tab_fett{
font-weight:bold;
}

.tab_kurs{
font-style:italic;
}

.node-type-page table, .node-type-schuhe table{
margin-left:31px;
clear:left;
}

/* Formatierung der Standorte */

.node-type-standort #page{
position:relative;
z-index:1;
padding:0px;
min-height:0px;
height:557px;
  }

.node-type-standort #main{
height:457px;
z-index:0;
}

.node-type-standort #main-inner{
height:10px;
}

.node-type-standort #ebene_drei{
xdisplay:none;
}



.node-type-standort #content p {
width:280px;
height:auto;
color:#494949;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
margin-left:31px;
xpadding-top:32px;
}

.node-type-standort.page-cove_service_ateliers #content p {
width:240px;
}

.node-type-standort #pane-target {
position:relative;
top:30px;
height:406px;

}

.node-type-standort #content {
width:300px;
}

.node-type-standort .image-attach-body {
position:absolute;
z-index:-1;
top: 0;
}


/*FOOTER X */

#footer-innerx h2.title{
display:none;
}

#footer-innerx ul.menu{
width:930px;
height:32px;
float:right;
padding:0px;
margin:0px;
padding-top:0px;
}

#footer-innerx ul.menu li{
float:right;
list-style:none;
list-style-image:none;
list-style-type:none;
padding:0px;
margin:0px;
padding-right:14px;
}

#footer-innerx ul.menu li#sitemap{
padding-right:30px;
}

#footer-innerx ul.menu li a{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

#footer-innerx ul.menu li a:visited{
color:#000000;
}

/* TUCHWERK */
.node-type-tuchwerk #pane-target p{
position:relative;
top:20px; /*Abstand zur Headline */
margin-top:0px;
margin-left:31px;
color:#494949;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
width:440px;
height:auto;
}

.node-type-tuchwerk #pane-target{
float:left;


display:block;
margin-top:32px;
}

.node-type-tuchwerk #holder{
position:relative;
float:left;
left:0px;
}

#tuchstoffe{
width:260px;
height:415px;
float:left;
overflow:hidden;
clear:left;
margin: 0px;
padding:0px;
position:relative;
top:0px;
}

.node-type-schuhe .content p{
width:440px;
margin-left:31px;
margin-right:50px;
float:left;
}

.node-type-schuhe .content div{
float:left;
}

.node-type-schuhe .content div span{
position:relative;
text-align:center;
font-size:11px;
font-family:"Times New Roman", Times, serif;
text-transform:uppercase;
text-decoration:none;
letter-spacing:1px;
color:#0092dd;
}

.node-type-scrolltext #container{
position:relative;
margin:0px;
padding:0px;
left:-120px;

width:300px;
}

.node-type-schuhmarken #pane-target p{
position:relative;
width:440px;
height:auto;
margin-left:31px;
margin-bottom:1em;
color:#494949;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
}

.node-type-schuhmarken #container {
float:left;
width:300px;
padding-left: 80px;
}

.node-type-schuhmarken #pane-target{
float:left;
margin: 0px;
padding:0px;
position:relative;

width:600px;

}



.page-cove-und-co-philosophie #pane-target p{
width:450px;
}

.page-cove-und-co-philosophie #pane-target{
width:450px;
height:433px;
}



.page-cove-und-co-service #pane-target p{
width:450px;
}

.page-cove-und-co-service #pane-target{
width:450px;
height:400px;
}

.page-cove-und-co-service-massanzug-pflegetipps #pane-target p{
width:450px;
}

.page-cove-und-co-service-massanzug-pflegetipps #pane-target{
width:450px;
height:400px;
}

.page-cove-und-co-service-schuhservice #pane-target p{
width:450px;
}

.page-cove-und-co-service-schuhservice #pane-target{
width:450px;
height:380px;
}

.page-cove-und-co-service-termine #pane-target p{
width:450px;
}

.page-cove-und-co-service-termine #pane-target{
width:450px;
height:400px;
}

.page-cove-und-co-service-gutschein #pane-target p{
width:250px;
}

.page-cove-und-co-service-gutschein #pane-target{
width:250px;
height:400px;
}

.page-cove-und-co-massschneiderei #pane-target p{
width:450px;
}

.page-cove-und-co-massschneiderei #pane-target{
width:450px;
height:400px;
}

.page-cove-und-co-masskonfektion #pane-target p{
width:480px;
}

.page-cove-und-co-masskonfektion #pane-target{
width:480px;
height:1428px;
}






.page-schneiderwerk #pane-target p{
width:350px;
}

.page-schneiderwerk #pane-target{
width:400px;
height:528px;
}


.page-schneiderwerk-der-massanzug #pane-target p{
width:350px;
}

.page-schneiderwerk-der-massanzug #pane-target{
width:400px;
height:550px;
}


.page-schneiderwerk-das-sakko #pane-target p{
width:280px;
height:auto;
}

.page-schneiderwerk-das-sakko #pane-target {
width:380px;
height:564px;
}

.page-schneiderwerk-das-sakko #container{
left:-12px;
}

.page-schneiderwerk-der-mantel #pane-target p{
width:280px;
height:auto;
}

.page-schneiderwerk-der-mantel #pane-target {
width:380px;
height:524px;
}

.page-schneiderwerk-die-hose #pane-target p{
width:350px;
}

.page-schneiderwerk-die-hose #pane-target{
width:400px;
height:538px;
}














.page-tuchwerk_die_tuchmacher_loro_piana #pane-target p{
width:400px;
}

.page-tuchwerk_die_tuchmacher_loro_piana #pane-target{
width:400px;
height:680px;
}


.page-tuchwerk_die_tuchmacher_holland_sherry #pane-target p{
width:400px;
}

.page-tuchwerk_die_tuchmacher_holland_sherry #pane-target{
width:400px;
height:660px;
}

.page-tuchwerk_die_tuchmacher_scabal #pane-target p{
width:400px;
}

.page-tuchwerk_die_tuchmacher_scabal #pane-target{
width:400px;
height:660px;
}

.page-schuhwerk #pane-target p{
width:470px;
}

.page-schuhwerk #pane-target{
width:470px;
height:480px;
}


.page-schuhwerk-marken-schuhe-alden #pane-target p{
width:400px;
}

.page-schuhwerk-marken-schuhe-alden #pane-target{
width:400px;
height:880px;
}

.page-schuhwerk-marken-schuhe-allen-edmonds #pane-target p{
width:400px;
}

.page-schuhwerk-marken-schuhe-allen-edmonds #pane-target{
width:400px;
height:400px;
}


.page-schuhwerk-marken-schuhe-heinrich-dinkelacker  #pane-target p{
width:400px;
}

.page-schuhwerk-marken-schuhe-heinrich-dinkelacker  #pane-target{
width:400px;
height:800px;
}


.page-schuhwerk-marken-schuhe-prime-shoes  #pane-target p{
width:400px;
}

.page-schuhwerk-marken-schuhe-prime-shoes  #pane-target{
width:400px;
height:350px;
}

.page-requisite_waescheschrank  #pane-target p{
width:400px;
}

.page-requisite_waescheschrank  #pane-target{
width:400px;
height:350px;
}

.page-requisite_schirm_charme_melone  #pane-target p{
width:400px;
}

.page-requisite_schirm_charme_melone  #pane-target{
width:400px;
height:590px;
}


.page-cove-und-co-ateliers  #pane-target p{
width:200px;
}

.page-cove-und-co-ateliers  #pane-target{
width:400px;
height:435px;
}

.page-standorte-masskonfektion-dortmund  #pane-target p{
width:200px;
}

.page-standorte-masskonfektion-dortmund  #pane-target{
width:400px;
height:445px;
}

.page-standorte_duesseldorf #pane-target p{
width:200px;
}

.page-standorte_duesseldorf  #pane-target{
width:400px;
height:400px;
}

.page-standorte_essen #pane-target p{
width:200px;
}

.page-standorte_essen #pane-target{
width:400px;
height:400px;
}

.page-standorte_hamburg #pane-target p{
width:200px;
}

.page-standorte_hamburg #pane-target{
width:400px;
height:400px;
}

.page-standorte_koeln #pane-target p{
width:200px;
}

.page-standorte_koeln #pane-target{
width:400px;
height:400px;
}

.page-standorte_wiesbaden #pane-target p{
width:200px;
}

.page-standorte_wiesbaden #pane-target{
width:400px;
height:400px;
}

.page-standorte_buero_versand #pane-target p{
width:200px;
}

.page-standorte_buero_versand #pane-target{
width:400px;
height:400px;
}




.page-schneiderwerk_das_sakko #xtextzurueck,
.page-schneiderwerk_das_sakko #xtextvor,
.page-schneiderwerk_die_hose #textzurueck,
.page-schneiderwerk_die_hose #textvor{
display:none;
}

.front h1.title{
display:none;
}

.front .content{
width:930px;
}

.front div{
color:#494949;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
}

.node-type-webform textarea{
resize:none;
float:left;
}

.node-type-webform form{
margin-left:31px;
width:880px;
}

.node-type-webform label{
float:left;
width:145px;
font-weight:normal;
text-align:right;
margin-right:15px;
}

.webform-component-textfield, .webform-component-email{
float:left;
}

.node-type-webform #ebene_drei{
display:none;
}

#webform-component-ihre_fragen{
position:relative;
top:30px;
clear:left;
margin-left:15px;
}

#webform-component-ihre_fragen label{
width:100px;
}

.node-type-webform #edit-submit{
position:absolute;
bottom:10px;
left:190px;
width:75px;
}

.node-type-webform input{
width:250px;
position:relative;
z-index:1500;
}

.node-type-webform textarea{
width:250px;
margin-right:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.node-type-webform fieldset{
padding:0px;
margin:0px;
position:relative;
border:none;
width:300px;
float:right;
right:6px;
}

.node-type-webform fieldset label{
width:190px;
text-align:left;
}

.node-type-webform fieldset legend{
display:none;
}

.webform-component-textarea{
position:absolute;
left:31px;
bottom:50px;
}

.page-kontaktformular #page-inner{
height:550px;
}

.logged-in #sidebar-left{
left:-200px;
}

.logged-in #content{
left:-200px;
}

/* SITEMAP */

/* gesamten Baum einrücken */
.page-sitemap .site-map ul.menu{
margin-left:31px;
margin-bottom:0px;
float:none;
}

.page-sitemap .site-map ul.menu ul.menu{
margin-left:10px;
position:relative;
float:none;
width:150px;
}

.page-sitemap .site-map ul.menu ul.menu ul.menu{

position:relative;

}

.page-sitemap .site-map li#coveundco{
position:absolute;
left:31px;
}

.page-sitemap .site-map li#schneiderwerk{
position:absolute;
left:185px;
}

.page-sitemap .site-map li#tuchwerk{
position:absolute;
left:335px;
}

.page-sitemap .site-map li#schuhwerk{
position:absolute;
left:490px;
}

.page-sitemap .site-map li#requisite{
position:absolute;
left:635px;
}

.page-sitemap .site-map li#standorte{
position:absolute;
left:780px;
}

.page-sitemap .site-map #sitemap, .page-sitemap .site-map #impressum, .page-sitemap .site-map #kontakt, .page-sitemap .site-map #glossar{
display:none;
}

/*dritte Ebene einblenden */
.page-sitemap .site-map ul.menu ul.menu ul.menu{
display:block;
margin-bottom:0px;
float:none;
}

/* Bulletss etc. ausblenden */
.page-sitemap .site-map ul.menu li{
list-style:none;
list-style-image:none;
list-style-type: none;
}

.page-sitemap .site-map h2.title{
display:none;
}

/* erste Ebene */
.page-sitemap .site-map ul.menu a, .page-sitemap #content .content a{
font-size:10px;
font-family:"Times New Roman", Times, serif;
text-transform:uppercase;
text-decoration:none;
color:#000000;
letter-spacing:0px;
line-height:normal;
margin:0px;
padding:0px;
}

.page-sitemap .site-map ul.menu a:hover, .page-sitemap .site-map ul.menu ul.menu a:hover, .page-sitemap .site-map ul.menu ul.menu ul.menu a:hover, .page-sitemap #content .content a:hover{
text-decoration:underline;
color:#000000;
}

/* zweite Ebene */
.page-sitemap .site-map ul.menu ul.menu a{
color:#494949;
font-family:"Times New Roman", Times, serif;
font-size:10px;
line-height:15px;
text-transform:none;
}

/* dritte Ebene */
.page-sitemap .site-map ul.menu ul.menu ul.menu a{
color:#494949;
}



.page-sitemap #main{
height:630px;
}



.page-impressum .content div{
width:150px;
float:left;
margin-right:80px;
margin-left:31px;
}

.page-impressum #content .content p{
float:left;
width:800px;
font-size:11px;
}

.page-impressum #main{
height:880px;
}



.page-schneiderwerk #content .content p{
width:440px;
}


.page-schneiderwerk-das-masshemd #pane-target{
float:left;
margin: 0px;
padding:0px;
height:485px;

}

#textnavi-tuchwerk{
width:30px;
height:14px;
margin-left:34px;
margin-top:00px;
padding:0px;
position:relative;
top:00px;
left:0px;
}

#textnavi{
width:30px;
height:18px;
margin-top:0px;
position:relative;
padding:0px;
margin-left:34px;
clear:left;
display:none;
}

.node-type-scrolltext-buesten #textnavi{
top:-180px;
}



#textnavi*{
padding:0px;
margin:0px;
}

.node-type-scrolltext #textnavi{
top:15px;
}

.page-schneiderwerk-das-masshemd #textnavi{
clear:left;
top:10px;
}

.page-schneiderwerk_das_sakko #textnavi{
position:absolute;
top:290px;
left:0px;
}

.front #footer-innerx{
top:560px;
}

.node-type-standort #textnavi{
top:15px;
}

.page-schneiderwerk-der-mantel #pane-target{
height:400px;
}

.page-schneiderwerk-der-mantel #pane-target p{
height:auto;
}

.page-schneiderwerk-der-mantel #textnavi{
top:-350px;
}

.page-cove_service_schneiderservice #pane-target{
height:400px;
}

.page-cove_service_schneiderservice #textnavi{
display:none;
}

.page-schneiderwerk-cove-woman #pane-target{
height:860px;
}

.page-schneiderwerk-cove-woman #pane-target p{
width:440px;
}

.node-type-schuhe #ebene_drei ul.menu li, .node-type-scrolltext #ebene_drei ul.menu li{
margin-bottom:5px;
}

.node-type-schuhmarken #textnavi {
top:-185px;
}

.node-type-tuchwerk #textnavi{
top:-100px;
}

.page-requisite_waescheschrank #textnavi{
display:none;
}

.page-cove-und-co #content p {
width:280px;
}

.page-requisite_schirm_charme_melone_panama_hat .image-attach-body{
top:-138px;
}

#ie_switch_zurueck{
background-image:url(/sites/default/files/images/zurueck.png);
width:7px;
height:14px;
position:relative;
}

#ie_switch_vor{
background-image:url(/sites/default/files/images/vor.png);
width:7px;
height:14px;
position:relative;
}

.breadcrumb {
	margin-left:32px;
	font-size:10px;
	color:#549eae;
	margin-top:6px;
	position:relative;
	z-index:2;
	text-transform:uppercase;
}

.breadcrumb a {
	font:"Times New Roman", serif;
	font-size:10px;
	color:#549eae;
	text-decoration:none;
	text-transform:uppercase;
}

#container table td a {
	position:absolute;
	z-index:2;
}

#pane-target {
	position:relative;
	z-index:3;
	padding-bottom:48px;

}

.page-newsletter #content-bottom {
	width:600px;
	position:relative;
	left:120px;
	top:48px;
	clear:both;
	border:1px solid #ccc;
	padding:24px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
}

.page-newsletterabos table {
	margin-left:120px;
}

.page-newsletterabos td {
	width:200px;
	padding:6px;
	
}

.page-newsletterabos tr.even, .page-newsletterabos tr.odd {
	border-bottom:1px solid #efefef;
}

.page-newsletter #content-area {
	margin-left:30px;
}

.page-newsletter .container-inline {
	margin-top:18px;
}