@import url("./alert.css");

/*---------------------------------------------------*/
/*-------- Browser Cleaning -----------------------*/
/*---------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
}
/*---------------------------------------------------*/
/*-------- Clearer ----------------------------------*/
/*---------------------------------------------------*/
.clearer {
    clear: both;
    line-height: 0px;
    font-size: 0px;
    height: 0px;
}
/*---------------------------------------------------*/
/*-------- Hilfs Klassen ----------------------------*/
/*---------------------------------------------------*/
.center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}
/*---------------------------------------------------*/
/*-------- HTML Elements ----------------------------*/
/*---------------------------------------------------*/
html {
}

body {
    /*behavior: url(csshover3.htc);*/
    font-size: 10px;
    font-family: Arial, sans-serif;
    line-height: 16px;
    color: #000;
    text-align: center;
    background: #c40009;
    position:relative;
}

select, option {
    behavior: url(sample.htc);
}
a, a:active, a:visited, a:link {
    outline: 0px;
    color: #000;
    text-decoration: none;
    border: 0px;
}

a:hover, .act a {
    color: #c40009;
}
a.redBullet {
    text-decoration:none;
    color: #c40009;
    background: url(./background/menu-bullet.gif) no-repeat 0px -13px;
	padding-left:10px;
}
a.blackBullet  {
    text-decoration:none;
    color: #000 !important;
    background: url(./background/menu-bullet.gif) no-repeat 0px 2px;
	padding-left:10px;
}
a.blackBullet:hover {
	text-decoration:none;
    color: #c40009 !important;
    background: url(./background/menu-bullet.gif) no-repeat 0px -13px;
	padding-left:10px;
}
img {
    display: block;
    border: 0px;
}

p {
    font-size: 12px;
    margin-bottom: 14px;
    line-height: 19px;
}
/*---------------------------------------------------*/
/*-------- Headings ---------------------------------*/
/*---------------------------------------------------*/
h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    /*width: 100%;*/
    text-transform:uppercase;
}

h2 {
    font-size: 12px;
    display: block;
    margin-bottom: 7px;
    text-transform:uppercase;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 12px;
}
/*---------------------------------------------------*/
/*-------- Main -------------------------------------*/
/*---------------------------------------------------*/
#main {
    text-align: left;
    width: 970px;
    position: relative;
    margin: 0px auto;
}
/*---------------------------------------------------*/
/*-------- Header -----------------------------------*/
/*---------------------------------------------------*/
#header {
    width: 970px;
}

#bildbalken {
}
#login {
	position:absolute;
	left:191px;
	top:62px;
          width:500px;
}
/*---------------------------------------------------*/
/*-------- Content ----------------------------------*/
/*---------------------------------------------------*/
#absolute {
	/*position:absolute;
	top:456px;
	width:970px;*/
}
#border {
	width:946px;
	background:#fff;
	border-left:4px solid #000000;
          border-right:4px solid #000000;
          border-bottom:4px solid #000000;
	padding:24px 0 0 16px;
          position:relative;
          height:auto;
}
#content {
    float:left;
	width:646px;
	margin-bottom:30px;
}
#inhalt {
	padding:0 16px 40px;
}
#inhalt a {
	color:#c40009;
}
#inhalt ol {
	font-size: 12px;
    margin-bottom: 14px;
    line-height: 19px;
    padding-left:17px;
}
#inhalt ol li {
}
#inhalt ul {
	font-size: 12px;
    margin-bottom: 14px;
    line-height: 19px;
    list-style:none;
}
#inhalt ul li {
	background:url(./background/list.gif) no-repeat 0px 9px;
	padding-left:17px;
	font-size:12px;
}
/*------------------------*/
/*-------- Menu1 ---------*/
/*------------------------*/
#menu1 {
    width: 300px;
    float:left;
}
#menu1 h2 {
	text-transform:uppercase;
	font-size:15px;
}
#menu1 ul {
    list-style: none;
    margin-bottom:20px;
}

#menu1 li {
    font-size: 12px;
    padding:2px 0;
    width:300px;
}

#menu1 li a,
#menu1 li a:visited,
#menu1 li a:link,
#menu1 li a:active,
#menu1 li li .ifsub {
    font-size: 12px;
    padding: 2px 10px;
    background: url(./background/menu-bullet.gif) no-repeat 0px 5px;
    text-decoration: none;
}

#menu1 li a:hover, #menu1 li.act a, #menu1 li.act a:visited, #menu1 li.act a:link, #menu1 li.act a:active {
    text-decoration: none;
    background: url(./background/menu-bullet.gif) no-repeat 0px -10px;
    font-weight:bold;
    color:#c40009;
}

#menu1 ul ul {
    margin:0px;
    padding-left:15px;
    margin:0px;
}
#menu1 ul ul li {
	padding:0;
	margin:0;
          width:285px;
}
#menu1 ul ul li a, #menu1 ul ul li a:visited, #menu1 ul ul li a:link, #menu1 ul ul li a:active {
	
}
#menu1 ul ul li a:hover, #menu1 ul ul li.act a, #menu1 ul ul li.act a:visited, #menu1 ul ul li.act a:link, #menu1 ul ul li.act a:active {
    font-weight:normal;
}
#menu1 li li .ifsub {
    font-weight:bold;
}
#menu1 ul ul ul {
    margin:0px;
    padding:5px 0px 5px 5px;
}
#menu1 ul ul ul li {
	padding:0;
          width:280px;
}
#menu1 ul ul ul li a, #menu1 ul ul ul li a:visited, #menu1 ul ul ul li a:link, #menu1 ul ul ul li a:active {
	background:none;
	font-weight:normal;
}
#menu1 ul ul ul li a:hover, #menu1 ul ul ul li.act a, #menu1 ul ul ul li.act a:visited, #menu1 ul ul ul li.act a:link, #menu1 ul ul ul li.act a:active {
    font-weight:normal;
    background:none;
}
/*------------------------*/
/*-------- Menu Service --*/
/*------------------------*/
#menu-service {
	width:650px;
	position:absolute;
	right:0px;
	bottom:0px;
}
#menu-service ul {
	border-top:1px solid #000;
	list-style:none;
	padding-left:20px;
}
#menu-service ul li {
	display:inline;
}
#menu-service ul li a, #menu-service ul li a:visited, #menu-service ul li a:link, #menu-service ul li a:active {
	display:block;
	float:left;
	font-size:10px;
	padding:5px 28px 4px 0pt;
	text-decoration:none;
	text-transform:uppercase;
}
/*------------------------*/
/*-------- Brot ----------*/
/*------------------------*/
#brot {
    height: 32px;
    padding:0 16px;
}

#brot ul {
    list-style: none;
}

#brot li {
    display: block;
    float: left;
    font-size: 11px;
}

#brot li a, #brot li a:visited, #brot li a:link, #brot li a:active {
    font-size: 11px;
    text-decoration: none;
	color:#000;
}

#brot li a:hover, #brot li.act a, #brot li.act a:visited, #brot li.act a:link, #brot li.act a:active {
    text-decoration: none;
	color:#000;
}
/*------------------------*/
/*-------- Footer --------*/
/*------------------------*/
#footer {
    font-size:10px;
    line-height:14px;
    padding:10px 16px;
    text-align:center;
}

#footer p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
}

/*---------------------------------------------------*/
/*-------- TabBox -----------------------------------*/
/*---------------------------------------------------*/
#tabbox {
          /*position:relative;
          top:0;
          left:0;*/
}
#slider {
	background:#fff3e0;
	width:962px;
	height:282px;
	position:relative;
	border-bottom:4px solid #000;
	border-left:4px solid #000;
	border-right:4px solid #000;
	z-index:40;
}
#slidecontroller {
	background:#fff none repeat scroll 0 0;
	border-left:4px solid #000000;
	border-right:4px solid #000000;
	text-align:center;
	display: block;
	height:21px;
}
#slidecontroller img {
          margin-left:331px;
          text-align:left;
          width:121px;
          height:18px;
}
#calc {
	background:#fff3e0;
	border-right:4px solid #000;
	width:281px;
	height:274px;
	float:left;
	padding:5px 16px 3px;
}
#calc p{
          font-size:11px;
          line-height:13px;
          margin-bottom:14px;
}
.box-inner {
          overflow:hidden;
          height:250px;
          display:block;
          float:right;
          height:282px;
          width:645px;
          position:relative;
          z-index:5;
}
.tab-content {
	float:left;
	background:#fff;
	height:274px;
	width:613px;
	padding:5px 16px 3px;
	position:relative;
          display:none;
          z-index:0;
}
.tab-content.active-tab-body {
          display:block;
}
#tab1 {
	background:#fff3e0;
}
.tab-content .more {
          position:absolute;
          border-left:1px solid #000000;
          top:0px;
          right:0px;
}
.tab-content .hinweis {
	border-top:1px solid #000000;
	bottom:0px;
	height:27px;
	left:0px;
	padding:5px 20px 0px 10px;
	position:absolute;
	width:615px;
}
.tab-content .hinweis p {
	font-size:10px;
	line-height:12px;
}
/*------------------------*/
/*-------- Menu Tab ------*/
/*------------------------*/
#menu-tab {
          height:44px;
          border-bottom:4px solid #000;
          width:337px;
          float:left;
}
#menu-tab ul {
	list-style:none;
	padding:13px 0pt 0pt 8px;
}
#menu-tab ul li {
	float:left;
	background:url(./background/tab-left.gif) no-repeat top left;
	padding:0pt 0pt 0pt 12px;
	margin-right:30px;
}
#menu-tab ul li a, #menu-tab ul li a:visited, #menu-tab ul li a:link, #menu-tab ul li a:active, #menu-tab ul li span {
	background:url(./background/tab-right.gif) no-repeat top right;
	display:block;
	font-size:15px;
	font-weight:bold;
	padding:11px 22px 4px 7px;
	text-decoration:none;
	text-transform:uppercase;
}
#menu-tab ul li.tab1 {
	margin-right:112px;
}
#menu-tab ul li a:hover, #menu-tab ul li a.active {
	color:#c40009;
}
#top-menu {
    	border-bottom:4px solid #000000;
    	float:left;
	height:44px;
	width:433px;
}
#search {
	border-bottom:4px solid #000000;
	float:left;
	height:32px;
	width:200px;
	padding-top:12px;
	text-align:right;
}
/*---------------------------------------------------*/
/*-------- FCEs -------------------------------------*/
/*---------------------------------------------------*/
/*------------------------*/
/*-------- 2 Spalter -----*/
/*------------------------*/
.two-column {
    width: 100%;
}
.tab-content .two-column {
    width:580px;
}
.two-column-left, .two-column-right {
    width: 288px;
}
.tab-content .two-column-left, .tab-content .two-column-right {
    width: 280px;
}
.two-column-left {
    float: left;
}

.two-column-right {
    float: right;
}

/*------------------------*/
/*-------- 3 Spalter -----*/
/*------------------------*/
.three-column {
    width: 100%;
}
.three-column-left, .three-column-middle, .three-column-right {
    width: 190px;
}
.three-column-left {
    float: left;
}

.three-column-middle {
    float: left;
    margin:0px 20px;
}

.three-column-right {
    float: right;
}

/*------------------------*/
/*-------- Angebot -------*/
/*------------------------*/
.tx-andoffer-pi1 {
	font-size:11px;
	line-height: 15px;
	margin-bottom:5px;
}
.tx-andoffer-pi1-list {
          width:100%;
}
.tab-content .tx-andoffer-pi1-list {
          width:580px;
}
.tx-andoffer-pi1-list .list-item {
          width:178px;
          float:left;
          padding:0px 15px 0px 0px;
          height:104px;
}

.tx-andoffer-pi1-single-exemplar {
	margin-top: 8px;
}

.tx-andoffer-pi1-single-gross {
	margin-top: 0px;
	font-weight: bold;
	font-size: 13px;
}

.tx-andoffer-pi1-single-net {
	margin-top: 3px;
}

.tx-andoffer-pi1-single-back {
	margin-top: 10px;
}

.tab-content  .tx-andoffer-pi1-browsebox {
          display:none;
}
h2.tx-andoffer-pi1-list {
	margin:0;
}
.tx-andoffer-pi1-list-teaser_text, .tx-andoffer-pi1-list-more, .tx-andoffer-pi1-list-exemplar  {
	display:inline;
}
.tx-andoffer-pi1-list-more a {
	text-decoration:underline;
}
.tx-andoffer-pi1-list-price {
	font-size:15px;
	font-weight:bold;
	color:#c40009;
	display:inline;
	line-height:30px;
}
.tx-andoffer-pi1-browsebox {
          margin-top:10px;
}
/*------------------------*/
/*-------- Team ----------*/
/*------------------------*/
.team {
	font-size:11px;
	line-height: 15px;
	margin-bottom:5px;
	margin-bottom:24px;
}
.team .image {
	float:left;
	margin-right:40px;
}
.team .label {
	width:60px;
	float:left
}

/*---------------------------------------------------*/
/*-------- Extensions -------------------------------*/
/*---------------------------------------------------*/
/*------------------------*/
/*-------- FE Login ------*/
/*------------------------*/
.tx-felogin-pi1 {
	
}
.tx-felogin-pi1 input {
	border:2px solid #000000;
	float:left;
	margin-right:10px;
	width:148px;
}
.tx-felogin-pi1 input.submit {
	background:transparent url(./background/menu-bullet.gif) no-repeat scroll 0px 5px;
	border:medium none;
	font-size:13px;
	font-weight:bold;
	padding-left:6px;
	text-transform:uppercase;
          width:auto;
	cursor:pointer;
}
.tx-felogin-pi1 .forgot {
	margin:0px 0px 0px 162px;
}
/*------------------------*/
/*-------- A bis Z -------*/
/*------------------------*/
a.alphabet {
	margin-right: 10px;

}

div.alphabet {
	margin-bottom: 8px
}

.catchword {
	font-weight: bold;
}
.catchword_desc {
	margin-bottom: 5px;
}
/*------------------------*/
/*-------- News ---------*/
/*------------------------*/
.news-single-img img {
	border: 1px solid black;
}

.news-list-item h1 a, .news-list-item h1 a:link, .news-list-item h1 a:active, .news-list-item h1 a:visited {
	color: black !important
}

.news-list-item h1 a:hover {
	color:#C40009 !important
}
.news-list-item {
	margin-bottom:30px;
}
.news-list-item .list-img-float {
	float: left;
	margin-right: 10px;
}

.news-list-item img {
	border: 1px solid black;
	float:left;
	margin:2px 20px 0 0;
}
.news-list-item p {
	display:inline;
}
.news-list-morelink {
	display:inline;
}
.news-list-morelink a{
	font-size:12px;
	line-height:19px;
}
.news-single-img  {
	float: left;
	margin:5px 20px 5px 0;
}

.news-single-imgcaption {
	font-size: 9px;
	line-height:13px;
        width:135px;
}
.news-single-backlink a {
	font-size:12px;
	line-height:19px;
}
.news-single-timedata {
	font-size:12px;
	line-height:19px;
}
.tx-ttnews-browsebox p {
	margin:0;
}
.tx-ttnews-browsebox td {
	padding:0px 10px 0 0;
}
.news-amenu-container {
	padding: 0;	
	margin-bottom: 22px;
}
#inhalt .news-amenu-container li {
	width:33%;
	float:left;
	background:none;
	padding-left:0;
}
#inhalt .news-amenu-container li.news-amenu-item-year {
	float:none;
	clear:both;
	font-weight:bold;
}
#inhalt .news-amenu-container ul {
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	list-style: none;
}
#inhalt .news-amenu-container li a {
	display:block;
	font-weight:bold;
	padding:2px 0px 2px 20px;
}
/*------------------------*/
/*-------- Print Calc ----*/
/*------------------------*/
#and_printcalc {
   font-size:12px;
   line-height:19px;
}
#and_printcalc_xajax_form select {
   width:265px;
   float:left;
   margin:0;
   padding:0;
   border:1px solid #000;
   font-family:arial;
   font-size:12px;
}
#and_printcalc_test,#and_printcalc_hidden,#and_printcalc_catUid,#and_printcalc_formatUid {
	display:inline;
}

/*---- Result Standard ----*/
#and_printcalc_result {
}
#and_printcalc_result .notempty,#and_printcalc_lf_result .notempty {
  background:#fff3e0 none repeat scroll 0 0;
  height:272px;
  left:317px;
  padding:5px 17px;
  position:absolute;
  top:0px;
  width:611px;
  z-index:99;
}
#and_printcalc_result h2 {
  margin:0;
}
#and_printcalc_result table {
          border-width: 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: #000;
	border-collapse:collapse;
          background:#fff;
          float:left;
          margin-right:8px;
          margin-top:5px;
          line-height:14px;
}
#and_printcalc_result table th{
          border-width: 1px;
	padding: 1px 4px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 0px;
}
#and_printcalc label {
	line-height:15px;
	height:15px;
	font-size:11px;
}
#and_printcalc_result table td {
          border-width: 1px;
	padding: 1px 4px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 0px;
}
#and_printcalc_result table td.price_gross_normal, #and_printcalc_result table td.price_gross_express {
          text-align:right;
}
#and_printcalc_result table td a, #and_printcalc_result table td a:link, #and_printcalc_result table td a:visited, #and_printcalc_result table td a:active {
          color: #c40009;
}
#and_printcalc_result table td a:hover {
          font-weight:bold;
}
#and_printcalc_result table td .gross {
          font-size:9px;
          line-height:11px;
}

.price-description, .transport-description {
	font-size:11px;
       line-height:13px;
	margin-top:3px;
}

 .overview {
	font-size: 11px;
	line-height:13px;
	margin-top:3px;
}

/*---- Large Format Form ----*/
#and_printcalc_lf .size {
width:281px;
}

/* LF Breite + Höhe + Count + Motif*/
#and_printcalc_lf .size .width,
#and_printcalc_lf .size .height,
#and_printcalc_lf .size .count,
#and_printcalc_lf .size .motif {
	width:67px;
	float:left;
}
#and_printcalc_lf .size .width input,
#and_printcalc_lf .size .height input,
#and_printcalc_lf .size .count input,
#and_printcalc_lf .size .motif input {
	width:60px;
          border:1px solid #000;
        font-family:arial;
        font-size:12px;
}
#and_printcalc_lf .size .material,
#and_printcalc_lf .size .base {
	clear:both;
}
#and_printcalc_lf .size .material select,
#and_printcalc_lf .size .base select {
	width:265px;
}

#and_printcalc_lf .make {

}
#and_printcalc .make label {
        width:42px;
        float:left;
}
#and_printcalc_lf .make .master-label {
	font-size:11px;
          line-height:19px;
}
#and_printcalc_lf .make .make-top,
#and_printcalc_lf .make .make-left,
#and_printcalc_lf .make .make-right,
#and_printcalc_lf .make .make-bottom {

}
#and_printcalc_lf .make .make-top select,
#and_printcalc_lf .make .make-left select,
#and_printcalc_lf .make .make-right select,
#and_printcalc_lf .make .make-bottom select{
	margin-bottom:2px;
        width:223px;
}

#and_printcalc_lf .lf-submit {
margin:8px 16px 0 0;
background-color:#C40009;
border:2px solid black !important;
color:white !important;
font-weight:bold;
padding:0px;
font-size:12px;
font-family:arial;
width:72px;
float:right;
}

/*---- Large Format Result ----*/
#and_printcalc_lf_result .calc {
	background:#fff;
	border:1px solid #000;
	padding:5px 8px;
	width:450px;
}
#and_printcalc_lf_result .item {
	width:450px;
}
#and_printcalc_lf_result .item .vorzeichen {
	width:11px;
	float:left;
	display:block;
}
#and_printcalc_lf_result .item .label {
	width:336px;
	float:left;
	display:block;
}
#and_printcalc_lf_result .item .preis {
	width:103px;
	float:left;
	text-align:right;
	display:block;
}
#and_printcalc_lf_result .saltoprice {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #000000;
padding:2px;
text-align:right;
width:250px;
float:left;
}
#and_printcalc_lf_result .saltoprice .net {
	font-size:17px;
          display: block;
          font-weight:bold;
          color:#C40009;
}
#and_printcalc_lf_result .saltoprice .gross {
          display: block;
}
#and_printcalc_lf_result .order-button {
float:left;
margin:2px 0 0 20px;
}
#and_printcalc_lf_result .overview {
	margin-bottom:8px;
}
#and_printcalc_lf_result  .price-description {
	margin-top:8px;
}
/*---- Infobox ----*/
#and_printcalc  #and_printcalc_infobox_catUid {
          z-index:520;
}
#and_printcalc  #and_printcalc_infobox_formatUid {
          z-index:519;
}
#and_printcalc  #and_printcalc_infobox_materialUid {
          z-index:518;
}
#and_printcalc  #and_printcalc_infobox_colorUid {
          z-index:517;
}
#and_printcalc  #and_printcalc_infobox_sheetNumberUid {
          z-index:516;
}
#and_printcalc  #and_printcalc_infobox_optionFieldUid {
          z-index:515;
}
#and_printcalc  #and_printcalc_infobox_lfmaterial {
          z-index:514;
}
#and_printcalc  #and_printcalc_infobox_lfbasematerial {
          z-index:513;
}
#and_printcalc  #and_printcalc_infobox_lfmakeleft {
          z-index:512;
}
#and_printcalc  #and_printcalc_infobox_lfmaketop {
          z-index:511;
}
#and_printcalc  #and_printcalc_infobox_lfmakeright {
          z-index:510;
}
#and_printcalc  #and_printcalc_infobox_lfmakebottom {
          z-index:509;
}
#and_printcalc_materialUid, #and_printcalc_colorUid, #and_printcalc_sheetNumberUid, #and_printcalc_optionFieldUid, #and_printcalc_start {
         display:inline;
}
#and_printcalc .infobox {
	width:16px;
          position:relative;
          height:16px;
          z-index:500;
          float:right;
}
#and_printcalc .info-box {
	cursor:pointer;
}
#and_printcalc .info-box .small-i {
	font-weight:bold;
	text-align:center;
	width:16px;
	height:16px;
	display:block;
}
#and_printcalc .info-box:hover .small-i {
	color:#C40009;
}
#and_printcalc .info-box div {
	background:#f2dbbe;
	border:2px solid #000000;
       display:none;
       position:absolute;
       text-align:left;
       width:250px;
       z-index:3;
       margin-top:-2px;
}
#and_printcalc .info-box:hover div {
	display:block;
}
#and_printcalc .info-box div h3 {
	padding:2px 6px;
	width:238px;
	background:#C40009;
	color:#fff;
}
#and_printcalc .info-box div div.description {
	padding:4px 6px;
	width:238px;
	border:0;
	position:static;
	background:none;
}
#and_printcalc .info-box div div.description p {
	margin-bottom:0;
}
#and_printcalc .info-box div div.description a {
	color:#C40009;
}
/*---- Start ----*/
#and_printcalc_start {
          margin-top:4px;
}

#and_printcalc_start .csc-textpic {
	margin-top: 13px;
}
/*---- Overview ----*/
.super_cat h2 {
	text-transform:none;
}
.super_cat a {
	font-size:12px;
	line-height:18px;
}
.super_cat_0,
.super_cat_1,
.super_cat_2,
.super_cat_3 {
	float:left;
	width:153px;
}

/*---- Summary ----*/
.summary {
      font-size:12px;
      line-height:19px;
}
.summary .label{
      width:150px;
      float:left;
}
.summary .value{
      width:400px;
      float:left;
}
.summary .order-button {
      margin-top:10px;
}
.summary .order-button a {
      margin:0px 20px 0px 0px;
}
.summary .price-description {
      margin:0;
      font-size:12px;
      line-height:19px;
}
/*---- Calc Box Link ----*/
.calc-box {
background:#F2DBBE none repeat scroll 0 0;
border:2px solid #000000;
padding:4px 10px;
width:220px;
float:right;
margin:0 0 5px 10px;
}
.calc-box-header {

}
.calc-box-header h2 {
font-size:14px;
text-transform:none;
}
.calc-box-link {

}
.calc-box-link a {
background:transparent url(./background/menu-bullet.gif) no-repeat scroll 0 -10px;
font-weight:bold;
padding:2px 0 0 10px;
font-size:12px;
line-height:19px;
}

/*------------------------*/
/*-------- Overlib ------*/
/*------------------------*/
#overDiv {
          text-align:left;
          border:2px solid #000;
          top:200px;
}
#overDiv table table {
          padding:2px 6px;
}

/*------------------------*/
/*-------- Powermail ----*/
/*------------------------*/

legend {
	display: none;
	}
.tx-powermail-pi1 {
          font-size:12px;
}	
.tx-powermail-pi1 fieldset {
	border: none;
}
	
.tx-powermail-pi1 input , .tx-powermail-pi1 select {
	border: 1px solid black;
	width: 350px;
}

.tx-powermail-pi1 textarea {
	border: 1px solid black;
	width: 350px;
	height: 130px;
}

.tx_powermail_pi1_fieldwrap_html {
	margin-top: 10px;
}

.tx_powermail_pi1_fieldwrap_html label {
	float:left;
	width:120px;
}

.tx-powermail-pi1 textarea#uid15 {
	height: 200px;
}

.tx-powermail-pi1 .powermail_pagebrowser {
          font-weight:bold;
          font-size:14px;
}

ul#tabs {
}

ul#tabs li {
	background-image:none;
	float:left;
	margin-right:25px;
	padding:0;
	height: 30px	
}

.powermail_submit_uid24, .powermail_submit_uid56, .tx-powermail-pi1_confirmation_back, .tx-powermail-pi1_confirmation_submit {
	border: 2px solid black !important;
	background-color: #c40009;
	color: white;
	font-weight: bold;
	width: 140px !important;
	margin-bottom:5px;
}

.powermail_submit_uid75, .powermail_submit_uid83 {
	border: 2px solid black !important;
	background-color: #c40009;
	color: white;
	font-weight: bold;
	width: 140px !important;
	margin-bottom:5px;
	margin-left: 120px;
}

.powermail_mandatory_js {
	color: #C40009;
	margin-left:121px;
}

.powermail_check_inner label {
	width:578px;
}

.powermail_check_inner input#check_uid54_0, .powermail_check_inner input#check_uid36_0 {
	display: block;
	margin-bottom: 10px;
          width:16px;
          border:none;
}

input.tx_powermail_pi1_submitmultiple_back, input.tx_powermail_pi1_submitmultiple_forward, input.tx-powermail-pi1_mandatory_submit {
	background-color:#C40009;
	border:2px solid black !important;
	color:white;
	font-weight:bold;
	margin-bottom:5px;
	margin-right:10px;
	margin-top:20px;
	width:140px;
          line-height:16px;
          vertical-align:middle;
          padding:0;
}

#powermaildiv_uid60, #powermaildiv_uid61, #powermaildiv_uid66 {
	font-weight: bold;
}

textarea#uid38, textarea#uid15 {
	background-color: #eee;
	height:220px !important;
}

input#uid79 {
	background-color: #eee;
}

#powermaildiv_uid57, #powermaildiv_uid62 {
border:1px solid black;
height:200px;
overflow:auto;
padding:5px;
}

.tx-srfreecap-pi2-cant-read {
	margin-left: 121px;
	color: black;
}


/*------------------------*/
/*-------- buttons ----*/
/*------------------------*/

.order-button a, .order-button a_link, .order-button a:active, .order-button a:visited {
	border: 2px solid black !important;
	background-color: #c40009;
	color: white !important;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

#tx-indexedsearch-searchbox-button-submit {
	border: 2px solid black !important;
	background-color: #c40009;
	color: white !important;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	margin-left:110px;
	margin-top:10px;
}

.tx-indexedsearch-icon img {
display: inline;
}

.tx-indexedsearch-searchbox fieldset {
border: none;
}

#footer a:hover {
color:#000;
text-decoration: underline;
}

.addthis_button img {
	margin-top:5px
}


/*------------------------------*/
/*-------- New Overview --------*/
/*------------------------------*/
.super_cat_new h2 {
    color:#c40009;
    text-transform:none;
    background:transparent url(./background/menu-bullet.gif) no-repeat scroll 0 -11px;
    margin:0 0 5px -10px;
    padding:0 0 0 10px;
    font-size:11px;
}
.super_cat_new a.overview-icon {
    width:100px;
    display:block;
    background-position:0 -20px;
    background-repeat: no-repeat;
    line-height:10px;
    float:left;
    font-size:9px;
    height: 9px
}
.super_cat_new a.overview-icon:hover {
    background-position:0 -80px;
}
.super_cat_new .super_cat_0,
.super_cat_new .super_cat_1,
.super_cat_new .super_cat_2,
.super_cat_new .super_cat_3 {
    float:left;
    width: auto;
}
.super_cat_new .super_cat_1 h2,
.super_cat_new .super_cat_2 h2,
.super_cat_new .super_cat_3 h2 {
    margin-top:14px;
}
.super_cat_new .super_cat_1 {
    clear: both;
}
.super_cat_new .super_cat_2 {
    float:left;
    width:480px;
    clear: both;
}
.super_cat_new .super_cat_3 {
    float:left;
    width:130px;
}
/*----------- 1. Zeile -------------*/
.super_cat_new a.icon-id-16 {
    padding:32px 0 0;
    width:65px;
    background-position:0 -28px;
}
.super_cat_new a.icon-id-16:hover {
    background-position:0 -88px;
}
.super_cat_new a.icon-id-2 {
    padding:42px 0 0;
    width:52px;
}
.super_cat_new a.icon-id-11 {
    padding:42px 0 0 7px;
    width:60px;
    background-position:0 -25px;
}
.super_cat_new a.icon-id-11:hover {
    background-position:0 -85px;
}
.super_cat_new a.icon-id-10 {
    padding:42px 0 0;
    width:79px;
    background-position:5px -80px;
}
.super_cat_new a.icon-id-10:hover {
    background-position:5px -20px;
}
.super_cat_new a.icon-id-8 {
    padding:42px 0 0;
    width:50px;
}
.super_cat_new a.icon-id-3 {
    padding:42px 0 0 6px;
    width:65px;
    background-position:0px -18px;
}
.super_cat_new a.icon-id-3:hover {
    background-position:0px -78px;
}
.super_cat_new a.icon-id-14 {
    padding:42px 0 0;
    width:65px;
}
.super_cat_new a.icon-id-12 {
    padding:32px 0 0;
    width:52px;
    background-position:0px -29px;
}
.super_cat_new a.icon-id-12:hover {
    background-position:0px -89px;
}
.super_cat_new a.icon-id-4 {
    padding:42px 0 0;
    width:56px;
}
.super_cat_new a.icon-id-1 {
    padding:42px 0 0;
    width:56px;
    background-position:6px -20px;
}
.super_cat_new a.icon-id-1:hover {
    background-position:6px -80px;
}
/*----------- 2. Zeile -------------*/
.super_cat_new a.icon-id-18 {
    padding:49px 0 0;
    width:82px;
    background-position:0 -16px;
}
.super_cat_new a.icon-id-18:hover {
    background-position:0 -76px;
}
.super_cat_new a.icon-id-lf4 {
    background-position:9px -28px;
    padding:39px 0 0;
    width:61px;
    margin:0 4px 0 0;
}
.super_cat_new a.icon-id-lf4:hover {
    background-position:9px -88px;
}
.super_cat_new a.icon-id-17 {
    background-position:20px -18px;
    padding:49px 0 0;
    width:77px;
}
.super_cat_new a.icon-id-17:hover {
    background-position:20px -78px;
}
.super_cat_new a.icon-id-13 {
    padding:49px 0 0;
    width:48px;
}
.super_cat_new a.icon-id-lf2 {
    background-position:0 -23px;
    padding:39px 0 0;
    width:84px;
}
.super_cat_new a.icon-id-lf2:hover {
    background-position:0 -83px;
}
.super_cat_new a.icon-id-lf5 {
    padding:39px 0 0;
    width:86px;
    margin:0 6px 0 0;
}
.super_cat_new a.icon-id-lf1 {
    padding:49px 0 0;
    width:59px;
    margin:0 5px 0 0;
}
.super_cat_new a.icon-id-15 {
    background-position:0 -16px;
    height:10px;
    overflow:hidden;
    padding:49px 0 0;
    width:32px;
}
.super_cat_new a.icon-id-15:hover {
    background-position:0 -76px;
}
.super_cat_new a.icon-id-lf3 {
    padding:49px 0 0 3px;
    width:66px;
}
/*----------- 3. Zeile -------------*/
.super_cat_new a.icon-id-23 {
    padding:49px 0 0;
    width:72px;
}
.super_cat_new a.icon-id-lf6 {
    padding:39px 0 0;
    width:54px;
    background-position:0 -23px;
}
.super_cat_new a.icon-id-lf6:hover {
    background-position:0 -83px;
}
.super_cat_new a.icon-id-22 {
    background-position:9px -14px;
    padding:49px 0 0;
    width:50px;
}
.super_cat_new a.icon-id-22:hover {
    background-position:9px -74px;
}
.super_cat_new a.icon-id-24 {
    padding:49px 0 0;
    width:74px;
    background-position:0 -13px;
}
.super_cat_new a.icon-id-24:hover {
    background-position:0 -73px;
}
.super_cat_new a.icon-id-20 {
    padding:49px 0 0;
    width:80px;
}
.super_cat_new a.icon-id-19 {
    background-position:20px -13px;
    padding:49px 0 0;
    width:113px;
}
.super_cat_new a.icon-id-19:hover {
    background-position:20px -73px;
}
.super_cat_new a.icon-id-21 {
    background-position:0 -16px;
    padding:49px 0 0;
    width:78px;
}
.super_cat_new a.icon-id-21:hover {
    background-position:0px -76px;
}
/*----------- 3. Zeile Rest -------------*/

.super_cat_new a.icon-id-7 {
    padding:49px 0 0;
    width:56px;
}