

  /*  CSS_STYLE fuer Max Fröhlich

  *   Author: Klemens Fix

  *   Datum:  November 2013

  **/

  

* {
margin: 0;
padding: 0;
font-size: 1em; /* = 16px   don´t edit */
}


html {font-size: 62.5%; /* 1em = 10px   don´t edit */ }

body {
margin:0;
padding:0;
color: #333;
font-size: 14px;
line-height:16px;
font-family: 'LucidaGrandeRegular','Lucida Sans Unicode',Arial,'Trebuchet MS','Bitstream Vera Sans', sans-serif; 
background: #fff url(../img/body-bg.png) no-repeat top center
}

  

/*********************** Allgemeine Formatierung ****************************/

  #content h1, #content h2, #content h3,
  #content h4, #content h5, #content h6, #content h7,
  #content .title_H1, #content .title_H2, #content .title_H3, 
  #content .title_H4, #content .title_H5, #content .title_H6, #content .title_H7 {
  	display:block;
  	margin-bottom: 20px;
	font-family:'M1pmedium', sans-serif;
	line-height: 1.4em;
	}
	
	#content h1 a, #content h2 a, #content h3 a,
  #content .title_H1 a, #content .title_H2 a, #content .title_H3 a {
    border: none;
    text-decoration: none;
  }
  #content h1 a:hover, #content h2 a:hover, #content h3 a:hover,
  #content .title_H1 a:hover, #content .title_H2 a:hover, #content .title_H3 a:hover {
    border: none;
    text-decoration: underline;
  }

  #content h1, #content .title_H1 { color: #9d0033; font-weight: normal; font-size: 23px;} 
  #content h1 a, #content .title_H1 a { color: #9d0033; font-weight: normal;}
  
  #content h2, #content .title_H2 { color: #a0003d; font-size:20px; font-weight: normal;} 
  #content h2 a, #content .title_H2 a { color: #a0003d;}
  
  #content h3, #content .title_H3 { color: #a0003d; font-weight: normal;font-size: 18px;} 
  #content h3 a, #content .title_H3 a { color: #a0003d; font-weight: normal;} 
  
  #content h4, #content .title_H4 { font-weight: normal; font-style: italic; font-size: 16px;} 
  #content h4 a, #content .title_H4 a { font-weight: normal; font-style: italic; }
  
  #content h5, #content .title_H5 { font-weight: bold; font-size: 14px; color: #d5d5d5;} 
  #content h5 a, #content .title_H5 a { font-weight: bold; color: #d5d5d5;} 
  
  #content h6, #content .title_H6 { font-weight: bold;  font-size: 14px; color: #d5d5d5; text-decoration: underline;} 
  #content h6 a, #content .title_H6 a { font-weight: bold; color: #d5d5d5;}
  
  
  #content .title_b {
    font-weight: bold;
    font-size: 13px;
  }
  
  #content .title_span {
    font-size: 13px;
  }
  #content .dark-title{
  color: #373737
  }
  #content .csc-textpic-text { 
     margin-bottom: 20px;
  }
    /* Absatz */
  
  #content p {
  /* padding: 0 1em 0.9em 0;*/ 
  line-height: 25px;
  margin-bottom: 18px;
  }

  #content .title_p, #content .title_p2 {
    font-weight: normal;
    font-size: 1em;
    color: #000;
  }
  #content .title_p2 {
    padding: 0;
    color: #A0003D;
  }

  #content ul, #content ol {

    /*font-size: 1.2em; 

    padding-bottom: 0.9em; */

    padding-right: 1em;

  }

  

	#content p.bodytext{
	font-size:14px;
	}

  

  /* Behälter */

  #content div {}

  

  /*Zitat*/

  #content blockquote {font-style: italic; margin: 1em;}

  

  /*Blockstil*/

  #content p.align-left { text-align: left;}

  #content p.align-right { text-align: right;}

  #content p.align-center { text-align: center;}

  #content p.align-justify { text-align: justify;}

  

  /* Rahmen mit gelben Hintergrund */

  #content p.csc-frame-frame2 {

    background-color: #fefca7;

    border:   1px #000 solid;

    padding:  0.5em;

    color: #000;

  }

  

  /* Rahmen mit grauen Hintergrund */

  #content p.csc-frame-frame1 {

    background-color: #e7e7e7;

    border:           1px #000 solid;

    padding:  0.5em;

    color: #000;

  }

  

  /* RTE-Tabellen Formatierung */

  

  #content table.contenttable { border: none; color: #404040;}

  

  /* Tabellen-?berschift */

  #content table caption {padding-bottom: 0.5em; font-weight: bold;}

  

  /* Spalten-?berschift bei Tabellen mit Kopfzellen oberhalb und 

     bei Tabellen mit Kopfzellen oberhalb und links */

  #content thead th, #content tr.thead th {background-color: #c0c0c0; padding: 0.5em 1em 0.2em 1em;}

  #content thead {border: none}

  /*thead {border: 1px solid #c0c0c0;}*/

  

  /* Zeilen-?berschift links*/

  /*th { border: 1px #c0c0c0 solid; padding: 0 1em;}*/

  #content th {border: none; padding: 0 1em;}

  

  #content tbody {}

  #content tr {}

  #content td { border: none; vertical-align: top;}

  /*#content td p {margin: 0;}*/

  

  /* Textstil */

  #content span.detail { color: #339933; }

  #content span.name-of-person { color: #00f; }

  #content span.important { color: #f00; }

  

  /* Text Tiefgestellt und Hochgestellt */

  #content sub {}

  #content sup {}

  

  /* Links */


  /*für Attribute der Links noch nicht besuchter Ziele*/

	a{
	color: #004e9b;
	text-decoration:underline;
	}

  #content .csc-textpic-image a {
    border:none;
    color: #333333;
    text-decoration: none;
  }

  

  /*für Attribute der Links bereits besuchter Ziele*/

  a:visited {}

  /*für Verweise, die den Fokus erhalten, zum Beispiel durch „Durchsteppen“ mit der Tabulator-Taste*/

  a:focus {}

  /*für Attribute der Links beim Überfahren mit dem Mauszeiger*/

	a:hover {
	text-decoration:none;
	}

  /*für Attribute der aktivierten (angeklickten) Links während des Ladens*/

  a:active {}

  

  a.internal-link,

  p a.internal-link,

  a.internal-link,

  a.internal-link-new-window,

  a.external-link,

  a.external-link-new-window,

  a.mail,

  a.download {

    text-decoration: underline;

    color: #004e9b; 

  }

  

  a.internal-link:hover,

  p a.internal-link:hover,

  a.internal-link:hover,

  a.internal-link-new-window:hover,

  a.external-link:hover,

  a.external-link-new-window:hover,

  a.mail:hover,

  a.download:hover {

    /*text-decoration: underline;*/

    text-decoration: none;

    border-bottom: none;

    color: #353b93;

     /*color: #a0003d;*/ 

  }

  

  a.internal-link:visited,

  p a.internal-link:visited,

  a.internal-link:visited,

  a.internal-link-new-window:visited,

  a.external-link:visited,

  a.external-link-new-window:visited,

  a.mail:visited,

  a.download:visited {

    /*color: #868686;*/ 

  } 

   

  /*Text eingerückt*/

  div.indent {

    margin-left: 1em;

  }

  /* Images */

img {
border: none;
}

.image{
border:1px solid #ccc
}
 
	a.invisible {
	display: none;
	}


 
#mainBox, #footer { 
	width:986px;
	margin:0 auto; 
	
}

#mainBox {
position: relative;
background-color: #fff;
padding:1px 0 0 0;
min-height: 800px;
}

/************* Header ************************************************/  
.additional-info p {
    position: absolute;
    top: 0;
    left: -6px;
    width: 100%;
    background: #00519B;
    z-index: 100;
    text-align: center;
    color: #fff;
    padding: 6px;
    font-size: 14px;
}

.additional-info p a {
  color: #fff;
}
#header {
	width:100%;
	height: 190px;
	min-height: 190px; /*Abstand auch in der #contentBox anpassen*/
	position: absolute;
	top:0;
	z-index: 1
	}

	#header #logo {
	margin: 52px 0 0 0;
	position:absolute;
	left:20px;
	top:0;
	width:230px;
	text-decoration:none;
	}
	#header #logo img{
	display:block;
	}
	#header #logo .logo-slogan{
	display:block;
	font: 12px/14px 'M1plight',sans-serif;
	text-align:right;
	color:#000;
	}

	#header .site_description {
	position:absolute;
	left:250px;
	border-left: 1px solid #999;
	padding: 0 0 0 10px;
	margin: 69px 0 0 10px;
	color: #000;
	font-family: 'M1plight',sans-serif;
	font-size:12px;
	text-decoration: none;
 	}
 	
  #header .site_description #slogan {
	color: #00519b; 
	font-size:21px;
	text-decoration: none;
	font-family: 'M1plight',sans-serif;
   }
   #header .site_description strong {
    font-weight: normal;
   }

	#header #header_img {
	position: absolute;
	right:  0;
	top:    0;
	}
	#header #header_img DIV.csc-textpic DIV.csc-textpic-single-image IMG{
	margin:0;
	}
	
	#header #hotline , #header #hotline  span{
	clear:both;
	color: #9d0033;
	font-family: 'BitterRegular',Verdana;
	font-size:12px;
	line-height:30px;
	}
	#header #hotline{
	/*margin: 0 0 0 189px;*/
  text-align: center;
	}
	#header #hotline  span{
	border-right: 0px solid #999;
	padding: 0 3px 0 0;
	margin: 0 3px 0 0;
	display:inline-block;
	}

	  



	  

/*************************** Header End ************************************/



/************************** Navigation *************************************/  

#navigation {
width: 986px;
position: absolute;
top:175px;
padding-bottom: 4px;
z-index: 3
}
	ul#mainNavigation {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	}
	ul#mainNavigation  li {
	display: inline-block;
	margin: 0 16px 0 0;
	height: 28px;
	*display:inline;
	zoom:1;
	}

  ul#mainNavigation  li{
  color:   #1a455a;
  }
	ul#mainNavigation  li a {
	display:inline-block;
	font-family: 'M1pmedium',Arial,sans-serif;
	font-size:14px;   
	line-height:17px;
	text-transform:uppercase;
	text-decoration:   none;
	padding:5px 18px 6px;
	}
  
  

	ul#mainNavigation li.current a,
	ul#mainNavigation li.current a:hover {
	text-decoration:    none;
	color:  #1a455a;
	background-color: #e4edf3;
	}
	ul#mainNavigation li a:hover,
	ul#mainNavigation li:hover
   {
	color: #fff;
	} 
	 
	  
	ul#mainNavigation li:hover,
  ul#mainNavigation li.shop a:hover {
	background-color: #00519B;
	}
	ul#mainNavigation li.current:hover {
	color: #000;StartStandard-Schmuck Seite 5px 20px 6px:  Großhandel
	}
	ul#mainNavigation > li.shop{
	background: url(../img/webshop-icon.png) no-repeat 0 0;
	padding: 5px 0;
  width: 144px;
	color:#00519b;
	margin: 0 0 0 48px;
	}
	ul#mainNavigation > li.shop > a,ul#mainNavigation > li.shop > a:hover{
	color:#00519b;
	margin-left: 38px;
	}
	ul#mainNavigation > li.shop > a:hover {
    color: #fff;
  }
	
	
  
	ul#subNavigation, 
	ul#mainNavigation li ul.subNavigation_invisible {
	position: relative;
	top:0;
	background-color: #e4edf3;
	height:24px;
	padding: 5px 0;
	margin: 0;
	}
	ul#subNavigation{
	position:relative;
	top: 207px;
	width:986px;
	z-index:3;
	}
  
	ul#mainNavigation li ul.subNavigation_invisible {
		/*visibility: hidden;*/
		display: none;
		position: absolute;
		top: 32px;
		left: 0;
		z-index: 598;
		width: 100%;
		border-bottom: 1px solid  #c4c4c4;
	  }

	ul#mainNavigation li:hover > ul.subNavigation_invisible {
		/*visibility: visible;*/
		display: inline-block;
    background-color: #00519B;
    color: #fff; 
	  }
  
	ul#mainNavigation li.current  ul.subNavigation_invisible {
		display: none;
	}
	ul#mainNavigation li.current > ul.subNavigation_invisible {
		display: none;
	}

	ul#subNavigation  li, 
	ul#mainNavigation li ul.subNavigation_invisible li {
	display: inline-block;
	padding:0;
	position:relative;
	height:28px;
	}

	ul#subNavigation  li.menuAnfang, 
	ul#mainNavigation li ul.subNavigation_invisible li.menuAnfang {  
	margin:    0 0 0 18px;
	}
	
	ul#subNavigation  li.menuMitte,
	ul#subNavigation  li.menuEnde,
	ul#mainNavigation li ul.subNavigation_invisible li.menuMitte, 
	ul#mainNavigation li ul.subNavigation_invisible li.menuEnde {  

	margin:            0 0 0 30px;
	}

	ul#subNavigation  li a, 
	ul#mainNavigation li ul.subNavigation_invisible li a  {
	display:inline-block;
	font-size:          13px;
	line-height:28px;
	text-decoration:    none;
	color:      #100; 
	text-transform:none;
	}
  
	ul#mainNavigation li ul.subNavigation_invisible li a {
	font-weight: normal;
	padding: 0;
	 }
 
	ul#subNavigation li.current a,
	ul#subNavigation li a:hover,
	ul#subNavigation li.current a:hover,
	  
	ul#mainNavigation li ul.subNavigation_invisible li.current a, 
	ul#mainNavigation li ul.subNavigation_invisible li a:hover, 
	ul#mainNavigation li ul.subNavigation_invisible li.current a:hover {

	text-decoration:    none;
	color:#00519B
	}
	
	ul#subNavigation  li.current:before, ul#mainNavigation li ul.subNavigation_invisible li.current:before,ul#subNavigation  li:hover:before,ul#subNavigation  li.current:hover:before,ul#mainNavigation li ul.subNavigation_invisible li:hover:before{
	content:'';
	width:0;
	height:0;
	position:absolute;
	top:8px;
	left:-18px;
	border-top: 6px solid transparent;
	border-left: 12px solid #6495c2;
	border-bottom:6px solid transparent;
	z-index:10001
	}
	ul#subNavigation  li:hover:before,ul#mainNavigation li ul.subNavigation_invisible li:hover:before{
	border-left: 12px solid #b1cae0;
	}
	
	
	
	
  
	.border-line {
	padding-bottom: 2px;
	border-bottom: 1px ##E0E7EF solid;
	 }

/********************************** Navigation End ***************************/  

  

/********************************** CONTENT **********************************/  

#content {
	position:relative;
	margin:200px 0 0 0;
	padding: 23px 0 0 0;
	min-height: 435px; 
	z-index: 2
	}

  

  #content * {
    margin: 15px 20px; 

  }

  #content * * {
    margin: 0px;  
  }

  
/* Content Main Page */

.w3col{
width:239px;
}
.w4col{
width:322px;
}
.w5col{
width:405px;
}
.w7col{
width:571px;
}
#page-32 .w7col{
width:571px;
}
.fleft{
float:left;
}
.fright{
float:right!important;
}



  #content img.fleft{
  margin: 0 20px 0 0;
  }
  #content img.fright{
  margin: 0 0 0 20px;
  }
  
  #content .holder{
  margin: 0 0 18px;
  overflow:hidden;
  zoom:1
  }
	.mainbanner-right{
	width:365px;
	height:271px;
	float:right;
	padding: 19px 20px 15px;
	color: #4f4f4f;
	font-size:14px;
	border:1px solid #ccc;
	background: #fff url(../img/mainbanner-right-bg.png) repeat-x left bottom;
	}
	#content .mainbanner-right .title_H5{
	color: #191919;
	font-weight:normal;
	margin: 0 0 20px;
	}
  #content .mainbanner-right p {
    line-height: 6px;
  }
	.mainbanner-left{
    /*width:266px; inhorgenta*/
  	width: 571px;
  	/*height:274px; inhorgenta*/
  	height: 305px;
  	float:left;
  	/*padding: 12px 17px 15px 255px;  inhorgenta*/
  	 padding: 0;
  	border:1px solid #ccc;
  	/*background: url(../img/inhorgenta-bg.jpg) no-repeat left bottom;  inhorgenta*/
  	background: url(../img/LuckyLife-Charms-Schmuck-Grosshandel.jpg) no-repeat left bottom;
  	font-size:14px;
	}
	#content .mainbanner-left h3 {
    padding-top: 0;
  }
  #content .mainbanner-left a {
    color: #A0003D;
    text-decoration: underline;
  }
  #content .mainbanner-left h3 a{
     text-decoration: none;
  }
  #content .mainbanner-left a:hover {
    text-decoration: none;
  }
  #content .mainbanner-left h3 a:hover {
    text-decoration: underline;
  }
  
   #content .mainbanner-left .lof-description{
	font:14px/21px 'M1pmedium', sans-serif;
	color:#121212
   }
  #content .mainbanner-left .lof-description > .readmore,
  #content a.Button{
	display:inline-block;
	color:#fff;
  background: #00519B;
	height: 35px;
	font:14px/35px 'M1pmedium', sans-serif;
	padding:0 12px 0 16px;
	text-decoration:none;
	margin:6px 0 0;
  }
  #content .mainbanner-left .lof-description > .readmore:hover,
  #content a.Button:hover {
	background: #82bef1;
  }
  
		#content  .mainbanner-left p{
		line-height:25px;
		margin: 0 0 24px;
		}
		#content .mainbanner-left .title_H1{
		color: #373737;
		text-align:right;
		line-height:37px;
		margin: 0 0 22px;
		}
		.inform-link{
		font:17px 'LucidaGrandeBold', Verdana, sans-serif;
		}
		
	#content .bullet-list1{
	margin:0 !important;
	padding:0;
	}
	#content .bullet-list1 li {
	margin:0;
	padding:0 0 0px 27px;
	list-style: none;
	background: url(../img/bullet-plus.png) no-repeat left top;
  
	}
  #content .bullet-list1 li:before,
  #content .kontakt-list li:before,
  #content .menu-list li:before {
    background: none;
  }
	
	.magenta-button, .blue-button{
	color: #fff;
	font-size:18px;
	display:block;
	height:45px;
	line-height:45px;
	padding: 0 15px 0 20px;
	text-decoration:none;
	background: url(../img/button.png) repeat-x 0 -90px
	}
	.blue-button{
	background: url(../img/button.png) repeat-x 0 -226px
	}
	.magenta-button:hover{
	background: url(../img/button.png) repeat-x 0 -45px
	}
	.magenta-button:focus{
	background: url(../img/button.png) repeat-x 0 0px
	}
	.blue-button:hover{
	background: url(../img/button.png) repeat-x 0 -181px
	}
	.blue-button:focus{
	background: url(../img/button.png) repeat-x 0 -135px
	}
	.magenta-button span, .blue-button span{
	float:right;
	text-align:right;
	padding: 0 25px 0 0;
	background: url(../img/button-arrow.png) no-repeat center right;
	cursor:pointer;
	}
	
	#content .cols{
	width:996px;
	margin-left: -10px;
	margin-bottom: 0px;
	position:relative;
	overflow:hidden;
	zoom:1
	}
	* html #content .cols{
	width:980px;
	margin-left: -40px;
	display:inline;
	margin-bottom: 18px
	}
	#content .cols > div{
	float:left;
	margin: 0 0 0 10px;
	}
	* html #content .cols div{
	float:left;
	margin: 0 0 0 10px;
	}
	* html #content .cols * div{
	float:none;
	margin: 0;
	}

	.inbox{
	background: #fff url(../img/box-bg.png) repeat-x;
	background-position: bottom;
	border:1px solid #cfcfcf;
	padding: 12px 17px;
	margin: 0 0 16px!important;
	}
	#content .inbox .title_H2{
	margin: 0 0 15px;
	}
	
	#content .menu-list{
	margin: -4px 0 0 0;
	padding:0;
	}
	
	#content .menu-list2{
	margin: -4px 0 0 0;
	padding:0;
	}
	#content .menu-list li{
	list-style: none;
	margin:0;
	padding: 6px 18px;
	border-top:1px solid #bdd6e6;
	background: url(../img/bullet-plus-blue.png) no-repeat left 14px
	}
	#content .menu-list li:first-child{
  border-top: none;
  }
	#content .menu-list a{
	color: #004e9b;
	font-size:14px;
	text-decoration:none;
	}
	
	#content .kontakt-link{
	display:block;
	font-size:20px;
	margin: 0 0 22px;
	}
	#content .kontakt-list, #content .kontakt-list li {
	margin: 0;
	padding:0;
	list-style: none;
	font-size:14px;
	line-height:18px;
	}
	#content .kontakt-list{
	margin: 0 0 22px;
	}
	#content .kontakt-list a{
	text-decoration:none;
	color: #333
	}
	#content .kontakt-list a:hover, #content .menu-list a:hover{
	text-decoration:underline;
	}
	
	#content .collection{
	margin: 0 0 18px;
	padding: 15px 17px 11px;
	background: #fff url(../img/collection-bg.png) repeat-x bottom left;
	border:1px solid #cecece;
	overflow:hidden;
	zoom:1
	}
	
	#motioncontainer_982 {
	POSITION: relative;
	width:966px!important;
  }
  .tx_imagescroller_pi1 #arr_r_982 {
  	
  }
  .tx_imagescroller_pi1 #arr_l_982 {
  	
  }
  .tx_imagescroller_pi1 #arr_r_982 IMG {
  	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0px; BACKGROUND-COLOR: #a0003d; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0px
  }
  .tx_imagescroller_pi1 #arr_l_982 IMG {
  	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0px; BACKGROUND-COLOR: #a0003d; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0px
  }
  .tx_imagescroller_pi1 SPAN,
  #content .csc-textpic-kollektion dl {
  	MARGIN: 0px 6px 0px 0px; WIDTH: 125px; DISPLAY: inline-block; HEIGHT: 206px
  }
  .tx_imagescroller_pi1 IMG, 
	#content .csc-textpic-kollektion img{
  	BORDER-BOTTOM: medium none; BORDER-LEFT: #d5d5d5 1px solid; PADDING-BOTTOM: 13px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BACKGROUND: #fff; BORDER-TOP: #d5d5d5 1px solid; BORDER-RIGHT: #d5d5d5 1px solid; PADDING-TOP: 0px
  }
  #content .tx_imagescroller_pi1 SPAN SPAN.caption,  
	#content .csc-textpic-kollektion .csc-textpic-caption {
  	BORDER-BOTTOM: #6d6d6d 1px solid; 
    POSITION: absolute; 
    BORDER-LEFT: #6d6d6d 1px solid; 
    PADDING-BOTTOM: 4px; 
    PADDING-LEFT: 7px; 
    WIDTH: 107px; 
    BOTTOM: 0px; 
    PADDING-RIGHT: 7px; 
    DISPLAY: block; 
    WHITE-SPACE: normal; 
    BACKGROUND: #7f7f7f; 
    HEIGHT: 34px; 
    COLOR: #fff; 
    BORDER-TOP: medium none; 
    BORDER-RIGHT: #6d6d6d 1px solid; 
    TEXT-DECORATION: none; 
    PADDING-TOP: 4px;
    font-size: 12px;
  }
  #content .csc-textpic-kollektion .csc-textpic-caption a {
    font-size: 12px;
    color:#fff;
    text-decoration: none;
  }

  #content .tx_imagescroller_pi1 SPAN SPAN.caption:hover,
  #content .csc-textpic-kollektion .csc-textpic-caption:hover {
    BACKGROUND: #4c4c4c;
    text-decoration: underline;
  }
  #content .tx_imagescroller_pi1 SPAN SPAN.caption a:hover,
  #content .csc-textpic-kollektion .csc-textpic-caption a:hover {
    text-decoration: underline;
  }
  
  #content .csc-textpic-kollektion dl {
    height: 212px;
  }
  #content .csc-textpic-kollektion .csc-textpic-caption {
    position: relative;
    margin: 0;
  }
  .tx_imagescroller_pi1 SPAN SPAN.caption:hover {
  	BACKGROUND: #4c4c4c
  }
	
	#content .collection ul, #content .collection li{
	margin:0;
	padding:0;
	list-style: none
	}
	#content .collection ul{
	margin: 15px 0 0 0;
	overflow:hidden;
	zoom:1
	}
	#content .collection li{
	float:left;
	display:inline;
	width:123px;
	height:206px;
	margin: 0 6px 0 0;
	}
	#content .collection  a{
	display:block;
	}
	.collection-img{
	border:1px solid #d5d5d5;
	border-bottom:none;
	background: #fff;
	padding: 0 0 13px;
	}
	.collection-title{
	border:1px solid #6d6d6d;
	border-top:none;
	background: #7f7f7f;
	color: #fff;
	text-decoration:none;
	padding: 4px 7px;
	height:34px;
	}
	.collection-title b{
	font-weight:normal;
	}
	#content .collection  a:hover{
	text-decoration:underline;
	}
	
	
	#content .content-box{
	overflow:hidden;
	margin:0 0 15px;
	padding: 20px 15px 0;
	background: #fff url(../img/box-content.png) repeat-x left bottom;
	border:1px solid #cfcfcf;
	zoom:1
	}
	#content .w7col .content-box{
	padding: 20px 13px 10px 14px;
	margin:0;
	}
	
	

	#content .w7col .content-box .collection-list{
	margin-right: -6px!important;
	position:relative;
	width: 523px;
	}
	
	#content .content-box p{
	font-size:14px;
	line-height:25px;
	margin: 0 0 20px;
	}
	
	#content .inhorgenta-title{
	background: #fff;
	border:1px solid #cfcfcf;
	padding: 11px 12px 3px 9px;
	margin: 0 0 16px!important;
  background-position: -178px -22px;
	background-image: url(../img/Inhogrenta-BG.jpg);
	}
	#content .inhorgenta-title img{
	display:block;
	}
	
	.termin, .stand, .adresse, .infos{
	line-height:25px;
	font-size:14px;
	padding: 0 0 0 65px;
	}
	.termin{
	background: url(../img/tremin-icon.png) no-repeat 0 0
	}
	.stand{
	background: url(../img/stand-icon.png) no-repeat 0 0
	}
	.adresse{
	background: url(../img/adres-icon.png) no-repeat 4px 0
	}
	.infos{
	background: url(../img/info-icon.png) no-repeat 4px 0
	}
	.defin-list dt{
	float:left;
	clear:left;
	margin: 0 4px 0 0;
	}
	.defin-list dd{
	min-height: 25px
	}
	.termin .defin-list dt{
	width:80px;
	}
	
	#content .stand h3 img, #content .stand b img{
	position:relative;
	top: 3px;
	margin: 0 4px 0 0;
	}
	#content .infos .menu-list{
	margin: 8px 0 7px;
	}
	#content .infos .menu-list li{
	line-height:16px;
	}
	#content .termin p, #content .stand p, #content .adresse p, #content .infos p{
	line-height:25px;
	margin: 0 0 5px;
	}
	#content .termin h3, #content .stand h3, #content .adresse h3, #content .infos h3{
	margin: 0 0 5px;
	}
	
	
	#content .image-wrap{
	float:left;
	margin: 5px 20px 0 0;
	}
	#content .image-wrap img{
	display:block;
	margin: 0 0 5px;
	}
	#content .image-title, #content .csc-textpic-caption{
	font-size:11px;
	margin-top: 5px;
	}
	
	
  /* Listen - Nummerierung */

  

  /* Erste Gliederungsebene */

  #content ol,

  #content .zweispaltenLayoutBlau ol  {

    margin-left: 19px !important;

    margin-left: 23px;

  }

     

  #content ol li {}

  

  /* Zweite Gliederungsebene */

  

  #content ol li ol {

    margin: 0.2em 0 0.5em 1.9em;

    padding: 0;  

  }

  

  #content ol li ol li {

    list-style-type: lower-alpha;

  }

  

  /* Dritte Gliederungsebene */

  #content ol li ol li ol {}

  #content ol li ol li ol li {}

  

  

  /* Listen - Aufzählung */

  

  /* Erste Gliederungsebene im Content-Bereich */

  

  #content ul,
  #content .zweispaltenLayoutBlau ul { 

    list-style-type: square;

    margin-left: 13px;

    margin-left: 16px;

  }

  #content .zweispaltenLayoutBlau .csc-textpic-imagerow ul,
  #content .zweispaltenLayoutBlau .csc-textpic-imagewrap ul,
  #content .csc-textpic-imagewrap ul {
     margin:0;
  } 

  #content ul li {margin: 0.5em 0;}

  

  /* Zweite Gliederungsebene */

  #content ul li ul {

    margin: 0.2em 0 0.5em 1.9em;

    list-style-type: circle;

    font-size: 1em;

    padding: 0;

  }

  #content ul lo ul li {}

  

  /* Dritte Gliederungsebene */

  #content ul li ul li ul {list-style-type: disc; font-size: 1em;}

  #content ul li ul li ul li {}

  #content ul li ul li ul li ul{list-style-type: decimal; font-size: 1em;}

  #content ul li ul li ul li li ul li{}

  

  #content .zweiSpaltenBox_Typ_service1,

  #content .dreiSpaltenBox_Typ1 {

    margin: 15px 0px;  

  }  

  

    

  /*** Blau-Weisser Verlauf ******/

  #content .blauweisserVerlauf {

    margin: 0;

    background-image: url(../img/BG_verlauf_blau.jpg);

    background-repeat: repeat-x;


    padding-top: 15px;

  }

  

  #content .blauweisserVerlauf * {

    margin: 15px;

  }

  

  #content .blauweisserVerlauf * * {

    margin: 0;

  }

  

  #content .blauweisserVerlauf * div.csc-textpic-imagewrap{

    padding: 5px;

  }

  

  #content .blauweisserVerlauf * div.csc-textpic-left div.csc-textpic-imagewrap{

    padding: 0 5px 0 0;

  }

  

  #content .blauweisserVerlauf * div.csc-textpic-right div.csc-textpic-imagewrap{

    padding: 0 0 0 5px;

  }

  

  #content .blauweisserVerlauf ul,

  #content .blauweisserVerlauf * ul { 

    list-style-type: square;

    margin-left: 24px !important;

    margin-left: 15px !important;

    margin-left: 27px;

    margin-left: 18px;

  }

  

  #content .blauweisserVerlauf ol,

  #content .blauweisserVerlauf * ol {

    margin-left: 31px !important;

    margin-left: 22px !important;

    margin-left: 34px;

    margin-left: 23px;

  }

  

  #content div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap,

  #content * div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap,

  #content * * div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap,

  #content * * * div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap,

  #content div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap,

  #content * div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap,

  #content * * div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap,

  #content * * * div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {

    

  }
  
  #content .csc-textpic-above .csc-textpic-imagewrap {
    margin-bottom: 18px;
  }
  #content .csc-textpic-above .csc-textpic-imagewrap ul li,
  #content .csc-textpic-above .csc-textpic-imagewrap ul li::before {
    background: none;
   }
  #content .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap dl, 
  #content .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap li, 
  #content .csc-textpic-center .csc-textpic-imagewrap dl, 
  #content .csc-textpic-center .csc-textpic-imagewrap li, 
  #content .csc-textpic-left .csc-textpic-imagewrap dl, 
  #content .csc-textpic-left .csc-textpic-imagewrap li {
    margin: 5px 20px 0 0;
  }
  #content .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap dl, 
  #content .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap li,
  #content .csc-textpic-right .csc-textpic-imagewrap dl, 
  #content .csc-textpic-right .csc-textpic-imagewrap li {
    margin: 5px 0 0 20px;
  }
  
  #content .csc-textpic-kollektion .csc-textpic-imagewrap dl, 
  #content .csc-textpic-kollektion .csc-textpic-imagewrap li {
    margin: 0 6px 0 0;
  }
  div.csc-textpic-right div.csc-textpic-imagewrap {
    clear: both;
  }
  /****************************** Blau-Weisser Verlauf Ende ****/

    

  /**************************** BLAUER Hintergrund ****************/

  #content .blauerHintergrund {

    width: 100%;

    margin: 15px 0;

    background-color: #f9f9f9;

    border: 1px solid #b8cae0;

    padding-top: 15px;

  }

  

  #content .blauerHintergrund * {
    margin: 0 15px;
  }
  
  #content .blauerHintergrund h1, #content .blauerHintergrund title_H1,
  #content .blauerHintergrund h2, #content .blauerHintergrund title_H2,
  #content .blauerHintergrund h3, #content .blauerHintergrund title_H3,
  #content .blauerHintergrund h4, #content .blauerHintergrund title_H4 {
    margin-bottom: 18px;
  }

  

  #content .blauerHintergrund * * {

    margin: 0;

  }
  #content .blauerHintergrund ul li {
    margin: 0.5em 0;
}
  

  #content .blauerHintergrund * div.csc-textpic-imagewrap{

    padding: 5px;

  }

  

  #content .blauerHintergrund * div.csc-textpic-left div.csc-textpic-imagewrap,

  #content .blauerHintergrund * div.csc-textpic-intext-left div.csc-textpic-imagewrap {

    padding: 0 5px 0 0;

  }

  

  #content .blauerHintergrund * div.csc-textpic-right div.csc-textpic-imagewrap,

  #content .blauerHintergrund * csc-textpic-intext-right div.csc-textpic-imagewrap {

    padding: 0 0 0 5px;

  }

  

  #content .blauerHintergrund ul,

  #content .blauerHintergrund * ul { 

    list-style-type: square;

    margin-left: 24px !important;

    margin-left: 27px;

  }

  

  #content .blauerHintergrund ol,

  #content .blauerHintergrund * ol {

    margin-left: 31px !important;

    margin-left: 34px;

  }

  /**************************** BLAUER Hintergrund ENDE****************/

    

  /*********** Zwei Spalten Tabelle Transparent *******************************/

  #content table.zweiSpaltenTabelle {

    width: 100%;

    border:none;

    vertical-align: top;

    margin: 0 0 20px 0;

  }

  

  #content table.zweiSpaltenTabelle .zweiSpaltenTabelle_spalte1 {

    border:none;     

    text-align: left;

  }
  
  #content table.zweiSpaltenTabelle .zweiSpaltenTabelle_spalte1 .csc-textpic-right {
    float: right;
  }

  

  #content table.zweiSpaltenTabelle .zweiSpaltenTabelle_spalte2 {

    position: relative;

    margin: 0;

    padding-left: 15px;

    border:none; 

    text-align: left;    

  }

  

  /********************** Zwei Spalten Tabelle Transparent ENDE ***************/

  

  /*********** Vier Spalten Tabelle Transparent *******************************/

  #content table.vierSpaltenTabelle {

    width: 920px;

    border: none;

    vertical-align: top;

  }

  

  #content table.vierSpaltenTabelle *,

  #content table.vierSpaltenTabelle * * {

    margin: 0;

    padding: 0;

  }

  

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte1 {     

  }

  

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte2 {    

  }

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte3 {

  }

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte4 { 

  }

  

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte1 * {

    margin: 10px 10px 10px 0;

  }

  

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte2 *,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte3 * {

    margin: 10px;

  }

    

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte4 * {

    margin: 10px 0 10px 10px;

  }

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte1 * *,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte2 * *,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte3 * *,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte4 * * {

    margin: 0;

  }

  

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte1 * div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte2 * div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte3 * div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte4 * div.csc-textpic-imagewrap{

    padding: 5px;

  }

  

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte1 * div.csc-textpic-left div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte2 * div.csc-textpic-left div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte3 * div.csc-textpic-left div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte4 * div.csc-textpic-left div.csc-textpic-imagewrap

   #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte1 * div.csc-textpic-intext-left div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte2 * div.csc-textpic-intext-left div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte3 * div.csc-textpic-intext-left div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte4 * div.csc-textpic-intext-left div.csc-textpic-imagewrap {

    padding: 0 5px 0 0;

  }

    

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte1 * div.csc-textpic-right div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte2 * div.csc-textpic-right div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte3 * div.csc-textpic-right div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte4 * div.csc-textpic-right div.csc-textpic-imagewrap,

    #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte1 * div.csc-textpic-intext-right div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte2 * div.csc-textpic-intext-right div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte3 * div.csc-textpic-intext-right div.csc-textpic-imagewrap,

  #content table.vierSpaltenTabelle .vierSpaltenTabelle_spalte4 * div.csc-textpic-intext-right div.csc-textpic-imagewrap {

  padding: 0 0 0 5px;

  } 

    

  /********************** Vier Spalten Tabelle Transparent ENDE ***************/

  /*** Zwei Spalten Tabelle Blau Flexibel *************************************/

  

  #content table.zweiSpaltenTabelleBlau {

    width: 100%;

    border:none;

    vertical-align: top;

    margin: 15px 0;

  }

  

  #content table.zweiSpaltenTabelleBlau .zweiSpaltenTabelleBlau_spalte1 {

    border:none;     

    text-align: left;

    background-color: #f9f9f9;

    border: 1px solid #b8cae0;

    padding: 15px;

  }

  

  #content table.zweiSpaltenTabelleBlau .zweiSpaltenTabelleBlau_spalte2 {

    position: relative;

    margin: 0;

    margin-left: 15px;

    padding: 15px;

    border:none; 

    text-align: left; 

    background-color: #f9f9f9;

    border: 1px solid #b8cae0;   

  }

  

  /*** Zwei Spalten Tabelle Blau Flexibel ENDE ********************************/

  

  /********* Zwei Spalten layout Blau Fest ***************************************/

  

  #content .zweispaltenLayoutBlau {

    position: relative;

    clear: left;

    margin: 0;
    margin-bottom: 18px;    

  }

  

  #content .zweispaltenLayoutBlau * {

    /*margin: 0 0px;*/

  }

  

  #content .zweispaltenLayoutBlau * *{

    /*margin: 0;*/

  }

  

  #content .zweispaltenLayoutBlau * div.csc-textpic-imagewrap{

   /* padding: 5px;*/

  }

  

  #content .zweispaltenLayoutBlau * div.csc-textpic-left div.csc-textpic-imagewrap,

  #content .zweispaltenLayoutBlau * div.csc-textpic-intext-left div.csc-textpic-imagewrap {

    padding: 0 5px 0 0;

  }

  

  #content .zweispaltenLayoutBlau * div.csc-textpic-right div.csc-textpic-imagewrap,

  #content .zweispaltenLayoutBlau * div.csc-textpic-intext-right div.csc-textpic-imagewrap {

    padding: 0 0 0 5px;

  }

    

  #content .zweispaltenLayoutBlau .zweispaltenLayoutBlau_spalte1 {

    width:  705px;

    padding: 15px 15px 15px 15px;

    background-color: #f9f9f9;

    border: 1px solid #b8cae0;

  }

  

  #content .zweispaltenLayoutBlau .zweispaltenLayoutBlau_spalte2 {

    position: absolute;

    top: 0;

    right: 0px;

    text-align: left;

    width: 217px;

    /*height: 238px;*/

    padding:15px 5px 15px 15px;

    background-color: #f9f9f9;

    border: 1px solid #b8cae0;

  }

  /********* Zwei Spalten layout Blau  ENDEv *********************************/

  /*********** Drei Spalten Laout ********************************************/

  #content .dreiSpaltenBox_Typ1 {

    position: relative;
    clear: left;
    width: 900px;
  	padding: 0 0 20px 0;   

  } 
  
  #content .dreiSpaltenBox_Typ1 * {

    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #content .dreiSpaltenBox_Typ1 .spalte2 {
    padding: 0 27px;
  }
  

  #content .dreiSpaltenBox_Typ1 * * {

   padding-left: 0;
   padding-right: 0;
  }
  

  #content .dreiSpaltenBox_Typ1 .csc-textpic,
  #content .dreiSpaltenBox_Typ1 .csc-textpic-above .csc-textpic-imagewrap {
     margin: 0;
  }
  

  #content .dreiSpaltenBox_Typ1  * div.csc-textpic-imagewrap{

    padding: 0px;

  }

  

  #content .dreiSpaltenBox_Typ1  * div.csc-textpic-left div.csc-textpic-imagewrap,

  #content .dreiSpaltenBox_Typ1  * div.csc-textpic-intext-left div.csc-textpic-imagewrap {

    padding: 0;

  }

  

  #content .dreiSpaltenBox_Typ1  * div.csc-textpic-right div.csc-textpic-imagewrap,

  #content .dreiSpaltenBox_Typ1  * div.csc-textpic-intext-right div.csc-textpic-imagewrap {

    padding: 0;

  }

    

  #content .dreiSpaltenBox_Typ1 div.spalte1{

    width:  280px;

  }

  

  .dreiSpaltenBox_Typ1 div.spalte2 {

    position: absolute;

    top:  0px;

    left: 310px;

    /*text-align: left;*/

    width: 280px;

  }

  

  #content .dreiSpaltenBox_Typ1 div.spalte3{

    position: absolute;

    top:      0px;

    left:     659px;

    width:    280px;

  }

  

   /*********** Drei Spalten Laout Ende ***************************************/

  #content ul.button {

    /*line-height:        28px !important;

    line-height:        32px;*/

    background-image:   url(img/buttonBG.jpg);

    background-repeat:  repeat-x;

    border:        1px #b8cae0 solid;

    border-right:       1px #b8cae0 solid;*/

    text-align:         center;

    font-size:          1px;

    display:inline;

  }

  

  #content ul.button li {

	 	display:            inline;

	}

	

  #content ul.button li a {

    border-left:        1px #b8cae0 solid;

    border-right:       1px #b8cae0 solid;

    background-image:   url(../img/buttonBG.jpg);

    background-repeat:  repeat-x;

  	padding:            7px 20px 11px 20px !important;  	

    padding:            9px 20px 9px 20px;

    text-decoration:    none;

    color:              #000;

    width:100%; 

    font-size:          12px;

  }
 

  #content a.Button_Weiter,

  #content a.Button_Zurueck,

  #content a.Button_nach_Oben,

  #content a.Button_nach_Unten {

    background-repeat: no-repeat;

    padding: 0 5px 0 20px;

    border: 1px solid #a0003d;
    text-decoration: none;
    font-size: 13px;
    
  }

  

  #content a.Button_PDF_Download {

    padding: 0 5px 0 25px;

    background-image: url(../img/pdf.gif);

    background-repeat: no-repeat;

    text-decoration: underline;

  }

  #content a.Button_PDF_Download:hover {

  text-decoration: none;

  }

  

  #content a.Button_Weiter:hover,

  #content a.Button_Zurueck:hover,

  #content a.Button_nach_Oben:hover,

  #content a.Button_nach_Unten:hover {

    text-decoration: none;

    background-color: #a0003d;

    color: #fff;

  }

  

  #content a.Button_Weiter {

    background-image: url(../img/button_weiter_BG.gif);

  }

  

  #content a.Button_Zurueck {

    background-image: url(../img/button_zurueck_BG.gif);

  }

  

  #content a.Button_nach_Oben {

    background-image: url(../img/button_nach_oben_BG.gif);

  }

  

  #content a.Button_nach_Unten {

    background-image: url(../img/button_nach_unten_BG.gif);

  }

  

  #content ul.button li a:hover {

    border-left:        1px #b8cae0 solid;

    border-right:       1px #b8cae0 solid;

    background-image:   url(../img/buttonBG_rollover.jpg);

    background-repeat:  repeat-x;

  	padding:            7px 20px 11px 20px !important;  	

    padding:            9px 20px 9px 20px;

    text-decoration:    none;

    color:              #565656;

    width:100%;

  }



/** Text links mit Bild rechts ***/

#content .csc-textpic-intext-left-nowrap  p.bodytext {
  clear:none;
} 



/***************************   Bilder Border  *********************************/

#content .csc-textpic {
  display: inline-block;
  margin: 0 0 18px;
}
#content .csc-textpic-single-image {
   padding: 5px 20px 0 0;
}

#content .csc-textpic-right .csc-textpic-single-image {
  padding: 5px 0 0 20px;
}


#content div.csc-textpic-border .csc-textpic-imagewrap img {

  /*border: 1px #dde4ee solid;*/

  border: 1px #B8CAE0 solid;

  padding: 2px; 

  background-color: #fff

}


.csc-textpic-imagewrap img {

  margin: 5px;

}



#content .csc-textpic-intext-left-nowrap .csc-textpic-text,

#content .csc-textpic-intext-left .csc-textpic-text
{
  margin-left: 0;
}



#content .csc-textpic-intext-right-nowrap .csc-textpic-text,

#content .csc-textpic-intext-right .csc-textpic-text {

  /*margin-right: 15px;*/

}



#content div.csc-textpic-center div.csc-textpic-imagewrap {

    margin: 0px auto;

}



#content .csc-frame-rulerBefore, #content .csc-frame-rulerAfter,

#content .csc-frame-frame1 {

  border-top: 1px #dde4ee dashed;

  padding-top: 10px;  

}



#content .csc-frame-rulerAfter,

#content .csc-frame-frame1 {

  border-bottom: 1px #dde4ee dashed;

  padding-bottom: 10px;  

}



#content .csc-frame-frame2 {

  border-top: 1px #dde4ee solid;  

}



/***** POWER-MAIL allgemeine Einstellungen ************************************/

#content .tx-powermail-pi1 {

 

}



div.tx-powermail-pi1_mandatory, div.tx-powermail-pi1_confirmation {

  background-color:#B8CAE0;

  border:2px double #2D328E;

  color:#000000;

  padding:10px;

  position:fixed;

  top:294px;

  width:615px;

  z-index:100;

}



td.powermail_all_td {

  padding-right: 10px;  

}



#content .tx_powermail_pi1_formconfirmation_back {

  margin: 5px 0 5px 0;

}



#content .tx-powermail-pi1 .tx-powermail-pi1_mandatory .powermail_mandatory_list {

  margin-top: 15px;

  margin-bottom: 15px;

}



.tx-powermail-pi1 .tx-powermail-pi1_mandatory strong {

}



.tx-powermail-pi1 .powermail_mandatory_listitem b {

  color: #A0003D;

  font-weight: bold;

}



.tx-powermail-pi1 .powermail_mandatory_listitem strong {

  text-decoration: none; 

}



.tx-powermail-pi1_mandatory_submit {

  margin-top: 1em;

  /*margin-left: 200px;*/

  width: 160px;

}



/***** POWER-MAIL Zugangsdatenanforderung für Partner Login Formatierung ******/



#content .tx-powermail-pi1_formwrap_520 {

  /*border: 1px inset #B8CAE0;*/

  padding: 10px;

}

#tx-powermail-pi1_fieldset_9 {

  border:none;

}

#tx-powermail-pi1_fieldset_9 legend {

  display: none;

}



#tx-powermail-pi1_fieldset_9 #powermaildiv_uid105,

#tx-powermail-pi1_fieldset_9 #powermaildiv_uid106,

#tx-powermail-pi1_fieldset_9 #powermaildiv_uid107,

#tx-powermail-pi1_fieldset_9 #powermaildiv_uid108,

#tx-powermail-pi1_fieldset_9 #powermaildiv_uid109 {

  position: relative;

  margin-bottom:10px;

}



#tx-powermail-pi1_fieldset_9 #powermaildiv_uid108 {

  margin-top: 15px;

}



#tx-powermail-pi1_fieldset_9 #powermaildiv_uid109 {

  margin-top:50px;

  margin-left: 93px;

}



#tx-powermail-pi1_fieldset_9 #uid105,

#tx-powermail-pi1_fieldset_9 #uid106,

#tx-powermail-pi1_fieldset_9 #uid107,

#tx-powermail-pi1_fieldset_9 #uid109,

#tx-powermail-pi1_fieldset_9 .powermail_submit_uid108 {

  position: absolute;

  left: 90px;

}



/*Reset Button*/

  #tx-powermail-pi1_fieldset_9 #powermaildiv_uid123 {

    position: relative;

    top:35px;

    left: 90px !important;

    left: 70px;

  }

  

  #tx-powermail-pi1_fieldset_9 .powermail_reset_uid123 {

    border: none;

    background: none;

    text-decoration: underline;

    color:#353B93;

    cursor: hand;

    margin: 0;

    padding:0;

  }

  

  #tx-powermail-pi1_fieldset_9 .powermail_reset_uid123:hover {  

    color: #A0003D;

    font-weight: bold;

    text-decoration: none;

    cursor: hand;    

    /*border-bottom: 1px solid #A0003D;*/

  }



/*Fehlermeldungen*/

#tx-powermail-pi1_fieldset_9 #advice-required-uid105,

#tx-powermail-pi1_fieldset_9 #advice-required-uid106,

#tx-powermail-pi1_fieldset_9 #advice-required-uid107,

#tx-powermail-pi1_fieldset_9 #advice-validate-email-uid107 {

  color:#A0003D;

  font-weight:bold;  

  position:absolute;

  top:0;

  left:250px;

}



/***** POWER-MAIL Zugangsdatenanforderung für Partner Login Formatierung END***/



/***** POWER-MAIL Kontaktformular Formatierung      ******/

 
 #content .tx-powermail-pi1_formwrap_35 {

    position: relative;

    border:none;

    margin-top: 20px;

  }

  
  #powermaildiv_uid188,
  #powermaildiv_uid191 {
    margin-top:40px;
  }
  #powermaildiv_uid189,
  #powermaildiv_uid190 {
    margin-top: 20px;
  }
  
  .tx-powermail-pi1_formwrap_35 legend,
  .tx_powermail_pi1_fieldwrap_html_checkbox_title {

    display: none;

  }

  #tx-powermail-pi1_fieldset_1 {

    border: none;

    position: relative;

  }

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid1,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid4,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid2,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid5,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid9,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid172,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid7,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid8 {

    position: relative;

    margin-bottom:10px;

    margin-left: 0px !important;

    margin-left: 0px;

  }

  

  /*Fehlermeldungen*/

  

  #tx-powermail-pi1_fieldset_1 #advice-required-uid1,

  #tx-powermail-pi1_fieldset_1 #advice-required-uid4,

  #tx-powermail-pi1_fieldset_1 #advice-required-uid2,

  #tx-powermail-pi1_fieldset_1 #advice-required-uid5,

  #tx-powermail-pi1_fieldset_1 #advice-required-uid9,

  #tx-powermail-pi1_fieldset_1 #advice-required-uid172,

  #tx-powermail-pi1_fieldset_1 #advice-required-uid7,

  #tx-powermail-pi1_fieldset_1 #advice-required-uid8,

  #tx-powermail-pi1_fieldset_1 #advice-validate-email-uid9 {

    margin: 5px 0 15px 110px;
    color:    #A0003D;

    font-weight:bold;

  }
  
  #powermaildiv_uid11 {
        color:    #A0003D;
        font-weight:bold;
  }

  

  #tx-powermail-pi1_fieldset_1 #advice-required-uid154 {

    position: absolute;

    right:0;

    top:75px;

    margin: 5px 0 15px 110px;

      color:    #A0003D;

      font-weight:bold;

  }

  

  #tx-powermail-pi1_fieldset_1 #uid1,

  #tx-powermail-pi1_fieldset_1 #uid4,

  #tx-powermail-pi1_fieldset_1 #uid2,

  #tx-powermail-pi1_fieldset_1 #uid5,

  #tx-powermail-pi1_fieldset_1 #uid9,

  #tx-powermail-pi1_fieldset_1 #uid172,

  #tx-powermail-pi1_fieldset_1 #uid7,

  #tx-powermail-pi1_fieldset_1 #uid8 {

    position: absolute;

    left: 105px;

  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid1 input,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid4 input,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid2 input,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid5 input,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid9 input,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid172 input,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid7 input,

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid8 input {

    width: 170px;

  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid4 .powermail_select {

    width: 80px;

  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid10 {

    position: absolute;

    top: 28px !important;

    top: 28px;

    left: 300px;

  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid10 label {

    position: absolute;

    width: 200px;

    font-weight: bold;

    color:        #A0003D;

  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid10 textarea {

    position: absolute;

    top: 20px;

    width: 300px;

  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid26 {

    position: absolute;

    top: 158px !important;

    top: 149px;

    left: 300px;

    width: 305px;

  }

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid26 label {

    position: absolute;

    margin-left: 20px;

  }

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid26 input {

    

  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid26 .tx_powermail_pi1_fieldwrap_html_checkbox_title {

    display: none;

  }

  

 

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid3 {

    text-align: right; 

    margin-right: 40px;

    margin-top: 50px;

  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid13 {

    text-align: right; 

    margin-right: 35px;

    margin-top: 25px;

  }

  

  #tx-powermail-pi1_fieldset_1 .powermail_reset_uid13 {

    border: none;

    background: none;

    text-decoration: underline;

    color:#353B93;

    cursor: hand;

    margin: 0;

    padding:0;

  }

  

  #tx-powermail-pi1_fieldset_1 .powermail_reset_uid13:hover {
    color: #A0003D;
    text-decoration: none;
    cursor: hand;
     /*border-bottom: 1px solid #A0003D;*/
  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid11 {

    margin-top: -15px;

  }

/************ Powermail Freecap Captcha Spamschutz ***************************/  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid154 {

    position:relative;

  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid154 label {

    left:391px;

    position:relative;

    top:50px

  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid154 input {

    left:410px;

    position:relative;

    top:50px;

    width:99px;

  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid154 img {

    border:1px solid;

    left:303px;

    position:relative;

    top:10px;

    width:100px;

  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid154 .tx-srfreecap-pi2-cant-read {

    left:300px;

    position:absolute;

    top:8px;

    width:201px;

  }

  

  #tx-powermail-pi1_fieldset_1 #powermaildiv_uid154 .tx-srfreecap-pi2-cant-read a {

    text-decoration: underline;

  }

  

  #tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html_captcha_description {

    display: none;

    position:relative;

    top:24px;

    width:300px;

  }

/************ Powermail Freecap Captcha Spamschutz END **********************/   

  

   

/***** POWER-MAIL Kontaktformular Formatierung ENDE ******/



/***** POWER-MAIL Vorlagetermin anforden Formatierung      ******/

 #content .tx-powermail-pi1_formwrap_741 {

    position: relative;

    border:none;

    margin-top: 20px;

  }

  

  .tx-powermail-pi1_formwrap_741 legend {

    display: none;

  }

  #tx-powermail-pi1_fieldset_14 {

    border: none;

    position: relative;

  }

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid157,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid158,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid159,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid160,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid161,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid162,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid171,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid164 {

    position: relative;

    margin-bottom:10px;

    margin-left: 0px !important;

    margin-left: 0px;

  }

  

  /*Fehlermeldungen*/

  

  #tx-powermail-pi1_fieldset_14 #advice-required-uid157,

  #tx-powermail-pi1_fieldset_14 #advice-required-uid158,

  #tx-powermail-pi1_fieldset_14 #advice-required-uid159,

  #tx-powermail-pi1_fieldset_14 #advice-required-uid160,

  #tx-powermail-pi1_fieldset_14 #advice-required-uid161,

  #tx-powermail-pi1_fieldset_14 #advice-required-uid162,

  #tx-powermail-pi1_fieldset_14 #advice-required-uid171,

  #tx-powermail-pi1_fieldset_14 #advice-required-uid164,

  #tx-powermail-pi1_fieldset_14 #advice-validate-email-uid162 {

    margin: 5px 0 15px 110px;

    color:    #A0003D;

    font-weight:bold;

  }

  

  #tx-powermail-pi1_fieldset_14 #advice-required-uid154 {                     /*??????????????*/

    position: absolute;

    right:0;

    top:75px;

    margin: 5px 0 15px 110px;

      color:    #A0003D;

      font-weight:bold;

  }

  

  #tx-powermail-pi1_fieldset_14 #uid157,

  #tx-powermail-pi1_fieldset_14 #uid158,

  #tx-powermail-pi1_fieldset_14 #uid159,

  #tx-powermail-pi1_fieldset_14 #uid160,

  #tx-powermail-pi1_fieldset_14 #uid161,

  #tx-powermail-pi1_fieldset_14 #uid162,

  #tx-powermail-pi1_fieldset_14 #uid171,

  #tx-powermail-pi1_fieldset_14 #uid164 {

    position: absolute;

    left: 105px;

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid157 input,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid158 input,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid159 input,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid160 input,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid161 input,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid162 input,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid171 input,

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid164 input {

    width: 170px;

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid158 .powermail_select {

    width: 80px;

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid165 {

    position: absolute;

    top: 28px !important;

    top: 28px;

    left: 300px;

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid165 label {

    position: absolute;

    width: 200px;

    font-weight: bold;

    color:        #A0003D;

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid165 textarea {

    position: absolute;

    top: 20px;

    width: 300px;

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid166 {

    position: absolute;

    top: 158px !important;

    top: 149px;

    left: 300px;

    width: 305px;

  }

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid166 label {

    position: absolute;

    margin-left: 20px;

  }

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid166 input {

    

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid166 .tx_powermail_pi1_fieldwrap_html_checkbox_title {

    display: none;

  }

  

 

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid168 {

    text-align: right; 

    margin-right: 40px;

    margin-top: 50px;

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid170 {

    text-align: right; 

    margin-right: 35px;

    margin-top: 25px;

  }

  

  #tx-powermail-pi1_fieldset_14 .powermail_reset_uid170 {

    border: none;

    background: none;

    text-decoration: underline;

    color:#353B93;

    cursor: hand;

    margin: 0;

    padding:0;

  }

  

  #tx-powermail-pi1_fieldset_14 .powermail_reset_uid170:hover {  

    color: #A0003D;

    font-weight: bold;

    text-decoration: none;

    cursor: hand;

    

    /*border-bottom: 1px solid #A0003D;*/

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid169 {

    margin-top: -15px;

  }

/************ Powermail Freecap Captcha Spamschutz ***************************/  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid167 {

    position:relative;

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid167 label {

    left:391px;

    position:relative;

    top:50px

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid167 input {

    left:410px;

    position:relative;

    top:50px;

    width:99px;

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid167 img {

    border:1px solid;

    left:303px;

    position:relative;

    top:10px;

    width:100px;

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid167 .tx-srfreecap-pi2-cant-read {

    left:300px;

    position:absolute;

    top:8px;

    width:201px;

  }

  

  #tx-powermail-pi1_fieldset_14 #powermaildiv_uid167 .tx-srfreecap-pi2-cant-read a {

    text-decoration: underline;

  }

  

  #tx-powermail-pi1_fieldset_14 .tx_powermail_pi1_fieldwrap_html_captcha_description {

    display: none;

    position:relative;

    top:24px;

    width:300px;

  }

/************ Powermail Freecap Captcha Spamschutz END **********************/   

  

   

/***** POWER-MAIL Vorlagetermin anfragen Formatierung ENDE ******/

  

/***** POWER-MAIL Kataloganforderung Formatierung      ******/

  #content .tx-powermail-pi1_formwrap_558 {

    position: relative;

    border:none;

    margin-top: 20px;

  }

  

  #content #tx-powermail-pi1_fieldset_13 legend {

    /*display: none;*/

    

    margin-left: 10px;

    font-weight: bold;

  }

  

  #content #tx-powermail-pi1_fieldset_13 {

    /*border: none;*/

    padding-bottom: 30px;

    position: relative;

  }

  

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid141,

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid142,

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid143,

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid144,

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid145,

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid146,

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid147,

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid148,

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid149,

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid150,

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid151,

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid173 {

    position: relative;

    margin-bottom:10px;

    left: 330px;

    top: 20px;

    /*margin-left: 0px !important;

    margin-left: 15px;*/

  }

  

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid141 {

    margin-top: 85px;

  }

  

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid151,

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid150 {

    margin-top: 18px;

  }

  

  

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid140 {

    position: absolute;

    top: 30px;

    left: 20px;

    width: 300px;

  }

  

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid140 div {

    margin-bottom: 10px;

  }

  

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid140 .tx_powermail_pi1_fieldwrap_html_checkbox_title {

    font-weight: bold;

    color: #A0003D;

  }

  

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid140 label {

    position: absolute;

    margin-left: 20px;

  }

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid140 input {

    

  }



  

  #tx-powermail-pi1_fieldset_13 #uid142,

  #tx-powermail-pi1_fieldset_13 #uid143,

  #tx-powermail-pi1_fieldset_13 #uid144,

  #tx-powermail-pi1_fieldset_13 #uid145,

  #tx-powermail-pi1_fieldset_13 #uid146,

  #tx-powermail-pi1_fieldset_13 #uid147,

  #tx-powermail-pi1_fieldset_13 #uid148,

  #tx-powermail-pi1_fieldset_13 #uid149,

  #tx-powermail-pi1_fieldset_13 #uid150,

  #tx-powermail-pi1_fieldset_13 #uid173 {

    position: absolute;

    left: 105px;

    width: 170px;

  }

  

  #tx-powermail-pi1_fieldset_13 #uid143 {

    width: 60px;

  }

  

  /*Fehlermeldungen*/

  #tx-powermail-pi1_fieldset_13 #advice-required-uid142,

  #tx-powermail-pi1_fieldset_13 #advice-required-uid144,

  #tx-powermail-pi1_fieldset_13 #advice-required-uid145,

  #tx-powermail-pi1_fieldset_13 #advice-required-uid146,

  #tx-powermail-pi1_fieldset_13 #advice-required-uid147,

  #tx-powermail-pi1_fieldset_13 #advice-required-uid148,

  #tx-powermail-pi1_fieldset_13 #advice-required-uid149 {

    margin: 5px 0 15px 110px;

    color:#A0003D;

    font-weight:bold;

  }

  



  

  #tx-powermail-pi1_fieldset_13 .powermail_submit_uid141{

    position: relative;

    left: 155px !important;

    left: 106px;

  }

  

  #tx-powermail-pi1_fieldset_13 .powermail_reset_uid151{

    position: relative;

    left: 160px !important;

    left: 111px;

  }

  

  #tx-powermail-pi1_fieldset_13 .powermail_reset_uid151 {

    border: none;

    background: none;

    text-decoration: underline;

    color:#353B93;

    cursor: hand;

    margin: 0;

    padding:0;

  }

  

  #tx-powermail-pi1_fieldset_13 .powermail_reset_uid151:hover {  

    color: #A0003D;

    font-weight: bold;

    text-decoration: none;

    cursor: hand;

  }

/** Login Preislistenabfrage */
.csc-mailform-field input {
  display: block;
}

#mailformsubmit {
  margin-top: 5px;
} 


/** Powermail Freecap Captcha Spamschutz **/  

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid156 {

    position:relative;

    margin-top: 25px;

    margin-bottom: 45px;

  }

  

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid156 label {

    left:391px;

    position:relative;

    top:50px

  }

  

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid156 input {

    left:419px;

    position:relative;

    top:50px;

    width:99px;

  }

  

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid156 img {

    border:1px solid;

    left:312px;

    position:relative;

    top:10px;

    width:100px;

  }

  

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid156 .tx-srfreecap-pi2-cant-read {

    left:330px;

    position:absolute;

    top:8px;

    width:175px;

  }

  

  #tx-powermail-pi1_fieldset_13 #powermaildiv_uid156 .tx-srfreecap-pi2-cant-read a {

    text-decoration: underline;

  }

  

  #tx-powermail-pi1_fieldset_13 .tx_powermail_pi1_fieldwrap_html_captcha_description {

    display: none;

    position:relative;

    top:24px;

    width:300px;

  }

  

  #tx-powermail-pi1_fieldset_13 #advice-required-uid156 {

   color:#A0003D;

    font-weight:bold;

    margin:40px 0 15px 469px;

    position:absolute;

  }

/** Powermail Freecap Captcha Spamschutz END **/

  

/***** POWER-MAIL Kataloganforderung Formatierung      ENDE******/  





/********************************** CONTENT END *******************************/ 

/******************************* FOOTER *************************************/  
.currentdate {
	POSITION: absolute; TEXT-ALIGN: center; PADDING-BOTTOM: 5px; PADDING-LEFT: 0px; WIDTH: 100%; BOTTOM: -40px; PADDING-RIGHT: 0px; COLOR: #8c8c8c; FONT-SIZE: 11px; PADDING-TOP: 11px
}
#footer {
	position: relative;
	padding: 17px 0;	
	font-family: 'M1plight', sans-serif;
	font-size: 12px;
	overflow:hidden;
	zoom:1
	}
	#footer a{
	color: #004E9B;
	}
	#footer #copyright {
	float:left;
	}

	#footer #impressum {
	float:right;
	}

	#footer #impressum li {
	display:inline;
	float:left;
	border-left:1px solid;
	padding: 0 0 0 7px;
	margin: 0 0 0 7px;
	}
	#footer #impressum li:first-child{
	border-left:none;
	}
	
	/*------------footer-nav------------*/

  .footer-nav{
  float: left;
  background:#fff;
  border: 1px solid #B8CAE0;
  padding: 14px 0 13px 5px;
  width: 979px;
  overflow: hidden;
  margin: 0 0 10px;
  }
  .footer-nav li{
  display: inline;
  float: left;
  position: relative;
  width: 146px;
  padding: 0 0 0 16px;
  min-height: 114px;
  *height: 114px;
  border-left:1px solid #bfd3e2;
  }
  .footer-nav li:first-child, .footer-nav li.first-child{
  border:none;
  }
  * html .footer-nav li {
  z-index: expression( runtimeStyle.zIndex = 1,this == parentNode.firstChild ? (className += " first-child") : 0 )
  }
  .footer-nav li span{
  
  }
  .footer-nav li a, .footer-nav li span{ 
  font: 14px/14px 'M1pmedium',Arial,sans-serif;
  text-decoration: none;
  }
  #footer .footer-nav li a:hover{
  color: #010101;
  text-shadow: none;
  text-decoration: underline;
  }
  
  .footer-nav li ul{
  position: relative;
  margin: 9px 0 0 0;
  width: 146px;
  
  *position: absolute;
  *left: 16px;
  *top: 17px;
  }
  .footer-nav li ul li{
  background: none;
  border:none;
  padding: 0;
  min-height: 14px;
  *height: auto;
  }
  .footer-nav li ul li a {
  font: 11px 'M1pmedium',Arial,sans-serif;
  text-shadow: none;
  }

  /********** TYPO3 FRONTEND EDITING ************************/  

table.typo3-editPanel { 

  border: none; 

  background-color: #fff; 

  width: auto;

}



table.typo3-editPanel TD.typo3-editPanel-controls { 

  border: 1px solid #ccc; 

  background-color: #fff;

}  

/******************************* Frontendediting END ***********************************/
/******************************* Quickorder ***********************************/
#quickOrderIframe {
    border: 0;
    background: none
}

.wait-overlay, #wait-overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

#wait-overlay {
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10002;
    overflow: hidden;
}

#loading {
    background: #fff url(../img/opc-ajax-loader.gif) no-repeat 15px 30px;
    width: 210px;
    height: 25px;
    line-height: 25px;
    padding: 25px 25px 30px 45px;
    position: fixed;
    font: 13px 'M1pregular', Arial, sans-serif;
    color: #4f4f4f;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -140px;
    z-index: 5000001;
}

/*window*/
#qOrderBg {
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0
}

#quickOrderHeaderQo .qOrderWindow {
    width: 800px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -400px; /*margin-top: -100px; top:50%;*/
    top: 10%;
    z-index: 10001
}

#quickOrderHeaderQo .qOrderWindowIn {
    /*padding: 10px*/
}

#cartQuickOrder .qClose {
    display: none
}

#cartQuickOrder .contentQ {
    display: none
}

#quickOrderHeaderQo .qOrderWindow {
    width: 800px;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0px 0px 30px 0px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 0px 30px 0px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */

}

.qClose {
    background: url(../img/graphic2.png) no-repeat 0 -119px;
    float: right;
    width: 42px;
    height: 42px;
    margin: 7px;
    text-indent: -10000px;
    overflow: hidden;
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
}

#quickOrderHeaderQo {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#quickOrderHeaderQo {
    z-index: 10003;
}
/*************************** Quickorder END ***********************************/